/*
 * 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *












 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

	#fancybox-loading div {
    background-image: url(/assets/fancybox_loading@2x-73b27f9aeb7bc6ee3c4bd20742382f015efd89981a3706d2a29a50867849629c.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
  background-image: url(/assets/fancybox_buttons-e31c3a8c15610109580e0f787dceb6e0a33c5f365d4cdbd4ee76f2b33aef5822.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*



 */

/*!
 *  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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-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;
}
/* line 1, app/assets/stylesheets/pictip.css.scss */
.header-container {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

/* line 8, app/assets/stylesheets/pictip.css.scss */
.title {
  font-size: 2em;
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

/* line 15, app/assets/stylesheets/pictip.css.scss */
.img-center {
  text-align: center;
}

/* line 19, app/assets/stylesheets/pictip.css.scss */
#patient {
  background: url(/assets/patient-1e5885be0d3ff5f89a49b4e683117f329ccc5453009c5ea0d5db446bd7b1d3ad.png) no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
  height: 385px;
  width: 390px;
  margin: auto;
  position: relative;
}

/* line 29, app/assets/stylesheets/pictip.css.scss */
.spot {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-clip: padding-box;
  background: inherit;
  border: 1px solid #730E15;
  z-index: 1;
  opacity: 0.9;
}

/* Pulse animation */
/* line 42, app/assets/stylesheets/pictip.css.scss */
.spot:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: transparent;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

/* line 56, app/assets/stylesheets/pictip.css.scss */
.spot-tooltip {
  font-size: .75em;
  color: #222;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  padding: 3px;
  position: absolute;
  border-radius: 0.25em;
  background-clip: padding-box;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  max-width: 220px;
  z-index: 2;
  /* Use CSS transitions if they are available */
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

/* line 79, app/assets/stylesheets/pictip.css.scss */
.spot-open {
  background: #730E15;
  z-index: 3;
  opacity: 1;
}

/* line 85, app/assets/stylesheets/pictip.css.scss */
.spot-open:after {
  -webkit-animation: none;
  animation: none;
}

/* line 90, app/assets/stylesheets/pictip.css.scss */
.is-open {
  display: block;
  opacity: 1;
}

/* line 95, app/assets/stylesheets/pictip.css.scss */
.footer-container {
  font-size: .7em;
  padding: 10px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(155, 155, 155, 0.8);
    box-shadow: inset 0 0 1px 1px rgba(155, 155, 155, 0.8);
  }
  50% {
    -webkit-box-shadow: inset 0 0 1px 1px rgba(155, 155, 155, 0.8);
    box-shadow: inset 0 0 1px 1px rgba(155, 155, 155, 0.8);
  }
  100% {
    -webkit-transform: scale(1.8);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(155, 155, 155, 0);
    box-shadow: inset 0 0 1px 1px rgba(155, 155, 155, 0);
  }
}

@keyframes pulse {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(155, 155, 155, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(155, 155, 155, 0.8);
  }
  100% {
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    box-shadow: inset 0 0 1px 1px rgba(155, 155, 155, 0);
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-results {
  display: block;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/select2.css.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */

.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
/* line 35, app/assets/stylesheets/bootstrap-select.css.scss */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 40, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

/* line 44, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

/* line 49, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

/* line 55, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

/* line 66, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

/* line 76, app/assets/stylesheets/bootstrap-select.css.scss */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 81, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 85, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

/* line 89, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 96, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 101, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

/* line 105, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

/* line 109, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 118, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 129, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group.dropdown-menu-right[class*="col-"], .row .bootstrap-select.btn-group.dropdown-menu-right[class*="col-"] {
  float: right;
}

/* line 134, app/assets/stylesheets/bootstrap-select.css.scss */
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/bootstrap-select.css.scss */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

/* line 144, app/assets/stylesheets/bootstrap-select.css.scss */
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

/* line 154, app/assets/stylesheets/bootstrap-select.css.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

/* line 158, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

/* line 162, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

/* line 167, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

/* line 172, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

/* line 179, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* line 186, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 195, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

/* line 200, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 204, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 214, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 217, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

/* line 221, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 225, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

/* line 229, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 234, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 238, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 243, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 248, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 264, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 272, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

/* line 276, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 284, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

/* line 291, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 298, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

/* line 303, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 314, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 327, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 334, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

/* line 343, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 348, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 355, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 362, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 368, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 372, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 377, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 382, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 388, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 392, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*! =======================================================
                      VERSION  9.8.0              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
/* line 43, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 48, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}

/* line 52, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

/* line 59, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

/* line 66, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

/* line 70, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

/* line 81, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 88, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

/* line 92, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

/* line 97, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

/* line 101, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

/* line 106, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

/* line 110, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

/* line 114, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

/* line 120, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 126, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

/* line 132, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

/* line 136, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}

/* line 146, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

/* line 149, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

/* line 152, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

/* line 156, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

/* line 160, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

/* line 164, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

/* line 168, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

/* line 175, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

/* line 183, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider input {
  display: none;
}

/* line 186, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider .tooltip.top {
  margin-top: -36px;
}

/* line 189, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider .tooltip.bottom {
  margin-top: -5px;
}

/* line 192, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 196, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider .hide {
  display: none;
}

/* line 199, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 211, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 225, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

/* line 232, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 241, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

/* line 257, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-handle.round {
  border-radius: 50%;
}

/* line 260, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-handle.triangle {
  background: transparent none;
}

/* line 263, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-handle.custom {
  background: transparent none;
}

/* line 266, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

/* line 272, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

/* line 290, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-tick.round {
  border-radius: 50%;
}

/* line 293, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-tick.triangle {
  background: transparent none;
}

/* line 296, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-tick.custom {
  background: transparent none;
}

/* line 299, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

/* line 305, app/assets/stylesheets/bootstrap-slider.css.scss */
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 219, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

/* line 222, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  justify-content: flex-end;
  height: 2.2em;
}

/* line 227, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
  justify-content: center;
}

/* line 229, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

/* line 233, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-validationerror {
  font-size: 1em;
}

/* line 236, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container {
  position: fixed;
  background-color: transparent;
}

/* line 239, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container.swal2-shown {
  background-color: transparent;
}

/* line 241, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 248, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container.swal2-top-end, body.swal2-toast-shown > .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

/* line 253, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container.swal2-top-start, body.swal2-toast-shown > .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* line 258, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container.swal2-center-start, body.swal2-toast-shown > .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 265, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 272, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container.swal2-center-end, body.swal2-toast-shown > .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 279, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container.swal2-bottom-start, body.swal2-toast-shown > .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 284, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 291, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-toast-shown > .swal2-container.swal2-bottom-end, body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 297, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

/* line 304, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

/* line 306, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-title {
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

/* line 310, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-close {
  position: initial;
}

/* line 312, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

/* line 315, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

/* line 320, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

/* line 324, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 327, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

/* line 330, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

/* line 332, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

/* line 334, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em;
}

/* line 337, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

/* line 341, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

/* line 343, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

/* line 345, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 352, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.25em;
  left: -.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 360, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  -webkit-transform-origin: 0 2em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

/* line 366, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 369, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

/* line 374, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

/* line 376, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

/* line 380, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

/* line 384, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast .5s;
  animation: showSweetToast .5s;
}

/* line 387, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast .2s forwards;
  animation: hideSweetToast .2s forwards;
}

/* line 390, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip .75s;
  animation: animate-toast-success-tip .75s;
}

/* line 393, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long .75s;
  animation: animate-toast-success-long .75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: .5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

/* line 533, app/assets/stylesheets/sweetalert2.css.scss */
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: auto;
  overflow-y: hidden;
}

/* line 538, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

/* line 544, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 546, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 551, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

/* line 554, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

/* line 557, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 562, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 567, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 572, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 577, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 580, app/assets/stylesheets/sweetalert2.css.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

/* line 584, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 599, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-top {
  align-items: flex-start;
}

/* line 601, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 604, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 607, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-center {
  align-items: center;
}

/* line 609, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

/* line 612, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

/* line 615, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-bottom {
  align-items: flex-end;
}

/* line 617, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

/* line 620, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 623, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

/* line 628, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 633, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

/* line 636, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

/* line 638, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

/* line 640, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

/* line 642, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 647, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 650, app/assets/stylesheets/sweetalert2.css.scss */
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

/* line 652, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-fade {
  transition: background-color .1s;
}

/* line 654, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 657, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

/* line 670, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup:focus {
  outline: none;
}

/* line 672, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

/* line 674, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 678, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 690, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-actions {
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0;
}

/* line 694, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

/* line 696, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 698, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 700, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 718, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

/* line 721, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-actions.swal2-loading .swal2-confirm:not(.swal2-styled)::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

/* line 733, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-styled {
  margin: 0 .3125em;
  padding: .625em 2em;
  font-weight: 500;
  box-shadow: none;
}

/* line 738, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

/* line 740, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

/* line 747, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

/* line 754, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

/* line 757, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

/* line 759, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding-top: 1em;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

/* line 766, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

/* line 769, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  margin: 0;
  padding: 0;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: calc(2.5em - 0.25em);
  line-height: 1.2em;
  cursor: pointer;
}

/* line 788, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  color: #f27474;
}

/* line 792, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
  display: none;
}

/* line 799, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-content {
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  word-wrap: break-word;
}

/* line 808, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup #swal2-content {
  text-align: center;
}

/* line 810, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

/* line 817, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

/* line 827, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 832, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

/* line 838, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 842, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

/* line 846, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

/* line 850, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

/* line 854, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-range input {
  width: 80%;
}

/* line 856, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

/* line 860, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

/* line 867, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0.75em;
}

/* line 870, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-input[type='number'] {
  max-width: 10em;
}

/* line 872, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-file {
  font-size: 1.125em;
}

/* line 874, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
  resize: none;
}

/* line 878, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}

/* line 884, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  align-items: center;
  justify-content: center;
}

/* line 888, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

/* line 892, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}

/* line 895, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-validationerror {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

/* line 905, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-popup .swal2-validationerror::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  /* line 920, app/assets/stylesheets/sweetalert2.css.scss */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 922, app/assets/stylesheets/sweetalert2.css.scss */
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 926, app/assets/stylesheets/sweetalert2.css.scss */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 928, app/assets/stylesheets/sweetalert2.css.scss */
  .swal2-range output {
    display: none;
  }
}

/* line 931, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}

/* line 947, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon-text {
  font-size: 3.75em;
}

/* line 949, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-error {
  border-color: #f27474;
}

/* line 951, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

/* line 954, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

/* line 962, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 966, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 970, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

/* line 973, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

/* line 976, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

/* line 979, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

/* line 981, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 988, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 996, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 1004, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}

/* line 1014, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

/* line 1023, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2;
}

/* line 1030, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1036, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1043, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

/* line 1048, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

/* line 1051, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

/* line 1060, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

/* line 1062, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

/* line 1064, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

/* line 1066, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

/* line 1068, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

/* line 1070, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

/* line 1077, app/assets/stylesheets/sweetalert2.css.scss */
[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

/* line 1080, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

/* line 1083, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 1087, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

/* line 1090, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 1094, app/assets/stylesheets/sweetalert2.css.scss */
[dir='rtl'] .swal2-close {
  right: auto;
  left: 0;
}

/* line 1098, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

/* line 1102, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

/* line 1106, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 1110, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

/* line 1113, app/assets/stylesheets/sweetalert2.css.scss */
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Tabulator v4.4.3 (c) Oliver Folkerd */

.tabulator{position:relative;background-color:#fff;overflow:hidden;font-size:14px;text-align:left;transform:translatez(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableHolder .tabulator-table{min-width:100%}.tabulator.tabulator-block-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tabulator .tabulator-header{position:relative;box-sizing:border-box;width:100%;border-bottom:1px solid #999;background-color:#fff;color:#555;font-weight:700;white-space:nowrap;overflow:hidden;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-col{display:inline-block;position:relative;box-sizing:border-box;border-right:1px solid #ddd;background-color:#fff;text-align:left;vertical-align:bottom;overflow:hidden}.tabulator .tabulator-header .tabulator-col.tabulator-moving{position:absolute;border:1px solid #999;background:#e6e6e6;pointer-events:none}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;position:relative;padding:4px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{box-sizing:border-box;width:100%;border:1px solid #999;padding:1px;background:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow{display:inline-block;position:absolute;top:9px;right:8px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #bbb}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{position:relative;display:-ms-flexbox;display:flex;border-top:1px solid #ddd;overflow:hidden}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols .tabulator-col:last-child{margin-right:-1px}.tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev{display:none}.tabulator .tabulator-header .tabulator-col.ui-sortable-helper{position:absolute;background-color:#e6e6e6!important;border:1px solid #ddd}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{position:relative;box-sizing:border-box;margin-top:2px;width:100%;text-align:center}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{width:0;height:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover{cursor:pointer;background-color:#e6e6e6}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-arrow{border-top:none;border-bottom:6px solid #bbb}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-arrow{border-top:none;border-bottom:6px solid #666}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-arrow{border-top:6px solid #666;border-bottom:none}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-right:0;padding-bottom:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-arrow{right:calc(50% - 6px)}.tabulator .tabulator-header .tabulator-frozen{display:inline-block;position:absolute;z-index:10}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #ddd}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #ddd}.tabulator .tabulator-header .tabulator-calcs-holder{box-sizing:border-box;min-width:600%;background:#f2f2f2!important;border-top:1px solid #ddd;border-bottom:1px solid #999;overflow:hidden}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#f2f2f2!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{min-width:600%}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableHolder{position:relative;width:100%;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}.tabulator .tabulator-tableHolder:focus{outline:none}.tabulator .tabulator-tableHolder .tabulator-placeholder{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}.tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode=virtual]{position:absolute;top:0;left:0;height:100%}.tabulator .tabulator-tableHolder .tabulator-placeholder span{display:inline-block;margin:0 auto;padding:10px;color:#000;font-weight:700;font-size:20px}.tabulator .tabulator-tableHolder .tabulator-table{position:relative;display:inline-block;background-color:#fff;white-space:nowrap;overflow:visible;color:#333}.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs{font-weight:700;background:#f2f2f2!important}.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #ddd}.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #ddd}.tabulator .tabulator-col-resize-handle{position:absolute;right:0;top:0;bottom:0;width:5px}.tabulator .tabulator-col-resize-handle.prev{left:0;right:auto}.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}.tabulator .tabulator-footer{padding:5px 10px;border-top:1px solid #999;background-color:#fff;text-align:right;color:#555;font-weight:700;white-space:nowrap;-ms-user-select:none;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator .tabulator-footer .tabulator-calcs-holder{box-sizing:border-box;width:calc(100% + 20px);margin:-5px -10px 5px;text-align:left;background:#f2f2f2!important;border-bottom:1px solid #fff;border-top:1px solid #ddd;overflow:hidden}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#f2f2f2!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{margin-bottom:-5px;border-bottom:none}.tabulator .tabulator-footer .tabulator-paginator{color:#555;font-family:inherit;font-weight:inherit;font-size:inherit}.tabulator .tabulator-footer .tabulator-page-size{display:inline-block;margin:0 5px;padding:2px 5px;border:1px solid #aaa;border-radius:3px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{display:inline-block;margin:0 2px;padding:2px 5px;border:1px solid #aaa;border-radius:3px;background:hsla(0,0%,100%,.2)}.tabulator .tabulator-footer .tabulator-page.active{color:#d00}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover{cursor:pointer;background:rgba(0,0,0,.2);color:#fff}.tabulator .tabulator-loader{position:absolute;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;top:0;left:0;z-index:100;height:100%;width:100%;background:rgba(0,0,0,.4);text-align:center}.tabulator .tabulator-loader .tabulator-loader-msg{display:inline-block;margin:0 auto;padding:10px 20px;border-radius:10px;background:#fff;font-weight:700;font-size:16px}.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading{border:4px solid #333;color:#000}.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error{border:4px solid #d00;color:#590000}.tabulator-row{position:relative;box-sizing:border-box;min-height:22px;border-bottom:1px solid #ddd}.tabulator-row,.tabulator-row:nth-child(2n){background-color:#fff}.tabulator-row.tabulator-selectable:hover{background-color:#bbb;cursor:pointer}.tabulator-row.tabulator-selected{background-color:#9abcea}.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}.tabulator-row.tabulator-moving{position:absolute;border-top:1px solid #ddd;border-bottom:1px solid #ddd;pointer-events:none!important;z-index:15}.tabulator-row .tabulator-row-resize-handle{position:absolute;right:0;bottom:0;left:0;height:5px}.tabulator-row .tabulator-row-resize-handle.prev{top:0;bottom:auto}.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}.tabulator-row .tabulator-frozen{display:inline-block;position:absolute;background-color:inherit;z-index:10}.tabulator-row .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #ddd}.tabulator-row .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #ddd}.tabulator-row .tabulator-responsive-collapse{box-sizing:border-box;padding:5px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:14px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{display:inline-block;position:relative;box-sizing:border-box;padding:4px;border-right:1px solid #ddd;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabulator-row .tabulator-cell:last-of-type{border-right:none}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{border:1px;background:transparent}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{border:1px;background:transparent;color:#d00}.tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev{display:none}.tabulator-row .tabulator-cell.tabulator-row-handle{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{width:100%;height:3px;margin-top:2px;background:#666}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{display:inline-block;vertical-align:middle;height:9px;width:7px;margin-top:-9px;margin-right:5px;border-bottom-left-radius:1px;border-left:2px solid #ddd;border-bottom:2px solid #ddd}.tabulator-row .tabulator-cell .tabulator-data-tree-control{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;vertical-align:middle;height:11px;width:11px;margin-right:5px;border:1px solid #333;border-radius:2px;background:rgba(0,0,0,.1);overflow:hidden}.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{cursor:pointer;background:rgba(0,0,0,.2)}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{display:inline-block;position:relative;height:7px;width:1px;background:transparent}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:#333}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-block;position:relative;height:7px;width:1px;background:#333}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:#333}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;height:15px;width:15px;border-radius:20px;background:#666;color:#fff;font-weight:700;font-size:1.1em}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{opacity:.7}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open,.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{display:inline-block;height:14px;width:14px;border-radius:14px}.tabulator-row.tabulator-group{box-sizing:border-box;border-bottom:1px solid #999;border-right:1px solid #ddd;border-top:1px solid #999;padding:5px;padding-left:10px;background:#fafafa;font-weight:700;min-width:100%}.tabulator-row.tabulator-group:hover{cursor:pointer;background-color:rgba(0,0,0,.1)}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{margin-right:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;border-bottom:0}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-arrow{display:inline-block;width:0;height:0;margin-right:16px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:0;border-left:6px solid #666;vertical-align:middle}.tabulator-row.tabulator-group span{margin-left:10px;color:#666}.tabulator-edit-select-list{position:absolute;display:inline-block;box-sizing:border-box;max-height:200px;background:#fff;border:1px solid #ddd;font-size:14px;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:10000}.tabulator-edit-select-list .tabulator-edit-select-list-item{padding:4px;color:#333}.tabulator-edit-select-list .tabulator-edit-select-list-item.active{color:#fff;background:#1d68cd}.tabulator-edit-select-list .tabulator-edit-select-list-item:hover{cursor:pointer;color:#fff;background:#1d68cd}.tabulator-edit-select-list .tabulator-edit-select-list-group{border-bottom:1px solid #ddd;padding:4px;padding-top:6px;color:#333;font-weight:700}.tabulator-print-fullscreen{position:absolute;top:0;bottom:0;left:0;right:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}
/*# sourceMappingURL=tabulator_simple.min.css.map */
/*
 * SimpleModal Confirm Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */
/* line 12, app/assets/stylesheets/confirm.css.scss */
#confirm {
  display: none;
}

/* line 16, app/assets/stylesheets/confirm.css.scss */
#gba_confirm_2 {
  display: none;
}

/* Overlay */
/* line 21, app/assets/stylesheets/confirm.css.scss */
#confirm-overlay {
  background-color: #eee;
}

/* Container */
/* line 26, app/assets/stylesheets/confirm.css.scss */
#confirm-container {
  height: 220px;
  width: 420px;
  font: 16px/22px 'Trebuchet MS', Verdana, Arial;
  text-align: left;
  background: #fff;
  border: 2px solid #336699;
}

/* line 35, app/assets/stylesheets/confirm.css.scss */
#confirm-container .header {
  height: 30px;
  line-height: 30px;
  width: 100%;
  background: url(/assets/confirm/header-a9cc5c4482900f9882ac092c2924ae2c699f41375f47e22cc0989a6bcbbc1339.gif) repeat-x;
  color: #fff;
  font-weight: bold;
}

/* line 44, app/assets/stylesheets/confirm.css.scss */
#confirm-container .header span {
  padding-left: 8px;
}

/* line 48, app/assets/stylesheets/confirm.css.scss */
#confirm-container .message {
  color: #333;
  font-size: 14px;
  margin: 0;
  padding: 12px 4px 12px 8px;
}

/* line 55, app/assets/stylesheets/confirm.css.scss */
#confirm-container .buttons {
  line-height: 26px;
  width: 160px;
  float: right;
  padding: 10px 8px 0;
}

/* line 62, app/assets/stylesheets/confirm.css.scss */
#confirm-container .buttons div {
  float: right;
  margin-left: 4px;
  width: 70px;
  height: 26px;
  color: #666;
  font-weight: bold;
  text-align: center;
  background: url(/assets/confirm/button-e1ee9ff7d45d3913f3a6faa4a88393975301e71c71c9ecc0e9b8a105cf77dafa.gif) repeat-x;
  border: 1px solid #bbb;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/confirm.css.scss */
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 2px;
  color: #fff;
}

/* line 87, app/assets/stylesheets/confirm.css.scss */
#confirm-container a.modal-close:hover {
  color: #ccc;
}
/*
This software is allowed to use under GPL or you need to obtain Commercial or Enterise License
to use it in non-GPL project. Please contact sales@dhtmlx.com for details
*/
/* line 8, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_message_area {
  position: fixed;
  right: 5px;
  width: 250px;
  z-index: 1000;
}

/* line 15, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx-info {
  min-width: 120px;
  padding: 4px 4px 4px 20px;
  font-family: Tahoma;
  z-index: 10000;
  margin: 5px;
  margin-bottom: 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 29, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx-info.hidden {
  height: 0px;
  padding: 0px;
  border-width: 0px;
  margin: 0px;
  overflow: hidden;
}

/* line 37, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_modal_box {
  overflow: hidden;
  display: inline-block;
  min-width: 300px;
  width: 300px;
  text-align: center;
  position: fixed;
  background-color: #fff;
  background: -webkit-linear-gradient(top, #ffffff 1%, #d0d0d0 99%);
  background: -moz-linear-gradient(top, #ffffff 1%, #d0d0d0 99%);
  box-shadow: 0px 0px 14px #888;
  font-family: Tahoma;
  z-index: 20000;
  border-radius: 6px;
  border: 1px solid #ffffff;
}

/* line 58, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-width: 0px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);
  background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%);
  background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%);
}

/* line 69, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx-info, .dhtmlx_popup_button, .dhtmlx_button {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_text {
  overflow: hidden;
}

/* line 81, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_controls {
  border-radius: 6px;
  padding: 5px;
}

/* line 86, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_button, .dhtmlx_button {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 6px;
  color: #FFF;
}

/* line 96, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_button {
  min-width: 120px;
}

/* line 100, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.dhx_modal_cover {
  background-color: #000;
  cursor: default;
  filter: alpha(opacity=20);
  opacity: 0.2;
  position: fixed;
  z-index: 19999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: none;
  zoom: 1;
}

/* line 116, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx-info img, .dhtmlx_modal_box img {
  float: left;
  margin-right: 20px;
}

/* line 121, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx-alert-error .dhtmlx_popup_title, .dhtmlx-confirm-error .dhtmlx_popup_title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC);
}

/* line 124, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx-alert-error, .dhtmlx-confirm-error {
  border: 1px solid #ff0000;
}

/*Skin section*/
/* line 129, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_button, .dhtmlx_popup_button {
  box-shadow: 0px 0px 4px #888;
  border: 1px solid #838383;
}

/* line 133, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_button input, .dhtmlx_popup_button div {
  border: 1px solid #FFF;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAYFBMVEVwcHBtbW1ra2toaGhmZmZjY2NhYWFeXl5cXFxaWlpXV1dVVVVSUlJQUFBNTU1LS0tJSUlGRkZERERBQUE/Pz88PDw9PT0+Pj5AQEBCQkJDQ0NFRUVHR0dISEhKSkpMTEzqthaMAAAAMklEQVQImQXBhQ2AMAAAsOIMlwWH/8+kRSKVyRVKlVrQaHV6g9FktlhFm93hdLk9Xt8PIfgBvdUqyskAAAAASUVORK5CYII=);
  background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 99%);
  background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 99%);
  border-radius: 6px;
  font-size: 15px;
  font-weight: normal;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
}

/* line 152, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_button input:focus, .dhtmlx_button input:active, .dhtmlx_popup_button div:active, .dhtmlx_popup_button div:focus {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAXVBMVEVwcHBubm5tbW1sbGxra2tpaWloaGhnZ2dmZmZlZWVjY2NiYmJhYWFgYGBfX19dXV1cXFxbW1taWlpZWVlXV1dWVlZVVVVUVFRTU1NRUVFQUFBPT09OTk5NTU1LS0tT9SY0AAAAMUlEQVQImQXBhQGAMAAAIGxnx2z9/00BiVQmVyhVakGj1ekNRpPZYhVtdofT5fZ4fT8hpwG05JjexgAAAABJRU5ErkJggg==);
  background-image: -webkit-linear-gradient(top, #707070 1%, #4c4c4c 99%);
  background-image: -moz-linear-gradient(top, #707070 1%, #4c4c4c 99%);
}

/* line 158, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_title {
  color: #fff;
  text-shadow: 1px 1px #000;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

/* line 164, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_text {
  margin: 15px 15px 5px 15px;
  font-size: 14px;
  color: #000;
  min-height: 30px;
  border-radius: 6px;
}

/* line 173, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx-info, .dhtmlx-error {
  font-size: 14px;
  color: #000;
  box-shadow: 0px 0px 10px #888;
  padding: 0px;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #ffffff;
}

/* line 184, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx-info div {
  padding: 5px 10px 5px 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #B8B8B8;
}

/* line 191, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx-error {
  background-color: #d81b1b;
  border: 1px solid #ff3c3c;
  box-shadow: 0px 0px 10px #000;
}

/* line 196, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx-error div {
  background-color: #d81b1b;
  border: 1px solid #940000;
  color: #FFF;
}

/* line 203, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_container {
  background-color: #C2D5FC;
  font-family: Tahoma;
  font-size: 8pt;
  position: relative;
  overflow: hidden;
}

/* line 210, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_container div {
  -moz-user-select: none;
  -moz-user-select: -moz-none;
}

/* line 214, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline {
  height: 20px;
  position: absolute;
  z-index: 3;
  width: 750px;
  color: #2F3A48;
}

/* line 221, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline div {
  position: absolute;
  top: 2px;
  white-space: nowrap;
}

/* line 226, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline .dhx_cal_date {
  font-weight: 600;
  left: 210px;
  padding-top: 1px;
}

/* line 231, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_button .dhx_left_bg {
  width: 1px;
  overflow: hidden;
  height: 17px;
  z-index: 20;
  top: 0px;
}

/* line 237, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_prev_button {
  background-image: url(imgs/buttons.png);
  background-position: 0px 0px;
  width: 29px;
  height: 17px;
  left: 50px;
  cursor: pointer;
}

/* line 243, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_next_button {
  background-image: url(imgs/buttons.png);
  background-position: -30px 0px;
  width: 29px;
  height: 17px;
  left: 80px;
  cursor: pointer;
}

/* line 249, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_today_button {
  background-image: url(imgs/buttons.png);
  background-position: -60px 0px;
  width: 75px;
  height: 17px;
  left: 112px;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
}

/* line 257, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_tab {
  width: 59px;
  height: 19px;
  text-align: center;
  text-decoration: underline;
  padding-top: 2px;
  cursor: pointer;
  background-color: #D8E1EA;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 272, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_tab.active {
  text-decoration: none;
  cursor: default;
  font-weight: bold;
  border: 1px dotted #586A7E;
  border-bottom: 0;
  background-color: #C2D5FC;
}

/* line 281, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_header {
  position: absolute;
  left: 10px;
  top: 23px;
  width: 750px;
  border-top: 1px dotted #8894A3;
  border-right: 1px dotted #8894A3;
  z-index: 2;
  overflow: hidden;
  color: #2F3A48;
}

/* line 291, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_data {
  -webkit-tap-highlight-color: transparent;
  border-top: 1px dotted #8894A3;
  position: absolute;
  top: 44px;
  width: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 301, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_data {
  -ms-touch-action: pan-y;
}

/* line 304, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event, .dhx_cal_event_line, .dhx_cal_event_clear {
  -ms-touch-action: none;
}

/* line 308, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_bar {
  position: absolute;
  text-align: center;
  background-color: #C2D5FC;
  padding-top: 3px;
  border-left: 1px dotted #586A7E;
}

/* line 315, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_holder {
  position: absolute;
  border-right: 1px dotted #586A7E;
  background-image: url(imgs/databg.png);
}

/* line 320, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_holder_now {
  position: absolute;
  border-right: 1px dotted #586A7E;
  background-image: url(imgs/databg_now.png);
}

/* line 325, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_hour {
  height: 41px;
  width: 50px;
  border-bottom: 1px dotted #8894A3;
  background-color: #C2D5FC;
  text-align: center;
  line-height: 40px;
  color: #586A7E;
  overflow: hidden;
}

/* line 335, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_month_head {
  background-color: #EBEFF4;
  color: #2F3A48;
  height: 18px;
  padding-right: 5px;
  padding-top: 3px;
  text-align: right;
  border-right: 1px dotted #586A7E;
}

/* line 344, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_month_body {
  border-right: 1px dotted #586A7E;
  border-bottom: 1px dotted #586A7E;
  background-color: #FFFFFF;
}

/* line 349, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_now .dhx_month_body {
  background-color: #E2EDFF;
}

/* line 352, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_after .dhx_month_body, .dhx_before .dhx_month_body {
  background-color: #ECECEC;
}

/* line 355, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_after .dhx_month_head, .dhx_before .dhx_month_head {
  background-color: #E2E3E6;
  color: #94A6BB;
}

/* line 359, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_now .dhx_month_head {
  background-color: #D1DEF4;
  font-weight: bold;
}

/* line 363, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_drag {
  position: absolute;
  z-index: 9999;
  background-color: #FFE763;
  border: 1px solid #B7A543;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 371, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_loading {
  position: absolute;
  width: 128px;
  height: 15px;
  background-image: url(data:image/gif;base64,R0lGODlhgAAPAPIAAP%2F%2F%2F%2F%2FZM%2F710f7ywf7iZ%2F%2FZMwAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAgAAPAAAD5wiyC%2F6sPRfFpPGqfKv2HTeBowiZGLORq1lJqfuW7Gud9YzLud3zQNVOGCO2jDZaEHZk%2BnRFJ7R5i1apSuQ0OZT%2BnleuNetdhrfob1kLXrvPariZLGfPuz66Hr8f8%2F9%2BgVh4YoOChYhpd4eKdgwDkJEDE5KRlJWTD5iZDpuXlZ%2BSoZaamKOQp5wAm56loK6isKSdprKotqqttK%2B7sb2zq6y8wcO6xL7HwMbLtb%2B3zrnNycKp1bjW0NjT0cXSzMLK3uLd5Mjf5uPo5eDa5%2BHrz9vt6e%2FqosO%2FGvjJ%2Bsj5F%2FsC%2BuMHcCCoBAAh%2BQQJCgAAACwAAAAAgAAPAAAD%2Fwi0C%2F4ixgeloM5erDHonOWBFFlJoxiiTFtqWwa%2FJhx%2F86nKdc7vuJ6mxaABbUaUTvljBo%2B%2BpxO5nFQFxMY1aW12pV%2Bq9yYGk6NlW5bAPQuh7yl6Hg%2FTLeu2fssf7%2F19Zn9meYFpd3J1bnCMiY0RhYCSgoaIdoqDhxoFnJ0FFAOhogOgo6GlpqijqqKspw%2Bmrw6xpLCxrrWzsZ6duL62qcCrwq3EsgC0v7rBy8PNorycysi3xrnUzNjO2sXPx8nW07TRn%2BHm3tfg6OLV6%2Bfc37vR7Nnq8Ont9%2FTb9v3yvPu66Xvnr16%2BgvwO3gKIIdszDw65Qdz2sCFFiRYFVmQFIAEBACH5BAkKAAAALAAAAACAAA8AAAP%2FCLQL%2Fqw9J2qd1AoM9MYeF4KaWJKWmaJXxEyulI3zWa%2F39Xh6%2FvkT3q%2FDC%2FJiBFjMSCM2hUybUwrdFa3Pqw%2BpdEVxU3AViKVqwz30cKzmQpZl8ZlNn9uzeLPH7eCrv2l1eXKDgXd6Gn5%2BgoiEjYaFa4eOFopwZJh%2FcZCPkpGAnhoFo6QFE6WkEwOrrAOqrauvsLKttKy2sQ%2BwuQ67rrq7uAOoo6fEwsjAs8q1zLfOvAC%2Byb3B0MPHD8Sm19TS1tXL4c3jz%2BXR093X28ao3unnv%2FHv4N%2Fi9uT45vqr7NrZ89QFHMhPXkF69%2BAV9OeA4UGBDwkqnFiPYsJg7jBktMXhD165jvk%2BYvCoD%2BQ%2BkRwTAAAh%2BQQJCgAAACwAAAAAgAAPAAAD%2Fwi0C%2F6sPRfJdCLnC%2FS%2BnsCFo1dq5zeRoFlJ1Du91hOq3b3qNo%2F5OdZPGDT1QrSZDLIcGp2o47MYheJuImmVer0lmRVlWNslYndm4Jmctba5gm9sPI%2Bgp2v3fZuH78t4Xk0Kg3J%2BbH9vfYtqjWlIhZF0h3qIlpWYlJpYhp2DjI%2BBoXyOoqYaBamqBROrqq2urA8DtLUDE7a1uLm3s7y7ucC2wrq%2Bwca2sbIOyrCuxLTQvQ680wDV0tnIxdS%2F27TND%2BHMsdrdx%2BfD39bY6%2BbX3um14wD09O3y0e77%2Bezx8OgAqutnr5w4g%2F3e4RPIjaG%2BhPwc%2BstV8NlBixAzSlT4bxqhx46%2FMF5MxUGkPA4BT15IyRDlwG0uG55MAAAh%2BQQJCgAAACwAAAAAgAAPAAAD%2Fwi0C%2F6sPRfJpPECwbnu3gUKH1h2ZziNKVlJWDW9FvSuI%2FnkusPjrF0OaBIGfTna7GaTNTPGIvK4GUZRV1WV%2BssKlE%2FG0hmDTqVbdPeMZWvX6XacAy6LwzAF092b9%2BGAVnxEcjx1emSIZop3g16Eb4J%2BkH%2BShnuMeYeHgVyWn56hakmYm6WYnaOihaCqrh0FsbIFE7Oytba0D7m6DgO%2FwAMTwcDDxMIPx8i%2Bx8bEzsHQwLy4ttWz17fJzdvP3dHfxeG%2F0uTjywDK1Lu52bHuvenczN704Pbi%2BOb66MrlA%2BscBAQwcKC%2Fc%2F8SIlzI71%2FBduysRcTGUF49i%2Fcw5tO4jytjv3keH0oUCJHkSI8KG1Y8qLIlypMm312ASZCiNA0X8eHMqPNCTo07iyUAACH5BAkKAAAALAAAAACAAA8AAAP%2FCLQL%2Fqw9F8mk8ap8hffaB3ZiWJKfmaJgJWHV5FqQK9uPuDr6yPeTniAIzBV%2FutktVmPCOE8GUTc9Ia0AYXWXPXaTuOhr4yRDzVIjVY3VsrnuK7ynbJ7rYlp%2B6%2Fu2vXF%2Bc2tyHnhoY4eKYYJ9gY%2BAkYSNAotllneMkJObf5ySIphpe3ajiHqUfENvjqCDniIFsrMFE7Sztre1D7q7Dr0TA8LDA8HEwsbHycTLw83ID8fCwLy6ubfXtNm40dLPxd3K4czjzuXQDtID1L%2FW1djv2vHc6d7n4PXi%2BeT75v3oANSxAzCwoLt28P7hC2hP4beH974ZTEjwYEWKA9VBdBixLSNHhRPlIRR5kWTGhgz1peS30l9LgBojUhzpa56GmSVr9tOgcueFni15styZAAAh%2BQQJCgAAACwAAAAAgAAPAAAD%2Fwi0C%2F6sPRfJpPGqfKsWIPiFwhia4kWWKrl5UGXFMFa%2FnJ0Da%2Br0rF9vAiQOH0DZTMeYKJ0y6O2JPApXRmxVe3VtSVSmRLzENWm7MM%2B65ra93dNXHgep71H0mSzdFec%2Bb3SCgX91AnhTeXx6Y2aOhoRBkllwlICIi49liWmaapGhbKJuSZ%2BniqmeN6SWrYOvIAWztAUTtbS3uLYPu7wOvrq4EwPFxgPEx8XJyszHzsbQxcG9u8K117nVw9vYD8rL3%2BDSyOLN5s%2FoxtTA1t3a7dzx3vPwAODlDvjk%2FOrh%2BuDYARBI0F29WdkQ%2Bst3b9zCfgDPRTxWUN5AgxctVqTXUDNix3QToz0cGXIaxo32UCo8%2BOujyJIM95F0%2BY8mMov1NODMuPKdTo4hNXgMemGoS6HPEgAAIfkECQoAAAAsAAAAAIAADwAAA%2F8ItAv%2BrD0XyaTxqnyr9pcgitpIhmaZouMGYq%2FLwbPMTJVE34%2FZ9j7BJCgE%2BobBnAWSwzWZMaUz%2BnQQkUfjyhrEmqTQGnins5XH5iU3u94Crtpfe4SuV9NT8R0Nn5%2F8RYBedHuFVId6iDyCcX9vXY2Bjz52imeGiZmLk259nHKfjkSVmpeWanhhm56skIyABbGyBROzsrW2tA%2B5ug68uLbAsxMDxcYDxMfFycrMx87Gv7u5wrfTwdfD2da%2B1A%2FKy9%2Fg0OEO4MjiytLd2Oza7twA6%2FLe8LHk6Obj6c%2F8xvjzAtaj147gO4Px5p3Dx9BfOQDnBBaUeJBiwoELHeaDuE8uXzONFu9tE2mvF0KSJ00q7Mjxo8d%2BL%2F9pRKihILyaB29esEnzgkt%2FGn7GDPosAQAh%2BQQJCgAAACwAAAAAgAAPAAAD%2Fwi0C%2F6sPRfJpPGqfKv2HTcJJKmV5oUKJ7qBGPyKMzNVUkzjFoSPK9YjKHQQgSve7eeTKZs7ps4GpRqDSNcQu01Kazlwbxp%2BksfipezY1V5X2ZI5XS1%2F5%2Fj7l%2F12A%2Fh%2FQXlOeoSGUYdWgXBtJXEpfXKFiJSKg5V2a1yRkIt%2BRJeWk6KJmZhogKmbniUFrq8FE7CvsrOxD7a3Drm1s72wv7QPA8TFAxPGxcjJx8PMvLi2wa7TugDQu9LRvtvAzsnL4N%2FG4cbY19rZ3Ore7MLu1N3v6OsAzM0O9%2BXK48Xn%2F%2BnotRM4D2C9c%2Fr6Edu3UOEAgwMhFgwoMR48awnzMWOIzyfeM4ogD4aMOHJivYwexWlUmZJcPXcaXhKMORDmBZkyWa5suE8DuAQAIfkECQoAAAAsAAAAAIAADwAAA%2F8ItAv%2BrD0XyaTxqnyr9h03gZNgmtqJXqqwka8YM2NlQXYN2ze254%2FWyiF0BYU8nSyJ%2BzmXQB8UViwJrS2mlNacerlbSbg3E5fJ1WMLq9KeleB3N%2B6uR%2BXEq1rFPtmfdHd%2FX2aDcWl5a3t%2Bgo2AhY6EZIZmiACWRZSTkYGPm55wlXqJfIsmBaipBROqqaytqw%2BwsQ6zr623qrmusrATA8DBA7%2FCwMTFtr24yrrMvLW%2Bzqi709K0AMkOxcYP28Pd29nY0dDL5c3nz%2BPm6%2Bjt6uLex8LzweL35O%2FV6fv61%2Fjs4m2rx01buHwA3SWEh7BhwHzywBUjOGBhP4v%2FHCrUyJAbXUSDEyXSY5dOA8l3Jt2VvHCypUoAIetpmJgAACH5BAkKAAAALAAAAACAAA8AAAP%2FCLQL%2Fqw9F8mk8ap8q%2FYdN4Gj%2BAgoqqVqJWHkFrsW5Jbzbee8yaaTH4qGMxF3Rh0s2WMUnUioQygICo9LqYzJ1WK3XiX4Na5Nhdbfdy1mN8nuLlxMTbPi4be5%2FJzr%2B3tfdSdXbYZ%2FUX5ygYeLdkCEao15jomMiFmKlFqDZz8FoKEFE6KhpKWjD6ipDqunpa%2BisaaqqLOgEwO6uwO5vLqutbDCssS0rbbGuMqsAMHIw9DFDr%2B6vr%2FPzsnSx9rR3tPg3dnk2%2BLL1NXXvOXf7eHv4%2Bbx6OfN1b0P%2BPTN%2FLf98wK6ExgO37pd%2Fpj9W6iwIbd6CdP9OmjtGzcNFsVhDHfxDELGjxw1Xpg4kheABAAh%2BQQJCgAAACwAAAAAgAAPAAAD%2Fwi0C%2F6sPRfJpPGqfKv2HTeBowiZjqCqG9malYS5sXXScYnvcP6swJqux2MMjTeiEjlbyl5MAHAlTEarzasv%2B8RCu9uvjTuWTgXedFhdBLfLbGf5jF7b30e3PA%2B%2F739ncVp4VnqDf2R8ioBTgoaPfYSJhZGIYhN0BZqbBROcm56fnQ%2Biow6loZ%2BpnKugpKKtmrGmAAO2twOor6q7rL2up7C%2FssO0usG8yL7KwLW4tscA0dPCzMTWxtXS2tTJ297P0Nzj3t3L3%2BfmzerX6M3hueTp8uv07ezZ5fa08Piz%2F8UAYhPo7t6%2BCfDcafDGbOG5hhcYKoz4cGIrh80cPAOQAAAh%2BQQJCgAAACwAAAAAgAAPAAAD5wi0C%2F6sPRfJpPGqfKv2HTeBowiZGLORq1lJqfuW7Gud9YzLud3zQNVOGCO2jDZaEHZk%2BnRFJ7R5i1apSuQ0OZT%2BnleuNetdhrfob1kLXrvPariZLGfPuz66Hr8f8%2F9%2BgVh4YoOChYhpd4eKdgwFkJEFE5KRlJWTD5iZDpuXlZ%2BSoZaamKOQp5wAm56loK6isKSdprKotqqttK%2B7sb2zq6y8wcO6xL7HwMbLtb%2B3zrnNycKp1bjW0NjT0cXSzMLK3uLd5Mjf5uPo5eDa5%2BHrz9vt6e%2FqosO%2FGvjJ%2Bsj5F%2FsC%2BuMHcCCoBAA7AAAAAAAAAAAA);
  z-index: 9999;
}

/* line 378, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_multi_day_icon, .dhx_multi_day {
  background-color: #E1E6FF;
  background-repeat: no-repeat;
  border-right: 1px dotted #8894A3;
}

/* line 383, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_multi_day {
  position: absolute;
  border-top: 1px dotted #8894A3;
}

/* line 387, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_multi_day_icon, .dhx_multi_day_icon_small {
  background-position: center center;
  background-color: #E1E6FF;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #8894A3;
  border-right: 1px dotted #8894A3;
}

/* line 394, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_multi_day_icon {
  background-image: url(imgs/clock_big.gif);
}

/* line 397, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_multi_day_icon_small {
  background-image: url(imgs/clock_small.gif);
}

/* line 401, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlxLayoutPolyContainer_dhx_skyblue .dhx_cal_container {
  background-color: #d0e5ff;
}

/* left border config option support */
/* line 406, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_hour_border, .dhx_month_body_border, .dhx_scale_bar_border, .dhx_month_head_border {
  border-left: 1px dotted #8894A3;
}

/* export to PDF and iCal buttons start */
/* line 411, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline .dhx_cal_export {
  width: 18px;
  height: 18px;
  margin: 2px;
  cursor: pointer;
  top: 0px;
}

/* line 418, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline .dhx_cal_export.pdf {
  left: 2px;
  background-image: url("imgs/export_pdf.png");
}

/* line 422, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline .dhx_cal_export.ical {
  left: 24px;
  background-image: url("imgs/export_ical.png");
}

/* export to PDF and iCal buttons end */
/* line 427, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_header, .dhx_cal_event .dhx_title, .dhx_cal_event .dhx_body, .dhx_cal_event .dhx_footer {
  background-color: #FFE763;
  border: 1px solid #B7A543;
  color: #887A2E;
  overflow: hidden;
  width: 100%;
  font-family: Tahoma;
  font-size: 8pt;
}

/* line 437, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_move_denied .dhx_cal_event .dhx_header, .dhx_move_denied .dhx_cal_event .dhx_title {
  cursor: default;
}

/* line 440, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_header {
  height: 1px;
  margin-left: 1px;
  border-width: 1px 1px 0px 1px;
  cursor: pointer;
}

/* line 446, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_title {
  height: 12px;
  border-width: 0px 1px 1px 1px;
  border-bottom-style: dotted;
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
  background-position: right;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 459, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_body, .dhx_cal_event.dhx_cal_select_menu .dhx_body {
  border-width: 0 1px 1px 1px;
  padding: 5px;
}

/* line 463, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_resize_denied, .dhx_resize_denied .dhx_event_resize {
  cursor: default !important;
}

/* line 468, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_event_resize {
  cursor: s-resize;
}

/* line 471, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_footer, .dhx_cal_event .dhx_select_menu_footer {
  height: 1px;
  margin-left: 2px;
  border-width: 0px 1px 1px 1px;
  position: relative;
}

/* line 477, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event_line {
  background-color: #FFE763;
  border: 1px solid #B7A543;
  border-radius: 3px;
  font-family: Tahoma;
  font-size: 8pt;
  height: 13px;
  padding-left: 10px;
  color: #887A2E;
  cursor: pointer;
  overflow: hidden;
}

/* line 489, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event_clear {
  font-family: Tahoma;
  font-size: 8pt;
  height: 13px;
  padding-left: 2px;
  color: #887A2E;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

/* line 499, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_in_move {
  background-color: #FFFF80;
}

/* line 502, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.dhx_cal_editor {
  background-color: #FFE763;
  border: 1px solid #B7A543;
  border-top-style: dotted;
  z-index: 999;
  position: absolute;
  overflow: hidden;
}

/* line 510, app/assets/stylesheets/dhtmlxscheduler.css.scss */
textarea.dhx_cal_editor {
  width: 100%;
  height: 100%;
  border: 0 solid black;
  margin: 0;
  padding: 0;
  overflow: auto;
}

/* line 518, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.dhx_menu_head {
  background-image: url(data:image/gif;base64,R0lGODlhaQA1APfIANvGU4d7INS8OP%2F1xP%2FoaeHJRf%2F1v%2FvjX%2FDYVP%2Fztf%2FpbujQTP%2Fsh%2FXdWf%2FrfXNhAJiIMOzUUMy0MOTMSKqTOcWtKf%2FxprKaFpiBAf%2Fwm7CbS66WErCYFH9sAcmxLZN9Af%2F87P%2F%2F%2F%2F%2F3zv%2FzsP%2FwnPffW4p8I5J8AZqCAc62MrGZFZODK%2FPbV8CoJLmhHYBuDauTD72lIbWdGX5rAZF6AY%2BAJ6iTOKKOM8i1SqWQNuSsAMu8Z%2BTRa5Z%2FAbutYo55BJyKMNG5NauZM%2F%2F%2FtOvSdv%2F51refG%2BXXmLaiOf3wpJeAAf3OENLDbtTGe56MMuHNX56GAuLTfqSMCJ6LJsOvQVNJA415CaSNErOlWrCmaevfoc64PZiGLoZ5H7ehJox5Esy%2Bc9C8TrScGNPAW%2FzkYKGVV9bKjJqECdS%2BQ7qiHrujH52OOf%2FsgpWADcu4U%2FHbYINvAZ%2BRRraqbKqbRpSBGL%2BnI6aSJKyWG21cAZF9DN3Rk5uHGXpnAbykIId5Is3GoczAZqygYqyYKrOmUXtoCLKvuL2NEb6ODvHZVYRwAd%2FJToh3GH9%2Ff%2FDkpndkAb2xc4Z6Ib6wZayWJa%2BgS9K%2FWuDIRJqKRZaIN62eSWZmZol0AYp3D5mZmaqYT6mUQszAdo17HP%2FRZuPMVJmNM7igHLmtb%2BbOSt2SZsawNerUWf%2F9lZlYM%2F%2Fkmf%2FfwMyeM9E1NTMzM9qtCMqREP%2B9lb2uWb7X%2BuW4TeZ3W%2Fl7aXVnHJiFUOXNSerSTpFWTN3d3buvcf%2BeZjlJTOGNOpR4ebCBaf%2F4zLKamm5jEf%2FnYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAMgALAAAAABpADUAAAj%2FAJEJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNqdFhCgscSGzX%2B6USBgg0bOXLcWOkEiKU%2FEQvhaihhYE2GjwIdzFIqoZwyZvQc0dJIyxE9ZsrIOehJg9OnUJ9egvinlrFXCAVwkLC1K1euAhBG8gEGS0EsYHz4QBinSYi3cOE2iXOwpN27eFc8JKIKR6FhCL96HXzT4JwdUXZgGjgJMZM5CNcwAUG5cmUma%2Bo21NuQyJAlOnQp7EC6tOkOCoXg4EEJCTIkbni4EZJwyhgRuHPnHjPloA1kAYILHx4AGeeFnkHLWnhBjJE0MerEUENKzIWFdqg8wSEIxxMqdhTu%2Fwkzorx582H2%2BG5Yg2FyHYYYXhDwQQAKARjoC7i%2B8I4XNIqg4cUdC52xxRskJKggCW9sccZBOQBHHHHItKfQe4c0pIIAJ%2BDnYX38LYRCCh6kAAVDPXggwwYstriBDB70AGFDJlz4mQ4ZaqhffvmByNAVFVTQRwUeXLEQDUEmqWSQNBx0g4QTCodMjQiJcmN8Dm3YIY%2F6hYhQGykEIYUmUoTZhkI%2FtNACGSywkMSbZKj5w0FONFTcQbMcEQuOEG1Y3309CqCCQnmQCMUmyHyBQgVB5JEQHC5swAYeeDhgKRsbuADHQUBAGWVxdxpETCvCYPmQlh7m16GXBVnhQQVKvP8w0As9tJCCFQjN4IISJdBAQwnAlqDEBTNw2lAXCAXTyy0Szbelh6smRAcKKMhKEK1Q0IGQJD%2FMwAIMMCCASJszXODITlxwscIKNdRgwrsm%2BAFJF1mEhMx89XEZbUKgEHLQC4sohAQfLLrwaqR8JPKFvRYJIMNz0U1nhAxhMWzxxRhnrPHGHHfscUQAhCzyyCSPLFDJKJd8csosA7Byyyi%2FDDPJyLgsUcgT4XyzzSDzDBHOAwQt9NBEB12zy0UnPfTRyCjtNNNOKw111EUzbcDVWGet9dVWb%2B011l1n3dFHW4f9ddk4n%2F010wl8QpJJKKnEkkufJMB2AnjnrXcCvwT%2FkvfdekuQt%2BB7A57T3njz9DfOeP8U1FBFHZWUHHgzbUFTUWWuwSUWWG7B56CH3sQRg%2BTyuedaCaY6BwKcjvPnY5UVugVoqeW6y5%2B3Fdfuc92OTAZ4BW%2FXCiQwncHxyCcfhQE70LLC8cZnsPr00ON8%2FGGJYYJ8Y1E8Vr3Lx0tm2fiYfY8MAxQwoP767K%2B%2FAgNMt88%2BD0XwgMMU68ev%2Fmn854%2Fz%2BqphDRIYABvZCMF%2FLlOfbXTDQN6oj2kOsIEDPiUcB6zAARC0lAYtRb%2FvCGKDGXRAcyAmHepYR4MhdEB2ttOd79gBhDiz1HjOQ8P0WIppCrCBAnbIwx7ysAYKwKEP%2FxWQiiKIAhUb8KEQFYAv%2B3xoPzxc4g79AyAB3UGJONuhgRC0oAQ16Aw7ZFoBclAACganADUogBgLwEY28qIIpvAADNrYxjUWAFVcAlEdcUZHNo6oRFDooxr5WIAUrchFLIJRD9goRjIKUpAmGKTL%2BhiBIuxCjo%2B0o59S1aU9TpKOQBISka7QRzFWAklLWhINGImzCdxgAmYMwARMMAGmTeCWE6hEERYgR1z6spatvCUen3gBXNoSl2ASE5nM5MtjpmlNbXpTEuLUgh%2FckmkLcMICtsnNbnIzAAvAJjdZ4AE5erOb4lzAJgGlHxVwM52F8sChFqAoRuXhnTjbJqQkRf8pDWJKU9tkWgSAEIFYFjQCAo1ABGDggD5IQaEQjShCcQbRYapqPxBNqBVS0IJqQZRWtrKCQhOqK175KljCItZIcYYAICDgpTCNKUy7gACmwbQKhNiATHdqU0QgwFmcXBVMbYqAaVVLpi9QAgro8FKicstb4BIXuczVVJw1QAjqUle73uWHeM1LCA1gWgPGStaymnWsYh1rE%2FW1H7KmtQH9OmsDAOZWq451YAU72AYS9gW04uwAgA2sYAcLWKYR9rCCNSxgHUZCiVEssIpF7GEjK9nBMo0AmM2sZjeL2cty9rOZ9SxoPyva0W62tKYNrc56ljOfPWS1P3OtQ1w2s5idHa22JrstbnW229z2VmQfC67FOAEM4Ro3IpzwBSNOURAIONe5BnmAdKV7XI2ZABCMKEQmCPLc7hJkuuCt7sWuOwgnbJe7EEBGeqE7EOo%2BABnUFa%2B9yDuKKhjkueplr0CmC9%2F4ylcjoSjGMep7EOiuN73tfa%2BC3%2FtfjdiCFaGwb4G7q9%2F%2BgpfBDcYILFbhCoVQOLrhzbCIR0ziEmMkIAA7);
  background-position: 0px -43px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-top: 1px;
  border: none;
  cursor: default;
}

/* line 526, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.dhx_menu_icon {
  background-image: url(data:image/gif;base64,R0lGODlhaQA1APfIANvGU4d7INS8OP%2F1xP%2FoaeHJRf%2F1v%2FvjX%2FDYVP%2Fztf%2FpbujQTP%2Fsh%2FXdWf%2FrfXNhAJiIMOzUUMy0MOTMSKqTOcWtKf%2FxprKaFpiBAf%2Fwm7CbS66WErCYFH9sAcmxLZN9Af%2F87P%2F%2F%2F%2F%2F3zv%2FzsP%2FwnPffW4p8I5J8AZqCAc62MrGZFZODK%2FPbV8CoJLmhHYBuDauTD72lIbWdGX5rAZF6AY%2BAJ6iTOKKOM8i1SqWQNuSsAMu8Z%2BTRa5Z%2FAbutYo55BJyKMNG5NauZM%2F%2F%2FtOvSdv%2F51refG%2BXXmLaiOf3wpJeAAf3OENLDbtTGe56MMuHNX56GAuLTfqSMCJ6LJsOvQVNJA415CaSNErOlWrCmaevfoc64PZiGLoZ5H7ehJox5Esy%2Bc9C8TrScGNPAW%2FzkYKGVV9bKjJqECdS%2BQ7qiHrujH52OOf%2FsgpWADcu4U%2FHbYINvAZ%2BRRraqbKqbRpSBGL%2BnI6aSJKyWG21cAZF9DN3Rk5uHGXpnAbykIId5Is3GoczAZqygYqyYKrOmUXtoCLKvuL2NEb6ODvHZVYRwAd%2FJToh3GH9%2Ff%2FDkpndkAb2xc4Z6Ib6wZayWJa%2BgS9K%2FWuDIRJqKRZaIN62eSWZmZol0AYp3D5mZmaqYT6mUQszAdo17HP%2FRZuPMVJmNM7igHLmtb%2BbOSt2SZsawNerUWf%2F9lZlYM%2F%2Fkmf%2FfwMyeM9E1NTMzM9qtCMqREP%2B9lb2uWb7X%2BuW4TeZ3W%2Fl7aXVnHJiFUOXNSerSTpFWTN3d3buvcf%2BeZjlJTOGNOpR4ebCBaf%2F4zLKamm5jEf%2FnYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAMgALAAAAABpADUAAAj%2FAJEJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNqdFhCgscSGzX%2B6USBgg0bOXLcWOkEiKU%2FEQvhaihhYE2GjwIdzFIqoZwyZvQc0dJIyxE9ZsrIOehJg9OnUJ9egvinlrFXCAVwkLC1K1euAhBG8gEGS0EsYHz4QBinSYi3cOE2iXOwpN27eFc8JKIKR6FhCL96HXzT4JwdUXZgGjgJMZM5CNcwAUG5cmUma%2Bo21NuQyJAlOnQp7EC6tOkOCoXg4EEJCTIkbni4EZJwyhgRuHPnHjPloA1kAYILHx4AGeeFnkHLWnhBjJE0MerEUENKzIWFdqg8wSEIxxMqdhTu%2Fwkzorx582H2%2BG5Yg2FyHYYYXhDwQQAKARjoC7i%2B8I4XNIqg4cUdC52xxRskJKggCW9sccZBOQBHHHHItKfQe4c0pIIAJ%2BDnYX38LYRCCh6kAAVDPXggwwYstriBDB70AGFDJlz4mQ4ZaqhffvmByNAVFVTQRwUeXLEQDUEmqWSQNBx0g4QTCodMjQiJcmN8Dm3YIY%2F6hYhQGykEIYUmUoTZhkI%2FtNACGSywkMSbZKj5w0FONFTcQbMcEQuOEG1Y3309CqCCQnmQCMUmyHyBQgVB5JEQHC5swAYeeDhgKRsbuADHQUBAGWVxdxpETCvCYPmQlh7m16GXBVnhQQVKvP8w0As9tJCCFQjN4IISJdBAQwnAlqDEBTNw2lAXCAXTyy0Szbelh6smRAcKKMhKEK1Q0IGQJD%2FMwAIMMCCASJszXODITlxwscIKNdRgwrsm%2BAFJF1mEhMx89XEZbUKgEHLQC4sohAQfLLrwaqR8JPKFvRYJIMNz0U1nhAxhMWzxxRhnrPHGHHfscUQAhCzyyCSPLFDJKJd8csosA7Byyyi%2FDDPJyLgsUcgT4XyzzSDzDBHOAwQt9NBEB12zy0UnPfTRyCjtNNNOKw111EUzbcDVWGet9dVWb%2B011l1n3dFHW4f9ddk4n%2F010wl8QpJJKKnEkkufJMB2AnjnrXcCvwT%2FkvfdekuQt%2BB7A57T3njz9DfOeP8U1FBFHZWUHHgzbUFTUWWuwSUWWG7B56CH3sQRg%2BTyuedaCaY6BwKcjvPnY5UVugVoqeW6y5%2B3Fdfuc92OTAZ4BW%2FXCiQwncHxyCcfhQE70LLC8cZnsPr00ON8%2FGGJYYJ8Y1E8Vr3Lx0tm2fiYfY8MAxQwoP767K%2B%2FAgNMt88%2BD0XwgMMU68ev%2Fmn854%2Fz%2BqphDRIYABvZCMF%2FLlOfbXTDQN6oj2kOsIEDPiUcB6zAARC0lAYtRb%2FvCGKDGXRAcyAmHepYR4MhdEB2ttOd79gBhDiz1HjOQ8P0WIppCrCBAnbIwx7ysAYKwKEP%2FxWQiiKIAhUb8KEQFYAv%2B3xoPzxc4g79AyAB3UGJONuhgRC0oAQ16Aw7ZFoBclAACganADUogBgLwEY28qIIpvAADNrYxjUWAFVcAlEdcUZHNo6oRFDooxr5WIAUrchFLIJRD9goRjIKUpAmGKTL%2BhiBIuxCjo%2B0o59S1aU9TpKOQBISka7QRzFWAklLWhINGImzCdxgAmYMwARMMAGmTeCWE6hEERYgR1z6spatvCUen3gBXNoSl2ASE5nM5MtjpmlNbXpTEuLUgh%2FckmkLcMICtsnNbnIzAAvAJjdZ4AE5erOb4lzAJgGlHxVwM52F8sChFqAoRuXhnTjbJqQkRf8pDWJKU9tkWgSAEIFYFjQCAo1ABGDggD5IQaEQjShCcQbRYapqPxBNqBVS0IJqQZRWtrKCQhOqK175KljCItZIcYYAICDgpTCNKUy7gACmwbQKhNiATHdqU0QgwFmcXBVMbYqAaVVLpi9QAgro8FKicstb4BIXuczVVJw1QAjqUle73uWHeM1LCA1gWgPGStaymnWsYh1rE%2FW1H7KmtQH9OmsDAOZWq451YAU72AYS9gW04uwAgA2sYAcLWKYR9rCCNSxgHUZCiVEssIpF7GEjK9nBMo0AmM2sZjeL2cty9rOZ9SxoPyva0W62tKYNrc56ljOfPWS1P3OtQ1w2s5idHa22JrstbnW229z2VmQfC67FOAEM4Ro3IpzwBSNOURAIONe5BnmAdKV7XI2ZABCMKEQmCPLc7hJkuuCt7sWuOwgnbJe7EEBGeqE7EOo%2BABnUFa%2B9yDuKKhjkueplr0CmC9%2F4ylcjoSjGMep7EOiuN73tfa%2BC3%2FtfjdiCFaGwb4G7q9%2F%2BgpfBDcYILFbhCoVQOLrhzbCIR0ziEmMkIAA7);
  width: 20px;
  height: 20px;
  margin-left: -5px;
  margin-top: 0px;
  border: none;
  cursor: pointer;
}

/* line 533, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.icon_details {
  background-position: 0px 0px;
}

/* line 536, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.icon_edit {
  background-position: -22px 0px;
}

/* line 539, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.icon_save {
  background-position: -84px -1px;
}

/* line 542, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.icon_cancel {
  background-position: -62px 0px;
}

/* line 545, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.icon_delete {
  background-position: -42px 0px;
}

/*view more link in month view*/
/* line 550, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_month_link {
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
}

/* line 559, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_month_link a {
  color: blue;
}

/* line 562, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_month_link a:hover {
  text-decoration: underline;
}

/* line 565, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_global_tip {
  font-family: Tahoma, Helvetica;
  text-align: center;
  font-size: 20px;
  position: fixed;
  top: 60px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  z-index: 10000;
  padding: 20px 30px;
  width: 190px;
}

/* line 576, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_global_tip div {
  font-size: 30px;
}

@media (-moz-touch-enabled) {
  /* line 581, app/assets/stylesheets/dhtmlxscheduler.css.scss */
  .dhx_cal_container {
    user-select: none;
    -moz-user-select: none;
  }
}

/* line 586, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_unselectable, .dhx_unselectable div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
}

/* line 591, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light {
  -webkit-tap-highlight-color: transparent;
  background-color: #FFE763;
  border-radius: 5px;
  font-family: Tahoma;
  font-size: 8pt;
  border: 1px solid #B7A64B;
  color: #887A2E;
  position: absolute;
  z-index: 10001;
  width: 580px;
  height: 300px;
  box-shadow: 5px 5px 5px #888;
}

/* line 608, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide {
  width: 650px;
}

/* line 611, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mark {
  position: relative;
  top: 3px;
  background-image: url(data:image/gif;base64,R0lGODlhaQA1APfIANvGU4d7INS8OP%2F1xP%2FoaeHJRf%2F1v%2FvjX%2FDYVP%2Fztf%2FpbujQTP%2Fsh%2FXdWf%2FrfXNhAJiIMOzUUMy0MOTMSKqTOcWtKf%2FxprKaFpiBAf%2Fwm7CbS66WErCYFH9sAcmxLZN9Af%2F87P%2F%2F%2F%2F%2F3zv%2FzsP%2FwnPffW4p8I5J8AZqCAc62MrGZFZODK%2FPbV8CoJLmhHYBuDauTD72lIbWdGX5rAZF6AY%2BAJ6iTOKKOM8i1SqWQNuSsAMu8Z%2BTRa5Z%2FAbutYo55BJyKMNG5NauZM%2F%2F%2FtOvSdv%2F51refG%2BXXmLaiOf3wpJeAAf3OENLDbtTGe56MMuHNX56GAuLTfqSMCJ6LJsOvQVNJA415CaSNErOlWrCmaevfoc64PZiGLoZ5H7ehJox5Esy%2Bc9C8TrScGNPAW%2FzkYKGVV9bKjJqECdS%2BQ7qiHrujH52OOf%2FsgpWADcu4U%2FHbYINvAZ%2BRRraqbKqbRpSBGL%2BnI6aSJKyWG21cAZF9DN3Rk5uHGXpnAbykIId5Is3GoczAZqygYqyYKrOmUXtoCLKvuL2NEb6ODvHZVYRwAd%2FJToh3GH9%2Ff%2FDkpndkAb2xc4Z6Ib6wZayWJa%2BgS9K%2FWuDIRJqKRZaIN62eSWZmZol0AYp3D5mZmaqYT6mUQszAdo17HP%2FRZuPMVJmNM7igHLmtb%2BbOSt2SZsawNerUWf%2F9lZlYM%2F%2Fkmf%2FfwMyeM9E1NTMzM9qtCMqREP%2B9lb2uWb7X%2BuW4TeZ3W%2Fl7aXVnHJiFUOXNSerSTpFWTN3d3buvcf%2BeZjlJTOGNOpR4ebCBaf%2F4zLKamm5jEf%2FnYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAMgALAAAAABpADUAAAj%2FAJEJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNqdFhCgscSGzX%2B6USBgg0bOXLcWOkEiKU%2FEQvhaihhYE2GjwIdzFIqoZwyZvQc0dJIyxE9ZsrIOehJg9OnUJ9egvinlrFXCAVwkLC1K1euAhBG8gEGS0EsYHz4QBinSYi3cOE2iXOwpN27eFc8JKIKR6FhCL96HXzT4JwdUXZgGjgJMZM5CNcwAUG5cmUma%2Bo21NuQyJAlOnQp7EC6tOkOCoXg4EEJCTIkbni4EZJwyhgRuHPnHjPloA1kAYILHx4AGeeFnkHLWnhBjJE0MerEUENKzIWFdqg8wSEIxxMqdhTu%2Fwkzorx582H2%2BG5Yg2FyHYYYXhDwQQAKARjoC7i%2B8I4XNIqg4cUdC52xxRskJKggCW9sccZBOQBHHHHItKfQe4c0pIIAJ%2BDnYX38LYRCCh6kAAVDPXggwwYstriBDB70AGFDJlz4mQ4ZaqhffvmByNAVFVTQRwUeXLEQDUEmqWSQNBx0g4QTCodMjQiJcmN8Dm3YIY%2F6hYhQGykEIYUmUoTZhkI%2FtNACGSywkMSbZKj5w0FONFTcQbMcEQuOEG1Y3309CqCCQnmQCMUmyHyBQgVB5JEQHC5swAYeeDhgKRsbuADHQUBAGWVxdxpETCvCYPmQlh7m16GXBVnhQQVKvP8w0As9tJCCFQjN4IISJdBAQwnAlqDEBTNw2lAXCAXTyy0Szbelh6smRAcKKMhKEK1Q0IGQJD%2FMwAIMMCCASJszXODITlxwscIKNdRgwrsm%2BAFJF1mEhMx89XEZbUKgEHLQC4sohAQfLLrwaqR8JPKFvRYJIMNz0U1nhAxhMWzxxRhnrPHGHHfscUQAhCzyyCSPLFDJKJd8csosA7Byyyi%2FDDPJyLgsUcgT4XyzzSDzDBHOAwQt9NBEB12zy0UnPfTRyCjtNNNOKw111EUzbcDVWGet9dVWb%2B011l1n3dFHW4f9ddk4n%2F010wl8QpJJKKnEkkufJMB2AnjnrXcCvwT%2FkvfdekuQt%2BB7A57T3njz9DfOeP8U1FBFHZWUHHgzbUFTUWWuwSUWWG7B56CH3sQRg%2BTyuedaCaY6BwKcjvPnY5UVugVoqeW6y5%2B3Fdfuc92OTAZ4BW%2FXCiQwncHxyCcfhQE70LLC8cZnsPr00ON8%2FGGJYYJ8Y1E8Vr3Lx0tm2fiYfY8MAxQwoP767K%2B%2FAgNMt88%2BD0XwgMMU68ev%2Fmn854%2Fz%2BqphDRIYABvZCMF%2FLlOfbXTDQN6oj2kOsIEDPiUcB6zAARC0lAYtRb%2FvCGKDGXRAcyAmHepYR4MhdEB2ttOd79gBhDiz1HjOQ8P0WIppCrCBAnbIwx7ysAYKwKEP%2FxWQiiKIAhUb8KEQFYAv%2B3xoPzxc4g79AyAB3UGJONuhgRC0oAQ16Aw7ZFoBclAACganADUogBgLwEY28qIIpvAADNrYxjUWAFVcAlEdcUZHNo6oRFDooxr5WIAUrchFLIJRD9goRjIKUpAmGKTL%2BhiBIuxCjo%2B0o59S1aU9TpKOQBISka7QRzFWAklLWhINGImzCdxgAmYMwARMMAGmTeCWE6hEERYgR1z6spatvCUen3gBXNoSl2ASE5nM5MtjpmlNbXpTEuLUgh%2FckmkLcMICtsnNbnIzAAvAJjdZ4AE5erOb4lzAJgGlHxVwM52F8sChFqAoRuXhnTjbJqQkRf8pDWJKU9tkWgSAEIFYFjQCAo1ABGDggD5IQaEQjShCcQbRYapqPxBNqBVS0IJqQZRWtrKCQhOqK175KljCItZIcYYAICDgpTCNKUy7gACmwbQKhNiATHdqU0QgwFmcXBVMbYqAaVVLpi9QAgro8FKicstb4BIXuczVVJw1QAjqUle73uWHeM1LCA1gWgPGStaymnWsYh1rE%2FW1H7KmtQH9OmsDAOZWq451YAU72AYS9gW04uwAgA2sYAcLWKYR9rCCNSxgHUZCiVEssIpF7GEjK9nBMo0AmM2sZjeL2cty9rOZ9SxoPyva0W62tKYNrc56ljOfPWS1P3OtQ1w2s5idHa22JrstbnW229z2VmQfC67FOAEM4Ro3IpzwBSNOURAIONe5BnmAdKV7XI2ZABCMKEQmCPLc7hJkuuCt7sWuOwgnbJe7EEBGeqE7EOo%2BABnUFa%2B9yDuKKhjkueplr0CmC9%2F4ylcjoSjGMep7EOiuN73tfa%2BC3%2FtfjdiCFaGwb4G7q9%2F%2BgpfBDcYILFbhCoVQOLrhzbCIR0ziEmMkIAA7);
  background-position: 0px -43px;
  padding-left: 10px;
}

/* line 617, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_ie6 .dhx_mark {
  background-position: 6px -41px;
}

/* line 621, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light select {
  font-family: Tahoma;
  font-size: 8pt;
  color: #887A2E;
  padding: 2px;
  margin: 0px;
}

/* line 628, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_ltitle {
  padding: 2px 0px 2px 5px;
  overflow: hidden;
  white-space: nowrap;
}

/* line 633, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_ltitle span {
  white-space: nowrap;
}

/* line 636, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_lsection {
  background-color: #DBCF8C;
  color: #FFF4B5;
  font-weight: bold;
  padding: 5px 0px 3px 10px;
}

/* line 642, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_section_time {
  background-color: #DBCF8C;
  white-space: nowrap;
}

/* line 646, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_lsection .dhx_fullday {
  float: right;
  margin-right: 5px;
  color: #887A2E;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
  cursor: pointer;
}

/* line 656, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_lsection {
  font-size: 18px;
  font-family: Arial;
}

/* line 660, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_ltext {
  padding: 2px	0px 2px 10px;
  overflow: hidden;
}

/* line 664, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_ltext textarea {
  background-color: #FFF4B5;
  /* #FFF4B5; should be the same for dhx_cal_larea, was transperent */
  overflow: auto;
  border: none;
  color: #887A2E;
  height: 100%;
  width: 100%;
  outline: none !important;
  resize: none;
}

/* line 674, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_time {
  font-weight: bold;
}

/* line 677, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light .dhx_title {
  padding-left: 10px;
}

/* line 680, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_larea {
  border: 1px solid #DCC43E;
  background-color: #FFF4B5;
  overflow: hidden;
  margin-left: 3px;
  width: 572px;
  height: 1px;
}

/* line 690, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_btn_set {
  padding: 5px 10px 0px 10px;
  float: left;
}

/* line 694, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_btn_set div {
  float: left;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  cursor: pointer;
}

/* line 701, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_save_btn {
  background-image: url(data:image/gif;base64,R0lGODlhaQA1APfIANvGU4d7INS8OP%2F1xP%2FoaeHJRf%2F1v%2FvjX%2FDYVP%2Fztf%2FpbujQTP%2Fsh%2FXdWf%2FrfXNhAJiIMOzUUMy0MOTMSKqTOcWtKf%2FxprKaFpiBAf%2Fwm7CbS66WErCYFH9sAcmxLZN9Af%2F87P%2F%2F%2F%2F%2F3zv%2FzsP%2FwnPffW4p8I5J8AZqCAc62MrGZFZODK%2FPbV8CoJLmhHYBuDauTD72lIbWdGX5rAZF6AY%2BAJ6iTOKKOM8i1SqWQNuSsAMu8Z%2BTRa5Z%2FAbutYo55BJyKMNG5NauZM%2F%2F%2FtOvSdv%2F51refG%2BXXmLaiOf3wpJeAAf3OENLDbtTGe56MMuHNX56GAuLTfqSMCJ6LJsOvQVNJA415CaSNErOlWrCmaevfoc64PZiGLoZ5H7ehJox5Esy%2Bc9C8TrScGNPAW%2FzkYKGVV9bKjJqECdS%2BQ7qiHrujH52OOf%2FsgpWADcu4U%2FHbYINvAZ%2BRRraqbKqbRpSBGL%2BnI6aSJKyWG21cAZF9DN3Rk5uHGXpnAbykIId5Is3GoczAZqygYqyYKrOmUXtoCLKvuL2NEb6ODvHZVYRwAd%2FJToh3GH9%2Ff%2FDkpndkAb2xc4Z6Ib6wZayWJa%2BgS9K%2FWuDIRJqKRZaIN62eSWZmZol0AYp3D5mZmaqYT6mUQszAdo17HP%2FRZuPMVJmNM7igHLmtb%2BbOSt2SZsawNerUWf%2F9lZlYM%2F%2Fkmf%2FfwMyeM9E1NTMzM9qtCMqREP%2B9lb2uWb7X%2BuW4TeZ3W%2Fl7aXVnHJiFUOXNSerSTpFWTN3d3buvcf%2BeZjlJTOGNOpR4ebCBaf%2F4zLKamm5jEf%2FnYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAMgALAAAAABpADUAAAj%2FAJEJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNqdFhCgscSGzX%2B6USBgg0bOXLcWOkEiKU%2FEQvhaihhYE2GjwIdzFIqoZwyZvQc0dJIyxE9ZsrIOehJg9OnUJ9egvinlrFXCAVwkLC1K1euAhBG8gEGS0EsYHz4QBinSYi3cOE2iXOwpN27eFc8JKIKR6FhCL96HXzT4JwdUXZgGjgJMZM5CNcwAUG5cmUma%2Bo21NuQyJAlOnQp7EC6tOkOCoXg4EEJCTIkbni4EZJwyhgRuHPnHjPloA1kAYILHx4AGeeFnkHLWnhBjJE0MerEUENKzIWFdqg8wSEIxxMqdhTu%2Fwkzorx582H2%2BG5Yg2FyHYYYXhDwQQAKARjoC7i%2B8I4XNIqg4cUdC52xxRskJKggCW9sccZBOQBHHHHItKfQe4c0pIIAJ%2BDnYX38LYRCCh6kAAVDPXggwwYstriBDB70AGFDJlz4mQ4ZaqhffvmByNAVFVTQRwUeXLEQDUEmqWSQNBx0g4QTCodMjQiJcmN8Dm3YIY%2F6hYhQGykEIYUmUoTZhkI%2FtNACGSywkMSbZKj5w0FONFTcQbMcEQuOEG1Y3309CqCCQnmQCMUmyHyBQgVB5JEQHC5swAYeeDhgKRsbuADHQUBAGWVxdxpETCvCYPmQlh7m16GXBVnhQQVKvP8w0As9tJCCFQjN4IISJdBAQwnAlqDEBTNw2lAXCAXTyy0Szbelh6smRAcKKMhKEK1Q0IGQJD%2FMwAIMMCCASJszXODITlxwscIKNdRgwrsm%2BAFJF1mEhMx89XEZbUKgEHLQC4sohAQfLLrwaqR8JPKFvRYJIMNz0U1nhAxhMWzxxRhnrPHGHHfscUQAhCzyyCSPLFDJKJd8csosA7Byyyi%2FDDPJyLgsUcgT4XyzzSDzDBHOAwQt9NBEB12zy0UnPfTRyCjtNNNOKw111EUzbcDVWGet9dVWb%2B011l1n3dFHW4f9ddk4n%2F010wl8QpJJKKnEkkufJMB2AnjnrXcCvwT%2FkvfdekuQt%2BB7A57T3njz9DfOeP8U1FBFHZWUHHgzbUFTUWWuwSUWWG7B56CH3sQRg%2BTyuedaCaY6BwKcjvPnY5UVugVoqeW6y5%2B3Fdfuc92OTAZ4BW%2FXCiQwncHxyCcfhQE70LLC8cZnsPr00ON8%2FGGJYYJ8Y1E8Vr3Lx0tm2fiYfY8MAxQwoP767K%2B%2FAgNMt88%2BD0XwgMMU68ev%2Fmn854%2Fz%2BqphDRIYABvZCMF%2FLlOfbXTDQN6oj2kOsIEDPiUcB6zAARC0lAYtRb%2FvCGKDGXRAcyAmHepYR4MhdEB2ttOd79gBhDiz1HjOQ8P0WIppCrCBAnbIwx7ysAYKwKEP%2FxWQiiKIAhUb8KEQFYAv%2B3xoPzxc4g79AyAB3UGJONuhgRC0oAQ16Aw7ZFoBclAACganADUogBgLwEY28qIIpvAADNrYxjUWAFVcAlEdcUZHNo6oRFDooxr5WIAUrchFLIJRD9goRjIKUpAmGKTL%2BhiBIuxCjo%2B0o59S1aU9TpKOQBISka7QRzFWAklLWhINGImzCdxgAmYMwARMMAGmTeCWE6hEERYgR1z6spatvCUen3gBXNoSl2ASE5nM5MtjpmlNbXpTEuLUgh%2FckmkLcMICtsnNbnIzAAvAJjdZ4AE5erOb4lzAJgGlHxVwM52F8sChFqAoRuXhnTjbJqQkRf8pDWJKU9tkWgSAEIFYFjQCAo1ABGDggD5IQaEQjShCcQbRYapqPxBNqBVS0IJqQZRWtrKCQhOqK175KljCItZIcYYAICDgpTCNKUy7gACmwbQKhNiATHdqU0QgwFmcXBVMbYqAaVVLpi9QAgro8FKicstb4BIXuczVVJw1QAjqUle73uWHeM1LCA1gWgPGStaymnWsYh1rE%2FW1H7KmtQH9OmsDAOZWq451YAU72AYS9gW04uwAgA2sYAcLWKYR9rCCNSxgHUZCiVEssIpF7GEjK9nBMo0AmM2sZjeL2cty9rOZ9SxoPyva0W62tKYNrc56ljOfPWS1P3OtQ1w2s5idHa22JrstbnW229z2VmQfC67FOAEM4Ro3IpzwBSNOURAIONe5BnmAdKV7XI2ZABCMKEQmCPLc7hJkuuCt7sWuOwgnbJe7EEBGeqE7EOo%2BABnUFa%2B9yDuKKhjkueplr0CmC9%2F4ylcjoSjGMep7EOiuN73tfa%2BC3%2FtfjdiCFaGwb4G7q9%2F%2BgpfBDcYILFbhCoVQOLrhzbCIR0ziEmMkIAA7);
  background-position: -84px 0px;
  width: 21px;
}

/* line 707, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cancel_btn {
  background-image: url(data:image/gif;base64,R0lGODlhaQA1APfIANvGU4d7INS8OP%2F1xP%2FoaeHJRf%2F1v%2FvjX%2FDYVP%2Fztf%2FpbujQTP%2Fsh%2FXdWf%2FrfXNhAJiIMOzUUMy0MOTMSKqTOcWtKf%2FxprKaFpiBAf%2Fwm7CbS66WErCYFH9sAcmxLZN9Af%2F87P%2F%2F%2F%2F%2F3zv%2FzsP%2FwnPffW4p8I5J8AZqCAc62MrGZFZODK%2FPbV8CoJLmhHYBuDauTD72lIbWdGX5rAZF6AY%2BAJ6iTOKKOM8i1SqWQNuSsAMu8Z%2BTRa5Z%2FAbutYo55BJyKMNG5NauZM%2F%2F%2FtOvSdv%2F51refG%2BXXmLaiOf3wpJeAAf3OENLDbtTGe56MMuHNX56GAuLTfqSMCJ6LJsOvQVNJA415CaSNErOlWrCmaevfoc64PZiGLoZ5H7ehJox5Esy%2Bc9C8TrScGNPAW%2FzkYKGVV9bKjJqECdS%2BQ7qiHrujH52OOf%2FsgpWADcu4U%2FHbYINvAZ%2BRRraqbKqbRpSBGL%2BnI6aSJKyWG21cAZF9DN3Rk5uHGXpnAbykIId5Is3GoczAZqygYqyYKrOmUXtoCLKvuL2NEb6ODvHZVYRwAd%2FJToh3GH9%2Ff%2FDkpndkAb2xc4Z6Ib6wZayWJa%2BgS9K%2FWuDIRJqKRZaIN62eSWZmZol0AYp3D5mZmaqYT6mUQszAdo17HP%2FRZuPMVJmNM7igHLmtb%2BbOSt2SZsawNerUWf%2F9lZlYM%2F%2Fkmf%2FfwMyeM9E1NTMzM9qtCMqREP%2B9lb2uWb7X%2BuW4TeZ3W%2Fl7aXVnHJiFUOXNSerSTpFWTN3d3buvcf%2BeZjlJTOGNOpR4ebCBaf%2F4zLKamm5jEf%2FnYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAMgALAAAAABpADUAAAj%2FAJEJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNqdFhCgscSGzX%2B6USBgg0bOXLcWOkEiKU%2FEQvhaihhYE2GjwIdzFIqoZwyZvQc0dJIyxE9ZsrIOehJg9OnUJ9egvinlrFXCAVwkLC1K1euAhBG8gEGS0EsYHz4QBinSYi3cOE2iXOwpN27eFc8JKIKR6FhCL96HXzT4JwdUXZgGjgJMZM5CNcwAUG5cmUma%2Bo21NuQyJAlOnQp7EC6tOkOCoXg4EEJCTIkbni4EZJwyhgRuHPnHjPloA1kAYILHx4AGeeFnkHLWnhBjJE0MerEUENKzIWFdqg8wSEIxxMqdhTu%2Fwkzorx582H2%2BG5Yg2FyHYYYXhDwQQAKARjoC7i%2B8I4XNIqg4cUdC52xxRskJKggCW9sccZBOQBHHHHItKfQe4c0pIIAJ%2BDnYX38LYRCCh6kAAVDPXggwwYstriBDB70AGFDJlz4mQ4ZaqhffvmByNAVFVTQRwUeXLEQDUEmqWSQNBx0g4QTCodMjQiJcmN8Dm3YIY%2F6hYhQGykEIYUmUoTZhkI%2FtNACGSywkMSbZKj5w0FONFTcQbMcEQuOEG1Y3309CqCCQnmQCMUmyHyBQgVB5JEQHC5swAYeeDhgKRsbuADHQUBAGWVxdxpETCvCYPmQlh7m16GXBVnhQQVKvP8w0As9tJCCFQjN4IISJdBAQwnAlqDEBTNw2lAXCAXTyy0Szbelh6smRAcKKMhKEK1Q0IGQJD%2FMwAIMMCCASJszXODITlxwscIKNdRgwrsm%2BAFJF1mEhMx89XEZbUKgEHLQC4sohAQfLLrwaqR8JPKFvRYJIMNz0U1nhAxhMWzxxRhnrPHGHHfscUQAhCzyyCSPLFDJKJd8csosA7Byyyi%2FDDPJyLgsUcgT4XyzzSDzDBHOAwQt9NBEB12zy0UnPfTRyCjtNNNOKw111EUzbcDVWGet9dVWb%2B011l1n3dFHW4f9ddk4n%2F010wl8QpJJKKnEkkufJMB2AnjnrXcCvwT%2FkvfdekuQt%2BB7A57T3njz9DfOeP8U1FBFHZWUHHgzbUFTUWWuwSUWWG7B56CH3sQRg%2BTyuedaCaY6BwKcjvPnY5UVugVoqeW6y5%2B3Fdfuc92OTAZ4BW%2FXCiQwncHxyCcfhQE70LLC8cZnsPr00ON8%2FGGJYYJ8Y1E8Vr3Lx0tm2fiYfY8MAxQwoP767K%2B%2FAgNMt88%2BD0XwgMMU68ev%2Fmn854%2Fz%2BqphDRIYABvZCMF%2FLlOfbXTDQN6oj2kOsIEDPiUcB6zAARC0lAYtRb%2FvCGKDGXRAcyAmHepYR4MhdEB2ttOd79gBhDiz1HjOQ8P0WIppCrCBAnbIwx7ysAYKwKEP%2FxWQiiKIAhUb8KEQFYAv%2B3xoPzxc4g79AyAB3UGJONuhgRC0oAQ16Aw7ZFoBclAACganADUogBgLwEY28qIIpvAADNrYxjUWAFVcAlEdcUZHNo6oRFDooxr5WIAUrchFLIJRD9goRjIKUpAmGKTL%2BhiBIuxCjo%2B0o59S1aU9TpKOQBISka7QRzFWAklLWhINGImzCdxgAmYMwARMMAGmTeCWE6hEERYgR1z6spatvCUen3gBXNoSl2ASE5nM5MtjpmlNbXpTEuLUgh%2FckmkLcMICtsnNbnIzAAvAJjdZ4AE5erOb4lzAJgGlHxVwM52F8sChFqAoRuXhnTjbJqQkRf8pDWJKU9tkWgSAEIFYFjQCAo1ABGDggD5IQaEQjShCcQbRYapqPxBNqBVS0IJqQZRWtrKCQhOqK175KljCItZIcYYAICDgpTCNKUy7gACmwbQKhNiATHdqU0QgwFmcXBVMbYqAaVVLpi9QAgro8FKicstb4BIXuczVVJw1QAjqUle73uWHeM1LCA1gWgPGStaymnWsYh1rE%2FW1H7KmtQH9OmsDAOZWq451YAU72AYS9gW04uwAgA2sYAcLWKYR9rCCNSxgHUZCiVEssIpF7GEjK9nBMo0AmM2sZjeL2cty9rOZ9SxoPyva0W62tKYNrc56ljOfPWS1P3OtQ1w2s5idHa22JrstbnW229z2VmQfC67FOAEM4Ro3IpzwBSNOURAIONe5BnmAdKV7XI2ZABCMKEQmCPLc7hJkuuCt7sWuOwgnbJe7EEBGeqE7EOo%2BABnUFa%2B9yDuKKhjkueplr0CmC9%2F4ylcjoSjGMep7EOiuN73tfa%2BC3%2FtfjdiCFaGwb4G7q9%2F%2BgpfBDcYILFbhCoVQOLrhzbCIR0ziEmMkIAA7);
  background-position: -63px 0px;
  width: 20px;
}

/* line 712, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_delete_btn {
  background-image: url(data:image/gif;base64,R0lGODlhaQA1APfIANvGU4d7INS8OP%2F1xP%2FoaeHJRf%2F1v%2FvjX%2FDYVP%2Fztf%2FpbujQTP%2Fsh%2FXdWf%2FrfXNhAJiIMOzUUMy0MOTMSKqTOcWtKf%2FxprKaFpiBAf%2Fwm7CbS66WErCYFH9sAcmxLZN9Af%2F87P%2F%2F%2F%2F%2F3zv%2FzsP%2FwnPffW4p8I5J8AZqCAc62MrGZFZODK%2FPbV8CoJLmhHYBuDauTD72lIbWdGX5rAZF6AY%2BAJ6iTOKKOM8i1SqWQNuSsAMu8Z%2BTRa5Z%2FAbutYo55BJyKMNG5NauZM%2F%2F%2FtOvSdv%2F51refG%2BXXmLaiOf3wpJeAAf3OENLDbtTGe56MMuHNX56GAuLTfqSMCJ6LJsOvQVNJA415CaSNErOlWrCmaevfoc64PZiGLoZ5H7ehJox5Esy%2Bc9C8TrScGNPAW%2FzkYKGVV9bKjJqECdS%2BQ7qiHrujH52OOf%2FsgpWADcu4U%2FHbYINvAZ%2BRRraqbKqbRpSBGL%2BnI6aSJKyWG21cAZF9DN3Rk5uHGXpnAbykIId5Is3GoczAZqygYqyYKrOmUXtoCLKvuL2NEb6ODvHZVYRwAd%2FJToh3GH9%2Ff%2FDkpndkAb2xc4Z6Ib6wZayWJa%2BgS9K%2FWuDIRJqKRZaIN62eSWZmZol0AYp3D5mZmaqYT6mUQszAdo17HP%2FRZuPMVJmNM7igHLmtb%2BbOSt2SZsawNerUWf%2F9lZlYM%2F%2Fkmf%2FfwMyeM9E1NTMzM9qtCMqREP%2B9lb2uWb7X%2BuW4TeZ3W%2Fl7aXVnHJiFUOXNSerSTpFWTN3d3buvcf%2BeZjlJTOGNOpR4ebCBaf%2F4zLKamm5jEf%2FnYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAMgALAAAAABpADUAAAj%2FAJEJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNqdFhCgscSGzX%2B6USBgg0bOXLcWOkEiKU%2FEQvhaihhYE2GjwIdzFIqoZwyZvQc0dJIyxE9ZsrIOehJg9OnUJ9egvinlrFXCAVwkLC1K1euAhBG8gEGS0EsYHz4QBinSYi3cOE2iXOwpN27eFc8JKIKR6FhCL96HXzT4JwdUXZgGjgJMZM5CNcwAUG5cmUma%2Bo21NuQyJAlOnQp7EC6tOkOCoXg4EEJCTIkbni4EZJwyhgRuHPnHjPloA1kAYILHx4AGeeFnkHLWnhBjJE0MerEUENKzIWFdqg8wSEIxxMqdhTu%2Fwkzorx582H2%2BG5Yg2FyHYYYXhDwQQAKARjoC7i%2B8I4XNIqg4cUdC52xxRskJKggCW9sccZBOQBHHHHItKfQe4c0pIIAJ%2BDnYX38LYRCCh6kAAVDPXggwwYstriBDB70AGFDJlz4mQ4ZaqhffvmByNAVFVTQRwUeXLEQDUEmqWSQNBx0g4QTCodMjQiJcmN8Dm3YIY%2F6hYhQGykEIYUmUoTZhkI%2FtNACGSywkMSbZKj5w0FONFTcQbMcEQuOEG1Y3309CqCCQnmQCMUmyHyBQgVB5JEQHC5swAYeeDhgKRsbuADHQUBAGWVxdxpETCvCYPmQlh7m16GXBVnhQQVKvP8w0As9tJCCFQjN4IISJdBAQwnAlqDEBTNw2lAXCAXTyy0Szbelh6smRAcKKMhKEK1Q0IGQJD%2FMwAIMMCCASJszXODITlxwscIKNdRgwrsm%2BAFJF1mEhMx89XEZbUKgEHLQC4sohAQfLLrwaqR8JPKFvRYJIMNz0U1nhAxhMWzxxRhnrPHGHHfscUQAhCzyyCSPLFDJKJd8csosA7Byyyi%2FDDPJyLgsUcgT4XyzzSDzDBHOAwQt9NBEB12zy0UnPfTRyCjtNNNOKw111EUzbcDVWGet9dVWb%2B011l1n3dFHW4f9ddk4n%2F010wl8QpJJKKnEkkufJMB2AnjnrXcCvwT%2FkvfdekuQt%2BB7A57T3njz9DfOeP8U1FBFHZWUHHgzbUFTUWWuwSUWWG7B56CH3sQRg%2BTyuedaCaY6BwKcjvPnY5UVugVoqeW6y5%2B3Fdfuc92OTAZ4BW%2FXCiQwncHxyCcfhQE70LLC8cZnsPr00ON8%2FGGJYYJ8Y1E8Vr3Lx0tm2fiYfY8MAxQwoP767K%2B%2FAgNMt88%2BD0XwgMMU68ev%2Fmn854%2Fz%2BqphDRIYABvZCMF%2FLlOfbXTDQN6oj2kOsIEDPiUcB6zAARC0lAYtRb%2FvCGKDGXRAcyAmHepYR4MhdEB2ttOd79gBhDiz1HjOQ8P0WIppCrCBAnbIwx7ysAYKwKEP%2FxWQiiKIAhUb8KEQFYAv%2B3xoPzxc4g79AyAB3UGJONuhgRC0oAQ16Aw7ZFoBclAACganADUogBgLwEY28qIIpvAADNrYxjUWAFVcAlEdcUZHNo6oRFDooxr5WIAUrchFLIJRD9goRjIKUpAmGKTL%2BhiBIuxCjo%2B0o59S1aU9TpKOQBISka7QRzFWAklLWhINGImzCdxgAmYMwARMMAGmTeCWE6hEERYgR1z6spatvCUen3gBXNoSl2ASE5nM5MtjpmlNbXpTEuLUgh%2FckmkLcMICtsnNbnIzAAvAJjdZ4AE5erOb4lzAJgGlHxVwM52F8sChFqAoRuXhnTjbJqQkRf8pDWJKU9tkWgSAEIFYFjQCAo1ABGDggD5IQaEQjShCcQbRYapqPxBNqBVS0IJqQZRWtrKCQhOqK175KljCItZIcYYAICDgpTCNKUy7gACmwbQKhNiATHdqU0QgwFmcXBVMbYqAaVVLpi9QAgro8FKicstb4BIXuczVVJw1QAjqUle73uWHeM1LCA1gWgPGStaymnWsYh1rE%2FW1H7KmtQH9OmsDAOZWq451YAU72AYS9gW04uwAgA2sYAcLWKYR9rCCNSxgHUZCiVEssIpF7GEjK9nBMo0AmM2sZjeL2cty9rOZ9SxoPyva0W62tKYNrc56ljOfPWS1P3OtQ1w2s5idHa22JrstbnW229z2VmQfC67FOAEM4Ro3IpzwBSNOURAIONe5BnmAdKV7XI2ZABCMKEQmCPLc7hJkuuCt7sWuOwgnbJe7EEBGeqE7EOo%2BABnUFa%2B9yDuKKhjkueplr0CmC9%2F4ylcjoSjGMep7EOiuN73tfa%2BC3%2FtfjdiCFaGwb4G7q9%2F%2BgpfBDcYILFbhCoVQOLrhzbCIR0ziEmMkIAA7);
  background-position: -42px 0px;
  width: 20px;
}

/* line 717, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10000;
  top: 0px;
  left: 0px;
  background-color: black;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 729, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_custom_button {
  padding: 0px 3px 0px 3px;
  color: #887A2E;
  font-family: Tahoma;
  font-size: 8pt;
  background-color: #FFE763;
  font-weight: normal;
  margin-right: 5px;
  margin-top: 0px;
  cursor: pointer;
}

/* line 740, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_custom_button div {
  cursor: pointer;
  float: left;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
}

/* line 749, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_cal_larea {
  border-top-width: 0px;
}

/* line 752, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_cal_lsection {
  border: 0px;
  float: left;
  text-align: right;
  width: 100px;
  height: 20px;
  font-size: 16px;
  padding: 5px 0px 0px 10px;
}

/* line 761, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_wrap_section {
  border-top: 1px solid #DBCF8C;
  position: relative;
  background-color: #DBCF8C;
  overflow: hidden;
}

/* line 767, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_section_time {
  padding-top: 2px !important;
  height: 20px !important;
}

/* line 771, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_section_time {
  text-align: center;
}

/* line 774, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_cal_larea {
  width: 730px;
}

/* line 777, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide {
  width: 738px;
}

/* line 781, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_section_time {
  background: transparent;
}

/* line 784, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_cal_checkbox label {
  padding-left: 0px;
}

/* line 787, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_wide_checkbox input {
  margin-top: 8px;
  margin-left: 14px;
}

/* line 791, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light input {
  font-family: Tahoma;
  font-size: 8pt;
  color: #887A2E;
}

/* line 796, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_cal_lsection .dhx_fullday {
  float: none;
  margin-right: 0px;
  color: #FFF4B5;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial;
  cursor: pointer;
}

/* line 805, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_custom_button {
  float: right;
  height: 21px;
  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 815, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_custom_button {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2px;
}

/* line 821, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_repeat_right {
  margin-right: 55px;
}

/* line 824, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_minical_popup {
  position: absolute;
  z-index: 10100;
  width: 251px;
  height: 175px;
}

/* line 828, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_bar_header {
  position: absolute;
  border-bottom: 1px dotted #8894A3;
  width: 100%;
}

/* line 833, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_expand_icon {
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(./imgs/collapse_expand_icon.gif);
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-position: 0px 18px;
  z-index: 16;
}

/* line 841, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scheduler_agenda .dhx_cal_data {
  background-image: url(./imgs/databg.png);
}

/* line 844, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_agenda_area {
  width: 100%;
  overflow-y: auto;
  background-image: url(./imgs/databg.png);
}

/* line 849, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_agenda_line {
  height: 21px;
  clear: both;
  overflow: hidden;
}

/* line 854, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_agenda_line div {
  float: left;
  width: 188px;
  border-right: 1px dotted #8894A3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}

/* line 862, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_agenda_area .dhx_agenda_line div {
  border-right: 0px dotted #8894A3;
}

/* line 865, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_v_border {
  position: absolute;
  left: 187px;
  top: 0;
  border-right: 1px dotted #8894A3;
  width: 1px;
  height: 100%;
}

/* line 873, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_agenda_line .dhx_event_icon {
  width: 20px;
  border-width: 0px;
  background: url(./imgs/icon.png) no-repeat;
  background-position: 5px 4px;
  cursor: pointer;
}

/* line 880, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_agenda_line span {
  padding-left: 5px;
  line-height: 21px;
}

/* line 886, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_year_body {
  border-left: 1px dotted #586A7E;
}

/* line 889, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_year_week {
  position: relative;
}

/* line 892, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_bar_last {
  border-right: 1px dotted #586A7E;
}

/* line 895, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_year_month {
  height: 18px;
  padding-top: 3px;
  border: 1px dotted #586A7E;
  text-align: center;
  vertical-align: middle;
}

/* line 902, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_year_body .dhx_before .dhx_month_head, .dhx_year_body .dhx_after .dhx_month_head, .dhx_year_body .dhx_before .dhx_month_head a, .dhx_year_body .dhx_after .dhx_month_head a {
  color: #E2E3E6 !important;
}

/* line 905, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_year_body .dhx_month_body {
  height: 0px;
  overflow: hidden;
}

/* line 909, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_month_head.dhx_year_event {
  background-color: #FFE763;
}

/* line 912, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_year_body .dhx_before .dhx_month_head, .dhx_year_body .dhx_after .dhx_month_head {
  cursor: default;
}

/* line 915, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_year_tooltip {
  border: 1px solid #BBBBBB;
  background-image: url(./imgs/databg.png);
  position: absolute;
  z-index: 9998;
  width: 300px;
  height: auto;
  font-family: Tahoma;
  font-size: 8pt;
  overflow: hidden;
}

/* line 927, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_tooltip_line {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}

/* line 933, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_tooltip_line .dhx_event_icon {
  width: 20px;
  height: 20px;
  padding-right: 10px;
  float: left;
  border-width: 0px;
  position: relative;
  background: url(./imgs/icon.png) no-repeat;
  background-position: 5px 4px;
  cursor: pointer;
}

/* line 944, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_tooltip_date {
  float: left;
  width: auto;
  padding-left: 5px;
  text-align: center;
}

/* line 951, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_text_disabled {
  color: #887A2E;
  font-family: Tahoma;
  font-size: 8pt;
}

/* line 957, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar {
  -moz-box-shadow: 5px 5px 5px #888;
  /*Doesn't work in IE*/
  -khtml-box-shadow: 5px 5px 5px #888;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -user-select: none;
}

/* line 966, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_month_head {
  cursor: pointer;
}

/* line 969, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_calendar_click {
  background-color: #C2D5FC;
}

/* line 972, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline div.dhx_minical_icon {
  width: 18px;
  height: 18px;
  left: 190px;
  top: 1px;
  cursor: pointer;
  background-image: url(./imgs/calendar.gif);
}

/* line 981, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell {
  height: 100%;
}

/* line 985, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_cell, .dhx_matrix_scell {
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #8894A3;
  border-right: 1px dotted #8894A3;
}

/* line 992, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_cell {
  background-color: white;
}

/* line 995, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_line {
  overflow: hidden;
}

/* line 998, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_cell div, .dhx_matrix_scell div {
  overflow: hidden;
  text-align: center;
  height: auto;
}

/* line 1004, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_lsection .dhx_readonly {
  font-size: 9pt;
  font-size: 8pt;
  padding: 2px;
  color: #887A2E;
}

/* line 1010, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event_line .dhx_event_resize {
  cursor: w-resize;
  background: url(./imgs/resize_dots.png) repeat-y;
  position: absolute;
  top: 0;
  width: 4px;
}

/* line 1017, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_event_resize_start {
  left: 0;
}

/* line 1020, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_event_resize_end {
  right: 0;
}

/* Tree view */
/* line 1025, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell.folder, .dhx_data_table.folder .dhx_matrix_cell {
  background-color: #969394;
  cursor: pointer;
}

/* line 1029, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell .dhx_scell_level0 {
  padding-left: 5px;
}

/* line 1032, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell .dhx_scell_level1 {
  padding-left: 20px;
}

/* line 1035, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell .dhx_scell_level2 {
  padding-left: 35px;
}

/* line 1038, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell .dhx_scell_level3 {
  padding-left: 50px;
}

/* line 1041, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell .dhx_scell_level4 {
  padding-left: 65px;
}

/* line 1045, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell.folder {
  font-weight: bold;
  text-align: left;
}

/* line 1049, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell.folder .dhx_scell_expand {
  float: left;
  width: 10px;
  padding-right: 3px;
}

/* line 1054, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell.folder .dhx_scell_name {
  float: left;
  width: auto;
}

/* line 1058, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell.item .dhx_scell_name {
  padding-left: 15px;
  text-align: left;
}

/* line 1062, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_data_table.folder .dhx_matrix_cell {
  border-right: 0;
}

/* line 1065, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_section_timeline {
  overflow: hidden;
  padding: 4px 0 2px 10px;
}

/* line 1069, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_section_timeline select {
  width: 552px;
}

/* Tree view end*/
/* Map view */
/* line 1076, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_area {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url(./imgs/databg.png);
}

/* line 1083, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_line .dhx_event_icon {
  width: 20px;
  border-width: 0px;
  background: url(./imgs/icon.png) no-repeat;
  background-position: 5px 4px;
  cursor: pointer;
}

/* line 1090, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_line {
  height: 21px;
  clear: both;
  overflow: hidden;
}

/* line 1095, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map {
  position: absolute;
}

/* line 1098, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_line div {
  float: left;
  border-right: 1px dotted #8894A3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}

/* line 1105, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_line .headline_description {
  float: left;
  border-right: 1px dotted #8894A3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}

/* line 1113, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_line .dhx_map_description {
  float: left;
  border-right: 0 dotted #8894A3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}

/* line 1120, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_line .headline_date, .dhx_map_line .headline_description {
  border-left: 0;
}

/* line 1123, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_line .line_description {
  float: left;
  border-right: 1px dotted #8894A3;
  text-align: left;
  padding-left: 5px;
  line-height: 21px;
  overflow: hidden;
}

/* line 1131, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_line.highlight {
  background-color: #C4C5CC;
}

/* line 1134, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_area .dhx_map_line div {
  border-right: 0px dotted #8894A3;
}

/* Map view end */
/* dhtmlXTooltip start */
/* line 1140, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlXTooltip.tooltip {
  -moz-box-shadow: 3px 3px 3px #888888;
  -webkit-box-shadow: 3px 3px 3px #888888;
  -o-box-shadow: 3px 3px 3px #888888;
  box-shadow: 3px 3px 3px #888888;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=5);
  background-color: white;
  border-left: 1px dotted #887A2E;
  border-top: 1px dotted #887A2E;
  color: #887A2E;
  cursor: default;
  padding: 10px;
  position: absolute;
  z-index: 500;
  font-family: Tahoma;
  font-size: 8pt;
}

/* dhtmlXTooltip end */
/* Lightbox checkbox section */
/* line 1162, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_checkbox label {
  padding-left: 5px;
}

/* Lightbox checkbox section end */
/* Lightbox radiobuttons section */
/* line 1169, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light .radio {
  padding: 2px 0px 2px 10px;
}

/* line 1172, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light .radio input, .dhx_cal_light .radio label {
  line-height: 15px;
}

/* line 1175, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light .radio input {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

/* line 1180, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light .radio label {
  vertical-align: middle;
  padding-right: 10px;
}

/* Lightbox radiobuttons section end */
/* Lightbox dhtmlx combo section */
/* line 1188, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light .combo {
  padding: 4px;
}

/* line 1191, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_combo_box {
  width: 608px !important;
  left: 10px;
}

/* Lightbox dhtmlx combo section end */
/* Agenda week start */
/* line 1198, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_column {
  float: left;
}

/* line 1201, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_column_last .dhx_wa_day_cont {
  border-left: 1px dotted #8894A3;
}

/* line 1204, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_scale_bar {
  font-family: Tahoma;
  padding-left: 10px;
  font-size: 11px;
  border-top: 1px dotted #8894A3;
  border-bottom: 1px dotted #8894A3;
}

/* line 1211, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_day_data {
  background-color: #FCFEFC;
  overflow-y: auto;
}

/* line 1215, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_ev_body {
  border-bottom: 1px dotted #778899;
  font-size: 12px;
  padding: 5px 0 5px 7px;
}

/* line 1220, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_dnd {
  font-family: Tahoma;
  position: absolute;
  padding-right: 7px;
  color: #887AE2 !important;
  background-color: #FFE763 !important;
  border: 1px solid #B7A543;
}

/* line 1228, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event_selected {
  background-color: #9cc1db;
  color: white;
}

/* Agenda week end */
/* timeline second scale start */
/* line 1235, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_second_scale_bar {
  border-bottom: 1px dotted #586A7E;
  padding-top: 2px;
}

/* timeline second scale end */
/* grid view */
/* line 1244, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_header div div {
  border-left: 1px dotted #8894A3;
}

/* line 1248, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_area {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #FCFEFC;
}

/* line 1254, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_area table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

/* line 1260, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_area td {
  table-layout: fixed;
  text-align: center;
}

/* line 1265, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_line {
  height: 21px;
  clear: both;
  overflow: hidden;
}

/* line 1270, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_line div {
  float: left;
  cursor: default;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}

/* line 1280, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_area td, .dhx_grid_line div {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 1286, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_area tr.dhx_grid_event {
  height: 21px;
  overflow: hidden;
  margin: 0 0 1px 0;
}

/* line 1291, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_area tr.dhx_grid_event td {
  /*borders for old ies*/
  border-bottom: 1px solid #ECEEF4;
}

/* line 1295, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_area tr.dhx_grid_event:nth-child(2n+1) td, .dhx_grid_area tr.dhx_grid_event:nth-child(2n) td {
  border-bottom-width: 0px;
  border-bottom-style: none;
}

/* line 1299, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_area tr.dhx_grid_event:nth-child(2n) {
  background-color: #ECEEF4;
}

/* line 1302, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_area .dhx_grid_dummy {
  table-layout: auto;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 1308, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_v_border {
  position: absolute;
  border-right: 1px solid #A4BED4;
  width: 1px;
  height: 100%;
}

/* line 1315, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_event_selected {
  background-color: #9cc1db !important;
  color: white !important;
}

/* line 1320, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_sort_desc .dhx_grid_view_sort {
  background-position: 0 -55px;
}

/* line 1323, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_sort_asc .dhx_grid_view_sort {
  background-position: 0 -66px;
}

/* line 1326, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_view_sort {
  width: 10px;
  height: 10px;
  position: absolute;
  border: none !important;
  top: 5px;
  background-repeat: no-repeat;
  background-image: url(./imgs/images.png);
}

/* end grid */
/* marked timespans */
/* line 1338, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_marked_timespan {
  position: absolute;
  width: 100%;
}

/* line 1342, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_time_block {
  position: absolute;
  width: 100%;
  background: silver;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1;
}

/* line 1350, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_time_block_reset {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 1354, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scheduler_month .dhx_marked_timespan {
  display: none;
}

/* line 1357, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_marked_timespan {
  display: none;
}

/* now time */
/* line 1361, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_now_time {
  width: 100%;
  border-bottom: 2px dotted red;
  z-index: 1;
}

/* line 1366, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scheduler_month .dhx_now_time {
  border-bottom: 0;
  border-left: 2px dotted red;
}

/* line 1370, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_now_time {
  border-left: 2px dotted red;
  z-index: 1;
}

/* Quick info */
/* line 1378, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_quick_info {
  border: 2px solid #888;
  border-radius: 5px;
  position: absolute;
  z-index: 300;
  background-color: #8e99ae;
  background-color: rgba(98, 107, 127, 0.5);
  padding-left: 7px;
  width: 300px;
  transition: left 0.5s ease, right 0.5s;
  -moz-transition: left 0.5s ease, right 0.5s;
  -webkit-transition: left 0.5s ease, right 0.5s;
  -o-transition: left 0.5s ease, right 0.5s;
}

/* line 1394, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_no_animate {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

/* line 1400, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_quick_info.dhx_qi_left .dhx_qi_big_icon {
  float: right;
}

/* line 1403, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_qi_title {
  padding: 5px 0px 10px 5px;
  color: #FFF;
  letter-spacing: 1px;
}

/* line 1408, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_qi_tdate {
  font-size: 14px;
}

/* line 1411, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_qi_tcontent {
  font-size: 18px;
  font-weight: bold;
}

/* line 1415, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_qi_content {
  border: 1px solid #888;
  background-color: #fefefe;
  padding: 16px 8px;
  font-size: 14px;
  color: #444;
  width: 275px;
  overflow: hidden;
}

/* line 1427, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_qi_big_icon {
  border-radius: 3px;
  color: #444;
  margin: 5px 9px 5px 0px;
  min-width: 60px;
  line-height: 20px;
  vertical-align: middle;
  padding: 5px 10px 5px 5px;
  cursor: pointer;
  background-color: #fefefe;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  float: left;
}

/* line 1445, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_qi_controls div {
  float: left;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

/* line 1451, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_qi_big_icon .dhx_menu_icon {
  margin: 0 8px 0 0px;
}

/*IE*/
/* line 1455, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.dhx_form_repeat input.radio {
  margin: -4px 0 0 -4px;
}

/*{ margin:-4px 0 0 -4px !ie; } */
/* line 1456, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.dhx_form_repeat input.checkbox {
  margin: 0 0 0 -4px;
}

/*{ margin:0 0 0 -4px !ie; }  */
/*All*/
/* line 1459, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_form_repeat, .dhx_form_repeat input {
  padding: 0;
  margin: 0;
  padding-left: 5px;
  font-family: Tahoma, Verdana;
  font-size: 11px;
  line-height: 24px;
}

/* line 1468, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_form_repeat {
  overflow: hidden;
  /*height:115px;*/
  height: 0px;
  background-color: #FFF4B5;
  /*border: 1px solid #DCC43E;*/
}

/* line 1476, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_form_repeat {
  background-color: transparent;
}

/* line 1481, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_repeat_center, .dhx_repeat_left {
  height: 115px;
  padding: 10px 0 10px 10px;
  float: left;
}

/* line 1487, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_repeat_left {
  width: 95px;
}

/* line 1491, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_repeat_center {
  width: 335px;
  margin-top: 12px;
}

/* line 1496, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_repeat_divider {
  float: left;
  height: 115px;
  border-left: 1px dotted #DCC43E;
  /*background-color: #DCC43E;*/
  width: 1px;
}

/* line 1504, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_repeat_right {
  float: right;
  height: 115px;
  width: 160px;
  padding: 10px 3px 10px 10px;
  margin-top: 7px;
}

/* line 1512, app/assets/stylesheets/dhtmlxscheduler.css.scss */
input.dhx_repeat_text {
  height: 16px;
  width: 27px;
  margin: 0 4px 0 4px;
  line-height: 18px;
  padding: 0 0 0 2px;
}

/* line 1520, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_form_repeat select {
  height: 20px;
  width: 87px;
  padding: 0 0 0 2px;
  margin: 0 4px 0 4px;
}

/* line 1527, app/assets/stylesheets/dhtmlxscheduler.css.scss */
input.dhx_repeat_date {
  height: 18px;
  width: 80px;
  padding: 0 0 0 2px;
  margin: 0 4px 0 4px;
  background-repeat: no-repeat;
  background-position: 64px 0;
  border: 1px #7f9db9 solid;
  line-height: 18px;
}

/* line 1538, app/assets/stylesheets/dhtmlxscheduler.css.scss */
input.dhx_repeat_radio {
  margin-right: 4px;
}

/* line 1542, app/assets/stylesheets/dhtmlxscheduler.css.scss */
input.dhx_repeat_checkbox {
  margin: 4px 4px 0 0;
}

/* line 1546, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_repeat_days td {
  padding-right: 5px;
}

/* line 1549, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_repeat_days label {
  font-size: 10px;
}

/* line 1552, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_custom_button {
  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 1560, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_custom_button_recurring {
  background-image: url(./imgs/but_repeat.gif);
  background-position: -5px 20px;
  width: 20px;
  margin-right: 10px;
}

/* increase width of lightbox */
/* line 1568, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_rec {
  width: 640px;
}

/* line 1571, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_rec .dhx_cal_larea {
  width: 632px;
}

/* line 1574, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_rec.dhx_cal_light_wide {
  width: 816px;
}

/* line 1577, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_rec.dhx_cal_light_wide .dhx_cal_larea {
  width: 808px;
}

/* event start */
/* line 1581, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_title {
  border-width: 1px 1px 0 1px;
  padding-top: 1px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
}

/* line 1596, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_body, .dhx_cal_event.dhx_cal_select_menu .dhx_body {
  padding-bottom: 8px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1607, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_header, .dhx_cal_event.dhx_cal_select_menu .dhx_footer {
  display: none;
}

/* line 1611, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_footer {
  height: 5px;
  border: 0;
  margin-top: -6px;
  background: url(imgs_dhx_terrace/resizing.png) no-repeat center center;
}

/* line 1618, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_header, .dhx_cal_event .dhx_footer, .dhx_cal_event .dhx_body, .dhx_cal_event .dhx_title {
  background-color: #1796b0;
  border-color: transparent;
  color: white;
}

/* line 1624, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.dhx_cal_editor {
  border: 1px solid transparent;
  background-color: #1796b0;
}

/* line 1629, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_editor {
  font-size: 12px;
  font-family: Arial, sans-serif;
}

/* line 1634, app/assets/stylesheets/dhtmlxscheduler.css.scss */
div.dhx_menu_head, div.dhx_menu_icon {
  background-image: url(imgs_dhx_terrace/controls.png);
}

/* line 1638, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event_line {
  border: 1px solid transparent;
  background-color: #1796b0;
  color: white;
  height: 17px;
  line-height: 17px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 1648, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event_line_start {
  -webkit-border-top-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

/* line 1656, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event_line_end {
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

/* line 1665, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event .dhx_body, .dhx_cal_event_line {
  font-size: 12px;
  font-family: Arial, sans-serif;
}

/* event end */
/* scales, containers start */
/* line 1673, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_container {
  background-color: white;
}

/* line 1677, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_data {
  border-top: 1px solid #CECECE;
}

/* line 1680, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_holder {
  background-image: url(imgs_dhx_terrace/databg.png);
  border-right: 1px solid #CECECE;
}

/* line 1685, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_holder_now {
  background-image: url(imgs_dhx_terrace/databg_now.png);
  border-right: 1px solid #CECECE;
}

/* line 1690, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_hour {
  border-bottom: 1px solid #CECECE;
  background-color: white;
  font: 11px/44px Arial;
  color: #767676;
}

/* line 1697, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_header {
  border: 1px solid #CECECE;
  border-left: 0;
  border-bottom: 0;
}

/* line 1702, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_bar {
  border-left: 1px solid #CECECE;
}

/* line 1706, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_bar {
  font: 11px/16px Arial;
  color: #767676;
  padding-top: 2px;
  background-color: white;
}

/* scales, containers end */
/* navigation start */
/* line 1716, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline div {
  top: 14px;
}

/* line 1719, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_tab, .dhx_cal_date, .dhx_cal_today_button, .dhx_cal_prev_button, .dhx_cal_next_button {
  color: #454544;
  height: 30px;
  line-height: 30px;
  background: none;
  border: 1px solid #CECECE;
}

/* line 1727, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline .dhx_cal_date {
  border: 0;
  font-size: 18px;
  font-weight: normal;
  font-family: arial;
  width: 100%;
  top: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: -1;
}

/* line 1739, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_today_button {
  color: #747473;
  left: auto;
  right: 123px;
  background: none;
  text-decoration: none;
  width: 80px;
  font-size: 12px;
  font-weight: bold;
  font-family: arial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1754, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_prev_button, .dhx_cal_next_button {
  left: auto;
  width: 46px;
}

/* line 1758, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_prev_button {
  right: 61px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAeElEQVQoz2P4%2F%2F8%2FAz4MBOxA7AvEvIQUmjExMdQDcQ%2BQLYBLkTxQQRFIEQxjKAYJMDMzRCMrwlAMBKwsLAzuQMF2bArhioHAEMipwaUIRTErK4MB0YqRnOECFGwlqBjJg%2FwEPYiOOTkZ5ICSeUQpJilSsES3Byi6AfiGsVh%2BGXa5AAAAAElFTkSuQmCC) no-repeat center center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 1768, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_next_button {
  right: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAb0lEQVQoz2NgYGDgBWIPIGb%2F%2F%2F8%2FAz4MAgJMTAw9QFwPZJsRqxiMgfw8Tk4GOaIUwzAzM0M0UI6fKMVQ3MrCwuACVMNKjGIYrmFlZTAgWjFQnSEhxe1AZ7gTdAbUgwKEPFgEFJOnSqSAotuXmOgGAGQIsVh4WzPYAAAAAElFTkSuQmCC) no-repeat center center;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 1778, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_tab {
  color: #747473;
  width: 60px;
  padding-top: 0;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
}

/* line 1790, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_tab.active {
  background-color: #F0EDE7;
  color: #454544;
  border: 1px solid #CECECE;
  text-shadow: 0px 1px 0px white;
}

/* line 1796, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_tab_first {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 1804, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_tab_last {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 1812, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_tab_standalone {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 5px;
}

/* line 1818, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_multi_day, .dhx_multi_day_icon_small, .dhx_multi_day_icon {
  background-color: white;
}

/* line 1821, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_multi_day {
  border-top: 1px solid #CECECE;
}

/* line 1824, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_multi_day_icon, .dhx_multi_day_icon_small {
  border-bottom: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
}

/* line 1828, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_multi_day_icon_small {
  background-image: url(imgs_dhx_terrace/clock_small.gif);
}

/* line 1831, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_multi_day_icon {
  background-image: url(imgs_dhx_terrace/clock_big.gif);
}

/* navigation end */
/* month view start */
/* line 1837, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_month_head, .dhx_after .dhx_month_head, .dhx_before .dhx_month_head, .dhx_after .dhx_month_body,
.dhx_before .dhx_month_body {
  background-color: white;
}

/* line 1842, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_month_head {
  height: 21px;
  padding-top: 0;
  font: 12px/21px Arial;
  color: #362d26;
  border-right: 1px solid #CECECE;
}

/* line 1850, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_after .dhx_month_head, .dhx_before .dhx_month_head, .dhx_after .dhx_month_head, .dhx_before .dhx_month_head {
  color: #bbbbbb;
}

/* line 1854, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_month_body {
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}

/* line 1858, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_now .dhx_month_head, .dhx_now .dhx_month_body {
  background-color: #FFF3A1;
  font-weight: normal;
}

/* line 1862, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event_clear {
  color: #0E64A0;
}

/* month view end */
/* lightbox start */
/* line 1869, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_larea {
  margin-left: 0;
}

/* line 1872, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_cal_larea {
  margin-left: 3px;
}

/* line 1875, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_wrap_section {
  padding: 5px 0;
}

/* line 1878, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light, .dhx_cal_larea, .dhx_cal_lsection, .dhx_wrap_section, .dhx_cal_light_wide .dhx_wrap_section, .dhx_cal_ltext textarea {
  background-color: white;
}

/* line 1881, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_lsection, .dhx_cal_light_wide .dhx_cal_lsection .dhx_fullday, .dhx_cal_lsection .dhx_fullday, .dhx_cal_light input {
  color: #747473;
}

/* line 1884, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_wrap_section {
  border-top: 0;
  border-bottom: 1px solid #CECECE;
}

/* line 1888, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_larea {
  border: 1px solid transparent;
}

/* line 1891, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_ltext textarea, .dhx_cal_light select, .dhx_cal_light {
  color: #2E2E2E;
}

/* line 1894, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light {
  border: 1px solid #CECECE;
}

/* line 1897, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_cal_lsection, .dhx_cal_light_wide .dhx_cal_lsection .dhx_fullday {
  font-size: 13px;
}

/* line 1900, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_section_time {
  background-color: transparent;
}

/* line 1903, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_save_btn, .dhx_cancel_btn, .dhx_delete_btn, .dhx_btn_set div:first-child {
  display: none;
}

/* line 1906, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_btn_set, .dhx_btn_set div {
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
}

/* line 1911, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_btn_set {
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 12px;
  color: #454544;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 1921, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_left_btn_set {
  margin-left: 20px;
}

/* line 1924, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_right_btn_set {
  margin-right: 20px;
}

/* line 1927, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_save_btn_set {
  border: 1px solid #22A1BC;
  color: white;
  text-shadow: 0px -1px 0px #6F6F6F;
  background-color: #22A1BC;
}

/* line 1933, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_btn_set, .dhx_cancel_btn_set {
  border: 1px solid #CECECE;
}

/* line 1936, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_delete_btn_set {
  border: 1px solid #FF8831;
  background-color: #FF8831;
  color: white;
  text-shadow: 0px -1px 0px #93755F;
}

/* line 1942, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_ltitle {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #CECECE;
}

/* line 1948, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_ltitle span {
  float: left;
}

/* line 1951, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light .dhx_title {
  padding-left: 13px;
}

/* line 1955, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mark {
  display: none;
}

/* line 1958, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_time {
  padding-left: 10px;
}

/* line 1961, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_close_icon {
  float: right;
  width: 9px;
  height: 9px;
  background: url(imgs_dhx_terrace/close_icon.png) no-repeat center center;
  padding: 10px;
  margin-top: 1px;
}

/* line 1969, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_cal_ltext.dhx_cal_template {
  line-height: 22px;
}

/* line 1972, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_ltext textarea {
  line-height: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #CECECE;
  background-color: #F9F9F9;
}

/* lightbox end */
/* modal box */
/* line 1982, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_modal_box {
  background: white;
  width: 330px;
}

/* line 1986, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_controls {
  padding-bottom: 9px;
}

/* line 1989, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_button, .dhtmlx_popup_button:active, .dhtmlx_popup_button div, .dhtmlx_popup_button div:active {
  color: #444;
  background: white;
  box-shadow: none;
}

/* line 1994, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_button.dhtmlx_ok_button {
  border: 1px solid #22A1BC;
  background-color: #22A1BC;
}

/* line 1998, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlx_popup_button.dhtmlx_ok_button div {
  background: #22A1BC;
  border: 1px solid #22A1BC;
  color: white;
  text-shadow: 0px -1px 0px #6F6F6F;
}

/* mobdal box end */
/* minicalendar */
/* line 2008, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_container.dhx_mini_calendar {
  box-sizing: border-box;
  border: 1px solid #CECECE;
  box-shadow: 2px 2px 5px #CCC;
  border-radius: 3px;
}

/* line 2014, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_year_month {
  border: 1px solid #CECECE;
  font-family: Arial;
}

/* line 2018, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_month_head, .dhx_mini_calendar .dhx_year_month, .dhx_mini_calendar .dhx_month_body,
.dhx_mini_calendar .dhx_scale_bar, .dhx_mini_calendar .dhx_year_body {
  border-color: transparent;
}

/* line 2022, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_year_body {
  padding-top: 1px;
}

/* line 2025, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_scale_bar {
  border-width: 0;
}

/* line 2028, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_year_week {
  border-bottom: 1px solid #CECECE;
  padding-top: 1px;
}

/* line 2032, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_month_head {
  padding-right: 0;
  margin-right: 1px;
  text-align: center;
}

/* line 2037, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_cal_prev_button, .dhx_mini_calendar .dhx_cal_next_button {
  border: 0;
  height: 20px;
}

/* minicalendar end */
/* line 2043, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline div.dhx_minical_icon {
  left: 210px;
  top: 14px;
  width: 30px;
  height: 30px;
  background: url(./imgs_dhx_terrace/calendar.gif) no-repeat;
  background-position: 3px 5px;
}

/* timeline */
/* line 2052, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_event_line .dhx_event_resize {
  background: url(./imgs_dhx_terrace/resize_dots.png) repeat-y;
}

/* line 2055, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell, .dhx_matrix_cell {
  border-bottom: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
}

/* line 2059, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_header div div {
  border-left: 1px solid #CECECE;
}

/* line 2062, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_matrix_scell.folder {
  border-right: 0;
}

/* line 2065, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_second_scale_bar {
  border-bottom: 1px solid #CECECE;
}

/* timeline end */
/* recurring */
/* line 2072, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_repeat_divider {
  border-left: 1px solid #CECECE;
}

/* line 2075, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_custom_button {
  background-color: white;
  border: 1px solid #CECECE;
  color: #747473;
}

/* line 2080, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_light_wide .dhx_custom_button {
  margin-top: 6px;
}

/* line 2083, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_custom_button_recurring {
  background-image: url(./imgs_dhx_terrace/but_repeat.gif);
}

/* recurring end */
/* agenda */
/* line 2089, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_v_border, .dhx_agenda_line div {
  border-right: 1px solid #CECECE;
}

/* agenda end */
/* year */
/* line 2095, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_year_month {
  border: 1px solid #CECECE;
}

/* line 2098, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_bar_last {
  border-right: 1px solid #CECECE;
}

/* line 2101, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_year_body {
  border-left: 1px solid #CECECE;
}

/* year end */
/* expand */
/* line 2107, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_expand_icon {
  top: -3px;
}

/* expand end */
/* units view */
/* line 2113, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_bar .dhx_cal_next_button, .dhx_scale_bar .dhx_cal_prev_button {
  width: 20px;
  height: 20px;
  top: 0px !important;
  border: 0;
}

/* line 2119, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_bar .dhx_cal_next_button {
  right: 1px !important;
  border-left: 1px solid #CECECE;
}

/* line 2123, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_bar .dhx_cal_prev_button {
  left: 1px !important;
  border-right: 1px solid #CECECE;
}

/* units view end */
/* map view */
/* line 2130, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_line .headline_date, .dhx_map_line .headline_description {
  border: 0;
}

/* line 2133, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_map_line .headline_date {
  border-right: 1px solid #CECECE;
}

/* map view end */
/* tooltip start */
/* line 2139, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhtmlXTooltip.tooltip {
  border-left: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  color: #747473;
  font-size: 12px;
  line-height: 16px;
}

/* tooltip end */
/* week agenda start */
/* line 2149, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_scale_bar {
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}

/* line 2153, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_column_last .dhx_wa_day_cont {
  border-left: 1px solid #CECECE;
}

/* line 2156, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_ev_body {
  border-bottom: 1px solid #CECECE;
}

/* line 2159, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_scale_bar {
  background-color: #f0ede7;
}

/* line 2162, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_ev_body.dhx_cal_event_selected {
  background-color: #fff3a1;
  color: #362d26;
}

/* line 2166, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_wa_dnd {
  background-color: #fddb93 !important;
  color: #747473 !important;
  border: 1px solid #ccb177;
}

/* week agenda end */
/* readonly start */
/* line 2174, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_text_disabled {
  color: #2E2E2E;
}

/* line 2177, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_ltext .dhx_text_disabled {
  line-height: 22px;
}

/* readonly end */
/* grid view start */
/* line 2184, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_grid_v_border {
  border-right-color: #CECECE;
}

/* grid view end*/
/* left border support */
/* line 2190, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_scale_hour_border, .dhx_month_body_border, .dhx_scale_bar_border, .dhx_month_head_border {
  border-left: 1px solid #CECECE;
}

/* line 2195, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_quick_info {
  background: rgba(50, 50, 50, 0.5);
}

/* line 2198, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_qi_big_icon {
  background: #1796b0;
  color: white;
}

/* export to PDF and iCal buttons start */
/* line 2205, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline .dhx_cal_export {
  width: 32px;
  height: 32px;
  margin: 2px;
  cursor: pointer;
  top: 12px;
}

/* line 2212, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline .dhx_cal_export.pdf {
  left: auto;
  right: 249px;
  background-image: url("imgs_dhx_terrace/export_pdf.png");
}

/* line 2217, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_cal_navline .dhx_cal_export.ical {
  left: auto;
  right: 210px;
  background-image: url("imgs_dhx_terrace/export_ical.png");
}

/* export to PDF and iCal buttons end */
/* minicalendar */
/* line 2226, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar {
  padding: 5px;
}

/* line 2229, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_year_event, .dhx_mini_calendar .dhx_calendar_click {
  border-radius: 7px;
}

/* line 2232, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_month_head {
  margin: 2px 2px;
}

/* line 2235, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_year_month {
  line-height: 20px;
  height: 25px;
  font-size: 14px;
}

/* line 2240, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_cal_prev_button {
  top: 8px !important;
}

/* line 2243, app/assets/stylesheets/dhtmlxscheduler.css.scss */
.dhx_mini_calendar .dhx_cal_next_button {
  top: 8px !important;
}
/* jQuery Modal
 * Copyright 2014 Kevin Sylvestre
 * 1.1.6
 */

@-webkit-keyframes spin {
  0% {
    opacity: 0.2; }

  100% {
    opacity: 0.4; } }
@-moz-keyframes spin {
  0% {
    opacity: 0.2; }

  100% {
    opacity: 0.4; } }
@-ms-keyframes spin {
  0% {
    opacity: 0.2; }

  100% {
    opacity: 0.4; } }
@-o-keyframes spin {
  0% {
    opacity: 0.2; }

  100% {
    opacity: 0.4; } }
@-keyframes spin {
  0% {
    opacity: 0.2; }

  100% {
    opacity: 0.4; } }
table {
    margin: 0px auto;
    height: 100%;
}
.spin {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 400px;
  z-index: 100000;
  }
  .spin.spin-gleam {
    background: #444444;
    border-radius: 16px; }
    .spin.spin-gleam > * {
      background: #eeeeee; }
  .spin.spin-dusky {
    background: #eeeeee;
    border-radius: 16px; }
    .spin.spin-dusky > * {
      background: #444444; }
  .spin > * {
    opacity: 0.2;
    position: absolute;
    width: 8%;
    height: 24%;
    left: 46%;
    top: 38%;
    background: black;
    border-radius: 128px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-animation: spin 0.8s linear infinite;
    -moz-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite; }
    .spin > *:nth-child(1) {
      -webkit-transform: rotate(40deg) translate(0, -120%);
      -moz-transform: rotate(40deg) translate(0, -120%);
      -ms-transform: rotate(40deg) translate(0, -120%);
      -o-transform: rotate(40deg) translate(0, -120%);
      transform: rotate(40deg) translate(0, -120%);
      -webkit-animation-delay: 0.08889s;
      -moz-animation-delay: 0.08889s;
      animation-delay: 0.08889s; }
    .spin > *:nth-child(2) {
      -webkit-transform: rotate(80deg) translate(0, -120%);
      -moz-transform: rotate(80deg) translate(0, -120%);
      -ms-transform: rotate(80deg) translate(0, -120%);
      -o-transform: rotate(80deg) translate(0, -120%);
      transform: rotate(80deg) translate(0, -120%);
      -webkit-animation-delay: 0.17778s;
      -moz-animation-delay: 0.17778s;
      animation-delay: 0.17778s; }
    .spin > *:nth-child(3) {
      -webkit-transform: rotate(120deg) translate(0, -120%);
      -moz-transform: rotate(120deg) translate(0, -120%);
      -ms-transform: rotate(120deg) translate(0, -120%);
      -o-transform: rotate(120deg) translate(0, -120%);
      transform: rotate(120deg) translate(0, -120%);
      -webkit-animation-delay: 0.26667s;
      -moz-animation-delay: 0.26667s;
      animation-delay: 0.26667s; }
    .spin > *:nth-child(4) {
      -webkit-transform: rotate(160deg) translate(0, -120%);
      -moz-transform: rotate(160deg) translate(0, -120%);
      -ms-transform: rotate(160deg) translate(0, -120%);
      -o-transform: rotate(160deg) translate(0, -120%);
      transform: rotate(160deg) translate(0, -120%);
      -webkit-animation-delay: 0.35556s;
      -moz-animation-delay: 0.35556s;
      animation-delay: 0.35556s; }
    .spin > *:nth-child(5) {
      -webkit-transform: rotate(200deg) translate(0, -120%);
      -moz-transform: rotate(200deg) translate(0, -120%);
      -ms-transform: rotate(200deg) translate(0, -120%);
      -o-transform: rotate(200deg) translate(0, -120%);
      transform: rotate(200deg) translate(0, -120%);
      -webkit-animation-delay: 0.44444s;
      -moz-animation-delay: 0.44444s;
      animation-delay: 0.44444s; }
    .spin > *:nth-child(6) {
      -webkit-transform: rotate(240deg) translate(0, -120%);
      -moz-transform: rotate(240deg) translate(0, -120%);
      -ms-transform: rotate(240deg) translate(0, -120%);
      -o-transform: rotate(240deg) translate(0, -120%);
      transform: rotate(240deg) translate(0, -120%);
      -webkit-animation-delay: 0.53333s;
      -moz-animation-delay: 0.53333s;
      animation-delay: 0.53333s; }
    .spin > *:nth-child(7) {
      -webkit-transform: rotate(280deg) translate(0, -120%);
      -moz-transform: rotate(280deg) translate(0, -120%);
      -ms-transform: rotate(280deg) translate(0, -120%);
      -o-transform: rotate(280deg) translate(0, -120%);
      transform: rotate(280deg) translate(0, -120%);
      -webkit-animation-delay: 0.62222s;
      -moz-animation-delay: 0.62222s;
      animation-delay: 0.62222s; }
    .spin > *:nth-child(8) {
      -webkit-transform: rotate(320deg) translate(0, -120%);
      -moz-transform: rotate(320deg) translate(0, -120%);
      -ms-transform: rotate(320deg) translate(0, -120%);
      -o-transform: rotate(320deg) translate(0, -120%);
      transform: rotate(320deg) translate(0, -120%);
      -webkit-animation-delay: 0.71111s;
      -moz-animation-delay: 0.71111s;
      animation-delay: 0.71111s; }
    .spin > *:nth-child(9) {
      -webkit-transform: rotate(360deg) translate(0, -120%);
      -moz-transform: rotate(360deg) translate(0, -120%);
      -ms-transform: rotate(360deg) translate(0, -120%);
      -o-transform: rotate(360deg) translate(0, -120%);
      transform: rotate(360deg) translate(0, -120%);
      -webkit-animation-delay: 0.8s;
      -moz-animation-delay: 0.8s;
      animation-delay: 0.8s; }
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 393, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
button,
input,
select[multiple],
textarea {
  background-image: none;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 102, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

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

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

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

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

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

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-primary {
  color: #428bca;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-danger {
  color: #b94a48;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-success {
  color: #468847;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}

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

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

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

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small, .h1 small {
  font-size: 24px;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 small, .h2 small {
  font-size: 18px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 14px;
}

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

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

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 152, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 159, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

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

/* line 182, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 186, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child {
  margin-bottom: 0;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

/* line 198, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 214, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 217, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

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

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

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

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 23, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 37, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

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

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 750px;
  }
  /* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
    float: left;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 137, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 141, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 142, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 151, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 152, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 154, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 156, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 158, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 161, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 163, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 164, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 166, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 167, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 168, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 175, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 176, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 178, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 180, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 182, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 183, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 970px;
  }
  /* line 199, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
    float: left;
  }
  /* line 212, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 213, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 214, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 217, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 221, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 223, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 227, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 228, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 232, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 233, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 234, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 236, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 239, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 240, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 242, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 243, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 245, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 247, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 249, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 253, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
  /* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 256, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 258, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 259, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 260, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 261, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 262, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 264, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 276, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1170px;
  }
  /* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
    float: left;
  }
  /* line 293, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 294, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 295, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 296, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 297, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 298, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 299, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 300, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 301, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 302, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 303, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 304, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 307, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 308, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 309, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 310, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 311, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 312, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 313, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 314, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 315, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 316, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 317, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 318, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 320, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 321, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 322, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 323, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 324, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 326, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 327, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 328, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 329, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 331, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 334, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
  /* line 335, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 336, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 337, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 338, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 339, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 340, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 341, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 342, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 343, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 345, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

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

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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 50, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 81, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 127, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

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

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

/* line 163, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 381, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
  border-color: #d6e9c6;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

/* line 381, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
  border-color: #eed3d7;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

/* line 381, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
  border-color: #fbeed5;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  /* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  /* line 192, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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 228, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.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.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

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

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control:-moz-placeholder {
  color: #999999;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control::-moz-placeholder {
  color: #999999;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 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 695, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

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

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

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 177, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 191, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 197, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 206, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 221, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 710, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 715, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 720, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 710, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 715, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 720, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 658, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

/* line 663, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 666, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 673, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

/* line 658, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

/* line 663, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 666, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 673, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

/* line 658, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

/* line 663, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 666, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 673, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}

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

@media (min-width: 768px) {
  /* line 293, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 300, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  /* line 307, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 314, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 331, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 342, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 348, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 42, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 414, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-default:active, .btn-default.active {
  background-image: none;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 414, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-image: none;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 414, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-image: none;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 414, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-image: none;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 414, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-image: none;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 414, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-image: none;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 124, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 128, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 133, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
}

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

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

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

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

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

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

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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-5ff7c239555476e939e86d457bb78424b945b733b2c23791d9807c2357259d43.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-5ff7c239555476e939e86d457bb78424b945b733b2c23791d9807c2357259d43.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-71c12656535e99119c2a952c10554cd6f47c6923d2d96155a7833276e68992af.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-cb18b8d11f9698fc8cb3341cb5c882af1103ef8927d34e1602015b5f82eb234f.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-3a9760d706275d9ffe85a0042f3ee73f8425e3011cac1fa8a3c15a59e4053ffa.svg#glyphicons-halflingsregular) format("svg");
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 219, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 220, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 221, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 223, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\1f4bc";
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\1f4c5";
}

/* line 225, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\1f4cc";
}

/* line 226, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\1f4ce";
}

/* line 227, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\1f4f7";
}

/* line 228, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\1f512";
}

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

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

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

/* line 232, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\1f527";
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
  content: "";
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 77, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #428bca;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 123, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 166, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}

/* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 188, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-default .caret {
  border-top-color: #333;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group {
  float: left;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 161, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 166, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 186, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 201, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 208, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 213, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 217, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 222, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 231, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 236, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 245, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 75, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 82, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 96, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 106, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav:after {
  clear: both;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 84, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 5px;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 126, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 166, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

/* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 176, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}

/* line 182, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:before, .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 197, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 214, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 70, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  /* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  /* line 88, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

/* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 126, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 161, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 184, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 205, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 208, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 216, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 224, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 228, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 205, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 243, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 245, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  /* line 262, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 265, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}

/* line 276, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  /* line 288, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  /* line 276, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 313, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 318, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 323, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 334, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 343, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 343, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 361, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 363, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 370, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 375, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 378, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 385, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 393, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 402, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 404, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

/* line 413, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

/* line 421, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 429, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 434, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 440, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 449, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 451, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 458, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 466, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 482, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 484, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 493, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 497, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}

/* line 499, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 506, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 511, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

/* line 514, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 521, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 529, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 539, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 541, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 545, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 550, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 558, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 565, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 569, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 577, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 587, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 590, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  /* line 592, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 599, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 618, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 620, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > 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.0.0/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 453, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 459, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 465, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 453, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 459, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 465, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #999999;
}

/* line 478, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #428bca;
}

/* line 478, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 478, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 478, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 478, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 478, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_badges.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  line-height: 1.4;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 365, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 368, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-success .alert-link {
  color: #356635;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 365, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 368, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-info .alert-link {
  color: #2d6987;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}

/* line 365, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-warning hr {
  border-top-color: #f8e5be;
}

/* line 368, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-warning .alert-link {
  color: #a47e3c;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 365, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-danger hr {
  border-top-color: #e6c1c7;
}

/* line 368, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
  }
}

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

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 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.0.0/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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: -moz-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 68, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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: -moz-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 85, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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: -moz-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 89, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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: -moz-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 93, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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: -moz-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.0.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item > .badge {
  float: right;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-body:after {
  clear: both;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table {
  margin-bottom: 0;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 76, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 101, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 348, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

/* line 353, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 348, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 353, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 348, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 353, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #fbeed5;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 348, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

/* line 353, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #eed3d7;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 348, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

/* line 353, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 348, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 353, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
body.modal-open {
  margin-right: 15px;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 41, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 80, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 142, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/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: -moz-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.0.0/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: -moz-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.0.0/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.0.0/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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 120, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 147, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 179, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 189, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  /* line 199, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-xs {
  display: none !important;
}

/* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.visible-xs {
  display: none !important;
}

/* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs.visible-md {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

/* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-sm {
  display: none !important;
}

/* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.visible-sm {
  display: none !important;
}

/* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm.visible-md {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

/* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-md {
  display: none !important;
}

/* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.visible-md {
  display: none !important;
}

/* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md.visible-xs {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md.visible-sm {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md.visible-lg {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md.visible-lg,
td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

/* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-lg {
  display: none !important;
}

/* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.visible-lg {
  display: none !important;
}

/* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg.visible-md {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/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 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

/* line 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-xs {
  display: block !important;
}

/* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-xs {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-xs,
td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs.hidden-md {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

/* line 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-sm {
  display: block !important;
}

/* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-sm {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-sm,
td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm.hidden-md {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

/* line 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-md {
  display: block !important;
}

/* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md.hidden-xs {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md.hidden-sm {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-md {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-md,
td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md.hidden-lg {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
    display: none !important;
  }
}

/* line 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-lg {
  display: block !important;
}

/* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg.hidden-md {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-lg {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-lg,
td.hidden-lg {
    display: none !important;
  }
}

/* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-print {
  display: none !important;
}

/* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.visible-print {
  display: none !important;
}

/* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 508, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-print {
    display: block !important;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 510, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
  /* line 515, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-print {
    display: none !important;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.hidden-print {
    display: none !important;
  }
  /* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.0.0.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.hidden-print,
td.hidden-print {
    display: none !important;
  }
}

/* line 3, app/assets/stylesheets/override-bootstrap.css.scss */
.nav-center {
  padding-top: 5px;
  color: white;
  margin: 0;
  float: none;
}

/* line 10, app/assets/stylesheets/override-bootstrap.css.scss */
.navbar-inner {
  text-align: center;
}

/*
remove arrows in number_fields
http://redmine.gms.info/issues/7397
*/
/* line 18, app/assets/stylesheets/override-bootstrap.css.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

/* line 23, app/assets/stylesheets/override-bootstrap.css.scss */
.red {
  background-color: #205adb;
  border-color: #205adb;
}

/* line 28, app/assets/stylesheets/override-bootstrap.css.scss */
.navbar-default .navbar-brand {
  color: white;
}

/* line 32, app/assets/stylesheets/override-bootstrap.css.scss */
.navbar-default .navbar-brand:hover {
  color: white;
}

/* line 36, app/assets/stylesheets/override-bootstrap.css.scss */
.navbar-right a {
  color: white;
}

/* line 40, app/assets/stylesheets/override-bootstrap.css.scss */
.navbar-right:hover {
  background-color: #205adb;
}

/* line 44, app/assets/stylesheets/override-bootstrap.css.scss */
.navbar-top-links li a:hover {
  background-color: #205adb;
}

/* line 48, app/assets/stylesheets/override-bootstrap.css.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #205adb;
}

/* line 54, app/assets/stylesheets/override-bootstrap.css.scss */
a {
  color: black;
}

/* line 58, app/assets/stylesheets/override-bootstrap.css.scss */
a:hover {
  color: black;
}

/* line 62, app/assets/stylesheets/override-bootstrap.css.scss */
.custom-search-form {
  padding-left: 160px;
  width: 600px;
}

/* line 67, app/assets/stylesheets/override-bootstrap.css.scss */
.btn-xlarge {
  font-size: 1.5em;
  font-weight: bold;
}

/* line 72, app/assets/stylesheets/override-bootstrap.css.scss */
#grey {
  background-color: #b1b3b4;
}

/* line 76, app/assets/stylesheets/override-bootstrap.css.scss */
#lightgrey {
  background-color: #d9dadb;
}

/* line 81, app/assets/stylesheets/override-bootstrap.css.scss */
.table-responsive {
  width: 100%;
  max-height: 84.5vh;
  margin-bottom: 15px;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #dddddd;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

/* line 92, app/assets/stylesheets/override-bootstrap.css.scss */
.table-responsive-aufnahme-entlassung {
  max-height: 120vh;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #dddddd;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

@media (min-height: 200px) {
  /* line 102, app/assets/stylesheets/override-bootstrap.css.scss */
  .table-responsive-aufnahme-entlassung {
    max-height: 85vh;
  }
}

@media (min-height: 300px) {
  /* line 108, app/assets/stylesheets/override-bootstrap.css.scss */
  .table-responsive-aufnahme-entlassung {
    max-height: 90vh;
  }
}

@media (min-height: 400px) {
  /* line 113, app/assets/stylesheets/override-bootstrap.css.scss */
  .table-responsive-aufnahme-entlassung {
    max-height: 92vh;
  }
}

@media (min-height: 500px) {
  /* line 119, app/assets/stylesheets/override-bootstrap.css.scss */
  .table-responsive-aufnahme-entlassung {
    max-height: 120vh;
  }
}

/* line 124, app/assets/stylesheets/override-bootstrap.css.scss */
.sticky_header {
  height: 41px;
}

/* line 128, app/assets/stylesheets/override-bootstrap.css.scss */
#table_tp_r_aufnahme_entlassungs thead tr th {
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 134, app/assets/stylesheets/override-bootstrap.css.scss */
#table_other thead tr th {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}

@media only screen and (max-width: 1500px) {
  /* line 142, app/assets/stylesheets/override-bootstrap.css.scss */
  .dashboard {
    height: 500px;
    background-image: url(/gms.png);
    background-size: 1000px 500px;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 1824px) {
  /* line 151, app/assets/stylesheets/override-bootstrap.css.scss */
  .dashboard {
    height: 700px;
    background-image: url(/gms.png);
    background-size: 1600px 700px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1025px) {
  /* line 160, app/assets/stylesheets/override-bootstrap.css.scss */
  body {
    padding-top: 70px;
  }
  /* line 164, app/assets/stylesheets/override-bootstrap.css.scss */
  .navbar-header {
    float: none;
  }
  /* line 167, app/assets/stylesheets/override-bootstrap.css.scss */
  .navbar-toggle {
    display: block;
  }
  /* line 170, app/assets/stylesheets/override-bootstrap.css.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 174, app/assets/stylesheets/override-bootstrap.css.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 177, app/assets/stylesheets/override-bootstrap.css.scss */
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  /* line 181, app/assets/stylesheets/override-bootstrap.css.scss */
  .navbar-nav > li {
    float: none;
  }
  /* line 184, app/assets/stylesheets/override-bootstrap.css.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 190, app/assets/stylesheets/override-bootstrap.css.scss */
.input_reservmedis {
  border: 1px solid #f0ede7;
  width: 100%;
  height: 20px;
}

/* line 196, app/assets/stylesheets/override-bootstrap.css.scss */
.btn-arzt > button {
  border: 0;
  width: auto;
  background-color: inherit;
}

/* line 202, app/assets/stylesheets/override-bootstrap.css.scss */
.input_allg_daten {
  border: 0;
  width: auto;
  background-color: #e0dfdf;
  padding: 3px;
  border-radius: 3px;
}

/* line 210, app/assets/stylesheets/override-bootstrap.css.scss */
.nooverflow {
  overflow: visible !important;
}

/* line 214, app/assets/stylesheets/override-bootstrap.css.scss */
.memo {
  resize: vertical;
  font-size: 10pt;
  padding: 0 0 0 4px;
}

/* line 220, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-panel {
  margin: 3px 0 0;
}

/* line 224, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-panel-body {
  padding: 2px;
}

/* line 228, app/assets/stylesheets/override-bootstrap.css.scss */
.panel-heading > a {
  color: inherit;
}

/* line 232, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-table {
  margin: 0;
  table-layout: fixed;
}

/* line 237, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-table > tbody > tr > td {
  max-width: 100px;
  padding: 1px;
  margin: 0;
}

/* line 243, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-table > thead > tr > th {
  padding: 2px 8px;
  overflow: hidden;
  text-overflow: "..";
  white-space: nowrap;
}

/* line 250, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-visite > tbody > tr > td {
  padding: 2px 2px 0 2px;
}

/* line 254, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-visite-bezeichnung {
  max-width: 100px;
  padding: 1px 2px 2px 5px !important;
  text-overflow: "..";
  white-space: nowrap;
  overflow: hidden;
}

/* line 262, app/assets/stylesheets/override-bootstrap.css.scss */
.td_hover {
  height: 100%;
}

/* line 266, app/assets/stylesheets/override-bootstrap.css.scss */
.table_row_td > hr,
.table_row_td > p {
  margin: 0;
  padding: 0;
}

/* line 272, app/assets/stylesheets/override-bootstrap.css.scss */
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f0f0f0;
}

/* line 277, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-bezeichnung {
  margin: 0;
  overflow: hidden;
  text-overflow: "..";
  white-space: nowrap;
}

/* line 284, app/assets/stylesheets/override-bootstrap.css.scss */
.allg-daten-bezeichnung > tbody > tr > td {
  padding-left: 5px;
}

/* line 288, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-bezeichnung > span > div {
  padding-left: 5px;
}

/* line 292, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-panel-heading {
  padding: 2px 10px;
}

/* line 296, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-column-is-today {
  background-color: #9ecbff;
}

/* line 300, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-medis > td {
  border-right: 1px solid #777 !important;
}

/* line 304, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-abgesetzt > td {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 308, app/assets/stylesheets/override-bootstrap.css.scss */
.table-hover tbody .topas-plan-abgesetzt:hover > td,
.table-hover .topas-plan-abgesetzt:hover > td th,
.topas-plan-abgesetzt:hover > .topas_plan_column_hover,
.topas-plan-abgesetzt:hover > .topas_plan_column_hover {
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 315, app/assets/stylesheets/override-bootstrap.css.scss */
.table_row_td {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 1px 5px 0 2px;
  overflow: hidden;
  text-overflow: "..";
  white-space: nowrap;
  display: inline-block;
  margin-bottom: -3px;
}

/* line 328, app/assets/stylesheets/override-bootstrap.css.scss */
.div_in_td:hover,
.topas-plan-bezeichnung:hover,
.commit_reservmedis:hover {
  background-color: rgba(91, 192, 222, 0.8) !important;
  color: #fff;
  cursor: pointer;
}

/* line 336, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-visite {
  padding: 2px 5px 2px 5px !important;
}

/* line 340, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-panel-body.topas-plan-allg-daten {
  padding: 0 2px 2px 5px;
}

/* line 344, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-panel-body > div > hr,
.topas-plan-panel-body > div > span > hr {
  margin: 2px 0 2px 0;
}

/* line 349, app/assets/stylesheets/override-bootstrap.css.scss */
.topas_plan_column_hover {
  background-color: #f5f5f5 !important;
}

/* line 353, app/assets/stylesheets/override-bootstrap.css.scss */
.td_medis > div {
  width: 25%;
  display: inline-block;
  text-align: center;
  min-height: 1px;
  border-right: 1px dotted #bcbcbc;
  border-left: 1px dotted #bcbcbc;
}

/* line 354, app/assets/stylesheets/override-bootstrap.css.scss */
.td_medis > div:hover, .td_medis > div:visited, .td_medis > div:active {
  background-color: #eee;
}

/* line 360, app/assets/stylesheets/override-bootstrap.css.scss */
.td_medis > div::before {
  content: "\200B";
}

/* line 364, app/assets/stylesheets/override-bootstrap.css.scss */
.td_medis > div > input {
  text-align: center;
}

/* line 376, app/assets/stylesheets/override-bootstrap.css.scss */
.popover-panel-body {
  padding: 2px 5px 2px 5px;
}

/* line 380, app/assets/stylesheets/override-bootstrap.css.scss */
.popover-panel {
  margin: 0 0 5px 0;
}

/* line 384, app/assets/stylesheets/override-bootstrap.css.scss */
.popover-panel-heading {
  padding: 2px 10px 2px 5px;
}

/* line 388, app/assets/stylesheets/override-bootstrap.css.scss */
.flash_message {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 50px 0 50px;
  width: 100%;
  z-index: 90000;
}

/* line 397, app/assets/stylesheets/override-bootstrap.css.scss */
.highlighted {
  background-color: #000 !important;
}

/* line 401, app/assets/stylesheets/override-bootstrap.css.scss */
.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 407, app/assets/stylesheets/override-bootstrap.css.scss */
.popover-content {
  padding: 1px;
  min-width: 400px;
}

/* line 412, app/assets/stylesheets/override-bootstrap.css.scss */
.div_in_td {
  height: 100%;
  display: inline-block;
  border-right: 1px dotted #bcbcbc;
  border-left: 1px dotted #bcbcbc;
}

/* line 419, app/assets/stylesheets/override-bootstrap.css.scss */
.table_row_td > div {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 425, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
}

/* line 432, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 20%;
  background: #3d3d3d;
  animation: lds-grid 1.2s linear infinite;
}

/* line 441, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}

/* line 447, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}

/* line 453, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}

/* line 459, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}

/* line 465, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}

/* line 471, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}

/* line 477, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}

/* line 483, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}

/* line 489, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%,
100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* line 505, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-button.btn-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 511, app/assets/stylesheets/override-bootstrap.css.scss */
.topas-plan-button.btn-danger:hover {
  background-color: #dbc9c9;
}

/* line 515, app/assets/stylesheets/override-bootstrap.css.scss */
.row {
  margin-left: 0;
  margin-right: 0;
}

/* line 520, app/assets/stylesheets/override-bootstrap.css.scss */
.curve_toggle:hover {
  cursor: pointer;
}

/* line 524, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-dual-ring {
  width: 80px;
  height: 80px;
  margin: auto;
}

/* line 530, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #777;
  border-color: #777 transparent #777 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 551, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-dual-ring-small {
  margin: auto;
}

/* line 555, app/assets/stylesheets/override-bootstrap.css.scss */
.lds-dual-ring-small:after {
  content: " ";
  display: block;
  width: 8px;
  height: 14px;
  margin: 2px;
  border-radius: 60%;
  border: 2px solid #fff;
  border-color: #777 transparent #777 transparent;
  animation: lds-dual-ring 1.5s linear infinite;
}

@keyframes lds-dual-ring-small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 576, app/assets/stylesheets/override-bootstrap.css.scss */
.modalCloseButton {
  position: absolute;
  top: -18px;
  right: -18px;
  background-color: #444;
  border-radius: 10px;
  border: 2px solid #fff;
  cursor: pointer;
}

/* line 586, app/assets/stylesheets/override-bootstrap.css.scss */
.modalCloseIcon {
  font-size: 1.5em;
  color: #fff;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

/* line 600, app/assets/stylesheets/override-bootstrap.css.scss */
.linear-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  height: 12px;
  width: 75%;
  margin: 4px 5px 0 2px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* line 617, app/assets/stylesheets/override-bootstrap.css.scss */
.display-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 622, app/assets/stylesheets/override-bootstrap.css.scss */
.row.display-flex > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* line 627, app/assets/stylesheets/override-bootstrap.css.scss */
#navbar > .nav-tabs > li.active > a,
#navbar > .nav-tabs > li.active > a:hover,
#navbar > .nav-tabs > li.active > a:focus {
  color: #4cb1ce;
  border-top: 3px solid #4cb1ce;
  margin-top: 0;
}

/* line 630, app/assets/stylesheets/override-bootstrap.css.scss */
#navbar > .nav-tabs > li.active > a:hover, #navbar > .nav-tabs > li.active > a:active, #navbar > .nav-tabs > li.active > a:focus,
#navbar > .nav-tabs > li.active > a:hover:hover,
#navbar > .nav-tabs > li.active > a:hover:active,
#navbar > .nav-tabs > li.active > a:hover:focus,
#navbar > .nav-tabs > li.active > a:focus:hover,
#navbar > .nav-tabs > li.active > a:focus:active,
#navbar > .nav-tabs > li.active > a:focus:focus {
  color: #4cb1ce;
  border-top: 3px solid #4cb1ce;
}

/*.nav, .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  display: flex;
}*/
/* line 648, app/assets/stylesheets/override-bootstrap.css.scss */
#navbar > .nav-tabs {
  margin-top: 2px;
}

/* line 652, app/assets/stylesheets/override-bootstrap.css.scss */
#navbar > .nav-tabs > li > a {
  position: relative;
  padding: 4px 8px;
  white-space: nowrap;
  font-family: "Helvetica Neue", sans-serif;
}

/* line 659, app/assets/stylesheets/override-bootstrap.css.scss */
.iframeCloseButton {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #444;
  border-radius: 10px;
  border: 2px solid #fff;
  cursor: pointer;
}

/* line 660, app/assets/stylesheets/override-bootstrap.css.scss */
.iframeCloseButton:hover, .iframeCloseButton:active, .iframeCloseButton:focus {
  background-color: #d2322d;
}

/* line 674, app/assets/stylesheets/override-bootstrap.css.scss */
.iframeCloseIcon {
  font-size: 1.5em;
  color: #fff;
}

/* line 679, app/assets/stylesheets/override-bootstrap.css.scss */
.loader {
  border: 3px solid #fff;
  /* Light grey */
  border-top: 3px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 14px;
  height: 17px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 699, app/assets/stylesheets/override-bootstrap.css.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: visible;
}
/* line 1, app/assets/stylesheets/pagination.css.scss */
.digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */
}

/* line 5, app/assets/stylesheets/pagination.css.scss */
.digg_pagination a, .digg_pagination span, .digg_pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 10, app/assets/stylesheets/pagination.css.scss */
.digg_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 13, app/assets/stylesheets/pagination.css.scss */
.digg_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1;
}

/* line 19, app/assets/stylesheets/pagination.css.scss */
.digg_pagination a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}

/* line 23, app/assets/stylesheets/pagination.css.scss */
.digg_pagination a:hover, .digg_pagination a:focus {
  color: #000033;
  border-color: #000033;
}

/* line 26, app/assets/stylesheets/pagination.css.scss */
.digg_pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 33, app/assets/stylesheets/pagination.css.scss */
.digg_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

/* line 37, app/assets/stylesheets/pagination.css.scss */
.digg_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 43, app/assets/stylesheets/pagination.css.scss */
* html .digg_pagination {
  height: 1%;
}

/* line 45, app/assets/stylesheets/pagination.css.scss */
*:first-child + html .digg_pagination {
  overflow: hidden;
}

/* line 48, app/assets/stylesheets/pagination.css.scss */
.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default;
}

/* line 54, app/assets/stylesheets/pagination.css.scss */
.apple_pagination a, .apple_pagination span {
  padding: 0.2em 0.3em;
}

/* line 56, app/assets/stylesheets/pagination.css.scss */
.apple_pagination .disabled {
  color: #aaaaaa;
}

/* line 58, app/assets/stylesheets/pagination.css.scss */
.apple_pagination .current {
  font-style: normal;
  font-weight: bold;
  background-color: #bebebe;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.5;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}

/* line 70, app/assets/stylesheets/pagination.css.scss */
.apple_pagination a {
  text-decoration: none;
  color: black;
}

/* line 73, app/assets/stylesheets/pagination.css.scss */
.apple_pagination a:hover, .apple_pagination a:focus {
  text-decoration: underline;
}

/* line 76, app/assets/stylesheets/pagination.css.scss */
.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default;
}

/* line 80, app/assets/stylesheets/pagination.css.scss */
.flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
  padding: 0.2em 0.5em;
}

/* line 82, app/assets/stylesheets/pagination.css.scss */
.flickr_pagination .disabled {
  color: #aaaaaa;
}

/* line 84, app/assets/stylesheets/pagination.css.scss */
.flickr_pagination .current {
  font-style: normal;
  font-weight: bold;
  color: #ff0084;
}

/* line 88, app/assets/stylesheets/pagination.css.scss */
.flickr_pagination a {
  border: 1px solid #dddddd;
  color: #0063dc;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/pagination.css.scss */
.flickr_pagination a:hover, .flickr_pagination a:focus {
  border-color: #003366;
  background: #0063dc;
  color: white;
}

/* line 96, app/assets/stylesheets/pagination.css.scss */
.flickr_pagination .page_info {
  color: #aaaaaa;
  padding-top: 0.8em;
}

/* line 99, app/assets/stylesheets/pagination.css.scss */
.flickr_pagination .previous_page, .flickr_pagination .next_page {
  border-width: 2px;
}

/* line 101, app/assets/stylesheets/pagination.css.scss */
.flickr_pagination .previous_page {
  margin-right: 1em;
}

/* line 103, app/assets/stylesheets/pagination.css.scss */
.flickr_pagination .next_page {
  margin-left: 1em;
}
/* Global Styles */
/* ------------------------------- */
/* line 6, app/assets/stylesheets/sb-admin.css.scss */
body {
  padding-top: 0;
}

/* Wrappers */
/* ------------------------------- */
/* line 14, app/assets/stylesheets/sb-admin.css.scss */
#wrapper {
  width: 100%;
}

/* line 18, app/assets/stylesheets/sb-admin.css.scss */
#page-wrapper {
  padding: 0 15px;
  background-color: #fff;
}

@media (min-width: 1025px) {
  /* line 24, app/assets/stylesheets/sb-admin.css.scss */
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}

/* line 32, app/assets/stylesheets/sb-admin.css.scss */
#page-wrapper-sidebar {
  padding: 2px 8px 0 5px !important;
  background-color: #fff;
}

@media (min-width: 1025px) {
  /* line 38, app/assets/stylesheets/sb-admin.css.scss */
  #page-wrapper-sidebar {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}

/* Navigation */
/* ------------------------------- */
/* Top Right Navigation Dropdown Styles */
/* line 52, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links li {
  display: inline-block;
}

/* line 56, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links li:last-child {
  margin-right: 15px;
}

/* line 60, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}

/* line 65, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links .dropdown-menu li {
  display: block;
}

/* line 69, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

/* line 73, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

/* line 78, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

/* line 82, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

/* line 89, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

/* line 93, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

/* line 97, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

/* line 101, app/assets/stylesheets/sb-admin.css.scss */
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

/* Sidebar Menu Styles */
/* line 108, app/assets/stylesheets/sb-admin.css.scss */
.navbar-static-side ul li {
  border-bottom: 1px solid #e7e7e7;
}

/* line 112, app/assets/stylesheets/sb-admin.css.scss */
.sidebar-search {
  padding: 15px;
}

/* line 116, app/assets/stylesheets/sb-admin.css.scss */
.arrow {
  float: right;
}

/* line 120, app/assets/stylesheets/sb-admin.css.scss */
.fa.arrow:before {
  content: "\f104";
}

/* line 124, app/assets/stylesheets/sb-admin.css.scss */
.active > a > .fa.arrow:before {
  content: "\f107";
}

/* line 128, app/assets/stylesheets/sb-admin.css.scss */
.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}

/* line 133, app/assets/stylesheets/sb-admin.css.scss */
.nav-second-level li a {
  padding-left: 37px;
}

/* line 137, app/assets/stylesheets/sb-admin.css.scss */
.nav-third-level li a {
  padding-left: 52px;
}

@media (min-width: 1025px) {
  /* line 142, app/assets/stylesheets/sb-admin.css.scss */
  .navbar-static-side {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px;
  }
  /* line 149, app/assets/stylesheets/sb-admin.css.scss */
  .navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

@media (max-height: 600px) and (max-width: 1025px) {
  /* line 157, app/assets/stylesheets/sb-admin.css.scss */
  .sidebar-collapse {
    max-height: 300px;
    overflow-y: scroll;
  }
}

@media (max-height: 400px) and (max-width: 1025px) {
  /* line 164, app/assets/stylesheets/sb-admin.css.scss */
  .sidebar-collapse {
    max-height: 200px;
    overflow-y: scroll;
  }
}

/* Buttons */
/* ------------------------------- */
/* line 174, app/assets/stylesheets/sb-admin.css.scss */
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

/* line 180, app/assets/stylesheets/sb-admin.css.scss */
.btn-primary.btn-outline {
  color: #428bca;
}

/* line 184, app/assets/stylesheets/sb-admin.css.scss */
.btn-success.btn-outline {
  color: #5cb85c;
}

/* line 188, app/assets/stylesheets/sb-admin.css.scss */
.btn-info.btn-outline {
  color: #5bc0de;
}

/* line 192, app/assets/stylesheets/sb-admin.css.scss */
.btn-warning.btn-outline {
  color: #f0ad4e;
}

/* line 196, app/assets/stylesheets/sb-admin.css.scss */
.btn-danger.btn-outline {
  color: #d9534f;
}

/* line 200, app/assets/stylesheets/sb-admin.css.scss */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

/* Pages */
/* ------------------------------- */
/* Dashboard Chat */
/* line 214, app/assets/stylesheets/sb-admin.css.scss */
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 220, app/assets/stylesheets/sb-admin.css.scss */
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}

/* line 226, app/assets/stylesheets/sb-admin.css.scss */
.chat li.left .chat-body {
  margin-left: 60px;
}

/* line 230, app/assets/stylesheets/sb-admin.css.scss */
.chat li.right .chat-body {
  margin-right: 60px;
}

/* line 234, app/assets/stylesheets/sb-admin.css.scss */
.chat li .chat-body p {
  margin: 0;
  color: #777777;
}

/* line 239, app/assets/stylesheets/sb-admin.css.scss */
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

/* line 244, app/assets/stylesheets/sb-admin.css.scss */
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

/* Login Page */
/* line 251, app/assets/stylesheets/sb-admin.css.scss */
.login-panel {
  margin-top: 25%;
}

/* Flot Chart Containers */
/* line 257, app/assets/stylesheets/sb-admin.css.scss */
.flot-chart {
  display: block;
  height: 400px;
}

/* line 262, app/assets/stylesheets/sb-admin.css.scss */
.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* DataTables Overrides */
/* line 269, app/assets/stylesheets/sb-admin.css.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

/* line 277, app/assets/stylesheets/sb-admin.css.scss */
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

/* line 283, app/assets/stylesheets/sb-admin.css.scss */
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

/* line 289, app/assets/stylesheets/sb-admin.css.scss */
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

/* Circle Buttons */
/* line 298, app/assets/stylesheets/sb-admin.css.scss */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

/* line 308, app/assets/stylesheets/sb-admin.css.scss */
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 317, app/assets/stylesheets/sb-admin.css.scss */
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

/* line 326, app/assets/stylesheets/sb-admin.css.scss */
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

/* line 333, app/assets/stylesheets/sb-admin.css.scss */
.show-grid {
  margin: 15px 0;
}
/* line 1, app/assets/stylesheets/scaffolds.css.scss */
body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 9, app/assets/stylesheets/scaffolds.css.scss */
p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 15, app/assets/stylesheets/scaffolds.css.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/*
a {
  color: #000;
  &:visited {
    color: #666;
  }
  &:hover {
    color: #fff;
    background-color: #000;
  }
}
*/
/* line 33, app/assets/stylesheets/scaffolds.css.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 38, app/assets/stylesheets/scaffolds.css.scss */
#notice {
  color: green;
}

/* line 42, app/assets/stylesheets/scaffolds.css.scss */
.field_with_errors {
  width: 100%;
  height: 100%;
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 50, app/assets/stylesheets/scaffolds.css.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 57, app/assets/stylesheets/scaffolds.css.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

/* line 67, app/assets/stylesheets/scaffolds.css.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 73, app/assets/stylesheets/scaffolds.css.scss */
.white, .white a {
  color: #fff;
}

/* line 77, app/assets/stylesheets/scaffolds.css.scss */
.saveOrCancel {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

/* line 83, app/assets/stylesheets/scaffolds.css.scss */
.saveOrCancel div {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}
/* line 1, app/assets/stylesheets/setting-announcement.css.scss */
.announcement {
  padding: 2px 2px 2px 2px;
  margin-bottom: 2px;
}
/* line 1, app/assets/stylesheets/typeahead.css.scss */
.twitter-typeahead {
  width: 100%;
}

/* line 5, app/assets/stylesheets/typeahead.css.scss */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

/* line 9, app/assets/stylesheets/typeahead.css.scss */
.tt-dropdown-menu {
  width: 800px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 24, app/assets/stylesheets/typeahead.css.scss */
#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 450px;
  overflow-y: auto;
}

/* line 29, app/assets/stylesheets/typeahead.css.scss */
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

/* line 35, app/assets/stylesheets/typeahead.css.scss */
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

/* line 41, app/assets/stylesheets/typeahead.css.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 45, app/assets/stylesheets/typeahead.css.scss */
.gist {
  font-size: 14px;
}

/* line 49, app/assets/stylesheets/typeahead.css.scss */
.medication-name {
  padding-left: 15px;
}

/* line 53, app/assets/stylesheets/typeahead.css.scss */
.drug-haus {
  padding-left: 10px;
  color: green;
}

/* line 58, app/assets/stylesheets/typeahead.css.scss */
.drug-ifap {
  padding-left: 10px;
  color: red;
}

/* line 63, app/assets/stylesheets/typeahead.css.scss */
.drug-product {
  padding-left: 10px;
  color: orange;
}

/* line 68, app/assets/stylesheets/typeahead.css.scss */
.drug-package {
  padding-left: 10px;
  color: dodgerblue;
}

/* line 73, app/assets/stylesheets/typeahead.css.scss */
.drug-austria {
  padding-left: 10px;
  color: black;
}

/* line 78, app/assets/stylesheets/typeahead.css.scss */
.drug-austria-haus {
  padding-left: 10px;
  color: green;
}
