/*! jQuery UI - v1.12.1 - 2018-01-24
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */


.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
.xdsoft_datetimepicker{
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border:none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border:none !important;
}

.xdsoft_noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.xdsoft_noselect::selection { background: transparent; }
.xdsoft_noselect::-moz-selection { background: transparent; }
.xdsoft_datetimepicker.xdsoft_inline{
	display: inline-block;
	position: static;
	box-shadow: none;
}
.xdsoft_datetimepicker *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker  .xdsoft_timepicker{
	display:none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker  .xdsoft_timepicker.active{
	display:block;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
	width: 224px;
	float:left;
	margin-left:8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{
	width: 256px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker{
	width: 58px;
	float:left;
	text-align:center;
	margin-left:8px;
	margin-top: 0;
}
.xdsoft_datetimepicker  .xdsoft_datepicker.active+.xdsoft_timepicker{
	margin-top:8px;
	margin-bottom:3px
}
.xdsoft_datetimepicker  .xdsoft_mounthpicker{
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker  .xdsoft_prev, 
.xdsoft_datetimepicker  .xdsoft_next,
.xdsoft_datetimepicker  .xdsoft_today_button{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i{
	opacity:0.5;
	background-position:-92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker  .xdsoft_prev{
    float: left;
	background-position:-20px 0;
}
.xdsoft_datetimepicker  .xdsoft_today_button{
    float: left;
	background-position:-70px 0;
	margin-left:5px;
}

.xdsoft_datetimepicker  .xdsoft_next{
    float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker  .xdsoft_next,
.xdsoft_datetimepicker  .xdsoft_prev ,
.xdsoft_datetimepicker  .xdsoft_today_button{
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none currentColor;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_next{
	float:none;
	background-position:-40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left:14px;
	margin-top:7px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev{
	background-position:-40px 0;
	margin-bottom:7px;
	margin-top: 0;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box{
	height:151px;
	overflow:hidden;
	border-bottom:1px solid #DDDDDD;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div{
	background: #F5F5F5;
	border-top:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: center;
	border-collapse:collapse;
	cursor:pointer;
	border-bottom-width: 0;
	height:25px;
	line-height:25px;
}

.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div > div:first-child{
 border-top-width: 0;
}
.xdsoft_datetimepicker  .xdsoft_today_button:hover,
.xdsoft_datetimepicker  .xdsoft_next:hover,
.xdsoft_datetimepicker  .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker  .xdsoft_label{
	display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
	float:left;
	width:182px;
	text-align:center;
	cursor:pointer;
}
.xdsoft_datetimepicker  .xdsoft_label:hover>span{
	text-decoration:underline;
}
.xdsoft_datetimepicker  .xdsoft_label:hover i{
	opacity:1.0;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select{
	border:1px solid #ccc;
	position:absolute;
	right: 0;
	top:30px;
	z-index:101;
	display:none;
	background:#fff;
	max-height:160px;
	overflow-y:hidden;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_monthselect{right:-7px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_yearselect{right:2px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
	color: #fff;
    background: #ff8000;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option{
	padding:2px 10px 2px 5px;
	text-decoration:none !important;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0 1px 3px 0 inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_month{
	width:100px;
	text-align:right;
}
.xdsoft_datetimepicker  .xdsoft_calendar{
	clear:both;
}
.xdsoft_datetimepicker  .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar table{
	border-collapse:collapse;
	width:100%;
	
}
.xdsoft_datetimepicker  .xdsoft_calendar td > div{
	padding-right:5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar td,.xdsoft_datetimepicker  .xdsoft_calendar th{
	width:14.2857142%;
	background: #F5F5F5;
	border:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse:collapse;
	cursor:pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks  .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks  .xdsoft_calendar th{
	width:12.5%;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	background: #F1F1F1;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today{
	color:#33AAFF;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0 1px 3px 0 inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker  .xdsoft_time_box >div >div.xdsoft_disabled{
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
	opacity:0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
	color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover{
	color: inherit	!important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor:default;
}
.xdsoft_datetimepicker  .xdsoft_copyright{ color:#ccc !important; font-size:10px;clear:both;float:none;margin-left:8px;}
.xdsoft_datetimepicker  .xdsoft_copyright a{ color:#eee !important;}
.xdsoft_datetimepicker  .xdsoft_copyright a:hover{ color:#aaa !important;}


.xdsoft_time_box{
	position:relative;
	border:1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller{
	background:#ccc !important;
	height:20px;
	border-radius:3px;
}
.xdsoft_scrollbar{
	position:absolute;
	width:7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor:pointer;
}
.xdsoft_scroller_box{
position:relative;
}


.xdsoft_datetimepicker.xdsoft_dark{
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000000;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	color: #cccccc;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box{
	border-bottom:1px solid #222222;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box >div >div{
	background: #0a0a0a;
	border-top:1px solid #222222;
	color: #999999;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label{
    background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label > .xdsoft_select{
	border:1px solid #333;
	background:#000;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
	color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_prev, 
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_today_button{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar th{
	background: #0a0a0a;
	border:1px solid #222222;
	color: #999999;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar th{
	background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td.xdsoft_today{
	color:#cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
	color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar th{
	color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_copyright{ color:#333 !important;}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_copyright a{ color:#111 !important;}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{ color:#555 !important;}


.xdsoft_dark .xdsoft_time_box{
	border:1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller{
	background:#333 !important;
}
/**
 * alertifyjs 1.4.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/

.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: .5;
}
.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}
.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}
.alertify .ajs-dialog.ajs-capture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}
.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}
.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}
.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}
.alertify .ajs-body {
  min-height: 56px;
}
.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}
.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}
.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1) /*rtl:scaleX(-1)*/;
          transform: scaleX(1) /*rtl:scaleX(-1)*/;
  cursor: se-resize;
}
.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}
.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}
.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}
.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}
.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}
.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}
.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}
.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}
.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0;
}
.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0;
}
.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}
.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}
.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}
.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}
.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}
.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}
.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}
.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}
.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}
.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}
.alertify.ajs-basic .ajs-header {
  opacity: 0;
}
.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}
.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}
.alertify.ajs-frameless .ajs-footer {
  display: none;
}
.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}
.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}
.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto /*IE fallback*/;
  }
}
@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition-property: opacity, visibility;
  transition-timing-function: linear;
  transition-duration: 250ms;
}
.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}
.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
          animation-duration: 250ms;
}
.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
          animation-name: ajs-shake;
  -webkit-animation-duration: .1s;
          animation-duration: .1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
@keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
          animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
          animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
          animation-name: ajs-zoomIn;
}
.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
          animation-name: ajs-zoomOut;
}
.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
          animation-name: ajs-fadeIn;
}
.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
          animation-name: ajs-fadeOut;
}
.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
          animation-name: ajs-pulseIn;
}
.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
          animation-name: ajs-pulseOut;
}
.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
          animation-name: ajs-flipInX;
}
.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
          animation-name: ajs-flipOutX;
}
.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
          animation-name: ajs-flipInY;
}
.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
          animation-name: ajs-flipOutY;
}
@-webkit-keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
}
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
}
@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition-duration: 250ms;
  transition-timing-function: linear;
}
.alertify-notifier .ajs-message.ajs-visible {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}
.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}
.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}
.alertify-notifier.ajs-top {
  top: 10px;
}
.alertify-notifier.ajs-bottom {
  bottom: 10px;
}
.alertify-notifier.ajs-right {
  right: 10px;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}
.alertify-notifier.ajs-left {
  left: 10px;
}
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}
/**
 * alertifyjs 1.4.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/

.alertify .ajs-dimmer {
  background-color: #000;
  opacity: .5;
}
.alertify .ajs-dialog {
  max-width: 600px;
  min-height: 122px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.alertify .ajs-header {
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px 6px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.alertify .ajs-body {
  font-family: 'Roboto', sans-serif;
  color: black;
}
.alertify.ajs-resizable .ajs-content,
.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content {
  top: 58px;
  bottom: 68px;
}
.alertify .ajs-footer {
  background-color: #fff;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 6px 6px;
}
.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px;
}
.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999;
}
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005fcc;
  background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
  background-image: -o-linear-gradient(top, #0044cc, #0088cc);
  background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active {
  background-color: #006699 \9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active {
  background-color: #31b0d5 \9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top, #51a351, #62c462);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
  background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  background-image: -o-linear-gradient(top, #51a351, #62c462);
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active {
  background-color: #42b142 \9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a123;
  background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  background-image: -o-linear-gradient(top, #f89406, #fbb450);
  background-image: linear-gradient(to bottom, #f89406, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active {
  background-color: #fa9f1e \9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active {
  background-color: #e9322d \9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active {
  background-color: #e6e6e6 \9;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #333333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-label:hover,
.bootstrap-switch .bootstrap-switch-label:focus,
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active,
.bootstrap-switch .bootstrap-switch-label.disabled,
.bootstrap-switch .bootstrap-switch-label[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active {
  background-color: #cccccc \9;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 3px 6px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 9px 12px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 168, 236, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 168, 236, .6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:3000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px}.bootstrap-datetimepicker-widget:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:100%;font-weight:bold;font-size:1.2em}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#999}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{color:#fff;background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td.active:hover,.bootstrap-datetimepicker-widget td.active:hover:hover,.bootstrap-datetimepicker-widget td.active:active,.bootstrap-datetimepicker-widget td.active:hover:active,.bootstrap-datetimepicker-widget td.active.active,.bootstrap-datetimepicker-widget td.active:hover.active,.bootstrap-datetimepicker-widget td.active.disabled,.bootstrap-datetimepicker-widget td.active:hover.disabled,.bootstrap-datetimepicker-widget td.active[disabled],.bootstrap-datetimepicker-widget td.active:hover[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.bootstrap-datetimepicker-widget td.active:active,.bootstrap-datetimepicker-widget td.active:hover:active,.bootstrap-datetimepicker-widget td.active.active,.bootstrap-datetimepicker-widget td.active:hover.active{background-color:#039 \9}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{color:#fff;background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td span.active:hover,.bootstrap-datetimepicker-widget td span.active:active,.bootstrap-datetimepicker-widget td span.active.active,.bootstrap-datetimepicker-widget td span.active.disabled,.bootstrap-datetimepicker-widget td span.active[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.bootstrap-datetimepicker-widget td span.active:active,.bootstrap-datetimepicker-widget td span.active.active{background-color:#039 \9}.bootstrap-datetimepicker-widget td span.old{color:#999}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget th.switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}
/*!
 *  Font Awesome 4.5.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-e219ece8f4d3e4ac455ef31cd3a7c7b5057ea68a109937fc26b03c6e99ee9322.eot?v=4.5.0');
  src: url('/assets/fontawesome-webfont-e219ece8f4d3e4ac455ef31cd3a7c7b5057ea68a109937fc26b03c6e99ee9322.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/assets/fontawesome-webfont-ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995.woff2?v=4.5.0') format('woff2'), url('/assets/fontawesome-webfont-c812ddc9e475d3e65d68a6b3b589ce598a2a5babb7afc55477d59215c4a38a40.woff?v=4.5.0') format('woff'), url('/assets/fontawesome-webfont-7b5a4320fba0d4c8f79327645b4b9cc875a2ec617a557e849b813918eb733499.ttf?v=4.5.0') format('truetype'), url('/assets/fontawesome-webfont-d67041fe5d50eef9ef671643968f7ce6b130eaaaaa2ce4d496b18d0a33aeb87b.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.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";
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 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 @twitter by @mdo and @fat.
 */
/* line 10, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 54, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 91, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 100, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 108, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 113, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 118, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 125, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 139, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 155, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 162, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 167, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 171, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 176, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 182, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 188, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  thead {
    display: table-header-group;
  }
  /* line 192, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 197, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 205, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 212, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* line 9, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #08c;
  text-decoration: none;
}

/* line 26, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 37, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 42, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 51, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 567, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 572, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 579, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 593, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 599, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

/* line 614, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid:after {
  clear: both;
}

/* line 617, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}

/* line 623, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 628, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span1 {
  width: 6.38298%;
  *width: 6.32979%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span2 {
  width: 14.89362%;
  *width: 14.84043%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span3 {
  width: 23.40426%;
  *width: 23.35106%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span4 {
  width: 31.91489%;
  *width: 31.8617%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span5 {
  width: 40.42553%;
  *width: 40.37234%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span6 {
  width: 48.93617%;
  *width: 48.88298%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span7 {
  width: 57.44681%;
  *width: 57.39362%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span8 {
  width: 65.95745%;
  *width: 65.90426%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span9 {
  width: 74.46809%;
  *width: 74.41489%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span10 {
  width: 82.97872%;
  *width: 82.92553%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span11 {
  width: 91.48936%;
  *width: 91.43617%;
}

/* line 640, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}

/* line 646, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}

/* line 13, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 18, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 7, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 24, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
small {
  font-size: 85%;
}

/* line 26, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
em {
  font-style: italic;
}

/* line 28, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 31, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.muted {
  color: #999;
}

/* line 32, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
a.muted:hover,
a.muted:focus {
  color: gray;
}

/* line 35, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 36, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 39, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 40, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 43, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 44, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 47, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-success {
  color: #468847;
}

/* line 48, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 51, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 52, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 53, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 59, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* line 66, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 73, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 77, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 {
  font-size: 38.5px;
}

/* line 78, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 {
  font-size: 31.5px;
}

/* line 79, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 {
  font-size: 24.5px;
}

/* line 80, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 {
  font-size: 17.5px;
}

/* line 81, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h5 {
  font-size: 14px;
}

/* line 82, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h6 {
  font-size: 11.9px;
}

/* line 84, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small {
  font-size: 24.5px;
}

/* line 85, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 small {
  font-size: 17.5px;
}

/* line 86, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 small {
  font-size: 14px;
}

/* line 87, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 small {
  font-size: 14px;
}

/* line 93, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

/* line 105, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 109, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 115, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
li {
  line-height: 20px;
}

/* line 120, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 127, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 131, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 140, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 143, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 20px;
}

/* line 147, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 150, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 10px;
}

/* line 154, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 156, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 163, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 172, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/* line 180, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 186, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 192, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 202, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}

/* line 206, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 212, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 218, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 223, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 226, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 234, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 242, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 7, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 17, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 26, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 42, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 47, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 58, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
form {
  margin: 0 0 20px;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 33, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend small {
  font-size: 15px;
  color: #999;
}

/* line 40, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 47, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 55, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 64, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 94, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 100, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea {
  height: auto;
}

/* line 104, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* line 126, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

/* line 144, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 155, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

/* line 163, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 170, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 176, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
select:focus,
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 188, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 198, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 204, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

/* line 86, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

/* line 89, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 224, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 229, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 236, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 243, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 250, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 261, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 262, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-small {
  width: 90px;
}

/* line 263, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 264, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-large {
  width: 210px;
}

/* line 265, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 266, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 269, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 282, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 669, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 676, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 304, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row {
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 309, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 315, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 327, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 337, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 162, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 168, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 175, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-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 186, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 162, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 168, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 175, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-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 186, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 162, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 168, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 175, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-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 186, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 162, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 168, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 175, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

/* line 186, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 369, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 374, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 385, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 399, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 404, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 409, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 422, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

/* line 431, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}

/* line 439, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 448, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 452, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* line 466, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 472, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 479, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 483, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 491, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 495, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 499, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 504, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 513, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 517, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 521, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 526, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 531, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 542, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 552, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 556, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 559, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 562, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 565, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 581, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 594, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 598, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 605, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 612, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 621, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 632, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 637, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 647, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 652, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 659, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 666, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 671, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 681, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

/* line 686, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 23, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 31, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th {
  font-weight: bold;
}

/* line 35, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 39, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 48, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 53, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 64, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 80, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

/* line 85, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 97, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 103, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 109, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 117, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 126, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

/* line 129, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

/* line 134, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 140, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 158, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 171, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 183, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 210, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 213, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 216, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 226, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 229, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 232, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 17, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/assets/glyphicons-halflings-d99e3fa32c641032f08149914b28c2dc6acf2ec62f70987f2259eabbfa7fc0de.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
/* line 32, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("/assets/glyphicons-halflings-white-f0e0d95a9c8abcdfabf46348e2d4285829bb0491f5f6af0e05af52bffb6324c4.png");
}

/* line 52, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 53, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-music {
  background-position: -24px  0;
}

/* line 54, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-search {
  background-position: -48px  0;
}

/* line 55, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-envelope {
  background-position: -72px  0;
}

/* line 56, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-heart {
  background-position: -96px  0;
}

/* line 57, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 58, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 59, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 60, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 61, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 62, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 63, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 64, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 65, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 66, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 67, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 68, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 69, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 70, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 71, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 73, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-home {
  background-position: 0      -24px;
}

/* line 74, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-file {
  background-position: -24px  -24px;
}

/* line 75, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-time {
  background-position: -48px  -24px;
}

/* line 76, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-road {
  background-position: -72px  -24px;
}

/* line 77, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px;
}

/* line 78, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 79, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 80, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 81, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 82, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 83, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 84, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 85, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 86, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 87, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 88, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 89, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 90, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 91, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 92, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 94, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tag {
  background-position: 0      -48px;
}

/* line 95, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px;
}

/* line 96, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-book {
  background-position: -48px  -48px;
}

/* line 97, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px;
}

/* line 98, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-print {
  background-position: -96px  -48px;
}

/* line 99, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 100, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 101, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 102, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 103, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 104, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 105, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 106, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 107, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 108, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 109, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 110, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 111, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 112, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 113, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 115, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px;
}

/* line 116, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px;
}

/* line 117, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px;
}

/* line 118, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px;
}

/* line 119, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px;
}

/* line 120, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 121, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 122, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 123, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 124, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 125, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 126, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 127, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 128, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 129, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 130, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 131, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 132, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 133, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 134, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 136, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px;
}

/* line 137, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px;
}

/* line 138, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px;
}

/* line 139, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px;
}

/* line 140, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px;
}

/* line 141, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 142, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 143, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 144, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 145, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 146, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 147, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 148, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 149, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 150, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 151, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 152, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 153, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 154, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 155, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 157, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px;
}

/* line 158, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px;
}

/* line 159, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px;
}

/* line 160, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px;
}

/* line 161, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px;
}

/* line 162, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 163, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 164, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 165, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 166, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

/* line 167, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 168, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 169, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 170, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 171, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 172, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 173, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

/* line 174, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

/* line 175, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 176, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 178, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px;
}

/* line 179, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px;
}

/* line 180, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px;
}

/* line 181, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px;
}

/* line 182, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px;
}

/* line 183, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 184, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 185, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 186, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 187, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 188, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 189, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 190, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 191, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 192, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 193, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 194, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 195, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 197, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 7, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 15, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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;
}

/* line 64, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 70, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 75, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

/* line 88, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 99, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 111, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 117, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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: default;
}

/* line 128, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open {
  *z-index: 1000;
}

/* line 133, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 140, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 151, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 163, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

/* line 169, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 178, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 182, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 189, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 194, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 203, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 216, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 221, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 227, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 237, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 244, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 7, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 26, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 9, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 19, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 26, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 10, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-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);
}

/* line 513, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 520, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:active, .btn.active {
  background-color: #cccccc \9;
}

/* line 61, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 29, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 41, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 46, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 54, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 70, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 75, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 81, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 86, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 90, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 96, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 106, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 115, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 123, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 134, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 145, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}

/* line 520, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}

/* line 149, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 520, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

/* line 153, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 520, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 157, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 520, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

/* line 161, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 520, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 165, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}

/* line 520, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

/* line 173, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 177, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 186, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 190, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 194, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 205, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 212, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 218, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 224, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

/* line 7, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

/* line 61, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 18, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 23, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 27, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 35, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 39, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 42, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 49, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 52, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 55, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 60, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 66, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 72, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 77, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 84, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 92, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 103, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 110, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 116, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 120, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 131, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 137, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 140, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 143, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 146, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 149, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 152, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 155, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

/* line 162, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 167, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 170, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 175, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 180, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 193, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 204, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 208, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 214, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 218, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 221, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 224, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 227, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 9, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin: 0;
}

/* line 27, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 38, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 43, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success h4 {
  color: #468847;
}

/* line 46, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 52, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 56, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 61, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 69, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 73, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 77, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 9, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

/* line 16, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 27, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 32, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 37, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 48, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 57, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 62, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 68, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 71, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

/* line 78, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 83, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 93, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 97, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 101, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 113, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 117, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 121, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 127, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

/* line 133, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 148, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 157, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}

/* line 170, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 173, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 178, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 181, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 185, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 188, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 191, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 198, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 201, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 210, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 213, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 220, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

/* line 225, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
/* line 231, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 237, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 241, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 248, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 255, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 263, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 273, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

/* line 288, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabbable {
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 291, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 296, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 303, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 307, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 316, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 319, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 323, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 325, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 331, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 341, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 345, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 353, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 358, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 362, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

/* line 366, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 374, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 379, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 383, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

/* line 387, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 400, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 404, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 10, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

/* line 21, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 41, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 49, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 59, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

/* line 67, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

/* line 75, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-link {
  color: #777;
}

/* line 77, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-link:hover, .navbar-link:focus {
  color: #333;
}

/* line 85, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

/* line 94, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 98, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 108, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-form:after {
  clear: both;
}

/* line 111, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 117, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 123, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 128, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 132, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 140, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 145, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 158, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 161, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 172, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 180, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 184, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 187, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 196, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 203, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 208, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 214, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 216, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 226, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 233, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 237, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 242, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 250, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 255, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

/* line 263, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 274, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

/* line 513, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 520, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 283, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 291, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 302, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

/* line 313, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 326, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}

/* line 333, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 342, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 349, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

/* line 355, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

/* line 359, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 367, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 371, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

/* line 375, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

/* line 379, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 394, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}

/* line 399, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 403, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}

/* line 409, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand {
  color: #999;
}

/* line 413, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999;
}

/* line 417, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}

/* line 423, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}

/* line 431, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 433, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}

/* line 440, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}

/* line 446, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}

/* line 452, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}

/* line 457, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

/* line 461, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 470, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 83, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

/* line 86, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

/* line 89, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

/* line 479, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

/* line 493, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}

/* line 520, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

/* line 6, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 12, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}

/* line 16, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 21, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb .active {
  color: #999;
}

/* line 6, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  margin: 20px 0;
}

/* line 10, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 21, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 34, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 40, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

/* line 45, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 53, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 58, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 67, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 70, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 80, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 85, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 89, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 98, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

/* line 102, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 110, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 118, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 10.5px;
}

/* line 6, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 23, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 28, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 32, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 36, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 6, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 15, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 41, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

/* line 45, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade.in {
  top: 10%;
}

/* line 47, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 51, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 53, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 67, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}

/* line 83, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 88, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 92, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 15, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 16, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 17, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 18, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 19, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 23, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 34, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 42, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 49, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 56, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 63, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 6, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  white-space: normal;
}

/* line 28, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 29, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 30, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 31, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 44, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 49, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 57, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 66, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 69, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 75, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 82, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 89, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 96, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 103, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 110, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 118, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 125, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 9, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 27, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 37, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 44, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 10, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 18, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 32, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 52, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 7, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

/* line 21, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 24, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 33, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 40, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 54, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important {
  background-color: #b94a48;
}

/* line 55, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important[href] {
  background-color: #953b39;
}

/* line 57, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning {
  background-color: #f89406;
}

/* line 58, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning[href] {
  background-color: #c67605;
}

/* line 60, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success {
  background-color: #468847;
}

/* line 61, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success[href] {
  background-color: #356635;
}

/* line 63, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info {
  background-color: #3a87ad;
}

/* line 64, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info[href] {
  background-color: #2d6987;
}

/* line 66, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse {
  background-color: #333;
}

/* line 67, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse[href] {
  background-color: #1a1a1a;
}

/* line 54, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important {
  background-color: #b94a48;
}

/* line 55, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important[href] {
  background-color: #953b39;
}

/* line 57, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning {
  background-color: #f89406;
}

/* line 58, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning[href] {
  background-color: #c67605;
}

/* line 60, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success {
  background-color: #468847;
}

/* line 61, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635;
}

/* line 63, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad;
}

/* line 64, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987;
}

/* line 66, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse {
  background-color: #333;
}

/* line 67, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 72, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 79, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-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;
  }
}

@-ms-keyframes progress-bar-stripes {
  /* line 23, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }
  /* line 24, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
  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 45, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  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);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 79, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .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 93, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 101, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 109, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 117, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 120, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 12, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 20, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 26, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 6, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 12, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 20, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 26, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 33, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 37, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 41, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 48, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 51, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 54, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 59, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 62, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 71, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 96, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 102, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/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 112, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 120, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

/* line 131, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 139, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 148, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

/* line 153, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 156, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 15, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 7, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none;
}

/* line 18, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block;
}

/* line 23, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, usr/local/bundle/bundler/gems/bootstrap-sass-2.3-with-sassc-rails-cdc03b27111c/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 15, app/assets/stylesheets/application.css.sass */
body .navbar-fixed-top .container {
  width: 1080px;
}

/* line 18, app/assets/stylesheets/application.css.sass */
body .container, body .main {
  width: 1080px;
  position: relative;
}

/* line 21, app/assets/stylesheets/application.css.sass */
.color-white {
  color: #ffffff;
}

/* line 24, app/assets/stylesheets/application.css.sass */
.color-black {
  color: #000000;
}

/* line 27, app/assets/stylesheets/application.css.sass */
.color-gray {
  color: #a9a9a9;
}

/* line 30, app/assets/stylesheets/application.css.sass */
.color-gray-light {
  color: #ecf0f1;
}

/* line 33, app/assets/stylesheets/application.css.sass */
.color-gray-dark {
  color: #2e2e2e;
}

/* line 36, app/assets/stylesheets/application.css.sass */
.color-green {
  color: #27ae60;
}

/* line 39, app/assets/stylesheets/application.css.sass */
.color-red {
  color: #C23824;
}

/* line 42, app/assets/stylesheets/application.css.sass */
.color-yellow {
  color: #f1c40f;
}

/* line 45, app/assets/stylesheets/application.css.sass */
.color-blue {
  color: #3498db;
}

/* line 48, app/assets/stylesheets/application.css.sass */
.color-blue-light {
  color: #8bb7d4;
}

/* line 51, app/assets/stylesheets/application.css.sass */
.color-blue-dark {
  color: #34495e;
}

/* line 54, app/assets/stylesheets/application.css.sass */
.color-purple {
  color: #8e8bd4;
}

/* line 57, app/assets/stylesheets/application.css.sass */
.color-charcoal-gray {
  color: #565656;
}

/* line 60, app/assets/stylesheets/application.css.sass */
.color-black {
  color: black;
}

/* line 63, app/assets/stylesheets/application.css.sass */
.color-priority-orange {
  color: #FF8400;
}

/* line 66, app/assets/stylesheets/application.css.sass */
.color-split {
  color: #2CCCFF;
}

/* line 69, app/assets/stylesheets/application.css.sass */
.left-label {
  text-align: right;
}

/* line 72, app/assets/stylesheets/application.css.sass */
.checkbox.inline {
  padding: 3px 0 0 3px !important;
  margin: 0 !important;
  width: inherit;
}

/* line 77, app/assets/stylesheets/application.css.sass */
body.legacy {
  margin: 0;
  color: #333;
  background: #333 url("/assets/texture_bg-321845edaf308466ff5341f25be45b6b0ac229eeec7332f9a1ffae701a1021f0.png");
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* line 84, app/assets/stylesheets/application.css.sass */
a {
  color: #fff;
}

/* line 87, app/assets/stylesheets/application.css.sass */
.clear {
  clear: both;
}

/* line 90, app/assets/stylesheets/application.css.sass */
#view-container {
  margin-top: 120px;
}

/* line 93, app/assets/stylesheets/application.css.sass */
#notice, #alert, #info-item {
  padding: 20px 30px;
  margin-bottom: 10px;
}

/* line 96, app/assets/stylesheets/application.css.sass */
#notice {
  background: #cfc;
  color: green;
}

/* line 99, app/assets/stylesheets/application.css.sass */
#alert {
  background: #fcc;
  color: maroon;
}

/* line 102, app/assets/stylesheets/application.css.sass */
#info-item {
  background: #cce9ff;
  color: black;
}

/* line 106, app/assets/stylesheets/application.css.sass */
#error_explanation {
  width: 450px;
  border: 2px solid #C23824;
  padding: 0px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 113, app/assets/stylesheets/application.css.sass */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  margin: 0px;
  background-color: #C23824;
  color: #fff;
}

/* line 120, app/assets/stylesheets/application.css.sass */
#error_explanation ul {
  margin-top: 10px;
  margin-left: 40px;
}

/* line 123, app/assets/stylesheets/application.css.sass */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 127, app/assets/stylesheets/application.css.sass */
.popup-source {
  padding: 3px 8px;
  margin-top: -3px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-bottom: 0;
}

/* line 135, app/assets/stylesheets/application.css.sass */
.popup-source button:focus {
  outline: 0;
}

/* line 138, app/assets/stylesheets/application.css.sass */
.popup-source button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 142, app/assets/stylesheets/application.css.sass */
.popup {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #aaa;
  padding: 20px;
  max-width: 750px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 150, app/assets/stylesheets/application.css.sass */
.popup a {
  color: #000;
}

/* line 153, app/assets/stylesheets/application.css.sass */
.model-filter {
  margin-bottom: 20px;
}

/* line 155, app/assets/stylesheets/application.css.sass */
.model-filter input {
  display: inline-block;
}

/* line 157, app/assets/stylesheets/application.css.sass */
.model-filter input[type=search] {
  margin-right: 10px;
  width: 120px;
  height: 10px;
  padding: 5px 0px 5px 5px;
  margin-top: 10px;
  margin-bottom: 11px;
}

/* line 165, app/assets/stylesheets/application.css.sass */
nav.pagination {
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
}

/* line 169, app/assets/stylesheets/application.css.sass */
nav.pagination a {
  color: #444;
  margin: 0 2px;
}

/* line 173, app/assets/stylesheets/application.css.sass */
.content table, .popup table {
  border-collapse: collapse;
  width: 100%;
}

/* line 177, app/assets/stylesheets/application.css.sass */
.content table td, .content table th, .popup table td, .popup table th {
  text-align: left;
  padding: 5px 15px 5px 5px;
}

/* line 182, app/assets/stylesheets/application.css.sass */
.content table tbody tr:nth-child(2n+1), .popup table tbody tr:nth-child(2n+1) {
  background: #dddddd;
}

/* line 187, app/assets/stylesheets/application.css.sass */
.content table tbody tr:hover, .popup table tbody tr:hover {
  background: #ffb;
}

/* line 190, app/assets/stylesheets/application.css.sass */
.content table tbody tr td, .popup table tbody tr td {
  border: 1px solid #aaa;
  border-left: 0;
  border-right: 0;
}

/* line 196, app/assets/stylesheets/application.css.sass */
.content-frame .content table th {
  background: #000;
  color: #fff;
}

/* line 200, app/assets/stylesheets/application.css.sass */
.header .account, .header .nav, .main {
  width: 960px;
  margin: 0 auto;
}

/* line 205, app/assets/stylesheets/application.css.sass */
.regions form {
  margin: 0px;
}

/* line 208, app/assets/stylesheets/application.css.sass */
.regions input[type="checkbox"] {
  margin-left: 10px;
}

/* line 211, app/assets/stylesheets/application.css.sass */
.regions .checkbox {
  padding-left: 0px;
}

/* line 214, app/assets/stylesheets/application.css.sass */
.regions .btn {
  float: right;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* line 219, app/assets/stylesheets/application.css.sass */
.regions .dropdown-menu {
  min-width: 350px;
  white-space: nowrap;
}

/* line 223, app/assets/stylesheets/application.css.sass */
.regions .dropdown-menu li {
  padding-right: 10px;
}

/* line 228, app/assets/stylesheets/application.css.sass */
.accounts form {
  margin: 0px;
}

/* line 231, app/assets/stylesheets/application.css.sass */
.accounts input[type="checkbox"] {
  margin-left: 10px;
}

/* line 234, app/assets/stylesheets/application.css.sass */
.accounts .checkbox {
  padding-left: 0px;
}

/* line 237, app/assets/stylesheets/application.css.sass */
.accounts .btn {
  float: right;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* line 242, app/assets/stylesheets/application.css.sass */
.accounts .dropdown-menu {
  min-width: 350px;
  white-space: nowrap;
}

/* line 246, app/assets/stylesheets/application.css.sass */
.accounts .dropdown-menu li {
  padding-right: 10px;
}

/* line 249, app/assets/stylesheets/application.css.sass */
.main {
  width: 960px;
  margin-top: 130px;
}

/* line 253, app/assets/stylesheets/application.css.sass */
.dispatch-main {
  margin-top: 105px;
  background-color: #ffffff;
}

/* line 257, app/assets/stylesheets/application.css.sass */
.dispatch-main h1 {
  font-family: bebas_neueregular;
  font-weight: normal;
}

/* line 261, app/assets/stylesheets/application.css.sass */
.dispatch-main ul.thumbnails {
  width: 100%;
}

/* line 264, app/assets/stylesheets/application.css.sass */
.dispatch-main ul.thumbnails li.ticket-thumbnail {
  width: 18%;
  margin-left: 23.5px;
}

/* line 268, app/assets/stylesheets/application.css.sass */
.dispatch-main ul.thumbnails li.ticket-thumbnail img {
  width: 100%;
  height: auto;
}

/* line 272, app/assets/stylesheets/application.css.sass */
.dispatch-main ul.thumbnails li.ticket-thumbnail:first-child {
  margin-left: 0px;
}

/* line 277, app/assets/stylesheets/application.css.sass */
.dispatch-main ul.thumbnails li.ticket-thumbnail .modal h4 {
  font-weight: 200;
}

/* line 280, app/assets/stylesheets/application.css.sass */
.dispatch-main ul.thumbnails li.ticket-thumbnail .modal .modal-footer {
  text-align: left;
}

/* line 283, app/assets/stylesheets/application.css.sass */
.dispatch-main .edit-ticket-info {
  background-color: #ecf0f1;
}

/* line 286, app/assets/stylesheets/application.css.sass */
.dispatch-main .edit-ticket-info.locked {
  background-color: #C23824;
  color: #ffffff;
}

/* line 292, app/assets/stylesheets/application.css.sass */
.dispatch-main .edit-ticket-info ul li {
  display: inline-block;
  margin-top: 22px;
}

/* line 296, app/assets/stylesheets/application.css.sass */
.dispatch-main .edit-ticket-info ul li a {
  color: #3498db;
  margin-left: 15px;
  font-size: 16px;
  font-family: bebas_neueregular;
}

/* line 302, app/assets/stylesheets/application.css.sass */
.dispatch-main .edit-ticket-info .load-locked-icon {
  padding-right: 12px;
  border-right: solid 1px #a9a9a9;
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
}

/* line 309, app/assets/stylesheets/application.css.sass */
.dispatch-main .edit-ticket-info h1 {
  margin: 10px 0px;
  font-size: 20px;
  font-family: HelveticaNeue, Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
}

/* line 316, app/assets/stylesheets/application.css.sass */
.dispatch-main .edit-ticket-info h1 span {
  font-weight: normal;
}

/* line 319, app/assets/stylesheets/application.css.sass */
.dispatch-main .edit-ticket-info .verified {
  color: #27ae60;
  margin-left: 15px;
  font-family: bebas_neueregular;
  font-size: 16px;
}

/* line 327, app/assets/stylesheets/application.css.sass */
.main h1 {
  color: #fff;
  margin: 13px 20px 30px 0;
  font-weight: normal;
  font-size: 2em;
  line-height: 30px;
  margin-bottom: 26px;
}

/* line 335, app/assets/stylesheets/application.css.sass */
.main h1 a {
  display: inline-block;
  background: url("/assets/email_print_btn-6efd26a60faae338556b60fd0042438427fd9e82063d785908f433027c1ef280.png");
  height: 27px;
  width: 75px;
  line-height: 27px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  margin: 0 0 0 20px;
  vertical-align: top;
}

/* line 346, app/assets/stylesheets/application.css.sass */
.main h1 a:first-child {
  margin-left: 40px;
}

/* line 348, app/assets/stylesheets/application.css.sass */
.main h1 a.delete {
  background: url("/assets/delete_btn-c5a8da9b04e2f976c1a97d2dbcaac295a94e33b1358157cee7f6b07484f25bf4.png");
}

/* line 350, app/assets/stylesheets/application.css.sass */
.main h1 a.wider {
  width: 120px;
  margin: 0 0 0 0px;
}

/* line 354, app/assets/stylesheets/application.css.sass */
.main h1 a:hover {
  color: #fff;
}

/* line 357, app/assets/stylesheets/application.css.sass */
.main .toolbar {
  margin: -20px 0 25px 0;
}

/* line 360, app/assets/stylesheets/application.css.sass */
.main .back {
  float: right;
  font-size: 1.2em;
  margin-top: 8px;
}

/* line 365, app/assets/stylesheets/application.css.sass */
.main .content-frame {
  color: #fff;
  background: #000;
  padding: 15px;
  clear: both;
}

/* line 371, app/assets/stylesheets/application.css.sass */
.main .content-frame .model-filter {
  float: right;
}

/* line 374, app/assets/stylesheets/application.css.sass */
.main .content-frame .model-filter-alt {
  float: right;
  text-align: right;
}

/* line 378, app/assets/stylesheets/application.css.sass */
.main .content-frame .content {
  clear: both;
  padding: 0;
}

/* line 381, app/assets/stylesheets/application.css.sass */
.main .content-frame .content a {
  color: #000;
}

/* line 384, app/assets/stylesheets/application.css.sass */
.main .content {
  color: #333;
  background: #fff;
  padding: 15px;
}

/* line 390, app/assets/stylesheets/application.css.sass */
.main .content .ui-tabs-panel h1 {
  color: #000;
}

/* line 393, app/assets/stylesheets/application.css.sass */
.main .content a {
  color: #000;
}

/* line 396, app/assets/stylesheets/application.css.sass */
.main .content .toolbar {
  margin: 20px 0;
}

/* line 399, app/assets/stylesheets/application.css.sass */
.main .content div.field, .main .content div.actions {
  margin-bottom: 5px;
}

/* line 402, app/assets/stylesheets/application.css.sass */
.main .content div.actions {
  clear: both;
}

/* line 406, app/assets/stylesheets/application.css.sass */
.main .content .field label {
  display: inline-block;
  width: 120px;
}

/* line 408, app/assets/stylesheets/application.css.sass */
.main .content .field input {
  width: 180px;
  font-weight: bold;
}

/* line 9, app/assets/stylesheets/partials/_mixins.sass */
.main .content .field input[type=text], .main .content .field input[type=password] {
  border: 1px solid #999;
}

/* line 410, app/assets/stylesheets/application.css.sass */
.main .content .field select {
  width: 180px;
  font-weight: bold;
  font-size: 14px;
}

/* line 9, app/assets/stylesheets/partials/_mixins.sass */
.main .content .field select[type=text], .main .content .field select[type=password] {
  border: 1px solid #999;
}

/* line 414, app/assets/stylesheets/application.css.sass */
.main .content .field .field_with_errors {
  display: inline-block;
}

/* line 416, app/assets/stylesheets/application.css.sass */
.main .content .field .field_with_errors label {
  color: #c33;
}

/* line 418, app/assets/stylesheets/application.css.sass */
.main .content .field .field_with_errors input {
  border: 1px solid #c33;
}

/* line 421, app/assets/stylesheets/application.css.sass */
.main .content fieldset {
  padding: 0;
  margin: 0 30px 30px 0;
  border: 0;
}

/* line 425, app/assets/stylesheets/application.css.sass */
.main .content fieldset legend {
  -webkit-margin-collapse: separate;
  width: 300px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

/* line 426, app/assets/stylesheets/application.css.sass */
.main .content fieldset legend .fake-label {
  float: left;
}

/* line 19, app/assets/stylesheets/partials/_mixins.sass */
.main .content fieldset legend a {
  font-size: 12px;
  float: right;
  position: relative;
}

/* line 23, app/assets/stylesheets/partials/_mixins.sass */
.main .content fieldset legend div {
  float: right;
}

/* line 25, app/assets/stylesheets/partials/_mixins.sass */
.main .content fieldset legend div a {
  margin: 0 0 0 7px;
  float: none;
}

/* line 430, app/assets/stylesheets/application.css.sass */
.main .content fieldset p, .main .content fieldset .field {
  -webkit-margin-collapse: separate;
  margin: 10px 0 0 0;
}

/* line 433, app/assets/stylesheets/application.css.sass */
.main .content fieldset p label, .main .content fieldset .field label {
  display: inline-block;
  width: 120px;
}

/* line 435, app/assets/stylesheets/application.css.sass */
.main .content fieldset p span, .main .content fieldset .field span {
  width: 180px;
  font-weight: bold;
}

/* line 9, app/assets/stylesheets/partials/_mixins.sass */
.main .content fieldset p span[type=text], .main .content fieldset p span[type=password], .main .content fieldset .field span[type=text], .main .content fieldset .field span[type=password] {
  border: 1px solid #999;
}

/* line 438, app/assets/stylesheets/application.css.sass */
.main .content .tabs {
  clear: both;
}

/* line 442, app/assets/stylesheets/application.css.sass */
.navbar-1 .navbar-inner {
  background-color: #174b67;
  background-image: -moz-linear-gradient(top, #174b67, #174b67);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#174b67), to(#174b67));
  background-image: -webkit-linear-gradient(top, #174b67, #174b67);
  background-image: -o-linear-gradient(top, #174b67, #174b67);
  background-image: linear-gradient(to bottom, #174b67, #174b67);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF174B67', endColorstr='#FF174B67', GradientType=0);
}

/* line 446, app/assets/stylesheets/application.css.sass */
.navbar-1 .navbar-inner .container a img {
  padding: 10px 0px;
  float: left;
  display: inline-block;
  height: 35px;
}

/* line 452, app/assets/stylesheets/application.css.sass */
.navbar-1 .navbar-inner .container ul.nav li.divider-vertical {
  height: 63px;
  border-left-color: rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
}

/* line 456, app/assets/stylesheets/application.css.sass */
.navbar-1 .navbar-inner .container ul.nav li.divider-vertical a.dropdown-toggle {
  font-size: 14px;
  padding: 20px 20px 24px;
  color: #fff;
  font-weight: bold;
}

/* line 463, app/assets/stylesheets/application.css.sass */
.navbar-1 .navbar-inner .container .pull-right li img {
  height: auto;
  float: left;
  display: inline;
}

/* line 468, app/assets/stylesheets/application.css.sass */
.navbar-2 {
  margin-top: 64px;
  z-index: 2;
  border-bottom: 1px solid #b1c6d3;
}

/* line 472, app/assets/stylesheets/application.css.sass */
.navbar-2 .navbar-inner {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f9f9f9);
  background-image: -o-linear-gradient(top, #f9f9f9, #f9f9f9);
  background-image: linear-gradient(to bottom, #f9f9f9, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFF9F9F9', GradientType=0);
  border: 0px;
}

/* line 475, app/assets/stylesheets/application.css.sass */
.navbar-2 .navbar-inner ul.nav {
  font-size: 11px;
}

/* line 478, app/assets/stylesheets/application.css.sass */
.navbar-2 .navbar-inner ul.nav li a {
  font-weight: bold;
}

/* line 481, app/assets/stylesheets/application.css.sass */
.navbar-2 .navbar-inner .nav {
  margin: 0;
  display: table;
  width: 100%;
}

/* line 486, app/assets/stylesheets/application.css.sass */
.navbar-2 .navbar-inner .nav li {
  display: table-cell;
  float: none;
}

/* line 490, app/assets/stylesheets/application.css.sass */
.navbar-2 .navbar-inner .nav li a.active {
  text-shadow: none;
  color: #34495e;
  background-color: #b1c6d3;
}

/* line 494, app/assets/stylesheets/application.css.sass */
.navbar-2 .navbar-inner .nav li a {
  text-align: center;
}

/* line 498, app/assets/stylesheets/application.css.sass */
.navbar-2 .navbar-inner .nav li a:first-child {
  padding-left: 0px;
}

/* line 501, app/assets/stylesheets/application.css.sass */
.navbar-2 .navbar-inner .nav li a:last-child {
  padding-right: 0px;
}

/* line 508, app/assets/stylesheets/application.css.sass */
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 517, app/assets/stylesheets/application.css.sass */
.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 17.5px;
  font-weight: 500;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 527, app/assets/stylesheets/application.css.sass */
.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 535, app/assets/stylesheets/application.css.sass */
.panel-primary {
  border-color: #428bca;
}

/* line 538, app/assets/stylesheets/application.css.sass */
.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 546, app/assets/stylesheets/application.css.sass */
.picker-button {
  background: #27ae60;
  color: #ffffff;
  font-family: bebas_neueregular;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  border: none;
  text-shadow: none;
  font-size: 20px;
  padding: 10px 25px;
}

/* line 559, app/assets/stylesheets/application.css.sass */
.picker {
  display: none;
  position: absolute;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 576, app/assets/stylesheets/application.css.sass */
.picker > a:hover, .picker a:focus {
  text-decoration: none;
  color: #fff;
}

/* line 585, app/assets/stylesheets/application.css.sass */
#transporter-purchaser-additional-options .lock-ticket input {
  width: auto;
}

/* line 588, app/assets/stylesheets/application.css.sass */
#transporter-purchaser-additional-options .lock-ticket input + input {
  margin-left: 52px;
}

/* line 591, app/assets/stylesheets/application.css.sass */
#transporter-purchaser-additional-options .lock-ticket input + label {
  margin-bottom: 7px;
  vertical-align: bottom;
}

/* line 595, app/assets/stylesheets/application.css.sass */
.spinner {
  margin: auto;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #174b67;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, app/assets/stylesheets/agreements.css.sass */
.full-line {
  width: 100%;
}

/* line 8, app/assets/stylesheets/agreements.css.sass */
tr.agreement-row td.active_column {
  font-weight: bold;
}

/* line 11, app/assets/stylesheets/agreements.css.sass */
tr.agreement-row td.active_column .inactive {
  color: #E80000;
}

/* line 14, app/assets/stylesheets/agreements.css.sass */
a.active_toggle_btn.deactivate {
  padding-left: 8px;
  padding-right: 8px;
  background: url("/assets/delete_btn-c5a8da9b04e2f976c1a97d2dbcaac295a94e33b1358157cee7f6b07484f25bf4.png");
}

/* line 20, app/assets/stylesheets/agreements.css.sass */
fieldset.active_info {
  float: right;
  font-size: 14px;
}

/* line 24, app/assets/stylesheets/agreements.css.sass */
fieldset.active_info span {
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/agreements.css.sass */
fieldset.active_info span.deactivated {
  color: #E80000;
}

/* line 30, app/assets/stylesheets/agreements.css.sass */
.btn-group.agreement-filters {
  padding-right: 20px;
}

/* line 33, app/assets/stylesheets/agreements.css.sass */
.btn-group.agreement-filters .btn {
  color: #ffffff;
  background: #a9a9a9;
  text-shadow: none;
  font-size: 10px;
  width: 50%;
  margin-top: 0px;
  opacity: 0.5;
}

/* line 42, app/assets/stylesheets/agreements.css.sass */
.btn-group.agreement-filters .btn:hover, .btn-group.agreement-filters .btn:focus {
  z-index: 0;
  color: #ffffff;
  outline: none;
}

/* line 47, app/assets/stylesheets/agreements.css.sass */
.btn-group.agreement-filters .btn.active {
  opacity: 1;
  z-index: 0;
}

/* line 52, app/assets/stylesheets/agreements.css.sass */
.model-filter .btn-round {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 55, app/assets/stylesheets/agreements.css.sass */
.model-filter .btn-round.active {
  background-color: #CCCCCC;
}

/* line 57, app/assets/stylesheets/agreements.css.sass */
.form_info {
  margin-left: 125px;
}
/* line 1, app/assets/stylesheets/auth.css.sass */
#auth {
  position: absolute;
  width: 400px;
  top: 45%;
  left: 50%;
  margin: -125px -200px;
  background: #fff;
  padding: 20px;
  border: 2px #333;
}

/* line 11, app/assets/stylesheets/auth.css.sass */
#auth a {
  color: black;
}

/* line 14, app/assets/stylesheets/auth.css.sass */
#auth #notice, #auth #alert {
  margin: 0;
}
/* line 1, app/assets/stylesheets/auto_loads.css.sass */
.lower_text {
  padding-top: 5px;
}

/* line 4, app/assets/stylesheets/auto_loads.css.sass */
.delete-dispatch-btn {
  float: right !important;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index {
  padding-bottom: 50px;
}

/* line 6, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .new-export-btn {
  background: #27ae60;
  color: #ffffff;
  font-family: bebas_neueregular;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0px;
  font-size: 20px;
  padding: 10px 25px;
}

/* line 18, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .row {
  margin-left: 0px;
}

/* line 21, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel {
  border: solid 1px #ecf0f1;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
  padding: 0px;
}

/* line 28, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-header {
  background: #34495e;
  font-family: bebas_neueregular;
}

/* line 32, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-header h2 {
  padding-left: 15px;
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
  display: inline-block;
}

/* line 39, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-header .btn {
  background: #2b3c4e;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 15px;
}

/* line 50, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-header .btn:hover {
  background: #273747;
}

/* line 53, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-header .btn.delete {
  background: #C23824;
  margin-left: -2px;
}

/* line 57, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-header .btn.delete:hover {
  background: #ac3220;
}

/* line 61, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body {
  padding: 30px;
  padding-bottom: 25px;
}

/* line 65, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body h5 {
  font-size: 20px;
  margin: 5px 0px 0px;
}

/* line 69, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body p {
  font-size: 12px;
  display: inline-block;
}

/* line 73, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body p .label {
  background: #ecf0f1;
  color: #2e2e2e;
  font-weight: normal;
  margin-right: 0px;
  box-shadow: none;
  text-shadow: none;
  padding: 2px 8px;
  font-size: 10px;
  margin-right: 5px;
}

/* line 84, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body p .label:last-child {
  margin-right: 0px;
}

/* line 87, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 91, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body .time {
  border-left: solid 1px #a9a9a9;
  border-right: solid 1px #a9a9a9;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 101, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body .btn-group .btn {
  background: none;
  margin-right: 0px;
  box-shadow: none;
  text-shadow: none;
  font-size: 10px;
}

/* line 108, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body .input-group {
  display: block;
  margin-bottom: 15px;
  display: table;
}

/* line 113, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body .input-group .input {
  display: table-cell;
  border: solid 1px #a9a9a9;
  border-right: none;
  width: 100%;
  z-index: 0;
}

/* line 120, app/assets/stylesheets/data_exports.css.sass */
.data-exports-index .panel .panel-body .input-group .btn {
  width: 1%;
  position: relative;
  background: #27ae60;
  color: #ffffff;
  text-shadow: none;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #27ae60;
  display: table-cell;
  box-shadow: none;
}

/* line 142, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new {
  padding-bottom: 50px;
}

/* line 145, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .row {
  margin-left: 0px;
}

/* line 148, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel {
  border: solid 1px #ecf0f1;
  border-radius: 4px;
  overflow: hidden;
}

/* line 153, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-header {
  background: #34495e;
  font-family: bebas_neueregular;
}

/* line 157, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-header h2 {
  padding-left: 15px;
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
  display: inline-block;
}

/* line 164, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-header .btn {
  background: #27ae60;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 15px;
}

/* line 175, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-header .btn:hover {
  background: #209150;
}

/* line 178, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-header .btn.delete {
  background: #C23824;
  margin-left: -2px;
}

/* line 182, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-header .btn:hover {
  background: #ac3220;
}

/* line 185, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-header .btn.cancel {
  background: #2b3c4e;
  margin-right: -2px;
}

/* line 189, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-header .btn.cancel:hover {
  background: #273747;
}

/* line 192, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body .panel-body {
  background: #ecf0f1;
  padding-bottom: 5px;
}

/* line 197, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body .panel {
  margin-bottom: 15px;
}

/* line 200, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body {
  padding: 30px;
  padding-bottom: 25px;
}

/* line 204, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body #transporter-picker, .data-exports-new .panel .panel-body #purchaser-picker, .data-exports-new .panel .panel-body #operator-picker, .data-exports-new .panel .panel-body #lease-picker, .data-exports-new .panel .panel-body #destination-picker, .data-exports-new .panel .panel-body #distribution-picker {
  display: inline-block;
  margin-top: 15px;
}

/* line 208, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body #distribution-picker {
  white-space: normal;
  font-size: inherit;
  vertical-align: top;
}

/* line 213, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body #distribution-picker .dropdown-toggle {
  background: #27ae60;
}

/* line 216, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body #distribution-picker .dropdown-menu {
  padding: 5px;
}

/* line 219, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body #transporter-picker {
  margin-top: 0px;
}

/* line 222, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body h5 {
  font-size: 20px;
  margin: 0px;
}

/* line 226, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body p {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
}

/* line 233, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body p.top {
  margin-top: 0px;
}

/* line 236, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 240, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body hr.small {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 246, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body .btn-group.tag .btn {
  background: none;
  margin-right: 0px;
  box-shadow: none;
  text-shadow: none;
  font-size: 10px;
}

/* line 253, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body .picker-button {
  padding: 2px 10px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 261, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body .picker-button i {
  margin-top: -1px;
}

/* line 264, app/assets/stylesheets/data_exports.css.sass */
.data-exports-new .panel .panel-body .picker-button:hover {
  background: #25a65b;
  color: #ffffff;
}

/* line 270, app/assets/stylesheets/data_exports.css.sass */
.ftp-distribution .panel, .email-distribution .panel {
  padding: 0px;
}

/* line 273, app/assets/stylesheets/data_exports.css.sass */
.ftp-distribution .panel-body, .email-distribution .panel-body {
  padding-right: 15px;
}

/* line 277, app/assets/stylesheets/data_exports.css.sass */
.ftp-distribution .btn.add, .email-distribution .btn.add {
  background: #27ae60;
  border: 0px;
}

/* line 280, app/assets/stylesheets/data_exports.css.sass */
.ftp-distribution .btn.add:hover, .email-distribution .btn.add:hover {
  background: #209150;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/destinations.css.sass */
fieldset.destination {
  float: left;
}

/* line 7, app/assets/stylesheets/destinations.css.sass */
.purchaser_destinations input {
  width: 180px;
  font-weight: bold;
}

/* line 9, app/assets/stylesheets/partials/_mixins.sass */
.purchaser_destinations input[type=text], .purchaser_destinations input[type=password] {
  border: 1px solid #999;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/dispatch.css.sass */
.popup.transporter_load_pool-picker-popup {
  z-index: 10;
}

/* line 6, app/assets/stylesheets/dispatch.css.sass */
.popup.destination-picker-popup {
  z-index: 10;
}

/* line 9, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads {
  margin-top: 105px;
  display: block;
  background-color: #ffffff;
  padding: 20px;
}

/* line 15, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .pull-right, #dispatch-workloads h4, #dispatch-workloads p.driver-email {
  margin-bottom: 0px;
}

/* line 18, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .no-number {
  background-color: #3498db;
  height: 1px;
  margin: 4px 0px;
  display: inline-block;
  width: 30px;
}

/* line 25, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .small-strong {
  font-size: 10px;
}

/* line 28, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads p.pull-right {
  font-size: 11px;
  display: block;
  line-height: 12px;
  width: 100%;
  text-align: right;
}

/* line 35, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads p.pull-right a {
  font-size: 12px;
}

/* line 38, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .current-tickets-accordion {
  margin-top: 10px;
}

/* line 42, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .accordion-inner .row-fluid {
  min-height: 12px;
}

/* line 45, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .accordion-inner .row-fluid .span12 {
  min-height: 12px;
}

/* line 48, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .accordion-inner .row-fluid p {
  margin-bottom: 2px;
  font-size: 11px;
}

/* line 52, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .layout-btn {
  display: inline-block;
  margin-right: 15px;
}

/* line 56, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .grid {
  background: url(/assets/grid_btn-e2605f3b99871343f84e9f070e7ddfb40bb16bd0cf7c99bc2734ea75ca5d73e0.png) no-repeat top;
  height: 17px;
  width: 17px;
}

/* line 61, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .grid:hover {
  background: url(/assets/grid_btn-e2605f3b99871343f84e9f070e7ddfb40bb16bd0cf7c99bc2734ea75ca5d73e0.png) no-repeat bottom;
}

/* line 64, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .grid.active {
  background: url(/assets/grid_btn-e2605f3b99871343f84e9f070e7ddfb40bb16bd0cf7c99bc2734ea75ca5d73e0.png) no-repeat bottom;
}

/* line 67, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .list {
  background: url(/assets/list_btn-927cb86597c457f89f3fc7630b37d5c9540ae9b2248cc89f0d7a1d9a6dde5c2b.png) no-repeat top;
  height: 17px;
  width: 17px;
}

/* line 72, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .list:hover {
  background: url(/assets/list_btn-927cb86597c457f89f3fc7630b37d5c9540ae9b2248cc89f0d7a1d9a6dde5c2b.png) no-repeat bottom;
}

/* line 75, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .list.active {
  background: url(/assets/list_btn-927cb86597c457f89f3fc7630b37d5c9540ae9b2248cc89f0d7a1d9a6dde5c2b.png) no-repeat bottom;
}

/* line 78, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads h4.pull-right {
  text-align: right;
}

/* line 81, app/assets/stylesheets/dispatch.css.sass */
#dispatch-workloads .info-row {
  min-height: 100px;
}

/* line 84, app/assets/stylesheets/dispatch.css.sass */
#dispatch {
  top: 105px;
  bottom: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
  /* ======= CONFIRMATION MODAL ======= */
}

/* line 91, app/assets/stylesheets/dispatch.css.sass */
#dispatch h1 {
  font-family: bebas_neueregular;
  font-weight: normal;
}

/* line 95, app/assets/stylesheets/dispatch.css.sass */
#dispatch h2 {
  font-family: HelveticaNeue, Arial, sans-serif;
}

/* line 98, app/assets/stylesheets/dispatch.css.sass */
#dispatch .dispatch-wrapper {
  background-color: #ffffff;
  display: table;
  height: 100%;
}

/* line 103, app/assets/stylesheets/dispatch.css.sass */
#dispatch .dispatch-wrapper #check-toggle {
  margin-left: 2px;
}

/* line 106, app/assets/stylesheets/dispatch.css.sass */
#dispatch p {
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 14px;
}

/* line 110, app/assets/stylesheets/dispatch.css.sass */
#dispatch .scheduled-pickup-load {
  color: #C23824;
  font-weight: bold;
}

/* line 114, app/assets/stylesheets/dispatch.css.sass */
#dispatch a {
  text-decoration: none;
}

/* line 117, app/assets/stylesheets/dispatch.css.sass */
#dispatch a:hover {
  color: #258cd1;
}

/* line 122, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .bold {
  font-weight: bold;
}

/* line 125, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .modal-header {
  background: #ecf0f1;
  border-radius: 5px 5px 0px 0px;
  border-bottom: solid 1px #a9a9a9;
}

/* line 130, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .modal-header h4 {
  margin-bottom: 0px;
}

/* line 133, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .modal-header p {
  margin: 0px 0px 10px 0px;
  font-weight: normal;
}

/* line 139, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .modal-body .icon {
  height: 12px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
}

/* line 145, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .modal-body .warning {
  background: url(/assets/dispatch/icon_warning-ca70bcf32b12daa32eaaa1b1700857ac8546e83139701ae62b89c2e58ee323cc.png);
  background-size: cover;
}

/* line 149, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .modal-body .danger {
  background: url(/assets/dispatch/icon_danger-f42649fb49609ac3c04b8d393924a676bb5074702a9485a3b331deb157f78900.png);
  background-size: cover;
}

/* line 153, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .modal-body p, #dispatch #commentsModal .modal-body a {
  display: inline-block;
}

/* line 156, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .modal-body a {
  color: #3498db;
}

/* line 159, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .modal-body a:hover {
  text-decoration: underline;
}

/* line 162, app/assets/stylesheets/dispatch.css.sass */
#dispatch #commentsModal .modal-body .rejected {
  margin-bottom: 0px;
}

/* line 165, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content {
  display: table-cell;
  width: 420px;
  min-width: 420px;
  box-shadow: 0px 0px 10px #a9a9a9;
  z-index: 1;
}

/* line 172, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .top-content {
  box-shadow: 0 6px 8px -4px #a9a9a9;
  position: absolute;
  min-width: 420px;
  top: 0;
  z-index: 3;
}

/* line 179, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .top-content ul#ticket-tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 183, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .top-content ul#ticket-tabs li.disabled *:hover {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 187, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .top-content .wrapper {
  padding: 20px 20px 0px 20px;
}

/* line 190, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content {
  padding: 0px;
  overflow: scroll;
  top: 260px;
  position: absolute;
  margin: auto;
  z-index: 2;
  bottom: 0;
  min-width: 420px;
}

/* line 199, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content.no-dispatch-button {
  top: 193px;
}

/* line 201, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content.no-dispatch-button.sm {
  top: 230px;
}

/* line 203, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content.no-dispatch-button.med {
  top: 248px;
}

/* line 205, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content.no-dispatch-button.long {
  top: 270px;
}

/* line 207, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content.sm {
  top: 300px;
}

/* line 209, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content.med {
  top: 320px;
}

/* line 211, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content.long {
  top: 340px;
}

/* line 214, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content .spinner-container {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 224, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content .ticket-content p.operator {
  margin-bottom: 2px;
  display: block;
}

/* line 228, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content .ticket-content p.previous-pool {
  color: red;
  margin-bottom: 2px;
  display: block;
}

/* line 233, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .bottom-content .ticket-content p.given-back-by {
  color: red;
  margin-bottom: 2px;
  display: block;
}

/* line 238, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content h1 {
  font-size: 30px;
  font-weight: normal;
}

/* line 242, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content h2 {
  font-size: 22px;
  font-family: bebas_neueregular;
  font-weight: normal;
}

/* line 247, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content h3 {
  font-size: 14px;
  font-family: bebas_neueregular;
  font-weight: normal;
}

/* line 252, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .new-dispatch {
  text-align: center;
}

/* line 255, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .new-dispatch input[type="radio"] {
  margin: -3px 5px 0px 1px;
}

/* line 259, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .new-dispatch a:focus {
  border: none;
  outline: none;
  text-decoration: none;
  color: #ffffff;
}

/* line 265, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .new-dispatch a:hover {
  text-decoration: none;
  color: #ffffff;
}

/* line 269, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .new-dispatch a:hover h1 {
  background-color: #229955;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -khtml-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* line 278, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .new-dispatch h1 {
  background-color: #27ae60;
  padding: 10px 0px;
  margin: 0px 0px 10px 0px;
}

/* line 283, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .new-dispatch h1 .caret {
  margin-top: 14px;
  margin-left: 12px;
  border-top: 8px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/* line 290, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content ul.order-type {
  margin: 0px auto;
  border-bottom: solid 1px #ecf0f1;
}

/* line 294, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content ul.order-type li {
  list-style: none;
  border-left: solid 1px #ecf0f1;
  text-align: center;
  width: 95px;
  padding: 0px;
  display: inline-block;
  margin-left: -3px;
}

/* line 303, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content ul.order-type li a {
  color: #000000;
  text-decoration: none;
}

/* line 307, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content ul.order-type li a h2 {
  opacity: 0.5;
  line-height: 20px;
}

/* line 311, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content ul.order-type li a h2 span {
  text-align: left;
}

/* line 316, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content ul.order-type li:hover h2:not(.disabled) {
  opacity: 1;
  -o-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -khtml-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 325, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content ul.order-type li:first-child {
  border-left: none;
  width: 95px;
  margin-left: 0px;
}

/* line 330, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content ul.order-type li.active {
  border-bottom: solid 4px #3498db;
}

/* line 333, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content ul.order-type li.active h2 {
  opacity: 1;
}

/* line 336, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .search-bar {
  background-color: #ecf0f1;
  color: #a9a9a9;
  padding: 10px 0px 0px 0px;
  margin: 15px 0px;
}

/* line 342, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .search-bar p {
  padding-left: 10px;
}

/* line 344, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .search-bar input {
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
}

/* line 350, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .search-bar button {
  background: transparent url(/assets/dispatch/search_left-029edf52268aaba74bfa883017b859b034d8f72b34cec0bac887190217fa6033.png);
  width: 19px;
  height: 19px;
  border: none;
  margin-right: 10px;
  margin-top: 5px;
}

/* line 358, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .action-bar {
  margin: 5px 0 8px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
}

/* line 364, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .action-bar button {
  width: 20px;
  height: 20px;
  border: 0px;
}

/* line 369, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .action-bar .title-bar {
  float: right;
}

/* line 373, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .action-bar .title-bar a.popup-source {
  padding-right: 0;
}

/* line 376, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .action-bar .title-bar a .move-to-pool {
  background: url(/assets/dispatch/move_to_pool-e595af23d83627439e25cbae0027ebc28f46a4ab04f3e06e523046fc0bc83218.png) center no-repeat;
  background-size: 100% 100%;
}

/* line 380, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .action-bar .show-pool {
  float: left;
}

/* line 382, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .action-bar .show-pool .show-pool-option {
  margin-left: 5px;
}

/* line 384, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .action-bar .show-pool .show-pool-option input {
  margin-bottom: 4px;
}

/* line 386, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .action-bar .tag-container {
  margin-bottom: 10px;
}

/* line 388, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .action-bar .tag-container select {
  margin: 0px;
}

/* line 391, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .orders-header {
  font-size: 14px;
}

/* line 395, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .orders-header a h3 {
  line-height: 3px;
}

/* line 399, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .orders-header a:hover h3 {
  color: #258cd1;
}

/* line 403, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .orders-header .checkbox {
  vertical-align: middle;
  border: 1px #2e2e2e solid;
  min-height: 16px;
  width: 16px;
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  display: inline-block;
}

/* line 414, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .orders-header .checkbox.checked {
  background: url(/assets/dispatch/green_check-ea6804813cec18763de75ad6ef1f09fee65fa9ffe8c02a788d4108148561065c.png) no-repeat #ffffff;
}

/* line 417, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .orders-header .checkbox.minus {
  background: url(/assets/dispatch/checkbox_minus-a603580564fb94874c1b44c7aacefc42d5cf522fdf913c36aaaa45f31e069aaa.png) no-repeat #ffffff;
}

/* line 420, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .dispatch-destination-picker {
  display: inline;
}

/* line 423, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .dispatch-destination-picker .title-bar {
  display: inline;
}

/* line 426, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .dispatch-destination-picker .title-bar button.destination {
  width: 22px;
  height: 25px;
  background: url(/assets/dispatch/switch_destination-a070c6d1f529b872a524a4b4f7ba045b7911a55284b8af8bd00c6ce6100ecd21.png) center no-repeat;
  background-size: 100% 100%;
  border: 0;
}

/* line 433, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .info {
  display: none;
  color: black;
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 20px 20px 10px 20px;
  width: 365px;
  text-align: center;
}

/* line 443, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .error {
  color: red;
}

/* line 446, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order {
  width: 420px;
  padding: 0px;
  border-bottom: solid 1px #ecf0f1;
  position: relative;
}

/* line 452, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .priority.split {
  background-image: linear-gradient(180deg, #FF8400 50%, #2CCCFF 60%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 6px;
  height: 100%;
}

/* line 460, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .priority {
  background-color: #FF8400;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 6px;
  height: 100%;
}

/* line 468, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .split {
  background-color: #2CCCFF;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 6px;
  height: 100%;
}

/* line 476, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order:hover {
  background-color: #ecf0f1;
}

/* line 479, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order p {
  font-size: 12px;
  display: inline-block;
}

/* line 483, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order p.order-title {
  margin-bottom: 5px;
  font-size: 18px;
}

/* line 487, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order p.operator {
  display: block;
}

/* line 490, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order p.badge {
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 8px;
  font-weight: lighter;
  margin-right: 10px;
  text-shadow: none;
}

/* line 499, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order p.badge-auto-load {
  background-color: #2e2e2e;
}

/* line 502, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .expired {
  background: #f1c40f;
}

/* line 505, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .badge-h2s {
  background: url(/assets/dispatch/h2s-19614f30bc95aee95e9ccb32fe52fb193e59dba3c0c392d0d747bc64dfbaba5b.svg) no-repeat;
  height: 20px;
  width: 45px;
  margin-top: 0px;
  display: inline-block;
  vertical-align: text-bottom;
}

/* line 513, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .badge-internal-haul {
  background-color: #C23824;
  font-size: 11px;
  padding: 4px;
  border-radius: 3px;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: text-bottom;
}

/* line 522, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .badge-load-request-no-agreement {
  background-color: #C23824;
  font-size: 11px;
}

/* line 525, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .badge-load-request-with-agreement {
  background-color: #27ae60;
  font-size: 11px;
}

/* line 528, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .badge.badge-wolfepak {
  background-color: #3498db;
}

/* line 530, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .info-modal {
  background: none;
  padding: 0px;
  margin: 0px;
  border: none;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  overflow: visible;
  float: right;
}

/* line 541, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .info-modal:focus {
  border: none;
  outline: none;
}

/* line 545, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .info-modal .info-icon {
  background: url(/assets/dispatch/info_btn-9fb0514ef7f31ed3fa5c8b6f3e42e04e70f113db964e92aec9384d8148b06cd2.png);
  height: 18px;
  width: 18px;
  margin-top: 5px;
  background-size: contain;
}

/* line 552, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .info-modal .info-icon.active {
  background: url(/assets/dispatch/info_btn_active-f47587f23671641636e322aa25b19017a9d0147943af0bfd869cbd3965ccf5be.png);
  height: 18px;
  width: 18px;
  margin-top: 5px;
  background-size: contain;
}

/* line 559, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .info-modal .badge {
  position: absolute;
  top: -3px;
  background: #C23824;
  padding: 0px 5px;
  font-size: 10px;
  font-weight: normal;
  left: -9px;
  border: solid 1px #ffffff;
}

/* line 569, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .info-modal .comments-badge {
  top: -3px;
  background: #3498db;
  padding: 0px 4px;
  left: -9px;
  border: solid 1px #ffffff;
}

/* line 576, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .checkbox {
  vertical-align: middle;
  border: 1px #2e2e2e solid;
  min-height: 16px;
  width: 16px;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  background: #ffffff;
  display: inline-block;
  float: right;
}

/* line 587, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .hold-button {
  background-color: #3498db;
  font-family: bebas_neueregular;
  color: #00FF00;
  font-size: 14px;
  white-space: nowrap;
  padding: 1px 7px 0px;
  margin-top: 30px;
  display: block;
  float: right;
}

/* line 598, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .scheduled-button {
  background-color: #000000;
  font-family: bebas_neueregular;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  padding: 1px 7px 0px;
  margin-top: 30px;
  display: block;
  float: right;
}

/* line 609, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .hold-bar {
  background-color: #00FF00;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 6px;
  height: 100%;
}

/* line 617, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .checkbox.checked {
  background: url(/assets/dispatch/green_check-ea6804813cec18763de75ad6ef1f09fee65fa9ffe8c02a788d4108148561065c.png) no-repeat #ffffff;
}

/* line 622, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .distance .span2 {
  border-right: solid 1px #a9a9a9;
}

/* line 625, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .distance h3 {
  font-size: 20px;
  line-height: 0px;
}

/* line 629, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .distance h3 .small {
  font-size: 14px;
  margin-left: -2px;
}

/* line 633, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .distance p {
  margin-bottom: 0px;
  text-align: left;
}

/* line 637, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .tags {
  margin-top: 15px;
}

/* line 640, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .tags .span3 {
  min-height: 20px;
}

/* line 643, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .tags .span4 {
  min-height: 20px;
  min-width: 60px;
}

/* line 647, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .tags .recurring {
  background-color: #27ae60;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  margin-bottom: 0px;
}

/* line 654, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .accordion-toggle {
  color: #2e2e2e;
  display: block;
  padding: 20px 20px 10px 20px;
}

/* line 659, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .accordion {
  margin-bottom: 0px;
}

/* line 662, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .accordion .accordion-group {
  border: none;
}

/* line 665, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .order .accordion .accordion-group .accordion-inner {
  border-top: none;
  padding: 20px 20px 10px 20px;
}

/* line 670, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .map-limit {
  background-color: #2e2e2e;
}

/* line 673, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content .map-limit p {
  padding: 5px 20px 0px 20px;
  margin-bottom: 0px;
}

/* line 681, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content.purchaser-manager .top-content .wrapper {
  padding: 0px 20px;
}

/* line 684, app/assets/stylesheets/dispatch.css.sass */
#dispatch .left-content.purchaser-manager .bottom-content {
  top: 173px;
}

/* line 687, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  /* ======= LEGEND ======= */
}

/* line 692, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content #dispatch-map-canvas {
  width: 100%;
  height: 100%;
}

/* line 696, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content img {
  width: auto;
  display: inline;
  max-width: none;
}

/* line 701, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .ticket-marker {
  height: 25px;
  width: 20px;
  position: relative;
  background: url(/assets/dispatch/load_large-c210a8ba65f090c5ac5c48fcc368628e4ddd5da064ecc37548acffdede3187cd.png);
  background-size: 100%;
}

/* line 708, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .ticket-marker-priority {
  height: 25px;
  width: 20px;
  position: relative;
  background: url(/assets/dispatch/load_large_priority-69d9fa59641dbb31aec72467bd21a5f2929ddc82b197d3df568da2d3b63d5243.png);
  background-size: 100%;
}

/* line 715, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .ticket-marker-split {
  height: 25px;
  width: 20px;
  position: relative;
  background: url(/images/dispatch/load_large_split.png);
  background-size: 100%;
}

/* line 722, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .ticket-marker-priority-split {
  height: 25px;
  width: 20px;
  position: relative;
  background: url(/images/dispatch/load_large_priority_split.png);
  background-size: 100%;
}

/* line 729, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .destination-marker {
  color: #fff;
  text-align: center;
  position: relative;
}

/* line 734, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .destination-marker .destination-code {
  background: #565656;
  border-radius: 5px;
  padding: 2px 5px;
  border: solid 1px #ffffff;
  z-index: 0;
  min-width: 20px;
}

/* line 742, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .destination-marker .tail {
  z-index: 1;
  height: 13px;
  margin-top: -1px;
  background: url(/assets/dispatch/tail_charcoal_gray-a3d5626085c29abada26be4a5a67c2a3acf1c9d28823ed3fd889bd9ba53c9c12.png) no-repeat center;
}

/* line 749, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker {
  color: #fff;
  text-align: center;
  position: relative;
}

/* line 754, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker .truck-number {
  border-radius: 5px;
  padding: 2px 5px;
  border: solid 1px #ffffff;
  z-index: 0;
  min-width: 20px;
}

/* line 761, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker .tail {
  z-index: 1;
  height: 13px;
  margin-top: -1px;
}

/* line 766, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker .ticket-count {
  margin: -43px -25px 0 0;
  background-color: #C23824;
  border: solid 1px #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  position: absolute;
  right: 17px;
  top: 35px;
  line-height: 15px;
}

/* line 778, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.active .tail {
  background: url(/assets/dispatch/tail_green-44ebfc9109112c76014fb898ed48d296d32900d3b5499bbcd66eb4bd7244fd62.png) no-repeat center;
}

/* line 780, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.active .truck-number {
  background: #27ae60;
}

/* line 783, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.inactive .tail {
  background: url(/assets/dispatch/tail_red-5c6b75b99c7acb3e8e063676bcab5343d94e1d3d6b352a728685eb7871c5ff04.png) no-repeat center;
}

/* line 785, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.inactive .truck-number {
  background: #C23824;
}

/* line 788, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.out-of-service .tail {
  background: url(/assets/dispatch/tail_yellow-c3f16f72b0d00fd80509367037702b59eddbdf2f4c9bf389951e59f677fac900.png) no-repeat center;
}

/* line 790, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.out-of-service .truck-number {
  background: #f1c40f;
}

/* line 793, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.unavailable .tail {
  background: url(/assets/dispatch/tail_blue_light-83ac490e44d92760ee42d745aad43fecd57a44032c85858247570b51005f8b9b.png) no-repeat center;
}

/* line 795, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.unavailable .truck-number {
  background: #8bb7d4;
}

/* line 798, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.signed-out .tail {
  background: url(/assets/dispatch/tail_blue_dark-b157343fc0d9b5e7e39c62241f7d8de9c97c6c7ca6ec29fcb84afd128463b98c.png) no-repeat center;
}

/* line 800, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.signed-out .truck-number {
  background: #34495e;
}

/* line 803, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.demurrage .tail {
  background: url(/assets/dispatch/tail_purple-3533f1052114a7c44354a601fb066ff51d26ab87e1c86be53ab535ddc8d7dd62.png) no-repeat center;
}

/* line 805, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .driver-marker.demurrage .truck-number {
  background: #8e8bd4;
}

/* line 808, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window {
  background: url(/assets/dispatch/popup_corner-8bc4bd831b6ace8cdcb9032aeb26600f549fda3d3bbefd5da22a51c11f1db270.png) no-repeat bottom left;
  padding: 0px 0px 11px 15px;
}

/* line 812, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .lease-title, #dispatch .right-content .info-window .lease-section {
  border-bottom: solid 1px #ecf0f1;
  margin-bottom: 10px;
}

/* line 816, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-close {
  margin: -43px -25px 0 0;
  background: url(/assets/dispatch/popup_bg-17c52f18213f15556616ee1ad52a9d48ed0e99b4c897633811ea4c283f775914.png);
  color: white;
  border: solid 1px #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  position: absolute;
  right: 17px;
  top: 35px;
  line-height: 15px;
  text-align: center;
}

/* line 830, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content {
  background: url(/assets/dispatch/popup_bg-17c52f18213f15556616ee1ad52a9d48ed0e99b4c897633811ea4c283f775914.png);
  width: 350px;
  height: auto;
  color: #ffffff;
  padding: 10px;
}

/* line 837, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .driver-section, #dispatch .right-content .info-window .info-window-content .button-section, #dispatch .right-content .info-window .info-window-content .hours-section {
  border-bottom: solid 1px #a9a9a9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 842, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .driver-section .pull-right {
  text-align: right;
}

/* line 845, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .hours-section {
  text-align: center;
}

/* line 848, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .hours-section p {
  display: block;
}

/* line 851, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .no-number {
  background-color: #3498db;
  height: 1px;
  margin: 4px 0px;
  display: inline-block;
  width: 30px;
}

/* line 858, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content p {
  display: inline-block;
  margin-bottom: 0px;
}

/* line 862, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content h2 {
  font-size: 18px;
  font-family: HelveticaNeue, Arial, sans-serif;
  margin: 0px;
  line-height: normal;
  padding-bottom: 10px;
}

/* line 869, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content h2 .light {
  font-size: 14px;
}

/* line 872, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .mail-icon, #dispatch .right-content .info-window .info-window-content .phone-icon {
  display: inline-block;
  margin: 0px 5px 2px 0px;
}

/* line 876, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .assign-button {
  background-color: #27ae60;
  text-align: center;
  font-family: bebas_neueregular;
  font-size: 18px;
  font-weight: normal;
  visibility: hidden;
}

/* line 884, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .assign-button, #dispatch .right-content .info-window .info-window-content .edit-button {
  text-align: center;
}

/* line 887, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .assign-button a, #dispatch .right-content .info-window .info-window-content .edit-button a {
  list-style: none;
}

/* line 890, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .assign-button a:hover, #dispatch .right-content .info-window .info-window-content .edit-button a:hover {
  color: #ffffff;
}

/* line 893, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .assign-button:hover, #dispatch .right-content .info-window .info-window-content .edit-button:hover {
  text-decoration: none;
  color: #ffffff;
}

/* line 897, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .assign-button:hover h2, #dispatch .right-content .info-window .info-window-content .edit-button:hover h2 {
  background-color: #229955;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -khtml-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* line 906, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .assign-button h2, #dispatch .right-content .info-window .info-window-content .edit-button h2 {
  background-color: #27ae60;
  padding: 10px 20px;
  font-family: bebas_neueregular;
  font-size: 18px;
}

/* line 914, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .edit-button h2 {
  background-color: #3498db;
}

/* line 919, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .edit-button:hover h2 {
  background-color: #258cd1;
}

/* line 924, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .info-window .info-window-content .workload-section .dispatch-entry {
  min-height: inherit;
}

/* line 927, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar {
  background: url(/assets/dispatch/popup_bg-17c52f18213f15556616ee1ad52a9d48ed0e99b4c897633811ea4c283f775914.png);
  color: #a9a9a9;
  margin: 25px;
}

/* line 932, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .minimized-content {
  background-color: #3498db;
  padding: 5px;
}

/* line 936, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .minimize {
  margin: -25px -5px 0 0;
  background: url(/assets/dispatch/popup_bg-17c52f18213f15556616ee1ad52a9d48ed0e99b4c897633811ea4c283f775914.png);
  color: white;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  position: absolute;
  right: 24px;
  top: 43px;
  line-height: 15px;
  text-align: center;
}

/* line 948, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .maximize {
  background: transparent url(/assets/dispatch/search_right-0766a876271fc1991a589f8d393a578ca7e0632c7f02e874ab64cbd77cb648d5.png) no-repeat;
  width: 17px;
  height: 17px;
  display: block;
}

/* line 954, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .maximized-content {
  padding: 10px;
}

/* line 957, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .maximized-content form {
  margin: 0px;
}

/* line 960, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .maximized-content .search-box {
  background: #ecf0f1;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 5px 0px 5px 10px;
  width: 100%;
  color: #2e2e2e;
  margin-bottom: 0px;
}

/* line 970, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .maximized-content .search-toggle {
  display: block;
  background: #a9a9a9;
  text-align: center;
}

/* line 975, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .maximized-content .search-toggle h4 {
  font-family: bebas_neueregular;
  font-size: 15px;
}

/* line 980, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .maximized-content .search-toggle:hover {
  color: #ffffff;
}

/* line 983, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .maximized-content .search-toggle.active {
  color: #3498db;
  background: #ffffff;
}

/* line 987, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .search-bar .maximized-content button {
  background-color: #27ae60;
  color: #ffffff;
  border: none;
  font-family: bebas_neueregular;
  font-size: 20px;
}

/* line 996, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend {
  width: 170px;
  margin-left: 25px;
}

/* line 1000, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend .legend-content {
  background-color: #ffffff;
  padding: 10px;
  display: none;
}

/* line 1005, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend img {
  display: inline-block;
}

/* line 1008, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend h3 {
  font-size: 20px;
  margin-left: 10px;
  font-family: bebas_neueregular;
  font-weight: normal;
  line-height: 0px;
  display: inline-block;
  vertical-align: middle;
}

/* line 1017, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend h3.alt-color-red, #dispatch .right-content .legend h3.alt-color-gray-dark {
  margin-left: 6px;
}

/* line 1020, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend .legend-row {
  padding-top: 5px;
}

/* line 1023, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend .legend-row img {
  height: 20px;
  vertical-align: middle;
}

/* line 1027, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend .legend-row .route-image {
  width: 50px;
  height: 4px;
  background-color: #27ae60;
  display: inline-block;
}

/* line 1033, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend .legend-row .filter-checkbox {
  margin-left: 5px;
}

/* line 1036, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend-btn {
  background-color: #3498db;
  text-align: center;
}

/* line 1040, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend-btn:hover {
  background-color: #258cd1;
}

/* line 1043, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .legend-btn h3 {
  margin-left: 0px;
  padding: 5px 0px;
}

/* line 1047, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .map-controls {
  margin: 25px;
}

/* line 1049, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .map-controls .map-btn-spacer {
  width: 10px;
  display: inline-block;
}

/* line 1052, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .map-controls .full-screen-btn {
  background: url(/assets/dispatch/full_screen-571e894009a6e223f623433f60c634af12d9c091f70d0cbd4786e50ae92e05b8.png);
  height: 29px;
  width: 29px;
  display: inline-block;
}

/* line 1057, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .map-controls .full-screen-off-btn {
  background: url(/assets/dispatch/full_screen_exit-923ab5828dcabaa9f367989b11996a6ae252ddaf9dbfcb9760d0f83888cfb08f.png);
  height: 29px;
  width: 29px;
  display: inline-block;
}

/* line 1062, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .map-controls .drivers-grid-btn {
  background: url(/assets/dispatch/grid-726f2082256c8ebd9fabcd9f75c1adabad1b70bce4e897df6e2458dc10744891.png);
  background-size: contain;
  height: 29px;
  width: 29px;
  display: inline-block;
}

/* line 1068, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .map-controls .map-btn {
  display: inline-block;
  background-color: #3498db;
  text-align: center;
  padding: 10px;
}

/* line 1074, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .map-controls .map-btn:hover {
  background-color: #258cd1;
}

/* line 1077, app/assets/stylesheets/dispatch.css.sass */
#dispatch .right-content .map-controls .map-btn h3 {
  margin: 0px;
  padding: 5px 0px;
  font-size: 20px;
  font-family: bebas_neueregular;
  font-weight: normal;
  line-height: 0px;
  display: inline-block;
  vertical-align: middle;
}

/* line 1089, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal {
  width: 715px;
}

/* line 1092, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .button-row {
  border-bottom: solid 1px #a9a9a9;
  padding: 15px;
}

/* line 1096, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .driver-row {
  border-bottom: solid 1px #a9a9a9;
  padding: 15px;
}

/* line 1100, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .driver-row .no-number {
  background-color: #3498db;
  height: 1px;
  margin: 4px 0px;
  display: inline-block;
  width: 30px;
}

/* line 1107, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal p {
  display: inline-block;
  margin-bottom: 0px;
}

/* line 1111, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal h2 {
  font-size: 18px;
  font-family: HelveticaNeue, Arial, sans-serif;
  margin: 0px;
  line-height: normal;
}

/* line 1117, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .mail-icon, #dispatch .confirmation-modal .phone-icon {
  display: inline-block;
  margin: 0px 5px 2px 0px;
}

/* line 1121, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .cancel-button, #dispatch .confirmation-modal .confirm-button {
  text-align: center;
}

/* line 1124, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .cancel-button a, #dispatch .confirmation-modal .confirm-button a {
  list-style: none;
}

/* line 1127, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .cancel-button a:hover, #dispatch .confirmation-modal .confirm-button a:hover {
  color: #ffffff;
}

/* line 1130, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .cancel-button:hover, #dispatch .confirmation-modal .confirm-button:hover {
  text-decoration: none;
  color: #ffffff;
}

/* line 1134, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .cancel-button:hover h2, #dispatch .confirmation-modal .confirm-button:hover h2 {
  background-color: #229955;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -khtml-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* line 1143, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .cancel-button h2, #dispatch .confirmation-modal .confirm-button h2 {
  background-color: #27ae60;
  padding: 10px 20px;
  font-family: bebas_neueregular;
  font-size: 18px;
}

/* line 1151, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .cancel-button h2 {
  background-color: #a9a9a9;
}

/* line 1156, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .cancel-button:hover h2 {
  background-color: #9c9c9c;
}

/* line 1159, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job {
  padding: 15px 15px;
}

/* line 1162, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job .hover {
  display: none;
}

/* line 1165, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job:hover {
  background-color: #ecf0f1;
}

/* line 1168, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job:hover .hover {
  display: block;
}

/* line 1171, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job h2 {
  line-height: 20px;
}

/* line 1174, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job .light {
  font-size: 14px;
}

/* line 1177, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job .reassign-btn {
  font-size: 20px;
  font-family: bebas_neueregular;
  margin-top: 20px;
}

/* line 1182, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job .reassign-btn:hover {
  color: #258cd1;
}

/* line 1185, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job .span1 {
  text-align: center;
  border-right: solid 1px #a9a9a9;
}

/* line 1189, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job .distance {
  padding-right: 15px;
}

/* line 1192, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job h3 {
  font-size: 14px;
  font-family: bebas_neueregular;
  font-weight: normal;
  line-height: 0px;
}

/* line 1198, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job h3 .small {
  font-size: 14px;
  margin-left: -2px;
}

/* line 1202, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job .arrange {
  text-align: center;
  border-right: none;
}

/* line 1206, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job .arrange img {
  height: 19px;
}

/* line 1209, app/assets/stylesheets/dispatch.css.sass */
#dispatch .confirmation-modal .job .arrange .up-arrow {
  padding: 0 0 3px 3px;
}

/* line 1215, app/assets/stylesheets/dispatch.css.sass */
#dispatch.tickets-selected .right-content .info-window .info-window-content .assign-button {
  visibility: visible;
}

/* line 1218, app/assets/stylesheets/dispatch.css.sass */
#dispatch.full-screen {
  width: 100%;
  top: 0px;
  position: absolute;
  z-index: 100000;
}

/* line 1223, app/assets/stylesheets/dispatch.css.sass */
#dispatch.full-screen .dispatch-wrapper {
  width: 100%;
}

/* line 1225, app/assets/stylesheets/dispatch.css.sass */
#dispatch.full-screen .dispatch-wrapper .left-content {
  display: none;
}

/* line 1227, app/assets/stylesheets/dispatch.css.sass */
#dispatch.full-screen .dispatch-wrapper .right-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

/* line 1237, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .light {
  font-weight: 100;
}

/* line 1240, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .layout-btn {
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
}

/* line 1245, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .grid {
  background: url(/assets/grid_btn-e2605f3b99871343f84e9f070e7ddfb40bb16bd0cf7c99bc2734ea75ca5d73e0.png) no-repeat top;
  height: 17px;
  width: 17px;
}

/* line 1250, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .grid:hover {
  background: url(/assets/grid_btn-e2605f3b99871343f84e9f070e7ddfb40bb16bd0cf7c99bc2734ea75ca5d73e0.png) no-repeat bottom;
}

/* line 1253, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .grid.active {
  background: url(/assets/grid_btn-e2605f3b99871343f84e9f070e7ddfb40bb16bd0cf7c99bc2734ea75ca5d73e0.png) no-repeat bottom;
}

/* line 1256, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .list {
  background: url(/assets/list_btn-927cb86597c457f89f3fc7630b37d5c9540ae9b2248cc89f0d7a1d9a6dde5c2b.png) no-repeat top;
  height: 17px;
  width: 17px;
}

/* line 1261, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .list:hover {
  background: url(/assets/list_btn-927cb86597c457f89f3fc7630b37d5c9540ae9b2248cc89f0d7a1d9a6dde5c2b.png) no-repeat bottom;
}

/* line 1264, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .list.active {
  background: url(/assets/list_btn-927cb86597c457f89f3fc7630b37d5c9540ae9b2248cc89f0d7a1d9a6dde5c2b.png) no-repeat bottom;
}

/* line 1267, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .date {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 20px 0px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
}

/* line 1278, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .key li {
  display: inline-block;
  margin-left: 17px;
}

/* line 1282, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .key li p {
  display: inline-block;
  padding-left: 5px;
}

/* line 1286, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .key li .circle {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: inline-block;
}

/* line 1292, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .key li .circle.active {
  background: #e78c7e;
}

/* line 1295, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .key li .circle.dispatched {
  background: #e9e9e9;
}

/* line 1298, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard .key li .circle.completed {
  background: #a0cfee;
}

/* line 1301, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered {
  border-radius: 0px;
  width: 100%;
  border-bottom: solid 1px #dddddd;
}

/* line 1312, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .extra-tag-right {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #2e2e2e;
  color: #ffffff;
  padding: 15px 10px;
  height: 46%;
}

/* line 1321, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .extra-tag-right:hover {
  text-decoration: none;
}

/* line 1324, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .extra-tag-left {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #2e2e2e;
  color: #ffffff;
  padding: 15px 10px;
  height: 46%;
}

/* line 1333, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .extra-tag-left:hover {
  text-decoration: none;
}

/* line 1336, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .extras {
  right: 0px;
  text-align: left;
  border-radius: 0px;
  padding: 0px;
}

/* line 1342, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .extras li {
  padding: 10px;
  border-bottom: solid 1px #dedede;
}

/* line 1346, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .extras li.active {
  background: #e78c7e;
}

/* line 1349, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .extras li.dispatched {
  background: #e9e9e9;
}

/* line 1352, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .extras li.completed {
  background: #a0cfee;
}

/* line 1371, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered td {
  border-radius: 0px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  height: 40px;
  font-size: 11px;
}

/* line 1379, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered td.active {
  background: #e78c7e;
}

/* line 1382, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered td.dispatched {
  background: #e9e9e9;
}

/* line 1385, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered td.completed {
  background: #a0cfee;
}

/* line 1388, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered td.name {
  text-align: left;
}

/* line 1391, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered td input[type=checkbox] {
  margin-top: 0px;
}

/* line 1394, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered h4 {
  margin: 0px;
  font-size: 14px;
}

/* line 1398, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered p {
  margin: 0px;
}

/* line 1403, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .unavailable .name {
  border-left: solid 5px #8bb7d4;
}

/* line 1408, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .active .name {
  border-left: solid 5px #27ae60;
}

/* line 1413, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .inactive .name {
  border-left: solid 5px #C23824;
}

/* line 1418, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .out-of-service .name {
  border-left: solid 5px #f1c40f;
}

/* line 1423, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .demurrage .name {
  border-left: solid 5px #8e8bd4;
}

/* line 1428, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .signed-out .name {
  border-left: solid 5px #34495e;
}

/* line 1431, app/assets/stylesheets/dispatch.css.sass */
#new-dashboard table.table-bordered .signed-out .name h4 {
  opacity: .25;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/dispatch_import_templates.css.sass */
.save-dispatch-import-template-btn, .import-dispatch-btn {
  background-color: #27ae60;
  text-align: center;
}

/* line 6, app/assets/stylesheets/dispatch_import_templates.css.sass */
.save-dispatch-import-template-btn a, .import-dispatch-btn a {
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/dispatch_import_templates.css.sass */
.save-dispatch-import-template-btn h4, .import-dispatch-btn h4 {
  color: #ffffff;
  font-family: bebas_neueregular;
}

/* line 13, app/assets/stylesheets/dispatch_import_templates.css.sass */
.dispatch-import-template-form .next-row {
  margin-top: 10px;
}

/* line 16, app/assets/stylesheets/dispatch_import_templates.css.sass */
.no-stretch {
  width: 1%;
  white-space: nowrap;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 13, app/assets/stylesheets/fluid_tickets.css.sass */
.ticket-thumbnail img {
  width: 300px;
  height: 200px;
}

/* line 17, app/assets/stylesheets/fluid_tickets.css.sass */
#ticket-filter-form {
  margin-bottom: 0px;
}

/* line 20, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index {
  background-color: #ffffff;
  padding: 40px 0px;
}

/* line 25, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .approval-section .btn-group {
  width: 100%;
}

/* line 28, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .approval-section .btn-group .btn {
  color: #ffffff;
  background: #a9a9a9;
  text-shadow: none;
  font-size: 10px;
  width: 50%;
  margin-top: 0px;
  opacity: 0.5;
}

/* line 37, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .approval-section .btn-group .btn:hover, #tickets-index .approval-section .btn-group .btn:focus {
  z-index: 0;
  color: #ffffff;
  outline: none;
}

/* line 42, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .approval-section .btn-group .btn.active {
  opacity: 1;
  z-index: 0;
}

/* line 48, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .origin-section .btn-group {
  width: 100%;
}

/* line 51, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .origin-section .btn-group .btn {
  color: #ffffff;
  background: #a9a9a9;
  text-shadow: none;
  font-size: 10px;
  width: 33.3%;
  margin-top: 0px;
  opacity: 0.5;
}

/* line 60, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .origin-section .btn-group .btn:hover, #tickets-index .origin-section .btn-group .btn:focus {
  z-index: 0;
  color: #ffffff;
  outline: none;
}

/* line 65, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .origin-section .btn-group .btn.active {
  opacity: 1;
  z-index: 0;
}

/* line 78, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .origin-section .checkbox {
  border: none;
  width: auto;
  min-height: 16px;
  padding: 0px;
  margin: 6px 15px 0px 0px;
  font-weight: normal;
  background: #ffffff;
}

/* line 87, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .origin-section .checkbox input {
  margin-right: 5px;
}

/* line 90, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .origin-section .checkbox:last-child {
  margin-right: 0px;
}

/* line 93, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .checkbox {
  border: 1px #2e2e2e solid;
  min-height: 16px;
  width: 16px;
  padding: 0px;
  margin: 15px 0px 0px 15px;
  background: #ffffff;
}

/* line 101, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .checkbox.disabled {
  border: 1px #ecf0f1 solid;
}

/* line 104, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .checkbox.checked {
  background: url(/assets/dispatch/green_check-ea6804813cec18763de75ad6ef1f09fee65fa9ffe8c02a788d4108148561065c.png) no-repeat #ffffff;
}

/* line 107, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .btn-lg {
  background-color: #27ae60;
  text-align: center;
  font-family: bebas_neueregular;
  font-weight: normal;
}

/* line 113, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .btn-lg a {
  color: #ffffff;
}

/* line 116, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .btn-lg:hover {
  background-color: #229955;
}

/* line 119, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .btn-lg:hover a {
  text-decoration: none;
}

/* line 122, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .btn-lg.disabled {
  background-color: #60db94;
}

/* line 125, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .btn-lg.disabled a {
  cursor: not-allowed;
}

/* line 127, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar {
  margin-top: 40px;
}

/* line 130, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .nav {
  margin-bottom: 0px;
}

/* line 133, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar h2 {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
}

/* line 138, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar a {
  color: #2e2e2e;
  font-size: 18px;
  font-family: bebas_neueregular;
}

/* line 143, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar a h3 {
  line-height: 0px;
  font-size: 18px;
}

/* line 147, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry {
  padding: 15px 10px;
  border-bottom: solid 1px #a9a9a9;
  border-left: solid 4px #ffffff;
}

/* line 152, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry.load-request {
  border-left: solid 4px #c23824;
}

/* line 155, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry.conquest {
  border-left: solid 4px #3498db;
}

/* line 158, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry.receipt {
  border-left: solid 4px #505050;
}

/* line 161, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry:hover {
  background-color: #ecf0f1;
}

/* line 164, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry p {
  margin: 0px;
  font-size: 12px;
  font-family: HelveticaNeue, Arial, sans-serif;
}

/* line 169, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info {
  padding: 10px 0px;
}

/* line 174, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .pdf-btn button {
  border-radius: 0px;
  background: none;
  text-shadow: none;
  box-shadow: none;
  border: solid 1px #a9a9a9;
}

/* line 181, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .pdf-btn button:hover {
  background: #dde4e6;
}

/* line 184, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .pdf-btn button .caret {
  border-top: 4px solid #000000;
}

/* line 187, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
}

/* line 193, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .dropdown-menu li a {
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 12px;
  padding: 5px 10px;
}

/* line 198, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .dropdown-menu li a:hover {
  background: #ecf0f1;
}

/* line 201, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry.active {
  background-color: #36d278;
}

/* line 204, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .ticket-entry.active:hover {
  background-color: #2cc36b;
}

/* line 207, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area {
  padding: 25px 0px;
  border-bottom: solid 1px #a9a9a9;
}

/* line 211, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area select {
  display: block;
  width: 100%;
}

/* line 215, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area label {
  font-weight: bold;
  font-family: HelveticaNeue, Arial, sans-serif;
}

/* line 219, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area label.checkbox {
  font-weight: normal;
}

/* line 222, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area .bottom-row {
  margin-top: 15px;
}

/* line 225, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area i, #tickets-index .nav-bar .filter-area .small {
  margin-top: 5px;
}

/* line 228, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area .small {
  text-align: center;
}

/* line 231, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area button {
  background: transparent;
  border: none;
  margin-top: -2px;
}

/* line 236, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area button h4 {
  font-family: bebas_neueregular;
  margin: 0px;
}

/* line 240, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area a, #tickets-index .nav-bar .filter-area button {
  color: #34495e;
  vertical-align: middle;
}

/* line 244, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area a h4, #tickets-index .nav-bar .filter-area button h4 {
  margin: 0px;
  padding-top: 5px;
}

/* line 248, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .filter-area a:hover, #tickets-index .nav-bar .filter-area button:hover {
  color: #2b3c4e;
  text-decoration: none;
}

/* line 254, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .bottom-section .btn-lg {
  margin: 20px 0px;
}

/* line 257, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .bottom-section .btn-lg a {
  color: #ffffff;
}

/* line 262, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .nav-bar .bottom-section .pagination a {
  margin-right: 0px;
}

/* line 264, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index .caret {
  margin-top: 8px;
  margin-left: 8px;
  border-top: 4px solid #ffffff;
}

/* line 269, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index a.color-black {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 273, app/assets/stylesheets/fluid_tickets.css.sass */
#tickets-index a.color-black:hover {
  color: #ffffff;
}

/* line 276, app/assets/stylesheets/fluid_tickets.css.sass */
.model-filter {
  margin-bottom: 0px;
}

/* line 279, app/assets/stylesheets/fluid_tickets.css.sass */
#date-filter {
  margin-bottom: 10px;
}

/* line 284, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch input[type="radio"], #new-dispatch input[type="checkbox"] {
  margin: -3px 5px 0px 1px;
}

/* line 287, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch, #auto-load-form {
  background-color: #ffffff;
  padding: 40px 0px;
}

/* line 291, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch a, #auto-load-form a {
  color: #ffffff;
  text-decoration: none;
  font-family: bebas_neueregular;
}

/* line 298, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .nav-tabs a, #auto-load-form .nav-tabs a {
  color: #2e2e2e;
  font-size: 18px;
  font-family: bebas_neueregular;
}

/* line 304, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .save-dispatch-btn, #new-dispatch .delete-dispatch-btn, #auto-load-form .save-dispatch-btn, #auto-load-form .delete-dispatch-btn {
  background-color: #27ae60;
  text-align: center;
}

/* line 315, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .save-dispatch-btn:hover, #new-dispatch .delete-dispatch-btn:hover, #auto-load-form .save-dispatch-btn:hover, #auto-load-form .delete-dispatch-btn:hover {
  background-color: #229955;
}

/* line 318, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .lock-ticket-btn, #auto-load-form .lock-ticket-btn {
  background-color: #C23824;
  text-align: center;
}

/* line 322, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .title-bar, #auto-load-form .title-bar {
  border-bottom: solid 1px #a9a9a9;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 327, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .title-bar h2, #auto-load-form .title-bar h2 {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
}

/* line 332, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .title-bar a, #auto-load-form .title-bar a {
  background-color: #3498db;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
  margin-top: -10px;
}

/* line 339, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .title-bar a h3, #auto-load-form .title-bar a h3 {
  line-height: 0px;
  font-size: 18px;
}

/* line 343, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .title-bar a:hover, #auto-load-form .title-bar a:hover {
  background-color: #258cd1;
}

/* line 347, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .details label, #auto-load-form .details label {
  font-weight: bold;
  font-family: HelveticaNeue, Arial, sans-serif;
}

/* line 351, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .details .bottom-row, #auto-load-form .details .bottom-row {
  margin-top: 30px;
}

/* line 356, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .auto-load .auto-load-row, #auto-load-form .auto-load .auto-load-row {
  padding-bottom: 20px;
}

/* line 359, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .auto-load .radio-btn, #auto-load-form .auto-load .radio-btn {
  margin-right: 15px;
}

/* line 362, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .auto-load .list-btn, #auto-load-form .auto-load .list-btn {
  vertical-align: top;
  margin-top: 3px;
}

/* line 366, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .auto-load ul, #auto-load-form .auto-load ul {
  margin-top: 15px;
}

/* line 369, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .auto-load ul li, #auto-load-form .auto-load ul li {
  margin-right: 25px;
}

/* line 372, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .auto-load ul li input, #auto-load-form .auto-load ul li input {
  margin-right: 5px;
  margin-top: 0px;
}

/* line 377, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item, #auto-load-form .ticket-log .log-item {
  border: 1px solid #aaa;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}

/* line 383, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item ul, #auto-load-form .ticket-log .log-item ul {
  list-style: none;
  margin-left: 0px;
}

/* line 386, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item ul li, #auto-load-form .ticket-log .log-item ul li {
  float: left;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}

/* line 391, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item ul li span, #auto-load-form .ticket-log .log-item ul li span {
  font-weight: bold;
}

/* line 393, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item ul li a, #auto-load-form .ticket-log .log-item ul li a {
  color: #3498db;
}

/* line 395, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item .pdf, #auto-load-form .ticket-log .log-item .pdf {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 399, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item .pdf .pdf-version-btn, #auto-load-form .ticket-log .log-item .pdf .pdf-version-btn {
  background: #000000;
  padding: 3px 10px;
}

/* line 402, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item .pdf .pdf-version-btn a, #auto-load-form .ticket-log .log-item .pdf .pdf-version-btn a {
  color: #ffffff;
  text-decoration: none;
  font-family: bebas_neueregular;
}

/* line 407, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item .attribute-changes h6, #auto-load-form .ticket-log .log-item .attribute-changes h6 {
  margin-bottom: 5px;
}

/* line 409, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item .attribute-changes ul, #auto-load-form .ticket-log .log-item .attribute-changes ul {
  max-height: 80px;
  overflow-y: scroll;
  margin-bottom: 0px;
  padding: 5px 10px;
  background-color: #ecf0f1;
}

/* line 415, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-log .log-item .attribute-changes ul li, #auto-load-form .ticket-log .log-item .attribute-changes ul li {
  font-size: 12px;
  margin-right: 2px;
}

/* line 420, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-image-thumbnails .ticket-image, #auto-load-form .ticket-image-thumbnails .ticket-image {
  margin-left: 0px;
  margin-right: 13px;
}

/* line 424, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-image-thumbnails .ticket-image h3, #auto-load-form .ticket-image-thumbnails .ticket-image h3 {
  margin-top: 5px;
  margin-bottom: 0px;
}

/* line 428, app/assets/stylesheets/fluid_tickets.css.sass */
#new-dispatch .ticket-image-thumbnails .ticket-image a, #auto-load-form .ticket-image-thumbnails .ticket-image a {
  color: #3498db;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/forms.css.sass */
.main-form .main {
  margin-top: 30px;
}

/* line 6, app/assets/stylesheets/forms.css.sass */
.main-form .main .export-btn {
  width: 125px;
}

/* line 11, app/assets/stylesheets/forms.css.sass */
#forms-index #filters.filters .model-filter {
  width: 100%;
}

/* line 14, app/assets/stylesheets/forms.css.sass */
#forms-index #filters.filters .model-filter .filters {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* line 19, app/assets/stylesheets/forms.css.sass */
#forms-index #filters.filters .model-filter .filters .statuses {
  flex-grow: 1;
}

/* line 22, app/assets/stylesheets/forms.css.sass */
#forms-index #filters.filters .model-filter .filters input[type=search] {
  height: 14px;
}

/* line 25, app/assets/stylesheets/forms.css.sass */
#forms-index #filters.filters .model-filter .filters .form-datepicker {
  cursor: pointer;
  width: 90px;
}

/* line 30, app/assets/stylesheets/forms.css.sass */
#forms-index #filters.filters .model-filter .filters .start-date input {
  margin-right: 0;
}

/* line 33, app/assets/stylesheets/forms.css.sass */
#forms-index #filters.filters .model-filter .filters .filter-label {
  padding: 0 5px;
}

/* line 36, app/assets/stylesheets/forms.css.sass */
#forms-index #filters.filters .model-filter .filters .form-select-driver-manager {
  width: 150px;
  margin-right: 10px;
  height: 26px;
  margin-top: 8px;
  padding: 2px;
}

/* line 46, app/assets/stylesheets/forms.css.sass */
tr.form-row td.details .title {
  font-weight: bold;
  font-size: larger;
}

/* line 50, app/assets/stylesheets/forms.css.sass */
tr.form-row td.details .title .unsubmitted {
  font-size: smaller;
  color: gray;
}

/* line 54, app/assets/stylesheets/forms.css.sass */
tr.form-row td.details .subtitle {
  font-weight: bold;
}

/* line 57, app/assets/stylesheets/forms.css.sass */
tr.form-row td.details .explanation {
  width: 200px;
}

/* line 60, app/assets/stylesheets/forms.css.sass */
tr.form-row td.status {
  font-weight: bold;
}

/* line 63, app/assets/stylesheets/forms.css.sass */
tr.form-row td.reviewed_note {
  white-space: pre-line;
  width: 150px;
}

/* line 68, app/assets/stylesheets/forms.css.sass */
tr.form-row td.action .disabled {
  cursor: not-allowed;
}

/* line 71, app/assets/stylesheets/forms.css.sass */
tr.form-row td.action .disabled a {
  color: gray;
  pointer-events: none;
}

/* line 75, app/assets/stylesheets/forms.css.sass */
tr.form-row td.none {
  padding: 50px;
  text-align: center;
}

/* line 79, app/assets/stylesheets/forms.css.sass */
tr.form-row td.none:hover {
  background-color: #dddddd;
}

/* line 82, app/assets/stylesheets/forms.css.sass */
tr.form-row td.none .message {
  font-size: larger;
  font-weight: bold;
}

/* line 88, app/assets/stylesheets/forms.css.sass */
.form-modal .row {
  margin-left: 0px;
}

/* line 91, app/assets/stylesheets/forms.css.sass */
.form-modal form {
  margin-bottom: 0px;
}

/* line 94, app/assets/stylesheets/forms.css.sass */
.form-modal form .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 102, app/assets/stylesheets/forms.css.sass */
.form-modal form .input-file + label {
  background: #2b3c4e;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 15px;
}

/* line 113, app/assets/stylesheets/forms.css.sass */
.form-modal form .input-file + label:hover {
  background: #22303d;
}

/* line 116, app/assets/stylesheets/forms.css.sass */
.form-modal .panel {
  border: solid 1px #ecf0f1;
  border-radius: 4px;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 0px;
}

/* line 123, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-header {
  background: #34495e;
  font-family: bebas_neueregular;
}

/* line 127, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-header h2 {
  padding-left: 15px;
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
  display: inline-block;
}

/* line 134, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-header .btn {
  font-family: bebas_neueregular;
  font-size: 14px;
  line-height: 20px;
  background: #2b3c4e;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 15px;
  height: auto;
  width: auto;
}

/* line 150, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-header .btn:hover {
  background: #273747;
}

/* line 153, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body {
  padding: 30px;
  padding-bottom: 25px;
}

/* line 157, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body h5 {
  font-size: 20px;
  margin: 5px 0px 0px;
}

/* line 161, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body p {
  font-size: 12px;
  display: inline-block;
  color: #2e2e2e;
  margin: 0 0 10px;
  line-height: 20px;
}

/* line 168, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body p.validation-error {
  color: #8a1f11;
}

/* line 171, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body p.submit-error {
  color: #8a1f11;
}

/* line 174, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .label {
  background: #ecf0f1;
  color: #2e2e2e;
  font-weight: normal;
  margin-right: 0px;
  box-shadow: none;
  text-shadow: none;
  padding: 2px 8px;
  font-size: 10px;
  margin-right: 5px;
}

/* line 185, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .label:last-child {
  margin-right: 0px;
}

/* line 188, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 192, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .time {
  border-left: solid 1px #a9a9a9;
  border-right: solid 1px #a9a9a9;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 201, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .btn-group .btn {
  background: none;
  margin-right: 0px;
  box-shadow: none;
  text-shadow: none;
  font-size: 10px;
}

/* line 208, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .input-group {
  display: block;
  margin-bottom: 15px;
  display: table;
}

/* line 213, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .input-group .input {
  display: table-cell;
  border: solid 1px #a9a9a9;
  border-right: none;
  width: 100%;
  z-index: 0;
}

/* line 220, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .input-group .btn {
  width: 1%;
  position: relative;
  background: #27ae60;
  color: #ffffff;
  text-shadow: none;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #27ae60;
  display: table-cell;
  box-shadow: none;
}

/* line 233, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .erp_rate_code {
  margin-top: 10px;
}

/* line 236, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .erp_rate_code input {
  display: inline;
  margin: 0;
}

/* line 240, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .erp_rate_code label {
  display: inline;
}

/* line 243, app/assets/stylesheets/forms.css.sass */
.form-modal .panel .panel-body .erp_rate_code .special {
  margin-left: 30px;
}

/* line 248, app/assets/stylesheets/forms.css.sass */
#form-approval-modal #reviewed_note {
  width: 500px;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .row {
  margin-left: 0px;
}

/* line 7, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader form {
  margin-bottom: 0px;
}

/* line 10, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader form .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 18, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader form .input-file + label {
  background: #2b3c4e;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 15px;
}

/* line 29, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader form .input-file + label:hover {
  background: #22303d;
}

/* line 32, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel {
  border: solid 1px #ecf0f1;
  border-radius: 4px;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 0px;
}

/* line 39, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-header {
  background: #34495e;
  font-family: bebas_neueregular;
}

/* line 43, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-header h2 {
  padding-left: 15px;
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
  display: inline-block;
}

/* line 50, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-header .btn {
  font-family: bebas_neueregular;
  font-size: 14px;
  line-height: 20px;
  background: #2b3c4e;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 15px;
  height: auto;
  width: auto;
}

/* line 66, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-header .btn:hover {
  background: #273747;
}

/* line 69, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-header .btn.import-btn {
  background-color: #27ae60;
}

/* line 71, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-header .btn.import-btn:hover {
  background: #ac3220;
}

/* line 74, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-header .btn.delete {
  background: #C23824;
  margin-left: -2px;
}

/* line 78, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-header .btn.delete:hover {
  background: #ac3220;
}

/* line 81, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body {
  padding: 30px;
  padding-bottom: 25px;
}

/* line 85, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body h5 {
  font-size: 20px;
  margin: 5px 0px 0px;
}

/* line 89, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body .errors {
  background: #f0cdc8;
  margin: 0px 10px 10px 0px;
  padding: 10px;
  border: 1px solid #C23824;
}

/* line 95, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body p {
  font-size: 12px;
  display: inline-block;
  color: #2e2e2e;
  margin: 0 0 10px;
  line-height: 20px;
}

/* line 102, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body .label {
  background: #ecf0f1;
  color: #2e2e2e;
  font-weight: normal;
  margin-right: 0px;
  box-shadow: none;
  text-shadow: none;
  padding: 2px 8px;
  font-size: 10px;
  margin-right: 5px;
}

/* line 113, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body .label:last-child {
  margin-right: 0px;
}

/* line 116, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 120, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body .time {
  border-left: solid 1px #a9a9a9;
  border-right: solid 1px #a9a9a9;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 129, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body .btn-group .btn {
  background: none;
  margin-right: 0px;
  box-shadow: none;
  text-shadow: none;
  font-size: 10px;
}

/* line 136, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body .input-group {
  display: block;
  margin-bottom: 15px;
  display: table;
}

/* line 141, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body .input-group .input {
  display: table-cell;
  border: solid 1px #a9a9a9;
  border-right: none;
  width: 100%;
  z-index: 0;
}

/* line 148, app/assets/stylesheets/import_uploader.css.sass */
.import-uploader .panel .panel-body .input-group .btn {
  width: 1%;
  position: relative;
  background: #27ae60;
  color: #ffffff;
  text-shadow: none;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #27ae60;
  display: table-cell;
  box-shadow: none;
}

/* line 161, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new {
  padding-bottom: 50px;
}

/* line 164, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .row {
  margin-left: 0px;
}

/* line 167, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel {
  border: solid 1px #ecf0f1;
  border-radius: 4px;
  overflow: hidden;
}

/* line 172, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-header {
  background: #34495e;
  font-family: bebas_neueregular;
}

/* line 176, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-header h2 {
  padding-left: 15px;
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
  display: inline-block;
}

/* line 183, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-header .btn {
  background: #27ae60;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 15px;
}

/* line 194, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-header .btn:hover {
  background: #209150;
}

/* line 197, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-header .btn.delete {
  background: #C23824;
  margin-left: -2px;
}

/* line 201, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-header .btn:hover {
  background: #ac3220;
}

/* line 204, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-header .btn.cancel {
  background: #2b3c4e;
  margin-right: -2px;
}

/* line 208, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-header .btn.cancel:hover {
  background: #273747;
}

/* line 211, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body .panel-body {
  background: #ecf0f1;
  padding-bottom: 5px;
}

/* line 215, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body .panel {
  margin-bottom: 15px;
}

/* line 218, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body {
  padding: 30px;
  padding-bottom: 25px;
}

/* line 222, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body #transporter-picker, .data-exports-new .panel .panel-body #purchaser-picker, .data-exports-new .panel .panel-body #operator-picker, .data-exports-new .panel .panel-body #lease-picker, .data-exports-new .panel .panel-body #destination-picker, .data-exports-new .panel .panel-body #distribution-picker {
  display: inline-block;
  margin-top: 15px;
}

/* line 226, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body #distribution-picker {
  white-space: normal;
  font-size: inherit;
  vertical-align: top;
}

/* line 231, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body #distribution-picker .dropdown-toggle {
  background: #27ae60;
}

/* line 234, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body #distribution-picker .dropdown-menu {
  padding: 5px;
}

/* line 237, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body #transporter-picker {
  margin-top: 0px;
}

/* line 240, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body h5 {
  font-size: 20px;
  margin: 0px;
}

/* line 244, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body p {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
}

/* line 251, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body p.top {
  margin-top: 0px;
}

/* line 254, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 258, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body hr.small {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 264, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body .btn-group.tag .btn {
  background: none;
  margin-right: 0px;
  box-shadow: none;
  text-shadow: none;
  font-size: 10px;
}

/* line 271, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body .picker-button {
  padding: 2px 10px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 279, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body .picker-button i {
  margin-top: -1px;
}

/* line 282, app/assets/stylesheets/import_uploader.css.sass */
.data-exports-new .panel .panel-body .picker-button:hover {
  background: #25a65b;
  color: #ffffff;
}

/* line 287, app/assets/stylesheets/import_uploader.css.sass */
.ftp-distribution .panel, .email-distribution .panel {
  padding: 0px;
}

/* line 290, app/assets/stylesheets/import_uploader.css.sass */
.ftp-distribution .panel-body, .email-distribution .panel-body {
  padding-right: 15px;
}

/* line 294, app/assets/stylesheets/import_uploader.css.sass */
.ftp-distribution .btn.add, .email-distribution .btn.add {
  background: #27ae60;
  border: 0px;
}

/* line 297, app/assets/stylesheets/import_uploader.css.sass */
.ftp-distribution .btn.add:hover, .email-distribution .btn.add:hover {
  background: #209150;
}
/* line 1, app/assets/stylesheets/jquery-ui-overrides.css.sass */
.ui-widget {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 4, app/assets/stylesheets/jquery-ui-overrides.css.sass */
.ui-tabs {
  border: 0;
  margin: 20px 0;
}

/* line 7, app/assets/stylesheets/jquery-ui-overrides.css.sass */
.ui-tabs .ui-tabs-panel {
  padding: 1em;
}
/* line 2, app/assets/stylesheets/leases.css.sass */
#leases-index .model-filter {
  width: 100%;
}

/* line 5, app/assets/stylesheets/leases.css.sass */
.filterBar {
  display: flex;
  align-items: center;
}

/* line 8, app/assets/stylesheets/leases.css.sass */
.filterBar .left-position {
  margin-left: 5px;
  flex-grow: 1;
}

/* line 11, app/assets/stylesheets/leases.css.sass */
.filterBar .btn-round {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 14, app/assets/stylesheets/leases.css.sass */
.filterBar .btn.active {
  background-color: #CCCCCC;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/load_requests.css.sass */
#load-request {
  background-color: #ffffff;
  padding: 40px 0px;
}

/* line 7, app/assets/stylesheets/load_requests.css.sass */
#load-request a {
  color: #ffffff;
  text-decoration: none;
  font-family: bebas_neueregular;
}

/* line 13, app/assets/stylesheets/load_requests.css.sass */
#load-request .nav-tabs a {
  color: #2e2e2e;
  font-size: 18px;
  font-family: bebas_neueregular;
}

/* line 18, app/assets/stylesheets/load_requests.css.sass */
#load-request .title-bar {
  border-bottom: solid 1px #a9a9a9;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

/* line 23, app/assets/stylesheets/load_requests.css.sass */
#load-request .title-bar h2 {
  font-size: 24px;
  font-weight: normal;
  display: block;
}

/* line 28, app/assets/stylesheets/load_requests.css.sass */
#load-request .title-bar .title {
  font-size: 16px;
}

/* line 31, app/assets/stylesheets/load_requests.css.sass */
#load-request .title-bar .btn-lg {
  font-family: bebas_neueregular;
  background-color: #C23824;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/* line 38, app/assets/stylesheets/load_requests.css.sass */
#load-request .title-bar .btn-lg h4 {
  margin: 10px 0px;
}

/* line 40, app/assets/stylesheets/load_requests.css.sass */
#load-request .title-bar .btn-lg:hover {
  background-color: #ac3220;
}

/* line 44, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details textarea, #load-request .load-request-details select {
  width: 100%;
}

/* line 46, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details label {
  font-weight: bold;
  font-family: HelveticaNeue, Arial, sans-serif;
}

/* line 50, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details label.radio {
  display: inline-block;
  padding: 0px;
  width: 45%;
  margin-top: 4px;
}

/* line 56, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details label.radio input {
  width: auto;
  margin-top: -2px;
  margin-right: 5px;
}

/* line 61, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details .renew-btn {
  height: 15px;
  width: 18px;
  margin-top: 2px;
  display: inline-block;
  padding-right: 30px;
}

/* line 68, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details .popover {
  max-width: auto;
}

/* line 73, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details .popover .popover-content select, #load-request .load-request-details .popover .popover-content button {
  display: inline-block;
}

/* line 76, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details .popover .popover-content select {
  width: auto;
  margin-bottom: 0px;
  margin-right: 10px;
  min-width: 150px;
}

/* line 82, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details .popover .popover-content button {
  font-family: bebas_neueregular;
  margin: 0px;
  padding: 5px 20px;
  display: inline-block;
  text-shadow: none;
  color: #2e2e2e;
  background: #ecf0f1;
  box-shadow: none;
  border-radius: 0px;
}

/* line 94, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details .popover .popover-content button:hover {
  background: #e5eaec;
}

/* line 97, app/assets/stylesheets/load_requests.css.sass */
#load-request .load-request-details #renewPopoverTitle, #load-request .load-request-details #renewPopoverContent {
  display: none;
}

/* line 101, app/assets/stylesheets/load_requests.css.sass */
#load-request .submit-load-request .btn-lg {
  font-family: bebas_neueregular;
  background-color: #27ae60;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/* line 108, app/assets/stylesheets/load_requests.css.sass */
#load-request .submit-load-request .btn-lg h4 {
  margin: 10px 0px;
}

/* line 110, app/assets/stylesheets/load_requests.css.sass */
#load-request .submit-load-request .btn-lg:hover {
  background-color: #229955;
}

/* line 113, app/assets/stylesheets/load_requests.css.sass */
#load-request .tabbable {
  margin: 10px 0px;
}

/* line 116, app/assets/stylesheets/load_requests.css.sass */
#load-request .tabbable select {
  width: auto;
  min-width: 150px;
  margin: 0px 10px;
}

/* line 121, app/assets/stylesheets/load_requests.css.sass */
#load-request .tabbable .disclaimer {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
}

/* line 126, app/assets/stylesheets/load_requests.css.sass */
#load-request .tabbable .recurring-row {
  padding-bottom: 20px;
}

/* line 128, app/assets/stylesheets/load_requests.css.sass */
#load-request .tabbable ul {
  margin-top: 15px;
}

/* line 131, app/assets/stylesheets/load_requests.css.sass */
#load-request .tabbable ul li {
  margin-right: 25px;
}

/* line 134, app/assets/stylesheets/load_requests.css.sass */
#load-request .tabbable ul li input {
  margin-right: 5px;
  margin-top: 0px;
}

/* line 138, app/assets/stylesheets/load_requests.css.sass */
#load-request-index {
  background-color: #ffffff;
  padding: 0px 0px 40px;
}

/* line 142, app/assets/stylesheets/load_requests.css.sass */
#load-request-index #filters {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 146, app/assets/stylesheets/load_requests.css.sass */
#load-request-index #filters form {
  margin: 0px;
}

/* line 149, app/assets/stylesheets/load_requests.css.sass */
#load-request-index #filters form .filter-input {
  border-radius: 0px;
}

/* line 152, app/assets/stylesheets/load_requests.css.sass */
#load-request-index #filters form .btn {
  font-family: bebas_neueregular;
  background: none;
  border: none;
  margin: 0px;
  line-height: 10px;
  padding: 10px 15px;
  display: inline-block;
  text-shadow: none;
  color: #ffffff;
  background-color: #a9a9a9;
  box-shadow: none;
  border-radius: 0px;
}

/* line 166, app/assets/stylesheets/load_requests.css.sass */
#load-request-index #filters form .btn:last-child {
  border-left: solid 1px #ecf0f1;
  margin-left: -4px;
}

/* line 170, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .title-bar {
  background-color: #a9a9a9;
  margin-top: 10px;
}

/* line 174, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .title-bar h4 {
  display: inline-block;
  font-weight: normal;
  color: #ffffff;
  background-color: #a9a9a9;
  padding: 10px;
  margin: 0px;
}

/* line 182, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .title-bar .btn {
  font-family: bebas_neueregular;
  background: none;
  border: none;
  margin: 0px;
  padding: 10px 15px;
  display: inline-block;
  text-shadow: none;
  color: #ffffff;
  background-color: #767676;
  box-shadow: none;
  border-radius: 0px;
}

/* line 195, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .title-bar .btn:last-child {
  border-left: solid 1px #ecf0f1;
  margin-left: -4px;
}

/* line 199, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .title-bar .btn:hover {
  background-color: dimgray;
}

/* line 202, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .individual-request {
  margin-top: 15px;
}

/* line 205, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .individual-request:nth-child(1) {
  margin-top: 0px;
}

/* line 208, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion {
  border: solid 1px #a9a9a9;
  margin-bottom: 0px;
}

/* line 213, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion.paused .accordion-heading {
  opacity: 0.25;
}

/* line 216, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group {
  border: none;
  margin-bottom: 0px;
}

/* line 222, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group:last-child .accordion-heading .accordion-toggle {
  border-bottom: none;
}

/* line 226, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-heading a.accordion-toggle {
  text-decoration: none;
  color: #a9a9a9;
  border-bottom: solid 1px #a9a9a9;
  padding: 15px;
}

/* line 232, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-heading a.accordion-toggle.expiring {
  background-color: #fbf0c3;
}

/* line 235, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-heading a.accordion-toggle.expired {
  background-color: #f0cdc8;
}

/* line 241, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-heading a.accordion-toggle p {
  margin-bottom: 0px;
  line-height: 15px;
}

/* line 245, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-heading a.accordion-toggle p.right-align {
  text-align: right;
}

/* line 248, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-heading a.accordion-toggle .info {
  font-weight: bold;
  font-size: 14px;
  color: #2e2e2e;
  display: block;
}

/* line 254, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body {
  background: #fdfdfd;
}

/* line 257, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner {
  border: none;
  padding: 20px;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  border-top: solid 1px rgba(0, 0, 0, 0.25);
}

/* line 265, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .header-row {
  text-align: center;
  border-bottom: solid 1px #a9a9a9;
  margin-bottom: 15px;
}

/* line 270, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .header-row h5 {
  margin-top: 0px;
}

/* line 273, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress {
  height: auto;
  border-radius: 0px;
}

/* line 279, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress.rejected .bar {
  opacity: 0.5;
}

/* line 282, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress.rejected .bar.rejected-bar {
  background: #C23824;
  opacity: 1;
}

/* line 286, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress.rejected .bar.rejected-bar p {
  color: #ffffff;
}

/* line 290, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress .bar {
  background: url("/assets/dispatch/progress_bg_white-022a7f26cda80fe0251b52faf11456dde784faf284eeb551ca756774439e7f9c.png");
  width: 33.3%;
}

/* line 294, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress .bar p {
  color: #2e2e2e;
  text-shadow: none;
  padding: 5px 0px;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

/* line 303, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress .bar p.at {
  padding: 0px 10px;
  font-size: 10px;
  font-weight: normal;
}

/* line 308, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress .bar.archived {
  background: url("/assets/dispatch/progress_bg_green-4e18ce4d4be3df629e03886f8017478a74cd2966e4469cfb7af8f8169a969e01.png");
}

/* line 311, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress .bar.complete {
  background: url("/assets/dispatch/progress_bg_blue-fdded915a014abd01149c4681aaa0c7f3effc3ecf6a5b777b37f62ae186745f7.png");
}

/* line 314, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress .bar.assigned {
  background: url("/assets/dispatch/progress_bg_red-11d29891011e889e466e80bc9bfd902546a4f0aa0902f6805cfaf2c82197aae6.png");
}

/* line 317, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress .bar.complete.rejected {
  background: #C23824;
}

/* line 320, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .progress .bar.last-bar {
  width: 33.4%;
}

/* line 323, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner a.renew-load-request-btn {
  display: inline-block;
}

/* line 326, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner select#load_request_recurring_expires_in {
  margin: 0px 10px;
}

/* line 329, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .btn {
  font-family: bebas_neueregular;
  background: none;
  border: none;
  margin: 0px;
  padding: 5px 20px;
  display: inline-block;
  text-shadow: none;
  color: #ffffff;
  background-color: #a9a9a9;
  box-shadow: none;
  border-radius: 0px;
}

/* line 342, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner h5.reference-number {
  text-align: center;
}

/* line 345, app/assets/stylesheets/load_requests.css.sass */
#load-request-index .accordion .accordion-group .accordion-body .accordion-inner .toggle-paused-btn {
  background: #27ae60 !important;
}
/* line 3, app/assets/stylesheets/manifest_tickets.css.sass */
a.new-manifest-ticket {
  display: inline-block;
  background: url("/assets/create_new_btn-9ef1fc1f0b9d23c0c46d21cafdcaa863a860494d8dda94d7816547b8b95d2501.png");
  width: 276px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  text-decoration: none;
  margin-left: -7px;
  font-weight: bold;
  font-size: 18px;
}

/* line 17, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index #date-filter {
  float: right;
  white-space: nowrap;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index #date-filter input {
  width: 80px;
  margin: 0 5px;
}

/* line 26, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index #date-filter a.next, #manifest-tickets-index #date-filter a.prev {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 18px;
}

/* line 31, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index #date-filter a.next.prev, #manifest-tickets-index #date-filter a.prev.prev {
  background: url("/assets/left_arrow-a775dae859e512177dda095aab81f1c3f1ea8e23fc70fec1b1f1c6fb26119ef3.png");
  margin: -1px 5px 0 0;
}

/* line 34, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index #date-filter a.next.next, #manifest-tickets-index #date-filter a.prev.next {
  background: url("/assets/right_arrow-a81d0e199f3de07fa10c639543ce9107bc162d1f9e7f411a71cd6b3bf31b7380.png");
  margin: -1px 0 0 5px;
}

/* line 38, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .content {
  background: inherit;
  margin-top: 16px;
}

/* line 42, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs {
  margin: 0;
}

/* line 45, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div {
  padding: .2em;
}

/* line 48, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul {
  list-style: none;
  margin: 0;
  padding: .2em 0;
}

/* line 53, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li {
  font-size: 0.9em;
  margin: 0;
  height: 51px;
  padding: 4px;
}

/* line 59, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li:first-child {
  border-top-width: 2px;
}

/* line 61, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li.dispatched {
  background: url("/assets/list_bg_dispatched-940cd0319a58396ab92d68ab253acd734b7a13fbdb0397dcea2659f93b3dbb40.png");
}

/* line 63, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li.dispatched:hover a {
  background-image: url("/assets/details_btn_dispatched-76a9a8a9e238fe4e94faef8a173fa41a1e99185319f215f5d83c05b708573351.png");
  background-position: 0;
}

/* line 66, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li.active {
  background: url("/assets/list_bg_active-96fae08b5c02c2af15256dd6199ef8e2caf50d3c79bf19d6ddbb3a2731ad3fe9.png");
}

/* line 68, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li.active:hover a {
  background-image: url("/assets/details_btn_active-c7a062cc1dcc5ec2eeca21fd7ea2dff85f161472e75c57e4a2df9c05488abf48.png");
  background-position: 0;
}

/* line 71, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li.completed {
  background: url("/assets/list_bg_completed-f9f4b44f9833491f8e7988e7ca47908c18899b07e6e12b63c830638750fa6a34.png");
}

/* line 73, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li.completed:hover a {
  background-image: url("/assets/details_btn_completed-3a82fc59d68b8ff0ec0b58a2a8159354ff72bf6922a12b4933d6749e7c61e1a2.png");
  background-position: 0;
}

/* line 77, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li img, #manifest-tickets-index .tabs > div ul li div {
  display: inline-block;
  position: absolute;
}

/* line 81, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li img {
  max-height: 51px;
  max-width: 120px;
}

/* line 86, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li div > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

/* line 91, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .lease_name, #manifest-tickets-index .tabs > div ul li .destination_name, #manifest-tickets-index .tabs > div ul li .number {
  font-weight: bold;
}

/* line 94, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-ticket-col-2 {
  width: 580px;
  float: right;
}

/* line 98, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-ticket-col-2 fieldset {
  width: 100%;
}

/* line 101, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-ticket-col-2 fieldset legend {
  width: 100%;
}

/* line 105, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-ticket-col-2 fieldset .field span {
  text-align: right;
  width: 455px;
  display: inline-block;
}

/* line 110, app/assets/stylesheets/manifest_tickets.css.sass */
#top-buttons {
  display: inline-block;
}

/* line 113, app/assets/stylesheets/manifest_tickets.css.sass */
#top-buttons a {
  float: left;
  vertical-align: bottom;
}

/* line 117, app/assets/stylesheets/manifest_tickets.css.sass */
#top-buttons #export {
  display: inline-block;
  background: url("/assets/email_print_btn-6efd26a60faae338556b60fd0042438427fd9e82063d785908f433027c1ef280.png");
  height: 27px;
  width: 100px;
  line-height: 27px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  margin: 47px 0 0 5px;
}

/* line 127, app/assets/stylesheets/manifest_tickets.css.sass */
#top-buttons #export:first-child {
  margin-left: 40px;
}

/* line 129, app/assets/stylesheets/manifest_tickets.css.sass */
#top-buttons #export.delete {
  background: url("/assets/delete_btn-c5a8da9b04e2f976c1a97d2dbcaac295a94e33b1358157cee7f6b07484f25bf4.png");
}

/* line 132, app/assets/stylesheets/manifest_tickets.css.sass */
.model-filter {
  margin-bottom: 0px;
}

/* line 135, app/assets/stylesheets/manifest_tickets.css.sass */
#date-filter {
  margin-bottom: 10px;
}

/* line 143, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col1 {
  margin-top: 8px;
}

/* line 145, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col1 span {
  width: 100px;
  height: 17px;
}

/* line 148, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col2 {
  left: 100px;
  margin-top: 8px;
  font-weight: bold;
}

/* line 152, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col2 label {
  font-size: 0.9em;
  display: inline-block;
  width: 60px;
  font-weight: normal;
}

/* line 157, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col2 span {
  width: 150px;
  height: 17px;
}

/* line 160, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col3 {
  left: 260px;
  margin-top: 8px;
  font-weight: bold;
}

/* line 164, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col3 label {
  font-size: 0.9em;
  display: inline-block;
  width: 60px;
  font-weight: normal;
}

/* line 169, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col3 span {
  width: 180px;
  height: 17px;
}

/* line 172, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col4 {
  left: 450px;
  margin-top: 8px;
  font-weight: bold;
}

/* line 176, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col4 label {
  font-size: 0.9em;
  display: inline-block;
  width: 60px;
  font-weight: normal;
}

/* line 181, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col4 span {
  width: 240px;
  height: 17px;
}

/* line 184, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col5 {
  left: 700px;
  margin-top: 8px;
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col5 label {
  font-size: 0.9em;
  display: inline-block;
  width: 90px;
  font-weight: normal;
}

/* line 193, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col5 span {
  width: 150px;
  height: 17px;
}

/* line 196, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col6 {
  right: 12px;
  margin-top: 8px;
}

/* line 199, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col6 span {
  height: 17px;
}

/* line 201, app/assets/stylesheets/manifest_tickets.css.sass */
#manifest-tickets-index .tabs > div ul li .col6 a {
  background: url("/assets/detail_arrow-2f8a909cd5da3b7714d3aec174cd33784e5d7ddfb99b61e210fdadd2c8121b72.png") no-repeat;
  background-position: 62px;
  display: inline-block;
  width: 82px;
  height: 31px;
}
/* line 1, app/assets/stylesheets/misc_expenses.css.sass */
table.misc_expense_tbl {
  width: 50%;
}

/* line 4, app/assets/stylesheets/misc_expenses.css.sass */
.misc_expense_img {
  max-height: 40px;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1, app/assets/stylesheets/purchasers.css.sass */
#purchaser-details, #purchaser-marketer, #purchaser-accounts-manager {
  float: left;
}
/* line 1, app/assets/stylesheets/receivers.css.sass */
#receiver-marketer {
  float: left;
  margin-right: 50px;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/reports.css.sass */
.save-report-btn {
  background-color: #27ae60;
  text-align: center;
}

/* line 6, app/assets/stylesheets/reports.css.sass */
.save-report-btn a {
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/reports.css.sass */
.save-report-btn h4 {
  color: #ffffff;
  font-family: bebas_neueregular;
}

/* line 13, app/assets/stylesheets/reports.css.sass */
#attribute-accordion .accordion-body {
  max-height: 200px;
  overflow: scroll;
  overflow-x: hidden;
}

/* line 18, app/assets/stylesheets/reports.css.sass */
#report_recurring_start_min, #report_recurring_start_period,
#report_recurring_stop_min, #report_recurring_stop_period,
#report_recurring_send_min, #report_recurring_send_period {
  margin-top: 5px;
}

/* line 24, app/assets/stylesheets/reports.css.sass */
.report-form .next-row {
  margin-top: 10px;
}

/* line 27, app/assets/stylesheets/reports.css.sass */
.no-stretch {
  width: 1%;
  white-space: nowrap;
}

/* line 31, app/assets/stylesheets/reports.css.sass */
#report_pdf_type {
  width: auto;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/scaffolds.css.sass */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 9, app/assets/stylesheets/scaffolds.css.sass */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 12, app/assets/stylesheets/scaffolds.css.sass */
#notice {
  color: green;
}

/* line 15, app/assets/stylesheets/scaffolds.css.sass */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 20, app/assets/stylesheets/scaffolds.css.sass */
#error_explanation {
  width: 450px;
  border: 2px solid #C23824;
  padding: 0px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 27, app/assets/stylesheets/scaffolds.css.sass */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding-left: 10px;
  background-color: #C23824;
  color: #fff;
}

/* line 35, app/assets/stylesheets/scaffolds.css.sass */
#error_explanation ul {
  margin-top: 10px;
  margin-left: 40px;
}

/* line 38, app/assets/stylesheets/scaffolds.css.sass */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
/* line 1, app/assets/stylesheets/shippers.css.sass */
#shipper-marketer {
  float: left;
  margin-right: 50px;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, app/assets/stylesheets/tanks.css.sass */
#measurements .add-sequence {
  background-color: #34495e;
  padding: 10px 10px;
  color: white;
  font-family: bebas_neueregular;
  margin-bottom: 10px;
  margin-right: 60px;
  line-height: 20px;
  font-size: 20px;
}

/* line 14, app/assets/stylesheets/tanks.css.sass */
#measurements .add-sequence:hover {
  background-color: #2b3c4e;
}

/* line 17, app/assets/stylesheets/tanks.css.sass */
#measurements .sequence {
  margin-bottom: 30px;
}

/* line 21, app/assets/stylesheets/tanks.css.sass */
#measurements .sequence:hover .remove-sequence {
  display: inline-block;
}

/* line 24, app/assets/stylesheets/tanks.css.sass */
#measurements .sequence .form-group {
  width: 11%;
  display: inline-block;
  margin-right: 2.3%;
}

/* line 29, app/assets/stylesheets/tanks.css.sass */
#measurements .sequence .form-group label {
  font-family: HelveticaNeue;
  font-size: 12px;
  display: block;
}

/* line 34, app/assets/stylesheets/tanks.css.sass */
#measurements .sequence .form-group input {
  width: 88%;
}

/* line 37, app/assets/stylesheets/tanks.css.sass */
#measurements .sequence .last {
  margin-right: 0px;
}

/* line 40, app/assets/stylesheets/tanks.css.sass */
#measurements .sequence p {
  display: inline-block;
}

/* line 43, app/assets/stylesheets/tanks.css.sass */
#measurements .sequence .remove-sequence {
  background-color: #34495e;
  margin-left: 10px;
  padding: 0px 10px;
  display: none;
  color: white;
  font-family: bebas_neueregular;
  text-align: center;
}

/* line 52, app/assets/stylesheets/tanks.css.sass */
#measurements .sequence .remove-sequence:hover {
  background-color: #2b3c4e;
}

/* line 55, app/assets/stylesheets/tanks.css.sass */
#measurements .sequence .remove-sequence p {
  margin-bottom: 0px;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 13, app/assets/stylesheets/tickets.css.sass */
.ticket-thumbnail img {
  width: 300px;
  height: 200px;
}

/* line 17, app/assets/stylesheets/tickets.css.sass */
#ticket-filter-form {
  margin-bottom: 0px;
}

/* line 20, app/assets/stylesheets/tickets.css.sass */
#tickets-index {
  background-color: #ffffff;
  padding: 40px 0px;
}

/* line 25, app/assets/stylesheets/tickets.css.sass */
#tickets-index .approval-section .btn-group {
  width: 100%;
}

/* line 28, app/assets/stylesheets/tickets.css.sass */
#tickets-index .approval-section .btn-group .btn {
  color: #ffffff;
  background: #a9a9a9;
  text-shadow: none;
  font-size: 10px;
  width: 50%;
  margin-top: 0px;
  opacity: 0.5;
}

/* line 37, app/assets/stylesheets/tickets.css.sass */
#tickets-index .approval-section .btn-group .btn:hover, #tickets-index .approval-section .btn-group .btn:focus {
  z-index: 0;
  color: #ffffff;
  outline: none;
}

/* line 42, app/assets/stylesheets/tickets.css.sass */
#tickets-index .approval-section .btn-group .btn.active {
  opacity: 1;
  z-index: 0;
}

/* line 48, app/assets/stylesheets/tickets.css.sass */
#tickets-index .origin-section .btn-group {
  width: 100%;
}

/* line 51, app/assets/stylesheets/tickets.css.sass */
#tickets-index .origin-section .btn-group .btn {
  color: #ffffff;
  background: #a9a9a9;
  text-shadow: none;
  font-size: 10px;
  width: 33.3%;
  margin-top: 0px;
  opacity: 0.5;
}

/* line 60, app/assets/stylesheets/tickets.css.sass */
#tickets-index .origin-section .btn-group .btn:hover, #tickets-index .origin-section .btn-group .btn:focus {
  z-index: 0;
  color: #ffffff;
  outline: none;
}

/* line 65, app/assets/stylesheets/tickets.css.sass */
#tickets-index .origin-section .btn-group .btn.active {
  opacity: 1;
  z-index: 0;
}

/* line 78, app/assets/stylesheets/tickets.css.sass */
#tickets-index .origin-section .checkbox {
  border: none;
  width: auto;
  min-height: 16px;
  padding: 0px;
  margin: 6px 15px 0px 0px;
  font-weight: normal;
  background: #ffffff;
}

/* line 87, app/assets/stylesheets/tickets.css.sass */
#tickets-index .origin-section .checkbox input {
  margin-right: 5px;
}

/* line 90, app/assets/stylesheets/tickets.css.sass */
#tickets-index .origin-section .checkbox:last-child {
  margin-right: 0px;
}

/* line 94, app/assets/stylesheets/tickets.css.sass */
#tickets-index .checkbox {
  border: 1px #2e2e2e solid;
  min-height: 16px;
  width: 16px;
  padding: 0px;
  margin: 15px 0px 0px 15px;
  background: #ffffff;
}

/* line 102, app/assets/stylesheets/tickets.css.sass */
#tickets-index .checkbox.disabled {
  border: 1px #ecf0f1 solid;
}

/* line 105, app/assets/stylesheets/tickets.css.sass */
#tickets-index .checkbox.checked {
  background: url(/assets/dispatch/green_check-ea6804813cec18763de75ad6ef1f09fee65fa9ffe8c02a788d4108148561065c.png) no-repeat #ffffff;
}

/* line 108, app/assets/stylesheets/tickets.css.sass */
#tickets-index .btn-lg {
  background-color: #27ae60;
  text-align: center;
  font-family: bebas_neueregular;
  font-weight: normal;
}

/* line 114, app/assets/stylesheets/tickets.css.sass */
#tickets-index .btn-lg a {
  color: #ffffff;
}

/* line 117, app/assets/stylesheets/tickets.css.sass */
#tickets-index .btn-lg:hover {
  background-color: #229955;
}

/* line 120, app/assets/stylesheets/tickets.css.sass */
#tickets-index .btn-lg:hover a {
  text-decoration: none;
}

/* line 123, app/assets/stylesheets/tickets.css.sass */
#tickets-index .btn-lg.disabled {
  background-color: #60db94;
}

/* line 126, app/assets/stylesheets/tickets.css.sass */
#tickets-index .btn-lg.disabled a {
  cursor: not-allowed;
}

/* line 128, app/assets/stylesheets/tickets.css.sass */
#tickets-index .ticket-row {
  position: relative;
}

/* line 130, app/assets/stylesheets/tickets.css.sass */
#tickets-index .ticket-row .exported-ticket {
  position: absolute;
  width: 70px;
  top: 0px;
  right: 0px;
  background-color: black;
  color: #fff;
  padding: 0px 5px;
}

/* line 140, app/assets/stylesheets/tickets.css.sass */
#tickets-index .ticket-row label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

/* line 146, app/assets/stylesheets/tickets.css.sass */
#tickets-index .ticket-row input {
  display: inline-block;
  float: right;
  padding: 0px;
}

/* line 151, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar {
  margin-top: 40px;
}

/* line 154, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .nav {
  margin-bottom: 0px;
}

/* line 157, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar h2 {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
}

/* line 162, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar a {
  color: #2e2e2e;
  font-size: 18px;
  font-family: bebas_neueregular;
}

/* line 167, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar a h3 {
  line-height: 0px;
  font-size: 18px;
}

/* line 171, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry {
  padding: 15px 10px;
  border-bottom: solid 1px #a9a9a9;
  border-left: solid 4px #ffffff;
}

/* line 176, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry.load-request {
  border-left: solid 4px #c23824;
}

/* line 179, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry.conquest {
  border-left: solid 4px #3498db;
}

/* line 182, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry.receipt {
  border-left: solid 4px #505050;
}

/* line 185, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry:hover {
  background-color: #ecf0f1;
}

/* line 188, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry p {
  margin: 0px;
  font-size: 12px;
  font-family: HelveticaNeue, Arial, sans-serif;
}

/* line 193, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info {
  padding: 10px 0px;
}

/* line 198, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .pdf-btn button {
  border-radius: 0px;
  background: none;
  text-shadow: none;
  box-shadow: none;
  border: solid 1px #a9a9a9;
}

/* line 205, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .pdf-btn button:hover {
  background: #dde4e6;
}

/* line 208, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .pdf-btn button .caret {
  border-top: 4px solid #000000;
}

/* line 211, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
}

/* line 217, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .dropdown-menu li a {
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 12px;
  padding: 5px 10px;
}

/* line 222, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry .ticket-info .dropdown-menu li a:hover {
  background: #ecf0f1;
}

/* line 225, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry.active {
  background-color: #36d278;
}

/* line 228, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .ticket-entry.active:hover {
  background-color: #2cc36b;
}

/* line 231, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area {
  padding: 25px 0px;
  border-bottom: solid 1px #a9a9a9;
}

/* line 235, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area select {
  display: block;
  width: 100%;
}

/* line 239, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area label {
  font-weight: bold;
  font-family: HelveticaNeue, Arial, sans-serif;
}

/* line 243, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area label.checkbox {
  font-weight: normal;
}

/* line 246, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area .bottom-row {
  margin-top: 15px;
}

/* line 249, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area i, #tickets-index .nav-bar .filter-area .small {
  margin-top: 5px;
}

/* line 252, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area .small {
  text-align: center;
}

/* line 255, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area button {
  background: transparent;
  border: none;
  margin-top: -2px;
}

/* line 260, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area button h4 {
  font-family: bebas_neueregular;
  margin: 0px;
}

/* line 265, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area .options input[type=checkbox] {
  margin-top: -2px;
}

/* line 268, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area .actions {
  padding-right: 15px;
}

/* line 271, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area .actions a, #tickets-index .nav-bar .filter-area .actions button {
  color: #34495e;
  vertical-align: middle;
}

/* line 275, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area .actions a h4, #tickets-index .nav-bar .filter-area .actions button h4 {
  margin: 0px;
  padding-top: 0px;
}

/* line 279, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .filter-area .actions a:hover, #tickets-index .nav-bar .filter-area .actions button:hover {
  color: #2b3c4e;
  text-decoration: none;
}

/* line 285, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .bottom-section .btn-lg {
  margin: 20px 0px;
}

/* line 288, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .bottom-section .btn-lg a {
  color: #ffffff;
}

/* line 293, app/assets/stylesheets/tickets.css.sass */
#tickets-index .nav-bar .bottom-section .pagination a {
  margin-right: 0px;
}

/* line 295, app/assets/stylesheets/tickets.css.sass */
#tickets-index .caret {
  margin-top: 8px;
  margin-left: 8px;
  border-top: 4px solid #ffffff;
}

/* line 300, app/assets/stylesheets/tickets.css.sass */
#tickets-index a.color-black {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 304, app/assets/stylesheets/tickets.css.sass */
#tickets-index a.color-black:hover {
  color: #ffffff;
}

/* line 307, app/assets/stylesheets/tickets.css.sass */
#tickets-index .operator_approval {
  margin-top: 10px;
  background-color: #3498db;
  color: #ffffff;
}

/* line 311, app/assets/stylesheets/tickets.css.sass */
#tickets-index .operator_approved {
  margin-top: 10px;
  background-color: #a9a9a9;
  color: #000000;
}

/* line 316, app/assets/stylesheets/tickets.css.sass */
.model-filter {
  margin-bottom: 0px;
}

/* line 319, app/assets/stylesheets/tickets.css.sass */
#date-filter {
  margin-bottom: 10px;
}

/* line 324, app/assets/stylesheets/tickets.css.sass */
#new-dispatch input[type="radio"], #new-dispatch input[type="checkbox"] {
  margin: -3px 5px 0px 1px;
}

/* line 326, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .lower-span {
  padding-top: 5px;
  width: 350px;
}

/* line 329, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .lower_text {
  padding-top: 5px;
}

/* line 331, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .right {
  float: right;
}

/* line 333, app/assets/stylesheets/tickets.css.sass */
#new-dispatch, #auto-load-form {
  background-color: #ffffff;
  padding: 40px 0px;
}

/* line 337, app/assets/stylesheets/tickets.css.sass */
#new-dispatch a, #auto-load-form a {
  color: #ffffff;
  text-decoration: none;
  font-family: bebas_neueregular;
}

/* line 341, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .related-ticket-link, #auto-load-form .related-ticket-link {
  color: #3498db;
}

/* line 345, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .nav-tabs a, #auto-load-form .nav-tabs a {
  color: #2e2e2e;
  font-size: 18px;
  font-family: bebas_neueregular;
}

/* line 351, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .save-dispatch-btn, #new-dispatch .delete-dispatch-btn, #auto-load-form .save-dispatch-btn, #auto-load-form .delete-dispatch-btn {
  background-color: #27ae60;
  text-align: center;
}

/* line 355, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .save-dispatch-btn.disabled, #new-dispatch .delete-dispatch-btn.disabled, #auto-load-form .save-dispatch-btn.disabled, #auto-load-form .delete-dispatch-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 60%;
}

/* line 360, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .save-dispatch-btn:hover, #new-dispatch .delete-dispatch-btn:hover, #auto-load-form .save-dispatch-btn:hover, #auto-load-form .delete-dispatch-btn:hover {
  background-color: #229955;
}

/* line 364, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .lock-ticket-btn, #auto-load-form .lock-ticket-btn {
  background-color: #C23824;
  text-align: center;
}

/* line 368, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .title-bar, #auto-load-form .title-bar {
  border-bottom: solid 1px #a9a9a9;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 373, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .title-bar h2, #auto-load-form .title-bar h2 {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
}

/* line 378, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .title-bar a, #auto-load-form .title-bar a {
  background-color: #3498db;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
  margin-top: -10px;
}

/* line 385, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .title-bar a h3, #auto-load-form .title-bar a h3 {
  line-height: 0px;
  font-size: 18px;
}

/* line 389, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .title-bar a:hover, #auto-load-form .title-bar a:hover {
  background-color: #258cd1;
}

/* line 393, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .details label, #auto-load-form .details label {
  font-weight: bold;
  font-family: HelveticaNeue, Arial, sans-serif;
}

/* line 397, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .details .bottom-row, #auto-load-form .details .bottom-row {
  margin-top: 30px;
}

/* line 402, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .auto-load .auto-load-row, #auto-load-form .auto-load .auto-load-row {
  padding-bottom: 20px;
}

/* line 405, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .auto-load .radio-btn, #auto-load-form .auto-load .radio-btn {
  margin-right: 15px;
}

/* line 408, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .auto-load .list-btn, #auto-load-form .auto-load .list-btn {
  vertical-align: top;
  margin-top: 3px;
}

/* line 412, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .auto-load ul, #auto-load-form .auto-load ul {
  margin-top: 15px;
}

/* line 415, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .auto-load ul li, #auto-load-form .auto-load ul li {
  margin-right: 25px;
}

/* line 418, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .auto-load ul li input, #auto-load-form .auto-load ul li input {
  margin-right: 5px;
  margin-top: 0px;
}

/* line 422, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-log .log-item, #auto-load-form .ticket-log .log-item {
  border: 1px solid #aaa;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}

/* line 428, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-log .log-item .header, #auto-load-form .ticket-log .log-item .header {
  font-size: 16px;
  margin: 0 10px 10px 0;
  font-weight: bold;
}

/* line 432, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-log .log-item .header a, #auto-load-form .ticket-log .log-item .header a {
  color: #3498db;
}

/* line 434, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-log .log-item .pdf, #auto-load-form .ticket-log .log-item .pdf {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 438, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-log .log-item .pdf .pdf-version-btn, #auto-load-form .ticket-log .log-item .pdf .pdf-version-btn {
  background: #000000;
  padding: 3px 10px;
}

/* line 441, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-log .log-item .pdf .pdf-version-btn a, #auto-load-form .ticket-log .log-item .pdf .pdf-version-btn a {
  color: #ffffff;
  text-decoration: none;
  font-family: bebas_neueregular;
}

/* line 446, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-log .log-item .attribute-changes h6, #auto-load-form .ticket-log .log-item .attribute-changes h6 {
  margin-bottom: 5px;
}

/* line 448, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-log .log-item .attribute-changes ul, #auto-load-form .ticket-log .log-item .attribute-changes ul {
  max-height: 80px;
  overflow-y: scroll;
  margin-bottom: 0px;
  padding: 5px 10px;
  background-color: #ecf0f1;
}

/* line 454, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-log .log-item .attribute-changes ul li, #auto-load-form .ticket-log .log-item .attribute-changes ul li {
  font-size: 12px;
  margin-right: 2px;
}

/* line 459, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-image-thumbnails .ticket-image, #auto-load-form .ticket-image-thumbnails .ticket-image {
  margin-left: 0px;
  margin-right: 13px;
}

/* line 463, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-image-thumbnails .ticket-image h3, #auto-load-form .ticket-image-thumbnails .ticket-image h3 {
  margin-top: 5px;
  margin-bottom: 0px;
}

/* line 467, app/assets/stylesheets/tickets.css.sass */
#new-dispatch .ticket-image-thumbnails .ticket-image a, #auto-load-form .ticket-image-thumbnails .ticket-image a {
  color: #3498db;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 5, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration {
  padding: 20px 0px 0px;
}

/* line 8, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .field_with_errors {
  color: #C23824;
  background-color: #fff;
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .field_with_errors input {
  width: 100%;
  border: 2px solid #C23824;
}

/* line 16, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .transporter-picker legend {
  padding-top: 0px;
  margin-top: 0px;
  border-bottom: 0px;
  width: 30%;
}

/* line 21, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .transporter-picker legend .fake-label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 5px;
}

/* line 27, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .transporter-picker legend div {
  line-height: 22px;
}

/* line 29, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .transporter-picker legend div a {
  display: inline-block;
  float: left;
  background-color: #3498db;
  font-family: bebas_neueregular;
  font-size: 18px;
  cursor: pointer;
  width: 80%;
  height: 22px;
  border-bottom: 0px;
  text-align: center;
  line-height: 22px;
  margin-top: 0px;
}

/* line 42, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .transporter-picker p, #new-transporter-integration .transporter-picker legend {
  float: left;
  display: inline-block;
}

/* line 45, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .transporter-picker p {
  width: 70%;
  margin-top: 28px;
}

/* line 48, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .transporter-picker p label {
  font-weight: bold;
}

/* line 50, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .btn-lg {
  vertical-align: bottom;
  display: inline-block;
  float: right;
  background-color: #27ae60;
  font-family: bebas_neueregular;
  padding: 8px 25px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
}

/* line 60, app/assets/stylesheets/transporter_integrations.css.sass */
#new-transporter-integration .btn-lg:hover {
  box-shadow: 0px 1px 3px 0px #ccc;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/transporter_integrations.css.sass */
.edit-transporter-integration-info {
  padding-top: 40px;
}

/* line 66, app/assets/stylesheets/transporter_integrations.css.sass */
.edit-transporter-integration-info h1 {
  margin-top: 0px;
}

/* line 68, app/assets/stylesheets/transporter_integrations.css.sass */
#transporter_integrations-index {
  padding: 40px 0px;
}

/* line 70, app/assets/stylesheets/transporter_integrations.css.sass */
#transporter_integrations-index h1 {
  display: inline-block;
  margin-top: 0px;
}

/* line 73, app/assets/stylesheets/transporter_integrations.css.sass */
#transporter_integrations-index .btn-lg {
  vertical-align: bottom;
  display: inline-block;
  float: right;
  background-color: #27ae60;
  font-family: bebas_neueregular;
  padding: 8px 25px;
  font-size: 18px;
  cursor: pointer;
}

/* line 82, app/assets/stylesheets/transporter_integrations.css.sass */
#transporter_integrations-index .btn-lg:hover {
  box-shadow: 0px 1px 3px 0px #ccc;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/transporter_integrations.css.sass */
#transporter_integrations-index table {
  border-top: 0px;
}

/* line 93, app/assets/stylesheets/transporter_integrations.css.sass */
#transporter_integrations-index table tr td a {
  display: inline-block;
  float: left;
  color: #3498db;
}

/* line 98, app/assets/stylesheets/transporter_integrations.css.sass */
#transporter_integrations-index table tr td .color-red a {
  color: #C23824;
  margin-left: 10px;
}

/* line 101, app/assets/stylesheets/transporter_integrations.css.sass */
#transporter_integrations-index table tr td:last-child {
  width: 85px;
}

/* line 103, app/assets/stylesheets/transporter_integrations.css.sass */
#transporter_integrations-index table tr td:first-child {
  font-weight: bold;
}

/* line 105, app/assets/stylesheets/transporter_integrations.css.sass */
#transporter_integrations-index table tr th {
  border-top: solid 1px rgba(221, 221, 221, 0.9);
}
/* line 1, app/assets/stylesheets/transporters.css.sass */
#transporter-details, #transporter-dispatcher {
  float: left;
  margin-right: 50px;
}

/* line 5, app/assets/stylesheets/transporters.css.sass */
.transporters.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: .5em .95em;
}

/* line 8, app/assets/stylesheets/transporters.css.sass */
.active-info {
  float: right;
}

/* line 10, app/assets/stylesheets/transporters.css.sass */
.active-info span {
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/transporters.css.sass */
.active-info span.deactivated {
  color: #E80000;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot);
  src: url(/assets/BebasNeue-webfont-8f7e53a7a28b31f2a3247512bc74ff0ba74106f56581bb5f422a758ecae35408.eot?#iefix) format("embedded-opentype"), url(/assets/BebasNeue-webfont-7a56a798923e9d7694f8c9ca22e2b332ce6debaf892afd8d02b09392f9eb832c.woff) format("woff"), url(/assets/BebasNeue-webfont-fa9fd9dafe84c56b70a932f522fe1352becc57c71dec6d82d8b2595ec0077fb2.ttf) format("truetype"), url(/assets/BebasNeue-webfont-386ce56f88e8dd24441f20d24a71fb36434f1861c4f6190665641fb922275f1d.svg#bebas_neueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/users.css.sass */
.enabled_notes {
  float: right;
  padding: 10px;
  border-radius: 3px;
}

/* line 8, app/assets/stylesheets/users.css.sass */
.enabled_notes.enabled {
  border: solid 2px green;
}

/* line 11, app/assets/stylesheets/users.css.sass */
.enabled_notes.disabled {
  border: solid 2px gray;
}

/* line 14, app/assets/stylesheets/users.css.sass */
.user-transporter-picker, .user-operator-picker, .user-purchaser-picker {
  margin-bottom: 10px !important;
}

/* line 18, app/assets/stylesheets/users.css.sass */
#users-index .model-filter {
  width: 100%;
}

/* line 21, app/assets/stylesheets/users.css.sass */
.filterBar {
  display: flex;
  align-items: center;
}

/* line 24, app/assets/stylesheets/users.css.sass */
.filterBar .left-position {
  margin-left: 5px;
  flex-grow: 1;
}

/* line 27, app/assets/stylesheets/users.css.sass */
.filterBar .btn-round {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 30, app/assets/stylesheets/users.css.sass */
.filterBar .btn.active {
  background-color: #CCCCCC;
}
