/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* 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-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.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-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.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;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d3d3d3;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/5e93533bf9087857a8369c2d27467633.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* 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 #d3d3d3;
	background: #e6e6e6 url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/ddd65fff8a75a609b421b4e3237ef807.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.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: #555555;
	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 #999999;
	background: #dadada url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/9b9f1106e912005670402c03bf82f170.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.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: #212121;
	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 #aaaaaa;
	background: #ffffff url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/ed31481b45167e6f49fdcb1499911bf3.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #aaaaaa;
	background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/daaed3cf88e742a2d3820b4c8c55f3de.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/d699723af8436eba22b885328314bd55.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.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(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/23aca9c182696db96ff9ee5bf9601461.png);
}
.ui-widget-header .ui-icon {
	background-image: url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/23aca9c182696db96ff9ee5bf9601461.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/5c3ba680cc34cd9b30855c180474a152.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/5c3ba680cc34cd9b30855c180474a152.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/db3b908bd060c6f278fde9e11b3b94e3.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/a6a39c47239fcdbbe6e1d5bfaa7adac3.png);
}
.ui-button .ui-icon {
	background-image: url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/cf9c28612e00f36e9c312da7689ab3b0.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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
	box-shadow: -8px -8px 8px #aaaaaa;
}
@font-face{font-family:"summernote";font-style:normal;font-weight:normal;src:url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/ff32ca6bde8bb3fd37d310f989be47e4.eot);src:url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/ff32ca6bde8bb3fd37d310f989be47e4.eot?#iefix) format("embedded-opentype"),url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJmOWI1ZDgzNGIyZmVhNWEyYjQ0MDA3NGU2NjJjMjI4MS53b2ZmIjs=) format("woff"),url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/e3686e271876f9bb829e9bb56c96250b.ttf) format("truetype")}[class^="note-icon-"]:before,[class*=" note-icon-"]:before{display:inline-block;font:normal normal normal 14px summernote;font-size:inherit;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;speak:none;-moz-osx-font-smoothing:grayscale}.note-icon-align-center:before,.note-icon-align-indent:before,.note-icon-align-justify:before,.note-icon-align-left:before,.note-icon-align-outdent:before,.note-icon-align-right:before,.note-icon-align:before,.note-icon-arrow-circle-down:before,.note-icon-arrow-circle-left:before,.note-icon-arrow-circle-right:before,.note-icon-arrow-circle-up:before,.note-icon-arrows-alt:before,.note-icon-arrows-h:before,.note-icon-arrows-v:before,.note-icon-bold:before,.note-icon-caret:before,.note-icon-chain-broken:before,.note-icon-circle:before,.note-icon-close:before,.note-icon-code:before,.note-icon-col-after:before,.note-icon-col-before:before,.note-icon-col-remove:before,.note-icon-eraser:before,.note-icon-font:before,.note-icon-frame:before,.note-icon-italic:before,.note-icon-link:before,.note-icon-magic:before,.note-icon-menu-check:before,.note-icon-minus:before,.note-icon-orderedlist:before,.note-icon-pencil:before,.note-icon-picture:before,.note-icon-question:before,.note-icon-redo:before,.note-icon-row-above:before,.note-icon-row-below:before,.note-icon-row-remove:before,.note-icon-special-character:before,.note-icon-square:before,.note-icon-strikethrough:before,.note-icon-subscript:before,.note-icon-summernote:before,.note-icon-superscript:before,.note-icon-table:before,.note-icon-text-height:before,.note-icon-trash:before,.note-icon-underline:before,.note-icon-undo:before,.note-icon-unorderedlist:before,.note-icon-video:before{display:inline-block;font-family:"summernote";font-style:normal;font-weight:normal;text-decoration:inherit}.note-icon-align-center:before{content:"\F101"}.note-icon-align-indent:before{content:"\F102"}.note-icon-align-justify:before{content:"\F103"}.note-icon-align-left:before{content:"\F104"}.note-icon-align-outdent:before{content:"\F105"}.note-icon-align-right:before{content:"\F106"}.note-icon-align:before{content:"\F107"}.note-icon-arrow-circle-down:before{content:"\F108"}.note-icon-arrow-circle-left:before{content:"\F109"}.note-icon-arrow-circle-right:before{content:"\F10A"}.note-icon-arrow-circle-up:before{content:"\F10B"}.note-icon-arrows-alt:before{content:"\F10C"}.note-icon-arrows-h:before{content:"\F10D"}.note-icon-arrows-v:before{content:"\F10E"}.note-icon-bold:before{content:"\F10F"}.note-icon-caret:before{content:"\F110"}.note-icon-chain-broken:before{content:"\F111"}.note-icon-circle:before{content:"\F112"}.note-icon-close:before{content:"\F113"}.note-icon-code:before{content:"\F114"}.note-icon-col-after:before{content:"\F115"}.note-icon-col-before:before{content:"\F116"}.note-icon-col-remove:before{content:"\F117"}.note-icon-eraser:before{content:"\F118"}.note-icon-font:before{content:"\F119"}.note-icon-frame:before{content:"\F11A"}.note-icon-italic:before{content:"\F11B"}.note-icon-link:before{content:"\F11C"}.note-icon-magic:before{content:"\F11D"}.note-icon-menu-check:before{content:"\F11E"}.note-icon-minus:before{content:"\F11F"}.note-icon-orderedlist:before{content:"\F120"}.note-icon-pencil:before{content:"\F121"}.note-icon-picture:before{content:"\F122"}.note-icon-question:before{content:"\F123"}.note-icon-redo:before{content:"\F124"}.note-icon-row-above:before{content:"\F125"}.note-icon-row-below:before{content:"\F126"}.note-icon-row-remove:before{content:"\F127"}.note-icon-special-character:before{content:"\F128"}.note-icon-square:before{content:"\F129"}.note-icon-strikethrough:before{content:"\F12A"}.note-icon-subscript:before{content:"\F12B"}.note-icon-summernote:before{content:"\F12C"}.note-icon-superscript:before{content:"\F12D"}.note-icon-table:before{content:"\F12E"}.note-icon-text-height:before{content:"\F12F"}.note-icon-trash:before{content:"\F130"}.note-icon-underline:before{content:"\F131"}.note-icon-undo:before{content:"\F132"}.note-icon-unorderedlist:before{content:"\F133"}.note-icon-video:before{content:"\F134"}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:700;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:0}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area img.note-float-left{margin-right:10px}.note-editor .note-editing-area img.note-float-right{margin-left:10px}.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;word-wrap:break-word;background-color:#fff}.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{background-color:#e5e5e5}.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%!important}.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-status-output{display:block;width:100%;height:20px;margin-bottom:0;font-size:14px;line-height:1.42857143;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-frame .note-status-output .alert{padding:7px 10px 2px 10px;margin:-7px 0 0 0;color:#000;background-color:#f5f5f5;border-radius:0}.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.note-editor.note-frame .note-statusbar .note-resizebar{width:100%;height:9px;padding-top:1px;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-frame .note-placeholder{padding:10px}.note-popover.popover{max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative;z-index:500}.note-popover .popover-content,.panel-heading.note-toolbar{padding:0 0 5px 5px;margin:0}.note-popover .popover-content>.btn-group,.panel-heading.note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .popover-content .btn-group .note-table,.panel-heading.note-toolbar .btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .note-style .dropdown-style blockquote,.panel-heading.note-toolbar .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre,.panel-heading.note-toolbar .note-style .dropdown-style pre{padding:5px 10px;margin:0}.note-popover .popover-content .note-style .dropdown-style h1,.panel-heading.note-toolbar .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.panel-heading.note-toolbar .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.panel-heading.note-toolbar .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.panel-heading.note-toolbar .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.panel-heading.note-toolbar .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.panel-heading.note-toolbar .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p,.panel-heading.note-toolbar .note-style .dropdown-style p{padding:0;margin:0}.note-popover .popover-content .note-color .dropdown-toggle,.panel-heading.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .dropdown-menu,.panel-heading.note-toolbar .note-color .dropdown-menu{min-width:337px}.note-popover .popover-content .note-color .dropdown-menu .note-palette,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette{display:inline-block;width:160px;margin:0}.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child{margin:0 5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset{width:100%;padding:0 3px;margin:3px;font-size:11px;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover{background:#eee}.note-popover .popover-content .note-para .dropdown-menu,.panel-heading.note-toolbar .note-para .dropdown-menu{min-width:216px;padding:5px}.note-popover .popover-content .note-para .dropdown-menu>div:first-child,.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover-content .dropdown-menu,.panel-heading.note-toolbar .dropdown-menu{min-width:90px}.note-popover .popover-content .dropdown-menu.right,.panel-heading.note-toolbar .dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .dropdown-menu.right::before,.panel-heading.note-toolbar .dropdown-menu.right::before{right:9px;left:auto!important}.note-popover .popover-content .dropdown-menu.right::after,.panel-heading.note-toolbar .dropdown-menu.right::after{right:10px;left:auto!important}.note-popover .popover-content .dropdown-menu.note-check li a i,.panel-heading.note-toolbar .dropdown-menu.note-check li a i{color:deepskyblue;visibility:hidden}.note-popover .popover-content .dropdown-menu.note-check li a.checked i,.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.panel-heading.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.panel-heading.note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.panel-heading.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-dialog>div{display:none}.note-dialog .form-group{margin-right:0;margin-left:0}.note-dialog .note-modal-form{margin:0}.note-dialog .note-image-dialog .note-dropzone{min-height:100px;margin-bottom:10px;font-size:30px;line-height:4;color:lightgray;text-align:center;border:4px dashed lightgray}@-moz-document url-prefix(){.note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:#fff;border:1px solid #000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{max-height:150px;padding:3px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:#428bca;outline:0}/*
 *  webui popover plugin  - v1.2.17
 *  A lightWeight popover plugin with jquery ,enchance the  popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!
 *  https://github.com/sandywalker/webui-popover
 *
 *  Made by Sandy Duan
 *  Under MIT License
 */
.webui-popover-content {
  display: none;
}
.webui-popover-rtl {
  direction: rtl;
  text-align: right;
}
/*  webui popover  */
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}
.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}
.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}
.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}
.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block;
}
.webui-popover .webui-popover-content > div:first-child {
  width: 99%;
}
.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.webui-popover-inner .close:after {
  content: "\D7";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative;
}
.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}
.webui-popover-inverse {
  background-color: #333333;
  color: #eeeeee;
}
.webui-popover-inverse .webui-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee;
}
.webui-no-padding .webui-popover-content {
  padding: 0;
}
.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}
.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}
.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}
.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.webui-popover > .webui-arrow {
  border-width: 11px;
}
.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: "";
}
.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}
.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333333;
}
.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333333;
}
.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333333;
}
.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333333;
}
.webui-popover i.icon-refresh:before {
  content: "";
}
.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/50c5e3e79b276c92df6cc52caeb464f0.gif) no-repeat;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none;
}
@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/12a426958c2fd0d78683b99233309f8a.eot);
  src: url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/12a426958c2fd0d78683b99233309f8a.eot?#iefix) format('embedded-opentype'), url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICI0NDhjMzRhNTZkNjk5YzI5MTE3YWRjNjRjNDNhZmZlYi53b2ZmMiI7) format('woff2'), url(data:application/font-woff;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJmYTI3NzIzMjdmNTVkODE5ODMwMWZkYjhiY2ZjODE1OC53b2ZmIjs=) format('woff'), url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/a8680ee4a60bc03270cb85165fbd2878.ttf) format('truetype'), url(https://s3.amazonaws.com/netgalley-assets/71fe0da74/assets/933d1e9fc8bf91509e77161965f3d474.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1040px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 1040px) {
  .container {
    width: 1012px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1164px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1040px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 12px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1040px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1040px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1040px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1040px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 1040px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1040px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1040px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 12px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1040px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1040px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1039px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1040px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1039px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1040px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1040px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 1040px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -12px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f2f2f2;
  border-color: #e1e1e1;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e1e1e1;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e1e1e1;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e1e1e1;
  color: #555;
}
@media (max-width: 1039px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e1e1e1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1039px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 12px;
  padding-right: 12px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 7px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 7px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 7px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 7px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 8px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #aec880;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #aec880;
  border-color: #aec880;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #aec880;
}
.panel-default > .panel-heading .badge {
  color: #aec880;
  background-color: #fff;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #aec880;
}
.panel-primary {
  border-color: #73a6d0;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #73a6d0;
  border-color: #73a6d0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #73a6d0;
}
.panel-primary > .panel-heading .badge {
  color: #73a6d0;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #73a6d0;
}
.panel-success {
  border-color: #5c7f92;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #5c7f92;
  border-color: #5c7f92;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5c7f92;
}
.panel-success > .panel-heading .badge {
  color: #5c7f92;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5c7f92;
}
.panel-info {
  border-color: #ccc;
}
.panel-info > .panel-heading {
  color: #000;
  background-color: #eeedee;
  border-color: #ccc;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccc;
}
.panel-info > .panel-heading .badge {
  color: #eeedee;
  background-color: #000;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccc;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1040px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.headerwrap:before,
.headerwrap:after,
.headerbox:before,
.headerbox:after,
.bodywrap:before,
.bodywrap:after,
.bodybox:before,
.bodybox:after,
.footerwrap:before,
.footerwrap:after,
.footerbox:before,
.footerbox:after,
.form-with-labels .row-wrap:before,
.form-with-labels .row-wrap:after,
.loginBox:before,
.loginBox:after,
.dashboardBoxWrapper.row:before,
.dashboardBoxWrapper.row:after,
.dashboardBoxWrapper .row:before,
.dashboardBoxWrapper .row:after,
.coverBoxWrapper.row:before,
.coverBoxWrapper.row:after,
.coverBoxWrapper .row:before,
.coverBoxWrapper .row:after,
#homepage #headerWrapper:before,
#homepage #headerWrapper:after,
#homepage .thirds:before,
#homepage .thirds:after,
#titleDetailsHeaderBox .row:before,
#titleDetailsHeaderBox .row:after,
.titleDetailsHeaderBox .row:before,
.titleDetailsHeaderBox .row:after,
.globalmenu:before,
.globalmenu:after,
.detail-wrap:before,
.detail-wrap:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.headerwrap:after,
.headerbox:after,
.bodywrap:after,
.bodybox:after,
.footerwrap:after,
.footerbox:after,
.form-with-labels .row-wrap:after,
.loginBox:after,
.dashboardBoxWrapper.row:after,
.dashboardBoxWrapper .row:after,
.coverBoxWrapper.row:after,
.coverBoxWrapper .row:after,
#homepage #headerWrapper:after,
#homepage .thirds:after,
#titleDetailsHeaderBox .row:after,
.titleDetailsHeaderBox .row:after,
.globalmenu:after,
.detail-wrap:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right,
div.titleDetailsReviewThisTitle {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1040px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1040px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1040px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1040px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1040px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/fontawesome-webfont.svg?v=4.7.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 #eee;
  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,
div.titleDetailsReviewThisTitle {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "font-firebrand";
  src: url("https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/font-firebrand.eot");
  src: url("https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/font-firebrand.eot?#iefix") format("embedded-opentype"), url("https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/font-firebrand.woff2") format("woff2"), url("https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/font-firebrand.woff") format("woff"), url("https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/font-firebrand.ttf") format("truetype"), url("https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/font-firebrand.svg#font-firebrand") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "font-firebrand";
    src: url("https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/font-firebrand.svg#font-firebrand") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.fb-icon-amazon:before,
.fb-icon-approve:before,
.fb-icon-arrow-back-down:before,
.fb-icon-arrow-back-left:before,
.fb-icon-arrow-back-right:before,
.fb-icon-arrow-back-up:before,
.fb-icon-barnesandnoble:before,
.fb-icon-bn:before,
.fb-icon-bolt-book:before,
.fb-icon-camera:before,
.fb-icon-cat-down:before,
.fb-icon-cat-up:before,
.fb-icon-check-circle:before,
.fb-icon-check-circle-o:before,
.fb-icon-clock:before,
.fb-icon-decline:before,
.fb-icon-digital:before,
.fb-icon-digital-circle:before,
.fb-icon-document:before,
.fb-icon-document-circle:before,
.fb-icon-download:before,
.fb-icon-email:before,
.fb-icon-facebook:before,
.fb-icon-facebook-circle:before,
.fb-icon-facebook-square:before,
.fb-icon-facebook-square-o:before,
.fb-icon-filter:before,
.fb-icon-fingerprint:before,
.fb-icon-fingerprint-book:before,
.fb-icon-fingerprint-download-circle:before,
.fb-icon-flightdeck:before,
.fb-icon-gear:before,
.fb-icon-goodreads:before,
.fb-icon-goodreads-square:before,
.fb-icon-goodreads-square-o:before,
.fb-icon-graph:before,
.fb-icon-graph-circle:before,
.fb-icon-indie:before,
.fb-icon-info:before,
.fb-icon-info-circle:before,
.fb-icon-info-circle-o:before,
.fb-icon-kobo:before,
.fb-icon-linkedin:before,
.fb-icon-linkedin-square:before,
.fb-icon-linkedin-square-o:before,
.fb-icon-map-pin:before,
.fb-icon-mute:before,
.fb-icon-netgalley:before,
.fb-icon-netgalley-circle:before,
.fb-icon-netgalley-full:before,
.fb-icon-open-book:before,
.fb-icon-pencil:before,
.fb-icon-pencil-square-o:before,
.fb-icon-pencil-vertical:before,
.fb-icon-pinterest:before,
.fb-icon-pinterest-circle:before,
.fb-icon-plus-circle:before,
.fb-icon-plus-circle-o:before,
.fb-icon-protected:before,
.fb-icon-protected-download-circle:before,
.fb-icon-stamp:before,
.fb-icon-stopwatch:before,
.fb-icon-tablet:before,
.fb-icon-tachometer:before,
.fb-icon-thermometer:before,
.fb-icon-thermometer-circle:before,
.fb-icon-thumbsdown:before,
.fb-icon-thumbsup:before,
.fb-icon-tumblr:before,
.fb-icon-tumblr-circle:before,
.fb-icon-twitter:before,
.fb-icon-twitter-alt:before,
.fb-icon-twitter-alt-circle:before,
.fb-icon-twitter-square:before,
.fb-icon-twitter-square-o:before,
.fb-icon-user-admin:before,
.fb-icon-user-plus:before,
.fb-icon-user-profile:before,
.fb-icon-verified:before,
.fb-icon-waterstones:before,
.fb-icon-waterstones-caption:before,
.fb-icon-wave-circle:before,
.fb-icon-wave-circle-o:before,
.fb-icon-wishbone:before,
.fb-icon-wishbone-circle:before {
  display: inline-block;
  font-family: "font-firebrand";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.fb-icon-amazon:before {
  content: "\F12A";
}
.fb-icon-approve:before {
  content: "\F116";
}
.fb-icon-arrow-back-down:before {
  content: "\F112";
}
.fb-icon-arrow-back-left:before {
  content: "\F113";
}
.fb-icon-arrow-back-right:before {
  content: "\F114";
}
.fb-icon-arrow-back-up:before {
  content: "\F115";
}
.fb-icon-barnesandnoble:before {
  content: "\F136";
}
.fb-icon-bn:before {
  content: "\F12B";
}
.fb-icon-bolt-book:before {
  content: "\F125";
}
.fb-icon-camera:before {
  content: "\F130";
}
.fb-icon-cat-down:before {
  content: "\F148";
}
.fb-icon-cat-up:before {
  content: "\F149";
}
.fb-icon-check-circle:before {
  content: "\F159";
}
.fb-icon-check-circle-o:before {
  content: "\F15A";
}
.fb-icon-clock:before {
  content: "\F106";
}
.fb-icon-decline:before {
  content: "\F117";
}
.fb-icon-digital:before {
  content: "\F14E";
}
.fb-icon-digital-circle:before {
  content: "\F14F";
}
.fb-icon-document:before {
  content: "\F14B";
}
.fb-icon-document-circle:before {
  content: "\F150";
}
.fb-icon-download:before {
  content: "\F107";
}
.fb-icon-email:before {
  content: "\F108";
}
.fb-icon-facebook:before {
  content: "\F109";
}
.fb-icon-facebook-circle:before {
  content: "\F10A";
}
.fb-icon-facebook-square:before {
  content: "\F13B";
}
.fb-icon-facebook-square-o:before {
  content: "\F13C";
}
.fb-icon-filter:before {
  content: "\F127";
}
.fb-icon-fingerprint:before {
  content: "\F11E";
}
.fb-icon-fingerprint-book:before {
  content: "\F11F";
}
.fb-icon-fingerprint-download-circle:before {
  content: "\F120";
}
.fb-icon-flightdeck:before {
  content: "\F100";
}
.fb-icon-gear:before {
  content: "\F128";
}
.fb-icon-goodreads:before {
  content: "\F134";
}
.fb-icon-goodreads-square:before {
  content: "\F13D";
}
.fb-icon-goodreads-square-o:before {
  content: "\F13E";
}
.fb-icon-graph:before {
  content: "\F14C";
}
.fb-icon-graph-circle:before {
  content: "\F151";
}
.fb-icon-indie:before {
  content: "\F12C";
}
.fb-icon-info:before {
  content: "\F154";
}
.fb-icon-info-circle:before {
  content: "\F156";
}
.fb-icon-info-circle-o:before {
  content: "\F157";
}
.fb-icon-kobo:before {
  content: "\F135";
}
.fb-icon-linkedin:before {
  content: "\F13F";
}
.fb-icon-linkedin-square:before {
  content: "\F140";
}
.fb-icon-linkedin-square-o:before {
  content: "\F141";
}
.fb-icon-map-pin:before {
  content: "\F12D";
}
.fb-icon-mute:before {
  content: "\F133";
}
.fb-icon-netgalley:before {
  content: "\F118";
}
.fb-icon-netgalley-circle:before {
  content: "\F15D";
}
.fb-icon-netgalley-full:before {
  content: "\F12E";
}
.fb-icon-open-book:before {
  content: "\F126";
}
.fb-icon-pencil:before {
  content: "\F131";
}
.fb-icon-pencil-square-o:before {
  content: "\F105";
}
.fb-icon-pencil-vertical:before {
  content: "\F132";
}
.fb-icon-pinterest:before {
  content: "\F10B";
}
.fb-icon-pinterest-circle:before {
  content: "\F10C";
}
.fb-icon-plus-circle:before {
  content: "\F15B";
}
.fb-icon-plus-circle-o:before {
  content: "\F15C";
}
.fb-icon-protected:before {
  content: "\F121";
}
.fb-icon-protected-download-circle:before {
  content: "\F122";
}
.fb-icon-stamp:before {
  content: "\F124";
}
.fb-icon-stopwatch:before {
  content: "\F158";
}
.fb-icon-tablet:before {
  content: "\F11A";
}
.fb-icon-tachometer:before {
  content: "\F129";
}
.fb-icon-thermometer:before {
  content: "\F152";
}
.fb-icon-thermometer-circle:before {
  content: "\F153";
}
.fb-icon-thumbsdown:before {
  content: "\F101";
}
.fb-icon-thumbsup:before {
  content: "\F102";
}
.fb-icon-tumblr:before {
  content: "\F10D";
}
.fb-icon-tumblr-circle:before {
  content: "\F10E";
}
.fb-icon-twitter:before {
  content: "\F10F";
}
.fb-icon-twitter-alt:before {
  content: "\F142";
}
.fb-icon-twitter-alt-circle:before {
  content: "\F143";
}
.fb-icon-twitter-square:before {
  content: "\F144";
}
.fb-icon-twitter-square-o:before {
  content: "\F145";
}
.fb-icon-user-admin:before {
  content: "\F123";
}
.fb-icon-user-plus:before {
  content: "\F11B";
}
.fb-icon-user-profile:before {
  content: "\F12F";
}
.fb-icon-verified:before {
  content: "\F137";
}
.fb-icon-waterstones:before {
  content: "\F146";
}
.fb-icon-waterstones-caption:before {
  content: "\F147";
}
.fb-icon-wave-circle:before {
  content: "\F139";
}
.fb-icon-wave-circle-o:before {
  content: "\F13A";
}
.fb-icon-wishbone:before {
  content: "\F103";
}
.fb-icon-wishbone-circle:before {
  content: "\F11C";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/slick.eot');
  src: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/slick.woff') format('woff'), url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/slick.ttf') format('truetype'), url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */


.checkbox label .toggle,
.checkbox-inline .toggle {
	margin-left: -20px;
	margin-right: 5px;
}

.toggle {
	position: relative;
	overflow: hidden;
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
}

.toggle.btn { min-width: 59px; min-height: 34px; }
.toggle-on.btn { padding-right: 24px; }
.toggle-off.btn { padding-left: 24px; }

.toggle.btn-lg { min-width: 79px; min-height: 45px; }
.toggle-on.btn-lg { padding-right: 31px; }
.toggle-off.btn-lg { padding-left: 31px; }
.toggle-handle.btn-lg { width: 40px; }

.toggle.btn-sm { min-width: 50px; min-height: 30px;}
.toggle-on.btn-sm { padding-right: 20px; }
.toggle-off.btn-sm { padding-left: 20px; }

.toggle.btn-xs { min-width: 35px; min-height: 22px;}
.toggle-on.btn-xs { padding-right: 12px; }
.toggle-off.btn-xs { padding-left: 12px; }


/*

This file is imported into main.less.

Vanilla Reset
http://noscope.com/vanilla-css
CSSresetr.com

*/
* {
  outline: none;
}
.alignright {
  text-align: right;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
* html .clearfix,
* html .dl-horizontal dd,
* html .container,
* html .container-fluid,
* html .row,
* html .form-horizontal .form-group,
* html .btn-toolbar,
* html .btn-group-vertical > .btn-group,
* html .nav,
* html .navbar,
* html .navbar-header,
* html .navbar-collapse,
* html .pager,
* html .panel-body,
* html .modal-header,
* html .modal-footer,
* html .headerwrap,
* html .headerbox,
* html .bodywrap,
* html .bodybox,
* html .footerwrap,
* html .footerbox,
* html .form-with-labels .row-wrap,
* html .loginBox,
* html .dashboardBoxWrapper.row,
* html .dashboardBoxWrapper .row,
* html .coverBoxWrapper.row,
* html .coverBoxWrapper .row,
* html #homepage #headerWrapper,
* html #homepage .thirds,
* html #titleDetailsHeaderBox .row,
* html .titleDetailsHeaderBox .row,
* html .globalmenu,
* html .detail-wrap {
  height: 1%;
}
* + html .clearfix,
* + html .dl-horizontal dd,
* + html .container,
* + html .container-fluid,
* + html .row,
* + html .form-horizontal .form-group,
* + html .btn-toolbar,
* + html .btn-group-vertical > .btn-group,
* + html .nav,
* + html .navbar,
* + html .navbar-header,
* + html .navbar-collapse,
* + html .pager,
* + html .panel-body,
* + html .modal-header,
* + html .modal-footer,
* + html .headerwrap,
* + html .headerbox,
* + html .bodywrap,
* + html .bodybox,
* + html .footerwrap,
* + html .footerbox,
* + html .form-with-labels .row-wrap,
* + html .loginBox,
* + html .dashboardBoxWrapper.row,
* + html .dashboardBoxWrapper .row,
* + html .coverBoxWrapper.row,
* + html .coverBoxWrapper .row,
* + html #homepage #headerWrapper,
* + html #homepage .thirds,
* + html #titleDetailsHeaderBox .row,
* + html .titleDetailsHeaderBox .row,
* + html .globalmenu,
* + html .detail-wrap {
  display: inline-block;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.headerwrap:after,
.headerbox:after,
.bodywrap:after,
.bodybox:after,
.footerwrap:after,
.footerbox:after,
.form-with-labels .row-wrap:after,
.loginBox:after,
.dashboardBoxWrapper.row:after,
.dashboardBoxWrapper .row:after,
.coverBoxWrapper.row:after,
.coverBoxWrapper .row:after,
#homepage #headerWrapper:after,
#homepage .thirds:after,
#titleDetailsHeaderBox .row:after,
.titleDetailsHeaderBox .row:after,
.globalmenu:after,
.detail-wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .group {
  height: 1%;
}
* + html .group {
  display: inline-block;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/**
 * Fonts
 */
@font-face {
  font-family: 'Raleway-Light';
  src: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/Raleway-Light.ttf');
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/Raleway-Regular.ttf');
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/Raleway-Medium.ttf');
}
@font-face {
  font-family: 'summernote';
  src: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/fonts/summernote.ttf');
}
/* Font Styles */
.labelFont {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .labelFont {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.captionFont {
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .captionFont {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.largeLink-Orange {
  color: #f2761c;
  font: normal normal normal 18px / 1.8em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .largeLink-Orange {
    font: normal normal normal 18px / 1.8em Raleway-Medium, sans-serif;
  }
}
.mediumLink-Orange {
  color: #f2761c;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .mediumLink-Orange {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.smallLink-Orange {
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .smallLink-Orange {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
.mediumLink-Blue {
  color: #5c7f92;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .mediumLink-Blue {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.smallLink-Blue {
  color: #5c7f92;
  font: normal normal normal 12px / 1.3em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .smallLink-Blue {
    font: normal normal normal 12px / 1.3em Raleway-Regular, sans-serif;
  }
}
.tinyLink-Blue {
  color: #5c7f92;
  font: normal normal normal 10px / 1.3em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  .tinyLink-Blue {
    font: normal normal normal 10px / 1.3em Raleway-Light, sans-serif;
  }
}
.notification {
  color: #aec880;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .notification {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.font-inherit {
  font: inherit;
}
/*

This file is imported into main.less.

*/
body {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
b,
strong {
  font-weight: bold;
}
em,
i,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
p,
code,
pre,
kbd {
  margin: 0 0 12px 0;
}
blockquote {
  margin: 0 12px 12px 12px;
}
cite {
  font-style: italic;
}
li ul,
li ol {
  margin: 0 12px;
}
ul,
ol {
  margin: 0 12px 12px 12px;
}
ul li {
  list-style-type: disc;
}
ol li {
  list-style-type: decimal;
}
ol ol li {
  list-style: upper-alpha;
}
ol ol ol li {
  list-style: lower-roman;
}
ol ol ol ol li {
  list-style: lower-alpha;
}
dl {
  margin: 0 0 12px 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
table {
  margin-bottom: 12px;
  width: 100%;
}
tbody:not(.pageFont) {
  color: #333;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  tbody:not(.pageFont) {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
th {
  font-weight: bold;
}
th,
caption {
  padding: 4px 10px 4px 5px;
}
td {
  padding: 7px 10px 7px 5px;
}
tfoot {
  font-style: italic;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted;
}
address {
  margin: 0 0 12px;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
pre {
  margin: 12px 0;
  white-space: pre-wrap;
}
img {
  border: 0;
}
a,
a:visited,
a:hover {
  color: #f2761c;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  a,
  a:visited,
  a:hover {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
a,
a:visited,
a:hover,
a:active,
a:link {
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 6px;
}
h1 {
  color: #5c7f92;
  font: normal normal normal 28px / 1.1em Raleway-Regular, sans-serif;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  h1 {
    font: normal normal normal 38px / 1.1em Raleway-Regular, sans-serif;
  }
}
h1 a,
h1 a:visited,
h1 a:hover {
  color: #5c7f92;
  font: normal normal normal 28px / 1.1em Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  h1 a,
  h1 a:visited,
  h1 a:hover {
    font: normal normal normal 38px / 1.1em Raleway-Regular, sans-serif;
  }
}
h2 {
  color: #895092;
  font: normal normal normal 18px / 1.2em Raleway-Regular, sans-serif;
  text-align: left;
}
@media (min-width: 768px) {
  h2 {
    font: normal normal normal 24px / 1.2em Raleway-Regular, sans-serif;
  }
}
h2 a,
h2 a:visited,
h2 a:hover {
  color: #895092;
  font: normal normal normal 18px / 1.2em Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  h2 a,
  h2 a:visited,
  h2 a:hover {
    font: normal normal normal 24px / 1.2em Raleway-Regular, sans-serif;
  }
}
h3 {
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
  text-align: left;
}
@media (min-width: 768px) {
  h3 {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
h3 a,
h3 a:visited,
h3 a:hover {
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  h3 a,
  h3 a:visited,
  h3 a:hover {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
h4 {
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
  margin-bottom: .7em;
}
@media (min-width: 768px) {
  h4 {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
h4 a,
h4 a:visited,
h4 a:hover {
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  h4 a,
  h4 a:visited,
  h4 a:hover {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
h5 {
  color: #777;
  font: normal normal normal 12px / 1.2em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  h5 {
    font: normal normal normal 16px / 1.2em Raleway-Light, sans-serif;
  }
}
h5 a,
h5 a:visited,
h5 a:hover {
  color: #777;
  font: normal normal normal 12px / 1.2em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  h5 a,
  h5 a:visited,
  h5 a:hover {
    font: normal normal normal 16px / 1.2em Raleway-Light, sans-serif;
  }
}
h6 {
  font-size: .9em;
  font-weight: normal;
}
nav {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  nav {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
/*

This file is imported into main.less.

*/
div.td {
  background-color: #eeedee;
  margin: 1px;
  min-height: 3em;
  height: 2em;
  vertical-align: middle;
  overflow: hidden;
  padding: 1px 2px;
  line-height: 12px;
}
div.tdbreak {
  word-wrap: break-word;
}
div.td1 {
  width: 20px;
}
div.td2 {
  width: 40px;
}
div.td3 {
  width: 60px;
}
div.td4 {
  width: 80px;
}
div.td5 {
  width: 100px;
}
div.td6 {
  width: 120px;
}
div.td7 {
  width: 140px;
}
div.td8 {
  width: 160px;
}
div.td10 {
  width: 200px;
}
div.td12 {
  width: 240px;
}
div.td16 {
  width: 320px;
}
div.td20 {
  width: 400px;
}
div.td24 {
  width: 480px;
}
/*

This file is imported into main.less.

*/
.wrap {
  width: 100%;
}
.headerwrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  clear: both;
}
.headerbox {
  margin-left: -12px;
  margin-right: -12px;
  padding: 24px 12px;
  margin: 0 auto;
  background-color: #f1f1f1;
  width: 1020px;
}
.headerbox .liner {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.bodywrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 200px;
  clear: both;
  overflow: hidden;
  padding-top: 12px;
}
.bodywrap #homepage {
  padding-top: 12px;
}
.bodybox {
  margin-left: -12px;
  margin-right: -12px;
  width: 1020px;
  margin: 0px auto 6px auto;
  padding-left: 12px;
  padding-right: 12px;
}
.page-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0px;
}
.footerwrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  clear: both;
  margin-top: 36px;
  margin-bottom: 0px;
}
.footerbox {
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  width: 1020px;
  background-color: #777;
  margin: 0 auto;
}
.footerbox h3 {
  color: #fff;
  font: normal normal normal 28px / 1.5em Raleway-Regular, sans-serif;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .footerbox h3 {
    font: normal normal normal 28px / 1.5em Raleway-Regular, sans-serif;
  }
}
.initial {
  display: initial;
}
.inline-block {
  display: inline-block;
}
.ib {
  display: inline-block;
}
.inline {
  display: inline;
}
.valign-middle {
  vertical-align: middle;
}
.vm {
  vertical-align: middle;
}
.vt {
  vertical-align: top;
}
.vb {
  vertical-align: bottom;
}
.align-bottom {
  position: absolute;
  bottom: 0;
}
.align-topright {
  position: absolute;
  top: 0;
  right: 0;
}
.position-relative {
  position: relative;
}
.profile-head-area {
  min-height: 254px;
}
.padded {
  padding: 12px 24px 12px 24px !important;
}
.padded-left {
  padding-left: 24px !important;
}
.padded-right {
  padding-right: 24px !important;
}
.padded-top {
  padding-top: 12px !important;
}
.padded-bottom {
  padding-bottom: 12px !important;
}
.padded-small {
  padding: 6px 12px 6px 12px !important;
}
.padded-small-left {
  padding-left: 12px !important;
}
.padded-small-right {
  padding-right: 12px !important;
}
.padded-small-top {
  padding-top: 6px !important;
}
.padded-small-bottom {
  padding-bottom: 6px !important;
}
.padded-large {
  padding: 15px 30px 15px 30px !important;
}
.padded-large-left {
  padding-left: 30px !important;
}
.padded-large-right {
  padding-right: 30px !important;
}
.padded-large-top {
  padding-top: 15px !important;
}
.padded-large-bottom {
  padding-bottom: 15px !important;
}
.padded-tiny {
  padding: 0 6px 0 6px !important;
}
.padded-tiny-left {
  padding-left: 6px !important;
}
.padded-tiny-right {
  padding-right: 6px !important;
}
.padded-tiny-top {
  padding-top: 2px !important;
}
.padded-tiny-bottom {
  padding-bottom: 2px !important;
}
.padded-none {
  padding: 0 !important;
}
.padded-none-left {
  padding-left: 0 !important;
}
.padded-none-right {
  padding-right: 0 !important;
}
.padded-none-top {
  padding-top: 0 !important;
}
.padded-none-bottom {
  padding-bottom: 0 !important;
}
.margined {
  margin: 12px 24px 12px 24px !important;
}
.margined-left {
  margin-left: 24px !important;
}
.margined-right {
  margin-right: 24px !important;
}
.margined-top {
  margin-top: 12px !important;
}
.margined-bottom {
  margin-bottom: 12px !important;
}
.margined-small {
  margin: 6px 12px 6px 12px !important;
}
.margined-small-left {
  margin-left: 12px !important;
}
.margined-small-right {
  margin-right: 12px !important;
}
.margined-small-top {
  margin-top: 6px !important;
}
.margined-small-bottom {
  margin-bottom: 6px !important;
}
.margined-large {
  margin: 15px 30px 15px 30px !important;
}
.margined-large-left {
  margin-left: 30px !important;
}
.margined-large-right {
  margin-right: 30px !important;
}
.margined-large-top {
  margin-top: 15px !important;
}
.margined-large-bottom {
  margin-bottom: 15px !important;
}
.margined-tiny {
  margin: 0 6px 0 6px !important;
}
.margined-tiny-left {
  margin-left: 6px !important;
}
.margined-tiny-right {
  margin-right: 6px !important;
}
.margined-tiny-top {
  margin-top: 2px !important;
}
.margined-tiny-bottom {
  margin-bottom: 2px !important;
}
.margined-none {
  margin: 0 !important;
}
.margined-none-left {
  margin-left: 0 !important;
}
.margined-none-right {
  margin-right: 0 !important;
}
.margined-none-top {
  margin-top: 0 !important;
}
.margined-none-bottom {
  margin-bottom: 0 !important;
}
.margined-review {
  min-height: 90px;
}
.border {
  border: solid 1px #2d2d2d;
}
.border-left {
  border-left: solid 1px #2d2d2d;
}
.border-right {
  border-right: solid 1px #2d2d2d;
}
.border-top {
  border-top: solid 1px #2d2d2d;
}
.border-bottom {
  border-bottom: solid 1px #2d2d2d;
}
.border-grey,
.border-gray {
  border: solid 1px #999999;
}
.border-grey-left,
.border-gray-left {
  border-left: solid 1px #999999;
}
.border-grey-right,
.border-gray-right {
  border-right: solid 1px #999999;
}
.border-grey-top,
.border-gray-top {
  border-top: solid 1px #999999;
}
.border-grey-bottom,
.border-gray-bottom {
  border-bottom: solid 1px #999999;
}
.border-lightgrey,
.border-lightgray {
  border: solid 1px #f2f2f2;
}
.border-lightgrey-left,
.border-lightgray-left {
  border-left: solid 1px #f2f2f2;
}
.border-lightgrey-right,
.border-lightgray-right {
  border-right: solid 1px #f2f2f2;
}
.border-lightgrey-top,
.border-lightgray-top {
  border-top: solid 1px #f2f2f2;
}
.border-lightgrey-bottom,
.border-lightgray-bottom {
  border-bottom: solid 1px #f2f2f2;
}
.border-white {
  border: solid 1px white;
}
.border-white-left {
  border-left: solid 1px white;
}
.border-white-right {
  border-right: solid 1px white;
}
.border-white-top {
  border-top: solid 1px white;
}
.border-white-bottom {
  border-bottom: solid 1px white;
}
.border-none {
  border: none !important;
}
.border-none-left {
  border-left: none !important;
}
.border-none-right {
  border-right: none !important;
}
.border-none-top {
  border-top: none !important;
}
.border-none-bottom {
  border-bottom: none !important;
}
.sinker {
  margin-bottom: -1em;
}
.pegleft {
  float: left;
}
.pegright {
  float: right;
}
button.pegright {
  right: 4px;
  position: relative;
}
.pegright-absolute {
  position: absolute;
  right: 0;
  top: 0;
}
.wrap-micro {
  /* wrapping for tiny book covers and associated content */
  padding: 6px 0px;
}
.wrap-micro .micro-title {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .wrap-micro .micro-title {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.wrap-micro .micro-author {
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .wrap-micro .micro-author {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.two-columns {
  /* Dependencies: pubsSuccess.php, admin/dashboardSuccess.php, publisher/dashboardSuccess.php */
  width: 468px;
}
.two-columns hr {
  width: 90%;
  padding: 0px;
  margin: 6px 0px;
}
.two-columns h2 {
  margin: 0px !important;
  padding: 0px !important;
}
.two-columns h3 {
  margin-bottom: 0px !important;
}
.two-columns .contentWrapper {
  margin-bottom: 36px;
}
.two-columns .contentWrapper .icon {
  width: 60px;
  margin-right: 24px;
  display: inline-block;
  vertical-align: top;
}
.two-columns .contentWrapper .description {
  width: 356px;
  display: inline-block;
  vertical-align: top;
}
.dashboardLeftWrapper h3 {
  border-bottom: 1px solid #999999;
  padding-bottom: 6px;
}
.dashboardLeftWrapper > div {
  padding: 12px 0px;
}
/* Font Awesome positioning hack */
/* Font Awesome fonts have a small amount of space above and below them that are not affected by padding, margin, or line-height. */
/* That spacing is also, unfortunately, disproportionate: there more space below than there is above. */
/* These classes ensure a true verticle-align:middle centering on icons sized at icon-2x using absolute positioning. */
span.pubs-icon-space-eradicator {
  /* Create a small box and position it relative to the document flow. */
  display: inline-block;
  overflow: visible;
  position: relative;
  height: 22px;
  width: 25px;
  vertical-align: middle;
}
i.pubs-icon-space-eradicator:before {
  /* Position the font within the small box above, absoletely, at 0,0 */
  height: 22px;
  position: absolute;
  top: -2px;
  left: 0px;
}
button {
  display: inline-block;
  cursor: pointer;
  text-align: right;
  border: none;
  padding: 8px 10px;
  font-size: 16px !important;
  line-height: 16px !important;
}
@media (min-width: 768px) {
  button {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}
button.small-xs {
  font-size: 14px !important;
  line-height: 14px !important;
}
button.disabled {
  background-color: #999999 !important;
  background-image: none !important;
}
button .liner {
  margin: 0 auto;
  white-space: nowrap;
}
button i {
  margin: 0 0 0 12px;
}
button i.left-icon {
  margin: 0 12px 0 0;
}
@media (min-width: 768px) {
  button i {
    margin: 0 0 0 8px;
  }
  button i.left-icon {
    margin: 0 8px 0 0;
  }
}
button .button-label {
  font-weight: bold;
  margin: 0 auto;
  white-space: nowrap;
}
button.button-upper,
button .button-upper {
  text-transform: uppercase;
}
button.white-text {
  color: #f1f1f1;
}
button.black-text {
  color: #333;
}
button.red-button {
  background-color: #cc0000;
}
button.green-button {
  background-color: #aec880;
}
button.orange-button {
  background-color: #f2761c;
  color: #fff;
}
button.blue-button {
  background-color: #73a6d0;
}
button.purple-button {
  background-color: #895092;
}
button.white-button {
  background-color: #fff;
  color: #2d2d2d;
  border: 1px solid #aec880;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 !important;
}
textarea {
  min-height: 100px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #eeedee;
  background: #eeedee;
  padding: 9px;
}
button,
input,
select,
textarea {
  vertical-align: auto !important;
}
label {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  label {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
label.login {
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  label.login {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
label.required:after {
  content: "*";
}
.formrow {
  margin: .5em 0 .5em 0;
}
.formrow p {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  padding-top: 1.1em;
}
.formrow label,
.formrow .input-text-wrap,
.formrow .input-select-wrap {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .formrow label,
  .formrow .input-text-wrap,
  .formrow .input-select-wrap {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.formrow label {
  width: 180px;
  text-align: right;
  margin-top: 1em;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .formrow label {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.formrow label.left {
  text-align: left;
}
.formrow label.clear-style {
  /* allows wrapping radio options and text with a label tag for clicking without borking the existing styles */
  width: inherit;
  text-align: inherit;
  font-size: inherit;
  color: inherit;
  margin: inherit;
  display: inherit;
  vertical-align: inherit;
  position: inherit;
  font-weight: inherit;
  cursor: pointer;
}
.formrow .checkbox-spacer {
  /* Dependencies: settingsSuccess.php [...] */
  display: inline-block;
  width: 180px;
  text-align: right;
}
.formrow .infolabel {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  text-align: right;
  margin-right: 1em;
  margin-top: .5em;
  margin-bottom: .25em;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .formrow .infolabel {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.formrow .infolabel2 {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  text-align: right;
  margin-right: .25em;
  margin-top: .25em;
  margin-bottom: .25em;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .formrow .infolabel2 {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.formrow .infovalue {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: .5em;
  margin-bottom: .25em;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .formrow .infovalue {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.formrow .infovalue2 {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: .25em;
  margin-bottom: .25em;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .formrow .infovalue2 {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.form-content {
  margin: 1.4em 0em 2em 1em;
}
.form-content textarea,
.formrow textarea {
  width: 600px;
  height: 160px;
  max-height: 160px;
  overflow: auto;
}
.formrow-helptext {
  width: 362px;
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .formrow-helptext {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.formrow-button,
.formrow-helptext {
  margin-left: 190px;
}
.formrow-checkbox {
  margin-left: 146px;
}
.formrow-requiredtext {
  margin-left: 260px;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #666;
}
/* .input-wrap is a version of input-text-wrap that does not affect layout on its own */
.input-text-wrap,
.input-wrap,
.input-wrap-responsive {
  font-size: 1.2em;
}
.input-text-wrap input:disabled,
.input-wrap input:disabled,
.input-wrap-responsive input:disabled {
  opacity: .5 !important;
}
.input-text-wrap input[type="text"],
.input-wrap input[type="text"],
.input-wrap-responsive input[type="text"],
.input-text-wrap input[type="email"],
.input-wrap input[type="email"],
.input-wrap-responsive input[type="email"],
.input-text-wrap input[type="number"],
.input-wrap input[type="number"],
.input-wrap-responsive input[type="number"],
.input-text-wrap input[type="password"],
.input-wrap input[type="password"],
.input-wrap-responsive input[type="password"],
.input-text-wrap input[type="search"],
.input-wrap input[type="search"],
.input-wrap-responsive input[type="search"],
.input-text-wrap input[type="url"],
.input-wrap input[type="url"],
.input-wrap-responsive input[type="url"],
.input-text-wrap textarea,
.input-wrap textarea,
.input-wrap-responsive textarea {
  border: solid 1px #999999;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: .4em 1.2em .4em .6em;
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  background: #fff;
}
@media (min-width: 768px) {
  .input-text-wrap input[type="text"],
  .input-wrap input[type="text"],
  .input-wrap-responsive input[type="text"],
  .input-text-wrap input[type="email"],
  .input-wrap input[type="email"],
  .input-wrap-responsive input[type="email"],
  .input-text-wrap input[type="number"],
  .input-wrap input[type="number"],
  .input-wrap-responsive input[type="number"],
  .input-text-wrap input[type="password"],
  .input-wrap input[type="password"],
  .input-wrap-responsive input[type="password"],
  .input-text-wrap input[type="search"],
  .input-wrap input[type="search"],
  .input-wrap-responsive input[type="search"],
  .input-text-wrap input[type="url"],
  .input-wrap input[type="url"],
  .input-wrap-responsive input[type="url"],
  .input-text-wrap textarea,
  .input-wrap textarea,
  .input-wrap-responsive textarea {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.input-text-wrap input[type="number"],
.input-wrap input[type="number"],
.input-wrap-responsive input[type="number"] {
  padding-right: 0 !important;
}
.input-text-wrap select,
.input-wrap select,
.input-wrap-responsive select {
  padding: .5em .2em;
}
.input-select-wrap {
  font-size: 1.2em;
}
.input-select-wrap select {
  padding: .3em;
}
/* Layout affecting styles that should not apply to the generic .input-wrap */
.input-select-wrap,
.input-text-wrap {
  margin: .5em;
}
.input-select-wrap input[type="text"],
.input-text-wrap input[type="text"],
.input-select-wrap input[type="email"],
.input-text-wrap input[type="email"],
.input-select-wrap input[type="number"],
.input-text-wrap input[type="number"],
.input-select-wrap input[type="password"],
.input-text-wrap input[type="password"],
.input-select-wrap input[type="search"],
.input-text-wrap input[type="search"],
.input-select-wrap input[type="url"],
.input-text-wrap input[type="url"],
.input-select-wrap input[type="file"],
.input-text-wrap input[type="file"] {
  position: relative;
  margin: 0px;
}
.input-select-wrap input[type="text"],
.input-text-wrap input[type="text"],
.input-select-wrap input[type="email"],
.input-text-wrap input[type="email"],
.input-select-wrap input[type="number"],
.input-text-wrap input[type="number"],
.input-select-wrap input[type="password"],
.input-text-wrap input[type="password"],
.input-select-wrap input[type="url"],
.input-text-wrap input[type="url"] {
  min-width: 178px;
  /* ü - Lowered from 212 for the browse-publisher update */
}
.input-select-wrap select,
.input-text-wrap select {
  width: 178px;
}
.input-text-wrap-disabled {
  vertical-align: middle;
  padding: 20px 0 0 8px;
}
.input-text-wrap-disabled .value-text {
  vertical-align: middle;
  padding-top: 1.1em;
}
.input-checkbox-wrap {
  vertical-align: text-top;
  margin: 1em .5em;
  display: inline-block;
  max-width: 500px;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .input-checkbox-wrap {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.input-checkbox-wrap .accountSettings {
  /* Dependencies: settingsSuccess */
  margin-left: 0px;
  padding: 15px 13px 15px 30px;
  background-color: #eeedee;
  width: 500px;
  /* Currently a hack to keep the checkboxes full-width */
}
.input-radio-wrap {
  /* Dependencies: settingsSuccess.php accessoptionsSuccess.php */
  margin: 0px;
  padding-left: 25px;
}
.input-radio-group {
  padding: 0px;
  margin: 0px;
}
.radio-help {
  margin-top: 4px;
}
.radio-help-toggle {
  /* Dependencies: _download_options.php */
  padding: 0px;
  margin: 15px 0px 0px 0px;
}
.input-checkbox-region-wrap {
  /* Dependencies: settingsSuccess.php - Region Option */
  margin: 4px;
  display: block;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .input-checkbox-region-wrap {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
#filterform {
  /* Dependencies: manageSuccess.php */
  padding: 12px 0px;
  margin: 0px;
}
#filterform #instructions {
  /* Dependencies: manageSuccess.php */
  margin: 0px 5px 0px 0px;
}
.feedback-star-summary {
  margin: 1em 2em 0 0 ;
}
.feedback-star-summary .rated {
  margin: .7em 0 0 .5em;
}
.feedbackForm {
  text-align: center;
  margin: 0 auto;
  height: auto;
}
.feedbackForm textarea {
  margin: 1em auto;
}
.feedbackForm .labels {
  text-align: right;
}
.feedbackForm .fields {
  text-align: left;
  padding-right: 40px;
}
.feedbackForm .fields textarea {
  margin: 0;
  width: 100%;
  background-color: #f1f1f1;
}
.feedbackForm .fields .yesnobox {
  margin: 0 4px 0 4px;
  padding: 2px 8px 2px 8px;
  border: 1px solid #f2761c;
  background-color: white;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.feedbackForm .fields .yesnobox.yesnobox-on {
  background-color: #f2761c;
  color: white;
}
.feedbackForm .fields .yesnobox:hover {
  color: white;
  cursor: pointer;
  background-color: #f2761c;
}
.feedbackForm label {
  display: inline-block;
  width: 200px;
}
.feedbackForm .row {
  margin: 10px 0;
}
.feedbackForm .book-question {
  margin: 4px 0;
  padding: 8px 14px 2px 4px;
  background-color: #fff;
}
.feedbackForm .book-question.altcolor {
  background-color: #eeedee;
}
.feedbackForm .book-question-review {
  margin: 5px 0px 5px;
  padding: 8px 14px 2px 4px;
  background-color: #fff;
}
.feedbackForm .book-question-review.altcolor {
  background-color: #eeedee;
}
.yesnobox-fixed-on,
.yesnobox-fixed-off {
  cursor: pointer;
  margin: 0 4px 0 4px;
  padding: 2px 8px 2px 8px;
  border: 1px solid #f2761c;
  background-color: white;
}
.yesnobox-fixed-on {
  background-color: #f2761c !important;
  color: white;
}
.yesnobox-fixed-on:hover {
  background-color: #f2761c !important;
  color: white !important;
  cursor: auto !important;
}
.yesnobox-fixed-off {
  background-color: white;
  color: black;
}
.yesnobox-fixed-off:hover {
  background-color: white !important;
  color: black !important;
  cursor: auto !important;
}
.labelCenterer {
  /**
     * This is an edge-case class that centers LABELS with inline, non-label TEXT when both are
     * encased within another inline TAG like <span> or <a>.
     */
  vertical-align: baseline;
}
.labelCenterer .label {
  display: inline-block;
  vertical-align: text-bottom;
}
.input-radio-wrap {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .input-radio-wrap {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.signup-form .orangelink {
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .signup-form .orangelink {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
.forgot-link {
  text-align: left;
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .forgot-link {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
.feedback-link {
  padding-top: 4px;
}
.feedback-link a,
.feedback-link a:hover,
.feedback-link a:visited {
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .feedback-link a,
  .feedback-link a:hover,
  .feedback-link a:visited {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
.sf_admin_form_row textarea {
  height: 1.4em;
  min-height: 1.4em;
}
.form-no-labels .row-wrap,
.form-with-labels .form-no-labels .row-wrap {
  margin: 0;
}
.form-no-labels .input-wrap input[type="text"],
.form-with-labels .form-no-labels .input-wrap input[type="text"],
.form-no-labels .input-wrap-responsive input[type="text"],
.form-with-labels .form-no-labels .input-wrap-responsive input[type="text"],
.form-no-labels .input-wrap input[type="email"],
.form-with-labels .form-no-labels .input-wrap input[type="email"],
.form-no-labels .input-wrap-responsive input[type="email"],
.form-with-labels .form-no-labels .input-wrap-responsive input[type="email"],
.form-no-labels .input-wrap input[type="number"],
.form-with-labels .form-no-labels .input-wrap input[type="number"],
.form-no-labels .input-wrap-responsive input[type="number"],
.form-with-labels .form-no-labels .input-wrap-responsive input[type="number"],
.form-no-labels .input-wrap input[type="password"],
.form-with-labels .form-no-labels .input-wrap input[type="password"],
.form-no-labels .input-wrap-responsive input[type="password"],
.form-with-labels .form-no-labels .input-wrap-responsive input[type="password"],
.form-no-labels .input-wrap input[type="search"],
.form-with-labels .form-no-labels .input-wrap input[type="search"],
.form-no-labels .input-wrap-responsive input[type="search"],
.form-with-labels .form-no-labels .input-wrap-responsive input[type="search"],
.form-no-labels .input-wrap input[type="url"],
.form-with-labels .form-no-labels .input-wrap input[type="url"],
.form-no-labels .input-wrap-responsive input[type="url"],
.form-with-labels .form-no-labels .input-wrap-responsive input[type="url"],
.form-no-labels .input-wrap input[type="file"],
.form-with-labels .form-no-labels .input-wrap input[type="file"],
.form-no-labels .input-wrap-responsive input[type="file"],
.form-with-labels .form-no-labels .input-wrap-responsive input[type="file"],
.form-no-labels .input-wrap textarea,
.form-with-labels .form-no-labels .input-wrap textarea,
.form-no-labels .input-wrap-responsive textarea,
.form-with-labels .form-no-labels .input-wrap-responsive textarea {
  width: 100%;
}
.form-no-labels .input-wrap select,
.form-with-labels .form-no-labels .input-wrap select,
.form-no-labels .input-wrap-responsive select,
.form-with-labels .form-no-labels .input-wrap-responsive select {
  width: 50%;
  padding: 5px;
}
.form-no-labels .input-wrap,
.form-with-labels .form-no-labels .input-wrap {
  width: 100%;
  margin-bottom: 12px;
  padding: 0;
}
.form-no-labels .submit-wrap,
.form-with-labels .form-no-labels .submit-wrap,
.form-no-labels .forgot-link,
.form-with-labels .form-no-labels .forgot-link {
  text-align: center;
  padding: 12px 0;
}
.form-no-labels .submit-wrap button,
.form-with-labels .form-no-labels .submit-wrap button {
  padding: 8px 48px;
}
.form-no-labels .forgot-link a,
.form-with-labels .form-no-labels .forgot-link a {
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .form-no-labels .forgot-link a,
  .form-with-labels .form-no-labels .forgot-link a {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
.form-no-labels .error-wrap ul,
.form-with-labels .form-no-labels .error-wrap ul,
.form-no-labels .error-wrap-responsive ul,
.form-with-labels .form-no-labels .error-wrap-responsive ul {
  margin: 0 0 12px 0;
  padding: 0;
}
.form-no-labels .error-wrap ul li,
.form-with-labels .form-no-labels .error-wrap ul li,
.form-no-labels .error-wrap-responsive ul li,
.form-with-labels .form-no-labels .error-wrap-responsive ul li {
  text-align: center;
  list-style-type: none;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  color: #cc0000;
}
@media (min-width: 768px) {
  .form-no-labels .error-wrap ul li,
  .form-with-labels .form-no-labels .error-wrap ul li,
  .form-no-labels .error-wrap-responsive ul li,
  .form-with-labels .form-no-labels .error-wrap-responsive ul li {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.form-with-labels .row-wrap {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 6px;
}
.form-with-labels .label-wrap,
.form-with-labels .label-wrap-responsive {
  padding-top: 6px;
}
.form-with-labels .label-wrap label,
.form-with-labels .label-wrap-responsive label {
  color: #777;
}
.form-with-labels .label-wrap {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: right;
}
.form-with-labels .label-wrap-responsive {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .form-with-labels .label-wrap-responsive {
    text-align: right;
  }
  .form-with-labels .label-wrap-responsive.col-sm-12 {
    text-align: left;
  }
  .form-with-labels .label-wrap-responsive.text-xs-left,
  .form-with-labels .label-wrap-responsive .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 1040px) {
  .form-with-labels .label-wrap-responsive {
    text-align: right;
  }
  .form-with-labels .label-wrap-responsive.col-md-12 {
    text-align: left;
  }
}
.form-with-labels .input-wrap input[type="text"],
.form-with-labels .input-wrap-responsive input[type="text"],
.form-with-labels .input-wrap input[type="email"],
.form-with-labels .input-wrap-responsive input[type="email"],
.form-with-labels .input-wrap input[type="number"],
.form-with-labels .input-wrap-responsive input[type="number"],
.form-with-labels .input-wrap input[type="password"],
.form-with-labels .input-wrap-responsive input[type="password"],
.form-with-labels .input-wrap input[type="search"],
.form-with-labels .input-wrap-responsive input[type="search"],
.form-with-labels .input-wrap input[type="url"],
.form-with-labels .input-wrap-responsive input[type="url"],
.form-with-labels .input-wrap input[type="file"],
.form-with-labels .input-wrap-responsive input[type="file"],
.form-with-labels .input-wrap textarea,
.form-with-labels .input-wrap-responsive textarea {
  width: 100%;
}
.form-with-labels .input-wrap select,
.form-with-labels .input-wrap-responsive select {
  width: 50%;
  padding: 5px;
}
.form-with-labels .input-wrap {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.form-with-labels .field-status {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.form-with-labels .error-wrap ul,
.form-with-labels .error-wrap-responsive ul {
  margin: 0;
  padding: 0;
}
.form-with-labels .error-wrap ul li,
.form-with-labels .error-wrap-responsive ul li {
  list-style-type: none;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  color: #cc0000;
}
@media (min-width: 768px) {
  .form-with-labels .error-wrap ul li,
  .form-with-labels .error-wrap-responsive ul li {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.form-with-labels .error-wrap {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 25%;
}
.form-with-labels .info-wrap p,
.form-with-labels .info-wrap-responsive p {
  background-color: #e0e7ee;
  text-align: center;
  padding: 6px;
}
.form-with-labels .info-wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.form-with-labels .help-wrap {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 25%;
}
.form-with-labels .submit-wrap,
.form-with-labels .submit-wrap-responsive {
  text-align: center;
}
.form-with-labels .submit-wrap button,
.form-with-labels .submit-wrap-responsive button {
  padding: 8px 48px;
}
.form-with-labels .submit-wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
/*

This file is imported into main.less.

*/
/* Bootstrap 3.1.1 Override */
.authbox * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* --------------------- */
.loginBox {
  margin-left: -12px;
  margin-right: -12px;
}
.loginBox .rowSpacer {
  padding-top: 72px;
}
.loginBox input[type="text"] {
  width: 350px;
}
.removeGutters {
  margin-left: -24px;
  margin-right: -24px;
}
.logobox {
  float: left;
}
.authbox {
  float: right;
  padding-top: 12px;
}
.authbox > div {
  display: inline-block;
}
.authbox .orangelink {
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .authbox .orangelink {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
.publisher-name-box {
  background-color: #eeedee;
  color: #333;
  font: normal normal normal 12px / 2em Raleway-Regular, sans-serif;
  padding: 2px 6px;
  margin: 4px 0px;
  display: inline-block;
}
@media (min-width: 768px) {
  .publisher-name-box {
    font: normal normal normal 12px / 2em Raleway-Regular, sans-serif;
  }
}
.iconbox {
  display: inline-block;
  background: #eeedee;
  padding: 2px 10px;
  margin: 8px 0;
}
.iconbox h4 {
  color: #777;
  font: normal normal normal 14px / 1em Raleway-Regular, sans-serif;
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .iconbox h4 {
    font: normal normal normal 18px / 1em Raleway-Light, sans-serif;
  }
}
.graybox {
  background-color: #f2f2f2;
}
.graybox p {
  margin-left: 2px;
}
.review-share-box-full {
  padding: 1em;
  margin: 1em;
  background-color: #eeedee;
  font-size: 14px;
}
.review-share-box-full .share-icons * {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}
.review-share-box-full .share-icons .share-iconbox {
  background-color: #aec880;
  margin: 12px;
  width: 1em;
  padding: 10px;
  font-size: 300%;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  border-radius: .2em;
  /* Bootstrap 3.1.1 defaults to border-box (new box model).
               This reverts the styling back to content-box model of 2.3.2 and the traditional www box model. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.reviewBox {
  /* Dependencies: _public_review.php */
  padding: 0px;
  margin: 0px 0px 15px 5px;
  display: inline-block;
}
.reviewBox .review-body-display {
  /* Dependencies: _public_review.php */
  width: 565px;
  padding: 15px;
  /* tied to .reviewBox > .starBox padding */
  margin: 0px;
  display: inline-block;
  background-color: #eeedee;
}
.reviewBox .starBox {
  /* Dependencies: _public_review.php */
  margin: 0px;
  padding: 15px;
  /* tied to .reviewBox > .review-body-display padding */
  background-color: #f2f2f2;
  border-left: 1px solid white;
  display: inline-block;
  text-align: center;
}
.reviewBox .starBox .legend {
  /* Dependencies: _public_review.php, _starBox_review.php. */
  margin: .5em 0 0 .5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.reviewBox .starBox_noReview {
  /* Dependencies: _public_review.php, _starBox_review.php. CONDITIONAL CSS */
  margin: 0px;
  padding: 15px;
  /* tied to .reviewBox > .review-body-display padding */
  background-color: #eeedee;
  border-left: none;
  text-align: left;
  width: 730px;
}
.reviewBox .starBox_noReview .legend {
  display: inline-block;
  text-align: left;
  margin-left: 10px;
}
.reviewBox .starBox_noReview h6 {
  display: inline;
  margin-right: 10px;
}
.reviewBox .starBox_noReview .star {
  vertical-align: middle;
}
.dashboardEmptyListBox {
  border: 1px solid #5c7f92;
  background-color: #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}
.dashboardEmptyNewTitlesBox {
  border: 1px solid #999999;
  background-color: #f1f1f1;
  padding: 10px;
  text-align: left;
}
.dashboardBoxWrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}
.dashboardBoxWrapper.row,
.dashboardBoxWrapper .row {
  margin-left: -6px;
  margin-right: -6px;
}
.dashboardBoxWrapper .col-xs-1 {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-2 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-4 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-5 {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-7 {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-8 {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-10 {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-11 {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .col-xs-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.dashboardBoxWrapper .circle-icon {
  width: 100%;
  max-width: 61px;
}
.newFeaturesBox {
  border: 1px solid #999999;
  padding: 15px;
  min-height: 300px;
}
.feedbackPrompterBox {
  border: 1px solid #999999;
  background-color: #f1f1f1;
  padding: 15px;
  min-height: 300px;
}
.feedbackPrompterBox .navver {
  min-height: 200px;
  padding-top: 50px;
}
.feedbackPrompterBox .navver .unrated {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Bootstrap coverBox layout */
.coverBoxWrapper.row,
.coverBoxWrapper .row {
  margin-left: -6px;
  margin-right: -6px;
}
.coverBox {
  color: #777;
  font: normal normal normal 11px / 1.2em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  .coverBox {
    font: normal normal normal 11px / 1.2em Raleway-Light, sans-serif;
  }
}
.coverBox a,
.coverBox a:visited,
.coverBox a:hover {
  color: #5c7f92;
  font: normal normal normal 12px / 1.3em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .coverBox a,
  .coverBox a:visited,
  .coverBox a:hover {
    font: normal normal normal 12px / 1.3em Raleway-Regular, sans-serif;
  }
}
.coverBox a.category,
.coverBox a:visited.category,
.coverBox a:hover.category {
  color: #5c7f92;
  font: normal normal normal 10px / 1.3em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  .coverBox a.category,
  .coverBox a:visited.category,
  .coverBox a:hover.category {
    font: normal normal normal 10px / 1.3em Raleway-Light, sans-serif;
  }
}
.coverBox img {
  width: 100%;
  margin-bottom: 10px;
}
.coverBox.col-xs-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
/* HTML table coverBox layout overrides */
td.coverBox {
  vertical-align: bottom;
}
td.coverBox .title-image img {
  margin: 0;
}
td.coverBox.coverBoxDetails {
  vertical-align: top;
}
td.coverBox1 {
  width: 100%;
}
td.coverBox2 {
  width: 50%;
}
td.coverBox3 {
  width: 33.3333333333%;
}
td.coverBox4 {
  width: 25%;
}
td.coverBox5 {
  width: 20%;
}
td.coverBox6 {
  width: 16.6666666667%;
}
.memberDashboardBox p {
  margin: 0 0 1em 0;
  color: #333;
  font: normal normal normal 12px / 1em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .memberDashboardBox p {
    font: normal normal normal 12px / 1em Raleway-Regular, sans-serif;
  }
}
.memberDashboardBox ul.linklist {
  padding: 0px;
}
.memberDashboardBox ul.linklist li a {
  color: #f2761c;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  line-height: 1em;
}
@media (min-width: 768px) {
  .memberDashboardBox ul.linklist li a {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.memberDashboardBox ul.linklist .title-image {
  margin: 0 10px 10px 0;
}
#homepage p {
  margin: 0px;
}
#homepage a,
#homepage a:hover,
#homepage a:active,
#homepage a:visited {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  color: white;
}
@media (min-width: 768px) {
  #homepage a,
  #homepage a:hover,
  #homepage a:active,
  #homepage a:visited {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
#homepage #headerWrapper {
  margin-left: -12px;
  margin-right: -12px;
  margin-left: -24px;
  margin-right: -24px;
}
#homepage #headerBox {
  background-color: #73a6d0;
  background-image: url("/images/homepage/swoosh2.png");
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding: 24px;
}
#homepage #headerBox h1 {
  color: #fff;
  font: normal normal normal 38px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  #homepage #headerBox h1 {
    font: normal normal normal 38px / 1.5em Raleway-Medium, sans-serif;
  }
}
#homepage #headerBox h2 {
  color: #fff;
  font: normal normal normal 22px / 1.5em Raleway-Regular, sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  #homepage #headerBox h2 {
    font: normal normal normal 22px / 1.5em Raleway-Regular, sans-serif;
  }
}
#homepage #coverflow {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
#homepage #coverflow img {
  padding: 0px 5px;
}
#homepage .thirds {
  margin-left: -12px;
  margin-right: -12px;
  margin-left: -24px;
  margin-right: -24px;
  padding: 20px 0px 20px 0px;
}
#homepage .thirds .noBox {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1040px) {
  #homepage .thirds .noBox {
    float: left;
    width: 33.33333333%;
  }
}
#homepage .thirds .noBox h3 {
  color: #5c7f92;
  font: normal normal normal 28px / 1.1em Raleway-Regular, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
@media (min-width: 768px) {
  #homepage .thirds .noBox h3 {
    font: normal normal normal 26px / 1.1em Raleway-Regular, sans-serif;
  }
}
#homepage .thirds .noBox h3.oneLine {
  padding: 9px 0px;
}
#homepage .thirds .orangeBox {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1040px) {
  #homepage .thirds .orangeBox {
    float: left;
    width: 33.33333333%;
  }
}
#homepage .thirds .orangeBox h3 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font: normal normal normal 26px / 1em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  #homepage .thirds .orangeBox h3 {
    font: normal normal normal 26px / 1em Raleway-Regular, sans-serif;
  }
}
#homepage .thirds .orangeBox p {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font: normal normal normal 18px / 1.5em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  #homepage .thirds .orangeBox p {
    font: normal normal normal 18px / 1.5em Raleway-Light, sans-serif;
  }
}
#homepage .thirds .orangeBox .text {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
#homepage .thirds .noBG,
#homepage .thirds .orangeBG {
  padding-top: 20px;
  padding-bottom: 20px;
}
#homepage .thirds .orangeBG {
  background-color: #f2761c;
  padding-left: 6px;
}
#homepage .thirds .orangeBG.left {
  margin-right: -2px;
}
#homepage .thirds .orangeBG.right {
  margin-right: -2px;
}
#homepage .thirds .icon-play {
  color: white;
  float: right;
  line-height: 1.9em;
  /* Centers the icon. */
}
#homepage .matrixBox {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding: 15px 35px;
  min-height: 353px;
  text-align: center;
}
#homepage .matrixBox h2 {
  text-align: inherit;
}
#homepage .matrixBox img {
  display: block;
  margin: 0px auto;
  padding: 15px 0px;
}
#homepage td.matrixBox {
  float: none;
}
#homepage .matrixGray {
  background-color: #f1f1f1;
}
#homepage .matrixBlueGray {
  background-color: #dde3e8;
}
#homepage .pubListBox {
  background-color: #895092;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#homepage .pubListBox p {
  color: #fff;
  font: normal normal normal 18px / 1.5em Raleway-Regular, sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  #homepage .pubListBox p {
    font: normal normal normal 18px / 1.5em Raleway-Regular, sans-serif;
  }
}
#homepage .pubListBox .logoBox {
  display: block;
  text-align: center;
  padding-top: 20px;
}
#homepage .pubListBox .logoBox img {
  padding: 0px 20px;
}
.arrowBox {
  /* Used to place properarrow.png */
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding: 9px 0px;
  margin-left: -10px;
}
.infoBigBox {
  background-color: #73a6d0;
  padding: 24px;
  color: #fff;
}
.infoBigBox h1,
.infoBigBox h2,
.infoBigBox h3,
.infoBigBox h4,
.infoBigBox h5,
.infoBigBox h6 {
  color: #fff;
  line-height: 1.5em;
}
.infoBigBox h3,
.infoBigBox h5 {
  font-weight: bold;
}
#titleDetailsHeaderBox,
.titleDetailsHeaderBox {
  background-color: #73a6d0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
#titleDetailsHeaderBox .coverImage,
.titleDetailsHeaderBox .coverImage {
  display: inline-block;
  border: solid 1px #fff;
  width: 40px;
}
#titleDetailsHeaderBox .titleDetails,
.titleDetailsHeaderBox .titleDetails {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
#titleDetailsHeaderBox .pubDate,
.titleDetailsHeaderBox .pubDate {
  float: right;
  margin-top: 20px;
}
#titleDetailsHeaderBox .pubDate p,
.titleDetailsHeaderBox .pubDate p {
  color: #fff;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  #titleDetailsHeaderBox .pubDate p,
  .titleDetailsHeaderBox .pubDate p {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
#titleDetailsHeaderBox .date,
.titleDetailsHeaderBox .date {
  font-weight: bold;
}
#titleDetailsHeaderBox .actionItem,
.titleDetailsHeaderBox .actionItem {
  text-align: center;
  padding-top: 10px;
}
#titleDetailsHeaderBox .actionItem a,
.titleDetailsHeaderBox .actionItem a {
  color: #fff;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  #titleDetailsHeaderBox .actionItem a,
  .titleDetailsHeaderBox .actionItem a {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
#titleDetailsHeaderBox .actionItem i,
.titleDetailsHeaderBox .actionItem i {
  font-size: 2em;
  color: #fff;
}
#titleDetailsHeaderBox h1,
.titleDetailsHeaderBox h1,
#titleDetailsHeaderBox h2,
.titleDetailsHeaderBox h2,
#titleDetailsHeaderBox h3,
.titleDetailsHeaderBox h3 {
  color: #fff;
}
#titleDetailsHeaderBox h3,
.titleDetailsHeaderBox h3 {
  color: #fff;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  #titleDetailsHeaderBox h3,
  .titleDetailsHeaderBox h3 {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
#titleDetailsHeaderBox h3 a,
.titleDetailsHeaderBox h3 a,
#titleDetailsHeaderBox h3 a:visited,
.titleDetailsHeaderBox h3 a:visited,
#titleDetailsHeaderBox h3 a:hover,
.titleDetailsHeaderBox h3 a:hover {
  color: #fff;
  line-height: 1em;
}
#titleDetailsHeaderBox p,
.titleDetailsHeaderBox p {
  color: #fff;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  #titleDetailsHeaderBox p,
  .titleDetailsHeaderBox p {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
#titleDetailsHeaderBox p:last-child,
.titleDetailsHeaderBox p:last-child {
  margin-bottom: 0;
}
#titleDetailsHeaderBox .row,
.titleDetailsHeaderBox .row {
  margin-left: -6px;
  margin-right: -6px;
}
#titleDetailsHeaderBox .col-xs-2,
.titleDetailsHeaderBox .col-xs-2 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#titleDetailsHeaderBox .col-xs-3,
.titleDetailsHeaderBox .col-xs-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#titleDetailsHeaderBox .col-xs-5,
.titleDetailsHeaderBox .col-xs-5 {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
#titleDetailsHeaderBox .col-xs-8,
.titleDetailsHeaderBox .col-xs-8 {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.manageRequestsHeaderBox {
  padding-top: 10px;
}
.manageRequestsHeaderBox h3 {
  margin: 0;
}
.searchFormHeaderBox {
  background-color: #90b8d7;
  color: #fff;
}
/* These boxes are general layout classes for page headers. */
.headerUtilityBox {
  text-align: right;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1040px) {
  .headerUtilityBox {
    float: left;
    width: 66.66666667%;
  }
}
.headerUtilityBox input[type="search"] {
  min-width: 242px;
}
.headerUtilityBox form {
  padding-left: 20px;
}
.headerDescriptorBox {
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1040px) {
  .headerDescriptorBox {
    float: left;
    width: 33.33333333%;
  }
}
.memberDetailsHeaderBox,
.categoryHeaderBox {
  background-color: #73a6d0;
}
.memberDetailsHeaderBox h2,
.categoryHeaderBox h2 {
  font-size: 28px;
  margin: 0;
  color: #fff;
  font-weight: normal;
}
.memberDetailsHeaderBox h3,
.categoryHeaderBox h3 {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0;
}
.memberDetailsHeaderBox img,
.categoryHeaderBox img {
  margin-right: 10px;
}
.categoryHeaderBox,
.searchFormHeaderBox {
  padding: 10px;
}
.memberDetailsHeaderBox {
  padding: 5px 10px;
}
.memberDetailsHeaderBox h2 {
  line-height: 1.6em;
}
.horizontalLinksBox ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.horizontalLinksBox ul li {
  position: relative;
  display: block;
  float: left;
  border: 1px solid #999999;
  margin-bottom: 24px;
}
.horizontalLinksBox ul li a {
  position: relative;
  display: block;
  padding: 6px 12px;
  color: #777;
  background-color: #f2f2f2;
}
.horizontalLinksBox ul li.active a {
  color: #5c7f92;
  background-color: #fff;
  pointer-events: none;
}
@media (min-width: 768px) {
  .horizontalLinksBox ul li:not(:first-child) {
    border-left: 0;
  }
}
.splashPageBox {
  margin-top: -12px;
  margin-left: -24px;
  margin-right: -24px;
  background-color: #73a6d0;
}
.splashPageBox .splashPageLogo {
  display: inline-block;
  vertical-align: middle;
  padding: 40px 40px 40px 0;
}
.splashPageBox .splashPageLogo i {
  font-size: 400px;
  color: #90b8d7;
}
.splashPageBox .splashPageContent {
  display: inline-block;
  vertical-align: middle;
  width: 550px;
}
.splashPageBox .splashPageContent h1,
.splashPageBox .splashPageContent h2,
.splashPageBox .splashPageContent h3 {
  color: #fff;
}
.splashPageBox .splashPageContent button {
  padding: 15px;
}
#betaBox {
  background-color: #895092;
  color: #fff;
  font: normal normal normal 10px / 1.5em Raleway-Regular, sans-serif;
  margin: 7px 0px 0px -24px;
  padding-right: 8px;
  text-align: right;
}
@media (min-width: 768px) {
  #betaBox {
    font: normal normal normal 10px / 1.5em Raleway-Regular, sans-serif;
  }
}
#barchartStatsBox {
  margin: -12px -12px 0 -12px;
}
#barchartStatsBox #toggleQuestionStats {
  margin: -12px 12px;
}
#barchartStatsBox table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px;
}
#barchartStatsBox table td {
  padding: 0;
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  #barchartStatsBox table td {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
#barchartStatsBox table td.barchart-label {
  text-align: right;
  white-space: nowrap;
}
#barchartStatsBox table td.barchart-bar {
  width: 99%;
  border: solid 1px #2d2d2d;
  position: relative;
}
#barchartStatsBox table td.barchart-bar .bar-left,
#barchartStatsBox table td.barchart-bar .bar-right {
  height: 24px;
  background-color: #aec880;
}
#barchartStatsBox table td.barchart-bar .bar-left {
  float: left;
}
#barchartStatsBox table td.barchart-bar .bar-right {
  float: right;
}
#barchartStatsBox table td.barchart-bar .stats-left,
#barchartStatsBox table td.barchart-bar .stats-right {
  position: absolute;
  margin-top: 2px;
}
#barchartStatsBox table td.barchart-bar .stats-left {
  left: 6px;
}
#barchartStatsBox table td.barchart-bar .stats-right {
  right: 6px;
}
/*

This file is imported into main.less.

*/
/* Bootstrap 3.1.1 Override */
.globalmenu * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.navbar {
  background-image: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #ddd 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
  margin-bottom: 0px;
}
/* header menus and contents */
.globalmenu {
  margin-left: -12px;
  margin-right: -12px;
  width: 1020px;
  background-color: #f2f2f2;
  margin: 12px auto;
}
.globalmenu.navbar {
  height: auto;
}
.globalmenu ul.menulist.leftmenu a.menulist-link {
  color: #5c7f92;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 23px 0px 23px;
  margin: 0;
  height: 20px;
  display: inline-block;
}
@media (min-width: 768px) {
  .globalmenu ul.menulist.leftmenu a.menulist-link {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.globalmenu ul.menulist.leftmenu {
  padding-top: 0px;
}
.globalmenu ul.menulist.rightmenu {
  float: right;
  padding-right: 40px;
}
.globalmenu ul.menulist.rightmenu a {
  display: inline-block;
  color: #aec880;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .globalmenu ul.menulist.rightmenu a {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.globalmenu ul.menulist.rightmenu .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.aloha-ui {
  display: none;
}
/* footer menus and contents */
.twtr-hd,
.twtr-ft {
  display: none;
}
.list-divider {
  height: 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #999999;
}
.footerboxLogo {
  margin: auto 0px;
}
.footerboxLogo img {
  margin-left: -12px;
}
.footerMain a,
.footerMain a:hover,
.footerMain a:visited {
  color: #fff;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .footerMain a,
  .footerMain a:hover,
  .footerMain a:visited {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.footerMain ul.footerList {
  margin: 0 20px 0 0;
  padding: 0px;
}
.footer-link-spacing {
  padding-left: 36px;
  padding-right: 36px;
}
.desktopFooterMain a,
.desktopFooterMain a:hover,
.desktopFooterMain a:visited {
  color: #777;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .desktopFooterMain a,
  .desktopFooterMain a:hover,
  .desktopFooterMain a:visited {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.desktopFooterMain ul.footerList {
  margin: 0 20px 0 0;
  padding: 0px;
}
.desktopFooterMain ul.footerList .footer-heading {
  color: #777;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  font-weight: bold !important;
}
@media (min-width: 768px) {
  .desktopFooterMain ul.footerList .footer-heading {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.desktopFooterMain ul.footerList li {
  min-height: 0em;
}
.copyright a,
.copyright a:hover,
.copyright a:visited {
  color: #fff;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .copyright a,
  .copyright a:hover,
  .copyright a:visited {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.margin-standard-bottom {
  margin-bottom: 12px;
}
.margin-standard-right {
  margin-right: 12px;
}
.margin-grid-bottom {
  margin-bottom: 24px;
}
@media (min-width: 1040px) {
  .margin-none-md-bottom {
    margin-bottom: 0 !important;
  }
  .margin-grid-md-top {
    margin-top: 24px !important;
  }
  .padding-grid-md-top {
    padding-top: 24px !important;
  }
  .text-md-right {
    text-align: right;
  }
}
.disclaimer {
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .disclaimer {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
/*

This file is imported into main.less.

*/
.pagelinks-wrap {
  padding: 0px;
  text-align: right;
}
ul.pagelink-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
}
ul.pagelink-list li {
  display: inline-block;
  /* Current buttons: a.padding.top + a.padding.bottom + a.font-size < li.height */
  /* Otherwise, buttons are too big for the li box */
  height: 25px;
}
ul.pagelink-list li a.pagelink {
  margin: 0px 2px 0px 0px;
  padding: 6px 10px;
  background-color: #eeedee;
  text-align: center;
  vertical-align: middle;
  color: #333;
  font: normal normal normal 12px / 0px Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  ul.pagelink-list li a.pagelink {
    font: normal normal normal 12px / 0px Raleway-Regular, sans-serif;
  }
}
ul.pagelink-list li a.selected,
ul.pagelink-list li a:hover {
  background-color: #73a6d0;
}
ul.pagelink-list li a.nextlink,
ul.pagelink-list li a.prevlink {
  margin: 0px 2px 0px 0px;
  padding: 6px 10px;
  background-color: #eeedee;
  text-align: center;
  vertical-align: middle;
  color: #333;
  font: normal normal normal 12px / 0px Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  ul.pagelink-list li a.nextlink,
  ul.pagelink-list li a.prevlink {
    font: normal normal normal 12px / 0px Raleway-Regular, sans-serif;
  }
}
ul.pagelink-list li a.nextlink:hover,
ul.pagelink-list li a.prevlink:hover {
  background-color: #73a6d0;
}
.limit-links {
  display: inline-block;
}
.limit-links a {
  margin: 0 2em;
  color: #666;
}
.limit-links a:hover {
  text-decoration: underline;
}
.letterBoxer {
  /* xxx Dependencies: pubsSuccess.php, ukpubsSuccess.php */
  margin: 0px 2px 0px 0px;
  width: 25px;
  height: 25px;
  background-color: #eeedee;
  text-align: center;
  text-decoration: none;
  color: #333;
  font: normal normal normal 12px / 25px Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .letterBoxer {
    font: normal normal normal 12px / 25px Raleway-Regular, sans-serif;
  }
}
a.letterboxer-link {
  /* xxx Dependencies: pubsSuccess.php, ukpubsSuccess.php */
  text-decoration: none !important;
}
.highlighted {
  /* Dependencies: pubsSuccess.php, ukpubsSuccess.php */
  /* xxx Dependencies: pubsSuccess.php, ukpubsSuccess.php */
  margin: 0px 2px 0px 0px;
  width: 25px;
  height: 25px;
  background-color: #eeedee;
  text-align: center;
  text-decoration: none;
  color: #333;
  font: normal normal normal 12px / 25px Raleway-Regular, sans-serif;
  background-color: #73a6d0 !important;
}
@media (min-width: 768px) {
  .highlighted {
    font: normal normal normal 12px / 25px Raleway-Regular, sans-serif;
  }
}
.letterBoxer:hover {
  /* xxx Dependencies: pubsSuccess.php, ukpubsSuccess.php */
  background-color: #73a6d0;
}
.pager-book-container {
  margin: 5px 5px 0 0;
  border: none;
  overflow: hidden;
}
.pager-book-container img {
  float: left;
  clear: left;
  width: 24px;
  height: 36px;
  margin-right: 10px;
}
.pager-book-content {
  float: left;
  width: 275px;
  word-wrap: break-word;
  margin-top: 0;
  padding-top: 0;
}
.pager-book-content p {
  padding: 0px;
  margin: 0px;
}
/*

This file is imported into main.less.

*/
/* Dropdown control */
.selectBox-dropdown {
  min-width: 136px;
  position: relative;
  border: solid 1px #eeedee;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #2d2d2d;
  outline: none;
  vertical-align: middle;
  background: #eeedee;
  max-height: 1.9em;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  cursor: default;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}
.selectBox-dropdown.selectBox-menuShowing {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
  padding: .3em 10px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #eeedee;
  /* should be the same border width as .selectBox-dropdown */
  background: white;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
}
/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #eeedee;
  background: white;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options li a {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}
.selectBox-options li.selectBox-hover a {
  background-color: #eeedee;
}
.selectBox-options li.selectBox-disabled a {
  color: #999999;
  background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
  background-color: #aec880;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #eeedee;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
  color: #999999 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  border-color: #666;
}
.selectBox-inline.selectBox-disabled {
  color: #999999 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
/*

This file is imported into main.less.

*/
/* foreground colors */
.blue {
  color: #73a6d0 !important;
}
.black {
  color: #2d2d2d !important;
}
.darkgray,
.darkgrey {
  color: #666;
}
.gray,
.grey {
  color: #999999 !important;
}
.label-gray,
.label-grey {
  color: #777 !important;
}
.green {
  color: #aec880 !important;
}
.headline-blue {
  color: #5c7f92 !important;
}
.orange {
  color: #f2761c !important;
}
.purple {
  color: #895092 !important;
}
.red {
  color: #cc0000 !important;
}
.white {
  color: #eeedee !important;
}
.true-black {
  color: #000 !important;
}
.true-white {
  color: #fff !important;
}
/* background colors */
.bg-blue {
  background-color: #5c7f92 !important;
}
.bg-bluefield {
  background-color: #e0e7ee;
}
.bg-darkgray {
  background-color: #ccc;
}
.bg-gray {
  background-color: #f1f1f1;
}
.bg-highlightblue {
  background-color: #90b8d7 !important;
}
.bg-lightblue {
  background-color: #73a6d0 !important;
}
.bg-lightbluetwo {
  background-color: #F5F7FB !important;
}
.bg-lightgreen {
  background-color: #aec880 !important;
}
.bg-red {
  background-color: #cc0000 !important;
}
.bg-transparent {
  background: transparent !important;
}
.bg-white {
  background-color: white;
}
/* icon foreground colors */
.icon-blue {
  color: #73a6d0;
}
.icon-green {
  color: #aec880;
}
.icon-white {
  color: white;
}
/* label colors (background) */
.label-orange {
  background: #f2761c;
}
.goodresult-green {
  color: #aec880;
}
span.active-item {
  color: #aec880;
}
span.inactive-item {
  color: #999999;
}
.barPublisher-blueBG {
  background-color: #73a6d0;
}
.barPublisher-blue-highlightBG {
  background-color: #9dbbdc;
}
.barPublisherBG {
  background-color: #999999;
}
.barPublisher-highlightBG {
  background-color: #b3b3b3;
}
.buttonDisabled {
  background-color: #ccc !important;
}
/*

This file is imported into main.less.

*/
/* Pub dash errors */
.title-error {
  background-color: #cc0000;
  color: white;
  padding: 2px 2px;
  margin: 2px;
  line-height: 12px;
  display: inline-block;
}
.title-error a,
.title-error a:hover,
.title-error a:visited {
  color: white;
}
/* end pub dash errors */
.ajax-error {
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
  text-align: center;
  position: relative;
  top: 40%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ajax-error {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
/* top of page non-ajax symfony type error */
.error-message {
  color: #fff;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  background-color: #cc0000;
  text-align: center;
  border-bottom: #eeedee;
  padding: .8em;
  opacity: .6;
}
@media (min-width: 768px) {
  .error-message {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.field-error {
  display: inline-block;
  vertical-align: middle;
}
.field-error-pegged {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1.4em;
  vertical-align: middle;
}
.field-error-auth {
  position: absolute;
}
.field-error > .message,
.field-error-pegged > .message {
  display: inline-block;
  vertical-align: middle;
  background-color: #cc0000;
  color: white;
  text-align: center;
  padding: 0.5em 0.7em 0.4em 0.7em;
}
.field-error > .arrow,
.field-error-pegged > .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: -3px;
  vertical-align: middle;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #cc0000;
}
/*

This file is imported into main.less.

*/
#sf_admin_bar {
  display: none;
}
#sf_admin_bar tr {
  display: inline-block;
  border: none;
}
#eip-sitelist-list {
  margin-top: 0;
}
#eip-biodata,
#eip-biodata pre {
  margin-bottom: 1em !important;
}
#coverflow {
  position: relative;
}
#openprotectedGalley,
#kindle-msg,
#regionSelection {
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
header#settings {
  /* Dependencies: settingSuccess.php - Settings Page Header styling */
  margin: 0px 0px 30px 0px;
}
/*

This file is imported into main.less.

*/
/*

This file is imported into main.less.

*/
/*

This file is imported into main.less.

*/
/*

This file is imported into main.less.

*/
.wrap-user-reviewer {
  /**
	* SPECIFIC PAGES - Override traditional XXXpx width w/ Bootstrap % widths
	* Grid classes apply to devices with screen widths greater than or equal to the breakpoint sizes, and override grid classes targeted at smaller devices.
	*
	*/
  /*
	.category-list {
		.make-xs-column(2);
	}

	.cover-gallery-rightside {
		.make-xs-column(10);
	}

	.search-peg-right {
		position: relative;
		right: 0;
		top: 0px;
		height:18px;
		text-align: right;
		z-index: 0;
		float: right;
	}
	*/
  /* Called ".two-list-columns" in other branches!!! */
}
/*

This file is imported into main.less.

*/
img.affiliate {
  /* Dependencies: _public_review.php */
  margin: 0px 15px;
}
img.standardBuffer {
  /* Dependencies: _public_review.php */
  margin: 7px;
}
img.centered,
.aligncenter,
.center,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
img.alignright {
  display: inline;
}
img.alignleft {
  display: inline;
}
a.bluelink,
a.bluelink:hover {
  color: #5c7f92;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  a.bluelink,
  a.bluelink:hover {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
a.orangelink,
.marketing-content a {
  color: #f2761c;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  a.orangelink,
  .marketing-content a {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
a.greenlink,
.greenlink {
  color: #aec880 !important;
}
a.noline:hover {
  text-decoration: none;
}
h1.nomarg,
h2.nomarg,
h3.nomarg,
h4.nomarg,
h5.nomarg,
h6.nomarg {
  margin: 0 !important;
}
h1.nomarg-top,
h2.nomarg-top,
h3.nomarg-top,
h4.nomarg-top,
h5.nomarg-top,
h6.nomarg-top {
  margin-top: 0 !important;
}
h1.nomarg-bottom,
h2.nomarg-bottom,
h3.nomarg-bottom,
h4.nomarg-bottom,
h5.nomarg-bottom,
h6.nomarg-bottom {
  margin-bottom: 0 !important;
}
h1.noBottom {
  /* Dependencies: manageForTitleSuccess.php */
  margin-bottom: 0px !important;
}
h3.bar-highlight {
  font-size: 28px;
}
.h-alignment {
  /* Gives other blocks alignment properties similar to h1, h2 ... */
  /* Dependencies: manageForTitleSuccess.php */
  margin-top: 10px;
  margin-bottom: 12px;
}
.requestTotals h2 a {
  color: #666 !important;
}
.smallstats {
  padding-top: 1.5em;
}
.largestats {
  margin-top: 15px;
  margin-bottom: 25px;
}
.requestTotals h2.active a {
  color: #895092 !important;
}
h3.description {
  color: #666;
}
h3.product-description {
  color: #5c7f92;
}
h4.instruction {
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  h4.instruction {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
.dropdown-by-headline button {
  /* Dependencies: manageSuccess.php */
  margin: 0px 5px;
  height: 24px;
  padding: 0px 10px;
}
.dropdown-by-headline select {
  margin: auto 0px;
}
.dropdown-menu {
  text-align: left;
}
ul.menulist.leftmenu li a:hover,
ul.menulist.leftmenu a.selected {
  background-color: #aec880;
  color: #fff !important;
}
ul.menulist {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.menulist li {
  list-style-type: none;
  display: inline-block;
}
.nav li {
  list-style-type: none;
  text-align: left !important;
}
ul.menulist-vert {
  display: inline-block;
  padding: 0;
  margin: 6px 0 0 6px;
}
ul.menulist-vert li {
  list-style-type: none;
  min-height: 2em;
}
.wide-panel {
  width: 940px;
  padding: 10px 18px 16px 12px;
  margin: 14px 0 4px 0;
}
.question-text {
  color: black;
  line-height: 3em;
}
.question-text-answer {
  font-weight: bold;
}
img.action-arrow {
  width: 10px;
  height: 1em;
  display: inline-block;
}
.raquo {
  margin-left: .5em;
}
.colorbar {
  width: 504px;
  height: 28px;
  background-color: #eeedee;
}
.bignumber {
  position: relative;
  display: inline-block;
  color: #999999;
  height: 90px;
  margin: 12px 0 4px 8px;
}
.viz-link {
  /* Dependencies: _public_review.php, _contactInfo + _profileView */
  color: #f2761c;
  font: normal normal normal 18px / 1.8em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .viz-link {
    font: normal normal normal 18px / 1.8em Raleway-Medium, sans-serif;
  }
}
.viz-link a,
.viz-link a:hover,
.viz-link a:visited {
  text-decoration: none !important;
  color: #666;
  /* numberGray */
}
.padnone {
  padding: 0;
}
.bignumberwrap-nicetoo {
  display: inline-block;
  height: 100px;
}
.bignumberwrap-nicetoo .number-text {
  font-size: 80px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #2d2d2d;
  line-height: 1em;
}
.approve-decline-perprofile {
  color: #777;
  font: normal normal normal 11px / 1.3em Raleway-Light, sans-serif;
  font-weight: bold;
  color: #666;
}
@media (min-width: 768px) {
  .approve-decline-perprofile {
    font: normal normal normal 11px / 1.3em Raleway-Light, sans-serif;
  }
}
.popover {
  margin-left: -20px;
}
.larger {
  font-size: larger;
}
.bluefield {
  padding: 1em;
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom: -0.5em;
  background-color: #e0e7ee;
}
.bluefield .tapscore {
  color: #5c7f92;
}
.bluefield img {
  vertical-align: bottom;
}
.wider-divider {
  margin-left: -1em;
  margin-right: -1em;
}
.publisher-description-block {
  border: none;
}
.inline-icon {
  display: inline-block;
  vertical-align: text-top;
}
.inline-big-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.7em;
}
.inline-huge-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 5em;
}
.dashboardmenu-icon {
  height: 19px;
  width: 22px;
  display: inline-block;
  vertical-align: top;
}
.tapscore-box {
  text-align: center;
  margin: 0 auto;
}
.tapscore {
  color: #5c7f92;
  font: normal normal normal 28px / 1.1em Raleway-Regular, sans-serif;
  margin: 0px 4px;
}
@media (min-width: 768px) {
  .tapscore {
    font: normal normal normal 38px / 1.1em Raleway-Regular, sans-serif;
  }
}
.shelfstatus {
  min-width: 120px;
  vertical-align: text-top;
  text-align: left !important;
}
.profilemenu-icon {
  height: 14px;
  width: 14px;
  padding: 2px;
  color: #999999;
  display: inline-block;
  vertical-align: text-top;
}
.bignumberwrap-nicest {
  display: inline-block;
  height: 100px;
}
.bignumberwrap-nicest .number-text {
  font-size: 90px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #666;
  line-height: 1em;
}
.bignumberwrap-nicest .pattern-screen {
  height: 90px;
  position: absolute;
  opacity: .4;
  width: 100%;
  top: 0;
}
.detail-wrap {
  margin-left: -12px;
  margin-right: -12px;
}
.title-detail-cover-wrap ul.linklist,
.title-detail-cover-wrap li.linklist,
li.linklist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.book-hover,
.profile-hover {
  display: none;
}
.book-hover .webui-popover,
.profile-hover .webui-popover {
  border: 1px solid #999999;
}
.catalog-popover-content {
  text-align: left;
  line-height: 1.3em;
}
.catalog-popover-content .grouping {
  padding-top: .1em;
  padding-bottom: .1em;
  margin-left: .7em;
}
.catalog-popover-content .title {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .catalog-popover-content .title {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.catalog-popover-content .authorname {
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  background-color: #eeedee;
  padding: 2px 5px;
}
@media (min-width: 768px) {
  .catalog-popover-content .authorname {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.catalog-popover-content .meta {
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .catalog-popover-content .meta {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.catalog-popover-content .dates {
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  .catalog-popover-content .dates {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
.linkbox-edit {
  margin: 0 0 1em 0;
}
a.edit-link,
a:visited.edit-link,
a:hover.edit-link {
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  a.edit-link,
  a:visited.edit-link,
  a:hover.edit-link {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
ul.linklist,
ul.linklist li,
li.linklist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.linklist {
  padding: 5px 8px;
  padding-top: 0 !important;
}
li.linklist a,
li.linklist a:hover,
li.linklist a:visited {
  color: #f2761c;
  font: normal normal normal 18px / 1.8em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  li.linklist a,
  li.linklist a:hover,
  li.linklist a:visited {
    font: normal normal normal 18px / 1.8em Raleway-Medium, sans-serif;
  }
}
li.linklist a.remove-link,
li.linklist a.remove-link:hover,
li.linklist a.remove-link:visited {
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  li.linklist a.remove-link,
  li.linklist a.remove-link:hover,
  li.linklist a.remove-link:visited {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
.doubleBorder {
  background: #fff;
  border: 1px solid #999999;
  box-shadow: 0 0 0 12px #fff, 0 0 0 14px #666;
  /* Double Border: offset/blue = 0 */
}
.smaller {
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  .smaller {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
.dlsummaryitem {
  border-radius: 2px;
  margin: 2px 2px;
  padding: 2px 4px;
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  .dlsummaryitem {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
.dlsummaryitemcount {
  padding: 4px 2px;
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .dlsummaryitemcount {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.cols {
  width: 490px;
}
.leftcol {
  width: 235px;
  display: inline-block;
  vertical-align: top;
}
.rightcol {
  width: 235px;
  display: inline-block;
  vertical-align: top;
}
.dotted-divider {
  border-top: 1px solid #ccc;
  height: 0;
  margin-top: 12px;
}
.dotted-right {
  border-right: 1px solid #ccc;
}
.dotted-left {
  border-left: 1px solid #ccc;
}
.dotted-top {
  border-top: 1px solid #ccc;
}
.dotted-bottom {
  border-bottom: 1px solid #ccc;
}
.solid-divider {
  border-top: 1px solid #666;
  height: 0;
  margin-top: 1em;
  margin-bottom: 2em;
}
table.swatches {
  width: 120px;
}
table.swatches td {
  margin: 1px;
  height: 18px;
  width: 18px;
  padding: 0;
}
table.slim {
  padding: 0;
  margin: 0;
}
table.slim td {
  padding: 0 2px;
}
table.slim td:first-child {
  padding-left: 0;
}
table.slim td:last-child {
  padding-right: 0;
}
td.push-wide {
  width: 99%;
}
.information-light {
  margin: 3px;
}
.hidden {
  display: none;
}
.small-margins {
  margin: 1em;
  text-indent: none;
}
.grayheader {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  margin-top: 1em;
  margin-bottom: .5em;
}
@media (min-width: 768px) {
  .grayheader {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.grayheader time {
  color: black;
}
.review-body-full {
  margin: 10px 0 10px 40px;
}
.review-body-display {
  width: 600px;
  margin: 10px 0 10px 40px;
}
.review-list {
  min-height: 362px;
  clear: both;
  margin: 20px 0 48px 0;
  padding: 0;
  overflow: hidden;
}
.review-shared {
  padding: 1em;
}
.relative {
  position: relative;
}
.review-list-item {
  margin: 20px 10px;
  background-color: #eeedee;
}
.reviewAvatar {
  /* Dependencies: _public_review.php */
  margin-left: 50px;
  padding: 0px;
  border: none;
  width: 98px;
  height: 98px;
}
.nostars {
  /* Dependencies: _public_review.php. CONDITIONAL CSS */
  width: 730px !important;
}
.progbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 3px;
  height: 70%;
  background-color: #666;
}
.progind {
  text-align: center;
  position: absolute;
  top: 0;
  left: 10%;
  background-color: white;
  margin: 6px 10px;
  padding-left: 3px;
}
pre.display {
  border: none;
  background-color: inherit;
  margin: 0;
  padding: 0;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  color: inherit;
}
@media (min-width: 768px) {
  pre.display {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.profile-eip-page .borderspan textarea {
  width: 100%;
}
.accountSettings label {
  /* Dependencies: settingsSuccess */
  display: inline;
  margin-top: 1em;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .accountSettings label {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.padding-box {
  /* Dependencies: manageSuccess.php */
  border: 1px solid;
  border-color: #f2f2f2;
}
.altcolor-reviewbox {
  background-color: #eeedee;
  padding: 20px;
  margin-top: 14px;
  margin-bottom: 24px;
}
.nowrap {
  white-space: nowrap;
}
.magnifyingGlass {
  border: none;
  background: transparent;
  padding-left: 4px;
}
.magnifyingGlass:focus {
  /* Accessibility Alert!! */
  outline: none;
}
.book-cover-wrap {
  position: relative;
  display: inline-block !important;
  vertical-align: bottom;
  margin-bottom: .5em;
}
.avatar-actionbox {
  display: inline-block !important;
  max-width: 260px;
  vertical-align: top;
}
.avatar-wrap {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
  border: 1px solid #eeedee;
  padding: 2px 2px;
}
.requestTotals {
  height: 1.8em;
}
.requestTotals h2 {
  margin-right: 2em;
  margin-bottom: .5em;
}
.avatar-large-wrap {
  height: 254px;
  width: 254px;
  margin: 0 24px 8px 0px;
}
.avatar-large-wrap-publisher {
  width: 300px;
  height: 100px;
  background: #73a6d0;
}
.match-avatar-large {
  width: 254px;
  margin: 0 24px 8px 0px;
}
.avatar-large-wrap img {
  max-width: 254px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.avatar-large-wrap-publisher img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.avatar-tap-wrap {
  padding: 6px 4px 20px 4px;
  margin-bottom: 34px;
  margin-right: 24px;
  line-height: 2em;
}
.avatar-medium-wrap {
  height: 176px;
  width: 176px;
  margin: 0 18px 4px 0px;
}
.avatar-small-wrap {
  height: 98px;
  width: 98px;
  margin: 0 10px 2px 0px;
}
.avatar-micro-wrap {
  height: 22px;
  width: 22px;
  margin: 0 1px 1px 0;
}
.button-set {
  clear: both;
}
/* IE button positioning hack */
/* In IE11 only, the alignment of the GO button next to the filters is a bit off. */
/* Dependencies: manageSuccess.php */
.button-wrapper-IE {
  /* Create a small box and position it relative to the document flow. */
  display: inline-block;
  overflow: visible;
  position: relative;
  vertical-align: middle;
  height: 24px;
}
.button-IE {
  /* Position the font within the small box above, absoletely, at 0,0. */
  position: absolute;
  top: 0px;
  left: 0px;
}
.tooltip,
.hoverbox,
.dropmenu {
  display: none;
}
.dropmenu {
  margin-top: 10px !important;
}
.cover-wrap {
  height: 213px;
  width: 134px;
  background-color: transparent;
}
.book-item-wrap {
  width: 147px;
  min-height: 330px;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.cover-gallery {
  width: auto;
}
.cover-gallery-rightside {
  width: 770px;
  padding: 0 0 0 0;
  margin: 48px 0 0 0;
  display: inline-block;
  vertical-align: top;
}
.cover-gallery-rightside h2 {
  max-width: 490px;
}
.cover-wrap img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background-color: #eeedee;
}
.throbber-wrap {
  padding: 0;
  width: inherit;
  margin: 0% auto;
  text-align: center;
}
.throbber-wrap-cover {
  padding: 0;
  width: 80px;
  height: 160px;
  margin: 0% auto;
  text-align: center;
}
.throbber-box {
  height: 40px;
  width: 40px;
  border: 1px solid #666;
  padding: 4px;
  margin: 0 auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  background-color: white;
}
.navver {
  text-align: center;
  margin: 0 auto;
}
.throbber-wrap img {
  height: 30px;
  width: 30px;
}
.category-list {
  margin-top: 4em;
  width: 160px;
  display: inline-block;
  vertical-align: top;
}
.category-list ul,
.link-list ul {
  padding: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.category-list li,
.link-list li {
  list-style-type: none;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 0;
}
.category-list a,
.link-list a {
  color: #5c7f92;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .category-list a,
  .link-list a {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.profile-info-box {
  display: inline-block;
}
.popover-profile-info {
  margin-top: 0;
  padding-top: 2px;
}
.popover-profile-info .information {
  margin-bottom: .8em;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .popover-profile-info .information {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.popover-profile-info h4 {
  margin-top: 0px;
  padding-top: 0px;
  font-weight: normal !important;
}
.bold {
  font-weight: bold !important;
}
.bioinfo-alignright {
  width: 382px;
  position: absolute;
  right: 0;
  top: 160px;
}
.bioblock-full {
  width: 500px;
  margin-top: .5em;
  margin-bottom: .25em;
}
.search-peg-right {
  position: absolute;
  right: 0;
  top: 32px;
  height: 18px;
  text-align: right;
  z-index: 1000;
}
.search-mag-glass {
  vertical-align: middle;
  border-left: 1px solid #666;
  width: 20px;
}
a.large {
  color: #f2761c;
  font: normal normal normal 18px / 1.8em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  a.large {
    font: normal normal normal 18px / 1.8em Raleway-Medium, sans-serif;
  }
}
.search-field {
  position: static !important;
}
/* Publisher Pages: Browse Publishers */
.publisher-list {
  /* Dependencies: pubsSuccess.php, ukpubsSuccess.php */
  margin-bottom: 2em;
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .publisher-list {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.publisher-list li,
.onix-list li {
  list-style-type: none;
}
.publisher-list ul,
.publisher-list ul li {
  list-style-type: none;
  padding: 0;
  margin: 0px 0px 15px 0px;
}
.publisher-list-container {
  margin-bottom: 5px;
}
.publisher-list-icons {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
}
.publisher-list-icons .icon-browsePublisher-empty,
.publisher-list-icons i {
  margin-right: 10px;
}
.publisher-header-left {
  margin-bottom: 20px;
  width: 600px;
  float: left;
}
.publisher-header-right {
  margin-bottom: 20px;
  width: 200px;
  float: right;
}
.icon-browsePublisher-empty {
  /* Sets a tiny amount of padding around a non-character */
  padding: 0px 0.05em;
}
i.icon-browsePublisher:before {
  font-size: 1.8em;
}
.publisher-list-name {
  display: inline-block;
  width: 370px;
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .publisher-list-name {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
.publisher-list-name a.bluelink,
.publisher-list-name a:hover.bluelink,
.publisher-list-name a:visited.bluelink {
  color: #5c7f92;
  font: normal normal normal 18px / 1.2em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .publisher-list-name a.bluelink,
  .publisher-list-name a:hover.bluelink,
  .publisher-list-name a:visited.bluelink {
    font: normal normal normal 18px / 1.2em Raleway-Medium, sans-serif;
  }
}
.publisher-footer {
  /* Dependencies: pubsSuccess.php, ukpubsSuccess.php */
  width: 85%;
  padding: 0px 0px 20px 0px;
}
/* Publisher Pages: Publisher Page */
/* Publisher Pages: Publisher Page: Publisher Bar */
.publisherBar {
  width: 100%;
  background-color: #999999;
  color: #fff;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .publisherBar {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.publisherBar-blue {
  width: 100%;
  background-color: #73a6d0;
  color: #fff;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .publisherBar-blue {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.publisherBar-biographical,
ul.publisherBar-menu {
  /* This, and related classes, deal with the top half of the publisher bar. */
  background: none;
  border-bottom: 1px white solid;
  margin: 0px;
  padding: 20px;
}
.publisherBar-biographical:after {
  content: "";
  display: table;
  clear: both;
}
#publisherBar-logo {
  vertical-align: middle;
  margin-right: 20px;
}
.publisherBar-summary {
  width: 565px;
  /* Default for publisherBar-logo maximum image size of 300px, updated in jQuery */
  vertical-align: middle;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}
.publisherBar-summary-wide {
  width: 100%;
  vertical-align: middle;
}
ul.publisherBar-menu {
  /* This, and related classes, deal with the bottom half (the menu) of the publisher bar. */
  width: 100%;
  padding: 0px;
  display: table;
}
.publisherBar-menu form {
  padding: 0px;
  margin: 0px;
}
ul.publisherBar-menu li {
  margin: 0px;
  padding: 6px 0px;
  display: inline-block;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
}
ul.publisherBar-menu li.publisherBar-favorites,
ul.publisherBar-menu li.publisherBar-favorites-blue {
  width: 20%;
}
ul.publisherBar-menu li.publisherBar-approve,
ul.publisherBar-menu li.publisherBar-approve-blue,
ul.publisherBar-menu li.publisherBar-date {
  width: 24%;
}
ul.publisherBar-menu li.publisherBar-favorites a,
ul.publisherBar-menu li.publisherBar-favorites-blue a,
ul.publisherBar-menu li.publisherBar-approve a,
ul.publisherBar-menu li.publisherBar-approve-blue a {
  color: #fff;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  ul.publisherBar-menu li.publisherBar-favorites a,
  ul.publisherBar-menu li.publisherBar-favorites-blue a,
  ul.publisherBar-menu li.publisherBar-approve a,
  ul.publisherBar-menu li.publisherBar-approve-blue a {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
ul.publisherBar-menu li.publisherBar-date,
ul.publisherBar-menu li.publisherBar-approve,
ul.publisherBar-menu li.publisherBar-approve-blue {
  border-left: 1px white solid;
}
ul.publisherBar-menu li.publisherBar-favorites,
ul.publisherBar-menu li.publisherBar-favorites-blue {
  border-left: none;
}
ul.publisherBar-menu li.publisherBar-search {
  border-left: 1px white solid;
}
.publisherBar-favorites:hover,
li.publisherBar-approve:hover {
  background-color: #b3b3b3;
}
.publisherBar-favorites-blue:hover,
li.publisherBar-approve-blue:hover {
  background-color: #9dbbdc;
}
a.publisherBar-HeaderLink {
  text-decoration: none;
}
.publisherBar-favorites a,
.publisherBar-approve a,
.publisherBar-favorites-blue a,
.publisherBar-approve-blue a {
  /* ü: This is to increase the size of the clickable area. Test w/ "background-color: red;" */
  margin: -1.9em -1.2em;
  padding: 1.9em 1.2em;
  position: relative;
}
/* Publisher Pages: Publisher Page: Content */
.publisher-container {
  width: 939px;
}
.publisher-hot-links a,
.publisher-hot-links a:visited,
.publisher-hot-links a:hover {
  color: #5c7f92;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  .publisher-hot-links a,
  .publisher-hot-links a:visited,
  .publisher-hot-links a:hover {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.publisher-online-details-column {
  width: 170px;
  vertical-align: top;
}
.publisher-online-details {
  background-color: #e0e7ee;
  width: 100%;
  margin: 20px auto;
}
.publisher-online-details div {
  border-bottom: 1px solid white;
  padding: 10px 0px;
  text-align: center;
}
.publisher-online-details h3 {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.publisher-online-details a,
.publisher-online-details a:visited,
.publisher-online-details a:hover {
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  .publisher-online-details a,
  .publisher-online-details a:visited,
  .publisher-online-details a:hover {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
.publisher-online-details-region {
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .publisher-online-details-region {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.publisher-member-favorites .publisher-member-favorites-avatar {
  width: 24px;
  height: 24px;
}
.publisher-member-favorites .publisher-member-favorites-avatar img {
  width: 22px;
  height: 22px;
}
.publisher-books-column {
  width: 765px;
}
.onix-list-wrap {
  margin-bottom: 30px;
  margin-top: -20px;
  padding: 0;
}
.onix-list {
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .onix-list {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
.linepadding {
  margin: 1em 0 1em 0;
}
.search-summary-bigbox {
  min-height: 1018px;
  clear: both;
  text-align: left;
}
.admin-list-bigbox,
.title-list-bigbox,
.manage-requests-bigbox {
  width: 972px;
  min-height: 600px;
  clear: both;
  margin: 0px 0 48px 0;
  padding: 0px;
  text-align: left;
  overflow: hidden;
}
.manage-requests-bigbox td.buttoncell-fixed {
  width: 112px;
}
.book-info p {
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  text-align: left;
  margin: 0 0 0px 8px;
  padding: 0px;
}
@media (min-width: 768px) {
  .book-info p {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
.book-info p a,
.book-info p a:visited,
.book-info p a:hover {
  color: #5c7f92;
  font: normal normal normal 12px / 1.3em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .book-info p a,
  .book-info p a:visited,
  .book-info p a:hover {
    font: normal normal normal 12px / 1.3em Raleway-Regular, sans-serif;
  }
}
p.item-subject a,
p.item-subject a:visited,
p.item-subject a:hover {
  color: #5c7f92;
  font: normal normal normal 10px / 1.3em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  p.item-subject a,
  p.item-subject a:visited,
  p.item-subject a:hover {
    font: normal normal normal 10px / 1.3em Raleway-Light, sans-serif;
  }
}
.lone-link-wrap {
  margin: 0 1em;
}
.book-info p.item-subtitle {
  color: #777;
}
.book-info p.item-pubdate {
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  .book-info p.item-pubdate {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
.book-info p.item-pubname {
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  .book-info p.item-pubname {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
/* ARCHIVED: Specific Date Styling, Inserted via JQuery */
.archivedDate {
  font-weight: bold;
}
/* ARCHIVED: Specific Date Styling, Inserted via JQuery */
.archivedDate_Archived {
  font-weight: bold;
  color: #cc0000;
}
/* X DAYS FROM NOW: Specific Date Styling, Inserted via JQuery */
.archivedDate_Days {
  font-weight: bold;
  color: #895092;
}
.pagelinks-top {
  padding-top: 10px;
  padding-bottom: 7px;
}
.pagelinks-bottom {
  padding-top: 7px;
  padding-bottom: 5px;
}
.pagelinks-top .limit-links {
  display: none;
}
.splash {
  width: 935px;
  height: 339px;
  text-align: center;
  clear: both;
  background-color: #eeedee;
  padding: 15px 0 0 0;
  -moz-box-sizing: border-box;
}
.marketing-content,
.pageblock-content {
  margin: 1.4em 0em 2em 1em;
}
.marketing-content .inline-heading {
  margin: 3em 0 2em 0;
}
.inline-heading h1,
.inline-heading h2 {
  display: inline-block;
}
.headline-icon {
  width: 25px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.auth-leftblock {
  width: 550px;
  display: inline-block;
  vertical-align: top;
}
.auth-dividerblock {
  height: 254px;
}
.auth-rightblock {
  width: 350px;
  display: inline-block;
  vertical-align: top;
}
.profilemenu-liner {
  padding: 0 4px;
}
.profilemenu-liner button {
  display: inline-block;
  height: 22px !important;
  padding: 0px !important;
  cursor: pointer;
  color: #999999 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid #999999 1px;
  margin: .3em !important;
  padding: 0 10px !important;
  font-size: 14px !important;
  text-align: right;
}
.profilemenu-wrap,
.dashboardmenu-wrap {
  height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid #999999 1px;
  margin: 10px 2px;
  padding: 0px 4px;
  -moz-box-shadow: 1px 1px 1px rgba(64, 64, 64, 0.45);
  -webkit-box-shadow: 1px 1px 1px rgba(64, 64, 64, 0.45);
  box-shadow: 1px 1px 1px rgba(64, 64, 64, 0.45);
  text-transform: uppercase;
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .profilemenu-wrap,
  .dashboardmenu-wrap {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.dashboardmenu-divider {
  width: 0;
  margin: 0 6px 0 6px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border-left: 1px dotted #eeedee;
  height: 18px;
}
.dashboard-widgetbox {
  width: 349px;
  display: inline-block;
  vertical-align: top;
}
.widgetlink {
  width: 650px;
  display: inline-block;
  vertical-align: top;
}
.off {
  display: none;
}
.vertical-divider {
  border-left: 1px dotted #333;
  vertical-align: top;
  width: 1px;
  height: 4em;
  display: inline-block;
}
.columns3 {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  width: 100%;
  padding-bottom: 2em;
}
.dash-autoapprove {
  height: auto;
}
.dash-autoapprove ul {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 140px;
}
.dash-autoapprove li {
  list-style-type: none;
  margin-left: 1em;
  margin-bottom: .5em;
}
.profilemenu-wrap ul {
  padding: 0;
}
.profilemenu-wrap button + ul,
.profilemenu-wrap button + ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sm-profilemenu-pict img {
  width: 22px;
  height: 22px;
}
.dashboardmenu-liner ul.menulist li {
  display: inline-block;
  cursor: pointer;
}
.dashboardmenu-liner {
  margin: .3em;
  padding: 0 10px;
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .dashboardmenu-liner {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
/*

  Publisher Dashboard

*/
.publisher-stats-panel {
  height: 220px;
}
.publisher-stats-panel .vertical-divider {
  height: 100px;
  vertical-align: bottom;
}
.infobox {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.infobox.table-cell {
  display: table-cell;
}
.infobox h2 {
  margin-top: 2px;
}
.infoboxWrapper {
  /* Dependencies: manageForTitleSuccess.php */
  border-top: 1px black solid;
  display: inline-block;
  width: 790px;
  margin-left: 10px;
}
.infoboxWrapper .infobox {
  /* Dependencies: manageForTitleSuccess.php */
  max-width: 600px;
  float: left;
}
.publisher-single-request {
  width: 516px;
  height: 237px;
  margin-right: 24px;
  overflow: hidden;
}
.publisher-single-request .button-set {
  margin-left: 150px;
}
.publisher-single-request .approveall-text {
  margin-left: 4em;
}
.infoboxMiddle {
  width: 498px;
  height: 160px;
}
.dashboard-recent-edits {
  min-height: 267px;
  margin-bottom: 2em;
}
.profile-list ul,
.profile-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.coverwrap-medium-margin {
  margin: 8px;
  min-width: 134px;
}
.booklist-micro {
  height: 68px;
  text-align: center;
  width: 256px;
  margin: 0 auto;
  padding-top: 30px;
}
.statbox {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  text-align: center;
}
.statbox-wide {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.5em;
  margin-right: 1.5em;
  text-align: center;
}
.statbox-narrow {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.5em;
  margin-right: 1.5em;
  text-align: center;
}
.statbox h4 {
  margin-top: 2em;
}
.statbox h3 {
  text-align: left;
}
.coverwrap-mini {
  width: 62px;
  height: 99px;
  display: inline-block;
  padding: 0;
  margin: 0 5px 5px 0px;
}
.coverwidth-small {
  width: 134px;
  max-width: 134px;
  margin: 8px;
}
.coverwidth-small select {
  max-width: inherit;
  width: inherit;
}
.coverwidth-small .selectBox {
  margin-top: 4px;
}
.coverwrap-small {
  width: 134px;
  height: 213px;
  max-width: 134px;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  position: relative;
}
.coverwrap-small img {
  position: absolute;
  bottom: 0;
}
.coverwrap-micro {
  width: 24px;
  height: 38px;
  display: inline-block;
  padding: 0;
  margin: 7px;
}
.sortarrow {
  border: 1px solid #999999;
  background-color: white;
  display: inline-block;
  padding: 7px 8px;
  border-radius: 3px;
  -webit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0px 0px 0px 4px;
  height: 6px;
  width: 8px;
  text-align: center;
  vertical-align: middle;
}
.sortarrow-u,
.sortarrow-asc {
  background: white url("https://s3.amazonaws.com/netgalley-assets/71fe0da74/images/arrow-u.png") 4px 4px no-repeat;
}
.sortarrow-d,
.sortarrow-desc {
  background: white url("https://s3.amazonaws.com/netgalley-assets/71fe0da74/images/arrow-d.png") 4px 4px no-repeat;
}
.pending-title-box {
  width: 288px;
  min-width: 288px;
  min-height: 88px;
}
ul.toggle-list {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: 2em;
  position: relative;
  top: -4px;
}
ul.toggle-list li {
  list-style-type: none;
  display: inline-block;
}
ul.toggle-list button {
  margin: 0px 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666;
  background-color: #eeedee;
}
ul.toggle-list li.first button {
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: 1px dotted #666;
  opacity: .8;
}
ul.toggle-list li.last button {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: none;
  margin-left: -3px;
  opacity: .8;
}
ul.toggle-list button.selected {
  color: black;
  border-color: #666;
}
ul.toggle-list button:hover {
  color: black;
  border-color: #666;
}
table.requests-table,
table.titles-table {
  width: 100%;
  margin: 1em 0 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table.requests-table tr,
table.titles-table tr {
  min-height: 5em;
}
table.requests-table tr.even,
table.titles-table tr.even {
  background-color: #eeedee;
}
table.requests-table tr.odd,
table.titles-table tr.odd {
  background-color: white;
}
table.requests-table tr td,
table.titles-table tr td {
  overflow: hidden;
  min-height: 54px;
}
table.requests-table tr td.last,
table.titles-table tr td.last {
  text-align: right;
}
table.requests-table tr td.last > div,
table.titles-table tr td.last > div {
  position: relative;
  right: 0;
  display: inline-block;
}
table.requests-table tr td.member-type-column,
table.titles-table tr td.member-type-column,
table.requests-table tr td.meter-column,
table.titles-table tr td.meter-column {
  width: 140px;
  text-align: center;
}
table.requests-table tr td.approval-column,
table.titles-table tr td.approval-column,
table.requests-table tr td.feedback-column,
table.titles-table tr td.feedback-column {
  width: 100px;
  text-align: center;
}
table.requests-table tr td.requested-column,
table.titles-table tr td.requested-column {
  width: 110px;
  text-align: center;
}
table.requests-table td.covercell,
table.titles-table td.covercell {
  padding-right: 0em;
}
/* only apply header font to requests-table tables for now, not titles-table tables */
table.requests-table .theadrow {
  color: #2d2d2d;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  table.requests-table .theadrow {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
table.requests-table tr.segmented td {
  padding: 7px 9px;
  position: relative;
}
table.requests-table tr.segmented td div.segment {
  position: absolute;
  right: 0;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background-color: #ccc;
}
table.table-fixed {
  table-layout: fixed;
}
table.table-fixed col.member-name {
  width: 270px;
}
table.table-fixed col.book-title {
  width: 163px;
}
table.table-fixed col.activity-meter {
  width: 140px;
}
table.table-fixed col.buttoncell-fixed {
  width: 114px;
}
.theadrow {
  height: 3em;
  vertical-align: bottom;
}
.theadrow.theadrow-topper {
  min-height: 0 !important;
  height: auto;
}
.theadrow.theadrow-topper td {
  min-height: 0 !important;
  padding: 10px 10px 0 10px;
  color: #999999;
}
.theadrow.theadrow-bottom {
  min-height: 0 !important;
  height: auto;
}
.theadrow.theadrow-bottom td {
  min-height: 0 !important;
  padding: 0 10px 10px 10px;
}
td.titlecell {
  width: 343px;
}
td.approvedCell,
td.declinedCell {
  height: 46px !important;
}
td.approvedCell .approvalMsg,
td.declinedCell .declineMsg {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  margin-left: 3em;
}
@media (min-width: 768px) {
  td.approvedCell .approvalMsg,
  td.declinedCell .declineMsg {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.declineMsg {
  color: #cc0000 !important;
}
.approvalMsg {
  color: #aec880 !important;
}
td.approvedCell .autoApprove,
td.approvedCell .seeProfile,
td.declinedCell .seeProfile {
  margin-left: 3em;
}
td.namecell {
  width: 163px;
  max-width: 163px;
}
td.featuredcell {
  width: 62px;
  max-width: 62px;
}
td.namecell-long {
  width: 200px;
  max-width: 200px;
  /*
    position:relative; */
}
td.statuscell {
  width: 200px;
  max-width: 200px;
}
td.companycell {
  width: 120px;
  max-width: 120px;
}
td.companycell-long {
  width: 250px;
  max-width: 250px;
}
td.reccell {
  width: 253px;
  max-width: 253px;
  padding: 1em 0 !important;
}
td.buttoncell {
  text-align: right;
}
td.buttoncell-long {
  padding: 1em 0 !important;
}
td.centerdata {
  text-align: center;
}
.trhidden > td {
  background-color: white;
  border-bottom: 1px solid #eeedee;
}
.linkset-left,
.linkset-right {
  display: inline-block;
}
.manage-bookinfo {
  height: 240px;
}
.linkset-left {
  width: 49%;
  position: relative;
  left: 0;
  text-align: left;
}
.linkset-right {
  width: 50%;
  position: relative;
  right: 0;
  text-align: right;
}
.title-detail-cover-wrap {
  min-height: 200px;
  max-width: 200px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.title-detail-buttons {
  margin-top: 1em;
}
button.title-detail-col-buttons {
  width: 80%;
  text-align: left;
}
.title-detail-extended p {
  text-align: left !important;
}
.title-detail-cover-wrap img {
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #999999;
}
.title-detail-info-wrap {
  display: inline-block;
  vertical-align: top;
  width: 644px;
  overflow: hidden;
  margin: 4px 0px 10px 30px;
}
.title-detail-archive-info-wrap {
  display: inline-block;
  vertical-align: top;
  width: 409px;
  overflow: hidden;
  margin: 4px 0px 10px 30px;
}
.title-detail-left-column {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 696px;
}
.title-detail-right-column {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 215px;
  margin-left: 25px;
}
.title-detail-info-wrap h4,
.title-detail.extended h4 {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .title-detail-info-wrap h4,
  .title-detail.extended h4 {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.info-message {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  background-color: #e0e7ee;
  text-align: center;
  border-bottom: #eeedee;
  padding: .8em;
  opacity: .6;
}
@media (min-width: 768px) {
  .info-message {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.info-message a {
  color: #f2761c;
}
.info-message h5 {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .info-message h5 {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.buttonfill {
  position: absolute;
  margin-right: 0;
  right: 0;
}
.dropdown-by-headline {
  margin: 0px 20px;
  /* ü was text-bottom - needs testing across the site. 14-April-2014
    vertical-align: text-bottom;*/
}
.reviewer-dashboard-statbox {
  height: 111px;
  float: right;
  margin-top: -30px;
}
.reviewer-stat {
  margin: 0 22px;
  color: #999999;
  text-align: center;
}
.metadata-bodega {
  width: 205px;
  position: relative;
}
.api-results-pane {
  height: 4em;
}
.bodega-head {
  text-align: center;
  opacity: .85;
  border-bottom: 1px dotted #895092;
  margin-bottom: .6em;
}
.bodega-head h4 {
  padding-top: 15px;
}
.metadata-bodega ul,
.metadata-bodega ul li {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: .3em;
}
.metadata-bodega li .label {
  margin-right: 1em;
  margin-left: 1em;
}
.metadata-bodega li .label.label-default {
  padding: 2px 4px;
  background-color: #999999;
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .metadata-bodega li .label.label-default {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.metadata-bodega li .value {
  font-weight: bold;
}
.metadata-bodega div.seeall {
  text-align: center;
  margin: 0 auto;
  margin-top: 30%;
}
.kindle-instruction {
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  .kindle-instruction {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
.galley-download-disabled,
.kindle-download-disabled {
  color: #666;
}
div.columns {
  /* Dependencies: _request_status - Show Catalogue Success */
  display: inline-block;
}
.regionFlagDisplay {
  /* Dependencies: _request_status - Show Catalogue Success */
  margin: 0 5px 0 2px;
  display: inline-block;
}
.record-data {
  margin-left: 2em;
}
.record-data > b {
  color: #aec880;
}
.record-data div.onix-value {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  margin: .1em;
  display: inline-block;
  border: 1px dashed #eeedee;
  padding: .3em;
}
@media (min-width: 768px) {
  .record-data div.onix-value {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.record-data.onix-Text div.onix-value {
  width: 500px;
  height: auto;
  vertical-align: top;
  overflow: auto;
}
ul.admin-apilist,
ul.admin-apilist li {
  text-align: left;
  list-style-type: none;
}
.admin-listheader div.td {
  font-weight: bold;
  color: white;
  background-color: #666;
  border-top: 1px solid #eeedee;
}
.admin-listheader div.td {
  margin: 1px;
  vertical-align: middle;
  min-height: 2em;
  height: 2em;
}
a.whitelink {
  color: white;
  text-decoration: underline;
}
a.hover-line:hover {
  text-decoration: underline;
}
.borderspan {
  border-top: 1px solid #999999;
  margin-top: 12px;
}
.borderspan h3.information {
  margin-bottom: 0 !important;
}
.completion-index {
  /* hiding for now */
  display: none;
}
.verticalLine {
  border-left: thin solid gray;
  margin: 0px 6px;
}
#dashboardHeader {
  /* Padding for the Publisher Dashboard and the Admin Dashboard */
  padding: 0px 0px 24px 0px;
}
#newsHeader {
  /* The Publisher Dashboard has a News Header, set by the Admin. These are the styles. */
  width: 100%;
}
#newsHeader img {
  padding: 24px;
}
#newsHeader h2 {
  margin-bottom: 2px !important;
}
#newsHeader .body {
  width: 800px;
  padding: 24px 0px;
}
.smalltext {
  color: #777;
  font: normal normal normal 11px / 10px Raleway-Light, sans-serif;
}
@media (min-width: 768px) {
  .smalltext {
    font: normal normal normal 11px / 10px Raleway-Light, sans-serif;
  }
}
.titleActivityBar {
  width: 100%;
  background-color: #aec880;
  color: #eeedee;
}
.titleActivityBar > div {
  padding: 10px 0;
  text-align: center;
  display: inline-block;
}
.titleActivityBar > div:nth-child(1) {
  width: 20%;
}
.titleActivityBar > div:nth-child(2) {
  width: 25%;
  border-left: solid 1px white;
}
.titleActivityBar > div:nth-child(3) {
  width: 28%;
  border-left: solid 1px white;
}
.titleActivityBar > div:nth-child(4) {
  width: 25%;
  border-left: solid 1px white;
}
a.viewlink,
a:visited .viewlink,
a:hover .viewlink {
  /* When a Member submits a review, this class wraps links */
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  a.viewlink,
  a:visited .viewlink,
  a:hover .viewlink {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
h4.resetpadding {
  line-height: 0px;
  padding: 14px 0;
  padding-bottom: 0;
}
div.publisherURL {
  margin-bottom: 0em;
  word-wrap: break-word;
  padding: 1em;
  width: 90%;
  border-style: solid;
  border-color: #BDBDBD;
  border-width: 1px;
  margin-left: 80px;
}
div.shelfHeader {
  line-height: 50px;
}
div.shelfManageRequests {
  width: 972px;
  min-height: 600px;
  clear: both;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
  overflow: hidden;
}
div.requestMeter {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 6px;
}
div.requestMeter .requestMeterLevel {
  display: none;
}
div.requestMeter .requestMeterLevel > div {
  background-color: #fff;
  border: solid 1px #666;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #777;
  font: normal normal normal 11px / 19px Raleway-Light, sans-serif;
  color: #666;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
}
@media (min-width: 768px) {
  div.requestMeter .requestMeterLevel > div {
    font: normal normal normal 11px / 19px Raleway-Light, sans-serif;
  }
}
div.requestMeter .requestMeterLevel0,
div.requestMeter .requestMeterLevel1 {
  margin-left: 0;
}
div.requestMeter .requestMeterLevel1 > div {
  background-color: #cc0000;
}
div.requestMeter .requestMeterLevel2 > div {
  background-color: #ff8a7f;
}
div.requestMeter .requestMeterLevel4 > div {
  background-color: #aeea2d;
}
div.requestMeter .requestMeterLevel5 > div {
  background-color: #00cc33;
}
div.requestMeter.requestMeter0 .requestMeterLevel0,
div.requestMeter.requestMeter1 .requestMeterLevel1,
div.requestMeter.requestMeter2 .requestMeterLevel2,
div.requestMeter.requestMeter3 .requestMeterLevel3,
div.requestMeter.requestMeter4 .requestMeterLevel4,
div.requestMeter.requestMeter5 .requestMeterLevel5 {
  display: inline-block;
  height: 30px;
}
div.managePercent {
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  div.managePercent {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
div.manageApprovalNew {
  text-align: center;
}
div.manageApprovalNew > div {
  display: inline-block;
  padding: 4px 8px;
  background-color: #fff;
  border: solid 1px #999999;
  color: #2d2d2d;
  font: normal normal normal 12px / 1em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  div.manageApprovalNew > div {
    font: normal normal normal 12px / 1em Raleway-Regular, sans-serif;
  }
}
button.profileAlaNumber {
  font-weight: bold;
  border-radius: 2px;
  background-color: #aec880;
}
div.profileNotificationModal {
  bottom: initial;
  overflow-y: auto;
}
div.profileNotificationModalDialog {
  margin: 100px auto;
  width: 650px;
}
div.profileNotificationModalContent {
  border-radius: 0px;
  width: 650px;
}
div.titleDetailsReviewThisTitle {
  margin-right: 0px;
}
div.purple-bg {
  padding: 8px;
  background-color: #895092;
  color: #eeedee;
  margin: 0 auto;
  border-radius: 2px;
  cursor: pointer;
}
button.requestApproveButton {
  float: left;
  padding: 7px 5px 0px 0px;
  border: none;
  background-color: transparent;
}
button.requestDeclineButton {
  padding: 7px 0px 0px 0px;
  border: none;
  background-color: transparent;
}
.manageRequestsProfileDetailsFont {
  font: 14px;
  color: #fff;
}
a.manageRequestsEmail {
  color: #fff;
  padding-right: 5px;
}
div.manageRequestsIconBar {
  float: right;
  line-height: 44px;
  padding-right: 5px;
}
div.manageRequestsCloseBtn {
  height: 100%;
  line-height: 44px;
  width: 105px;
  text-align: center;
}
div.manageRequestsFlag {
  padding: 0px 5px 2px 10px;
}
div.manageRequestsBadge {
  padding: 0 0px 5px 8px;
  margin: -2px -4px 0px 0px;
}
div.manageRequestsMediaPanel {
  font-size: 14px;
  height: 100%;
  line-height: 44px;
  width: 655px;
  border-right: 1px solid white;
}
div.manageRequestsProfileDetails {
  height: 44px;
  width: 930px;
  background-color: #aec880;
  text-align: left;
}
td.manageRequestsProfileDetailsMain {
  padding: 0px;
  border-bottom: 1px solid #eeedee;
}
div.manageRequestsProfileBtn {
  height: 100%;
  line-height: 44px;
  width: 155px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid white;
}
.profileBadge {
  margin: 10px;
}
.profileYourBadges {
  margin: auto;
  width: 205px;
}
.requestApproveButtonBox,
.requestDeclineButtonBox,
.muteMemberButtonBox {
  width: 42px;
  height: 39px;
  text-align: center;
  padding-top: 3px;
  color: #fff;
  border-style: solid;
  border-width: 1px;
}
.requestApproveButtonBox i,
.requestDeclineButtonBox i,
.muteMemberButtonBox i {
  font-size: 31px;
  margin: 0;
}
.muteMemberButtonBox,
.mute-confirmation-button {
  background-color: #895092;
  border-color: #999999;
}
.muteMemberButtonBox.muted,
.mute-confirmation-button.muted {
  background-color: #cc0000;
}
.requestApproveButtonBox {
  background-color: #aec880;
  border-color: #999999;
}
.requestDeclineButtonBox {
  background-color: #cc0000;
  border-color: #cc0000;
}
.requestApproveButtonText,
.requestDeclineButtonText,
.muteMemberButtonText {
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .requestApproveButtonText,
  .requestDeclineButtonText,
  .muteMemberButtonText {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
/*

This file is imported into main.less.

*/
/**
 * GLOBAL STYLINGS
 * Variables
*/
/* Colors */
/* Gray */
/* Gray */
/* ----------------- */
/* ----------------- */
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 1040px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}
@media (max-width: 1199px) and (min-width: 1040px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}
@media (max-width: 1039px) and (min-width: 768px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .pull-xs-left {
    float: left !important;
  }
  .pull-xs-right {
    float: right !important;
  }
  .pull-xs-none {
    float: none !important;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-alignment-md .col-xs-9 {
  flex-basis: 75%;
}
@media (max-width: 767px) {
  .flex-alignment-xs {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1040px) {
  .flex-alignment-md {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .flex-alignment-sm {
    display: flex;
    align-items: center;
  }
}
.flex-alignment {
  display: flex;
  align-items: center;
}
.flex-alignment .pull-right {
  margin-left: auto;
}
.justify-center {
  justify-content: center;
}
@media (max-width: 767px) {
  .justify-center-xs {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .justify-space-between-xs {
    justify-content: space-between;
  }
}
.text-force-wrap {
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.text-force-break {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.border-black {
  border: solid 1px #2d2d2d !important;
}
.border-black-left {
  border-left: solid 1px #2d2d2d !important;
}
.border-black-right {
  border-right: solid 1px #2d2d2d !important;
}
.border-black-top {
  border-top: solid 1px #2d2d2d !important;
}
.border-black-bottom {
  border-bottom: solid 1px #2d2d2d !important;
}
.border-blue {
  border: solid 1px #5c7f92 !important;
}
.border-blue-left {
  border-left: solid 1px #5c7f92 !important;
}
.border-blue-right {
  border-right: solid 1px #5c7f92 !important;
}
.border-blue-top {
  border-top: solid 1px #5c7f92 !important;
}
.border-blue-bottom {
  border-bottom: solid 1px #5c7f92 !important;
}
.border-gray {
  border: solid 1px #999999 !important;
}
.border-gray-left {
  border-left: solid 1px #999999 !important;
}
.border-gray-right {
  border-right: solid 1px #999999 !important;
}
.border-gray-top {
  border-top: solid 1px #999999 !important;
}
.border-gray-bottom {
  border-bottom: solid 1px #999999 !important;
}
.border-green {
  border: solid 1px #aec880 !important;
}
.border-green-left {
  border-left: solid 1px #aec880 !important;
}
.border-green-right {
  border-right: solid 1px #aec880 !important;
}
.border-green-top {
  border-top: solid 1px #aec880 !important;
}
.border-green-bottom {
  border-bottom: solid 1px #aec880 !important;
}
.border-grey {
  border: solid 1px #999999 !important;
}
.border-grey-left {
  border-left: solid 1px #999999 !important;
}
.border-grey-right {
  border-right: solid 1px #999999 !important;
}
.border-grey-top {
  border-top: solid 1px #999999 !important;
}
.border-grey-bottom {
  border-bottom: solid 1px #999999 !important;
}
.border-lightgray {
  border: solid 1px #f2f2f2 !important;
}
.border-lightgray-left {
  border-left: solid 1px #f2f2f2 !important;
}
.border-lightgray-right {
  border-right: solid 1px #f2f2f2 !important;
}
.border-lightgray-top {
  border-top: solid 1px #f2f2f2 !important;
}
.border-lightgray-bottom {
  border-bottom: solid 1px #f2f2f2 !important;
}
.border-lightgrey {
  border: solid 1px #f2f2f2 !important;
}
.border-lightgrey-left {
  border-left: solid 1px #f2f2f2 !important;
}
.border-lightgrey-right {
  border-right: solid 1px #f2f2f2 !important;
}
.border-lightgrey-top {
  border-top: solid 1px #f2f2f2 !important;
}
.border-lightgrey-bottom {
  border-bottom: solid 1px #f2f2f2 !important;
}
.border-mediumgray {
  border: solid 1px #ccc !important;
}
.border-mediumgray-left {
  border-left: solid 1px #ccc !important;
}
.border-mediumgray-right {
  border-right: solid 1px #ccc !important;
}
.border-mediumgray-top {
  border-top: solid 1px #ccc !important;
}
.border-mediumgray-bottom {
  border-bottom: solid 1px #ccc !important;
}
.border-mediumgrey {
  border: solid 1px #ccc !important;
}
.border-mediumgrey-left {
  border-left: solid 1px #ccc !important;
}
.border-mediumgrey-right {
  border-right: solid 1px #ccc !important;
}
.border-mediumgrey-top {
  border-top: solid 1px #ccc !important;
}
.border-mediumgrey-bottom {
  border-bottom: solid 1px #ccc !important;
}
.border-orange {
  border: solid 1px #f2761c !important;
}
.border-orange-left {
  border-left: solid 1px #f2761c !important;
}
.border-orange-right {
  border-right: solid 1px #f2761c !important;
}
.border-orange-top {
  border-top: solid 1px #f2761c !important;
}
.border-orange-bottom {
  border-bottom: solid 1px #f2761c !important;
}
.border-white {
  border: solid 1px #fff !important;
}
.border-white-left {
  border-left: solid 1px #fff !important;
}
.border-white-right {
  border-right: solid 1px #fff !important;
}
.border-white-top {
  border-top: solid 1px #fff !important;
}
.border-white-bottom {
  border-bottom: solid 1px #fff !important;
}
.border-none {
  border: none !important;
}
.border-none-left {
  border-left: none !important;
}
.border-none-right {
  border-right: none !important;
}
.border-none-top {
  border-top: none !important;
}
.border-none-bottom {
  border-bottom: none !important;
}
@media (min-width: 768px) {
  .border-sm-black {
    border: solid 1px #2d2d2d !important;
  }
  .border-sm-black-left {
    border-left: solid 1px #2d2d2d !important;
  }
  .border-sm-black-right {
    border-right: solid 1px #2d2d2d !important;
  }
  .border-sm-black-top {
    border-top: solid 1px #2d2d2d !important;
  }
  .border-sm-black-bottom {
    border-bottom: solid 1px #2d2d2d !important;
  }
  .border-sm-blue {
    border: solid 1px #5c7f92 !important;
  }
  .border-sm-blue-left {
    border-left: solid 1px #5c7f92 !important;
  }
  .border-sm-blue-right {
    border-right: solid 1px #5c7f92 !important;
  }
  .border-sm-blue-top {
    border-top: solid 1px #5c7f92 !important;
  }
  .border-sm-blue-bottom {
    border-bottom: solid 1px #5c7f92 !important;
  }
  .border-sm-gray {
    border: solid 1px #999999 !important;
  }
  .border-sm-gray-left {
    border-left: solid 1px #999999 !important;
  }
  .border-sm-gray-right {
    border-right: solid 1px #999999 !important;
  }
  .border-sm-gray-top {
    border-top: solid 1px #999999 !important;
  }
  .border-sm-gray-bottom {
    border-bottom: solid 1px #999999 !important;
  }
  .border-sm-green {
    border: solid 1px #aec880 !important;
  }
  .border-sm-green-left {
    border-left: solid 1px #aec880 !important;
  }
  .border-sm-green-right {
    border-right: solid 1px #aec880 !important;
  }
  .border-sm-green-top {
    border-top: solid 1px #aec880 !important;
  }
  .border-sm-green-bottom {
    border-bottom: solid 1px #aec880 !important;
  }
  .border-sm-grey {
    border: solid 1px #999999 !important;
  }
  .border-sm-grey-left {
    border-left: solid 1px #999999 !important;
  }
  .border-sm-grey-right {
    border-right: solid 1px #999999 !important;
  }
  .border-sm-grey-top {
    border-top: solid 1px #999999 !important;
  }
  .border-sm-grey-bottom {
    border-bottom: solid 1px #999999 !important;
  }
  .border-sm-lightgray {
    border: solid 1px #f2f2f2 !important;
  }
  .border-sm-lightgray-left {
    border-left: solid 1px #f2f2f2 !important;
  }
  .border-sm-lightgray-right {
    border-right: solid 1px #f2f2f2 !important;
  }
  .border-sm-lightgray-top {
    border-top: solid 1px #f2f2f2 !important;
  }
  .border-sm-lightgray-bottom {
    border-bottom: solid 1px #f2f2f2 !important;
  }
  .border-sm-lightgrey {
    border: solid 1px #f2f2f2 !important;
  }
  .border-sm-lightgrey-left {
    border-left: solid 1px #f2f2f2 !important;
  }
  .border-sm-lightgrey-right {
    border-right: solid 1px #f2f2f2 !important;
  }
  .border-sm-lightgrey-top {
    border-top: solid 1px #f2f2f2 !important;
  }
  .border-sm-lightgrey-bottom {
    border-bottom: solid 1px #f2f2f2 !important;
  }
  .border-sm-mediumgray {
    border: solid 1px #ccc !important;
  }
  .border-sm-mediumgray-left {
    border-left: solid 1px #ccc !important;
  }
  .border-sm-mediumgray-right {
    border-right: solid 1px #ccc !important;
  }
  .border-sm-mediumgray-top {
    border-top: solid 1px #ccc !important;
  }
  .border-sm-mediumgray-bottom {
    border-bottom: solid 1px #ccc !important;
  }
  .border-sm-mediumgrey {
    border: solid 1px #ccc !important;
  }
  .border-sm-mediumgrey-left {
    border-left: solid 1px #ccc !important;
  }
  .border-sm-mediumgrey-right {
    border-right: solid 1px #ccc !important;
  }
  .border-sm-mediumgrey-top {
    border-top: solid 1px #ccc !important;
  }
  .border-sm-mediumgrey-bottom {
    border-bottom: solid 1px #ccc !important;
  }
  .border-sm-orange {
    border: solid 1px #f2761c !important;
  }
  .border-sm-orange-left {
    border-left: solid 1px #f2761c !important;
  }
  .border-sm-orange-right {
    border-right: solid 1px #f2761c !important;
  }
  .border-sm-orange-top {
    border-top: solid 1px #f2761c !important;
  }
  .border-sm-orange-bottom {
    border-bottom: solid 1px #f2761c !important;
  }
  .border-sm-white {
    border: solid 1px #fff !important;
  }
  .border-sm-white-left {
    border-left: solid 1px #fff !important;
  }
  .border-sm-white-right {
    border-right: solid 1px #fff !important;
  }
  .border-sm-white-top {
    border-top: solid 1px #fff !important;
  }
  .border-sm-white-bottom {
    border-bottom: solid 1px #fff !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-sm-none-left {
    border-left: none !important;
  }
  .border-sm-none-right {
    border-right: none !important;
  }
  .border-sm-none-top {
    border-top: none !important;
  }
  .border-sm-none-bottom {
    border-bottom: none !important;
  }
}
@media (min-width: 1040px) {
  .border-md-black {
    border: solid 1px #2d2d2d !important;
  }
  .border-md-black-left {
    border-left: solid 1px #2d2d2d !important;
  }
  .border-md-black-right {
    border-right: solid 1px #2d2d2d !important;
  }
  .border-md-black-top {
    border-top: solid 1px #2d2d2d !important;
  }
  .border-md-black-bottom {
    border-bottom: solid 1px #2d2d2d !important;
  }
  .border-md-blue {
    border: solid 1px #5c7f92 !important;
  }
  .border-md-blue-left {
    border-left: solid 1px #5c7f92 !important;
  }
  .border-md-blue-right {
    border-right: solid 1px #5c7f92 !important;
  }
  .border-md-blue-top {
    border-top: solid 1px #5c7f92 !important;
  }
  .border-md-blue-bottom {
    border-bottom: solid 1px #5c7f92 !important;
  }
  .border-md-gray {
    border: solid 1px #999999 !important;
  }
  .border-md-gray-left {
    border-left: solid 1px #999999 !important;
  }
  .border-md-gray-right {
    border-right: solid 1px #999999 !important;
  }
  .border-md-gray-top {
    border-top: solid 1px #999999 !important;
  }
  .border-md-gray-bottom {
    border-bottom: solid 1px #999999 !important;
  }
  .border-md-green {
    border: solid 1px #aec880 !important;
  }
  .border-md-green-left {
    border-left: solid 1px #aec880 !important;
  }
  .border-md-green-right {
    border-right: solid 1px #aec880 !important;
  }
  .border-md-green-top {
    border-top: solid 1px #aec880 !important;
  }
  .border-md-green-bottom {
    border-bottom: solid 1px #aec880 !important;
  }
  .border-md-grey {
    border: solid 1px #999999 !important;
  }
  .border-md-grey-left {
    border-left: solid 1px #999999 !important;
  }
  .border-md-grey-right {
    border-right: solid 1px #999999 !important;
  }
  .border-md-grey-top {
    border-top: solid 1px #999999 !important;
  }
  .border-md-grey-bottom {
    border-bottom: solid 1px #999999 !important;
  }
  .border-md-lightgray {
    border: solid 1px #f2f2f2 !important;
  }
  .border-md-lightgray-left {
    border-left: solid 1px #f2f2f2 !important;
  }
  .border-md-lightgray-right {
    border-right: solid 1px #f2f2f2 !important;
  }
  .border-md-lightgray-top {
    border-top: solid 1px #f2f2f2 !important;
  }
  .border-md-lightgray-bottom {
    border-bottom: solid 1px #f2f2f2 !important;
  }
  .border-md-lightgrey {
    border: solid 1px #f2f2f2 !important;
  }
  .border-md-lightgrey-left {
    border-left: solid 1px #f2f2f2 !important;
  }
  .border-md-lightgrey-right {
    border-right: solid 1px #f2f2f2 !important;
  }
  .border-md-lightgrey-top {
    border-top: solid 1px #f2f2f2 !important;
  }
  .border-md-lightgrey-bottom {
    border-bottom: solid 1px #f2f2f2 !important;
  }
  .border-md-mediumgray {
    border: solid 1px #ccc !important;
  }
  .border-md-mediumgray-left {
    border-left: solid 1px #ccc !important;
  }
  .border-md-mediumgray-right {
    border-right: solid 1px #ccc !important;
  }
  .border-md-mediumgray-top {
    border-top: solid 1px #ccc !important;
  }
  .border-md-mediumgray-bottom {
    border-bottom: solid 1px #ccc !important;
  }
  .border-md-mediumgrey {
    border: solid 1px #ccc !important;
  }
  .border-md-mediumgrey-left {
    border-left: solid 1px #ccc !important;
  }
  .border-md-mediumgrey-right {
    border-right: solid 1px #ccc !important;
  }
  .border-md-mediumgrey-top {
    border-top: solid 1px #ccc !important;
  }
  .border-md-mediumgrey-bottom {
    border-bottom: solid 1px #ccc !important;
  }
  .border-md-orange {
    border: solid 1px #f2761c !important;
  }
  .border-md-orange-left {
    border-left: solid 1px #f2761c !important;
  }
  .border-md-orange-right {
    border-right: solid 1px #f2761c !important;
  }
  .border-md-orange-top {
    border-top: solid 1px #f2761c !important;
  }
  .border-md-orange-bottom {
    border-bottom: solid 1px #f2761c !important;
  }
  .border-md-white {
    border: solid 1px #fff !important;
  }
  .border-md-white-left {
    border-left: solid 1px #fff !important;
  }
  .border-md-white-right {
    border-right: solid 1px #fff !important;
  }
  .border-md-white-top {
    border-top: solid 1px #fff !important;
  }
  .border-md-white-bottom {
    border-bottom: solid 1px #fff !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-md-none-left {
    border-left: none !important;
  }
  .border-md-none-right {
    border-right: none !important;
  }
  .border-md-none-top {
    border-top: none !important;
  }
  .border-md-none-bottom {
    border-bottom: none !important;
  }
}
.panel {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .panel-heading {
  border-bottom: 0;
}
.bodywrap {
  overflow: inherit;
}
.highlight-box {
  background-color: #f1f1f1;
  padding: 12px;
}
.highlight-box-bordered {
  border: 1px solid #999999;
}
.highlight-box-blue {
  background-color: #73a6d0;
}
.highlight-box-lightblue {
  background-color: #90b8d7;
}
.highlight-box-dark {
  background-color: #999999;
}
.highlight-box-blue,
.highlight-box-lightblue,
.highlight-box-dark,
.highlight-box-purple,
.highlight-box-blue a,
.highlight-box-lightblue a,
.highlight-box-dark a,
.highlight-box-purple a,
.highlight-box-blue h1,
.highlight-box-lightblue h1,
.highlight-box-dark h1,
.highlight-box-purple h1,
.highlight-box-blue h2,
.highlight-box-lightblue h2,
.highlight-box-dark h2,
.highlight-box-purple h2,
.highlight-box-blue h3,
.highlight-box-lightblue h3,
.highlight-box-dark h3,
.highlight-box-purple h3,
.highlight-box-blue h4,
.highlight-box-lightblue h4,
.highlight-box-dark h4,
.highlight-box-purple h4,
.highlight-box-blue h5,
.highlight-box-lightblue h5,
.highlight-box-dark h5,
.highlight-box-purple h5,
.highlight-box-blue h6,
.highlight-box-lightblue h6,
.highlight-box-dark h6,
.highlight-box-purple h6,
.highlight-box-blue .label-wrap label,
.highlight-box-lightblue .label-wrap label,
.highlight-box-dark .label-wrap label,
.highlight-box-purple .label-wrap label,
.highlight-box-blue .label-wrap-responsive label,
.highlight-box-lightblue .label-wrap-responsive label,
.highlight-box-dark .label-wrap-responsive label,
.highlight-box-purple .label-wrap-responsive label {
  color: #fff;
}
.highlight-box-blue a,
.highlight-box-lightblue a,
.highlight-box-dark a,
.highlight-box-purple a {
  font-weight: bold;
}
.highlight-box-blue a.h1,
.highlight-box-lightblue a.h1,
.highlight-box-dark a.h1,
.highlight-box-purple a.h1,
.highlight-box-blue a.h2,
.highlight-box-lightblue a.h2,
.highlight-box-dark a.h2,
.highlight-box-purple a.h2,
.highlight-box-blue a.h3,
.highlight-box-lightblue a.h3,
.highlight-box-dark a.h3,
.highlight-box-purple a.h3,
.highlight-box-blue a.h4,
.highlight-box-lightblue a.h4,
.highlight-box-dark a.h4,
.highlight-box-purple a.h4,
.highlight-box-blue a.h5,
.highlight-box-lightblue a.h5,
.highlight-box-dark a.h5,
.highlight-box-purple a.h5,
.highlight-box-blue a.h6,
.highlight-box-lightblue a.h6,
.highlight-box-dark a.h6,
.highlight-box-purple a.h6 {
  font-weight: normal;
}
.highlight-box-blue h1 a,
.highlight-box-lightblue h1 a,
.highlight-box-dark h1 a,
.highlight-box-purple h1 a,
.highlight-box-blue h2 a,
.highlight-box-lightblue h2 a,
.highlight-box-dark h2 a,
.highlight-box-purple h2 a,
.highlight-box-blue h3 a,
.highlight-box-lightblue h3 a,
.highlight-box-dark h3 a,
.highlight-box-purple h3 a,
.highlight-box-blue h4 a,
.highlight-box-lightblue h4 a,
.highlight-box-dark h4 a,
.highlight-box-purple h4 a,
.highlight-box-blue h5 a,
.highlight-box-lightblue h5 a,
.highlight-box-dark h5 a,
.highlight-box-purple h5 a,
.highlight-box-blue h6 a,
.highlight-box-lightblue h6 a,
.highlight-box-dark h6 a,
.highlight-box-purple h6 a {
  font-weight: normal;
}
.highlight-box-blue select,
.highlight-box-lightblue select,
.highlight-box-dark select,
.highlight-box-purple select {
  color: #666;
}
.highlight-box-green {
  background-color: #aec880;
}
.highlight-box-purple {
  background-color: #895092;
}
.highlight-box-red {
  background-color: #ff8a7f;
}
.highlight-box-info {
  background-color: #e0e7ee;
}
.highlight-box-share {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  padding: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .highlight-box-share {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.highlight-box-share p {
  margin: 0;
}
.highlight-box-share i {
  color: #aec880;
  padding-left: 12px;
  vertical-align: middle;
}
.highlight-box-chartBlue {
  background-color: #93caf8;
}
.transparent-box {
  background: transparent;
  padding: 12px;
}
.transparent-box-bordered {
  border: 1px solid #999999;
}
.header-box {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}
.header-box,
.header-box h1,
.header-box h2,
.header-box h3,
.header-box h4,
.header-box h5,
.header-box h6 {
  color: #2d2d2d;
  padding: 0;
  margin: 0;
}
.header-box.header-box-default {
  background-color: #73a6d0;
}
.header-box.header-box-admin {
  background-color: #90b8d7;
}
.header-box.header-box-member {
  background-color: #aec880;
}
.header-box.header-box-publisher {
  background-color: #895092;
}
.header-box.header-box-info {
  background-color: #e0e7ee;
}
.header-box.header-box-dark {
  background-color: #999999;
}
.header-box.header-box-light {
  background-color: #f1f1f1;
}
.header-box.header-box-admin,
.header-box.header-box-default,
.header-box.header-box-member,
.header-box.header-box-publisher,
.header-box.header-box-dark,
.header-box.header-box-admin h1,
.header-box.header-box-default h1,
.header-box.header-box-member h1,
.header-box.header-box-publisher h1,
.header-box.header-box-dark h1,
.header-box.header-box-admin h2,
.header-box.header-box-default h2,
.header-box.header-box-member h2,
.header-box.header-box-publisher h2,
.header-box.header-box-dark h2,
.header-box.header-box-admin h3,
.header-box.header-box-default h3,
.header-box.header-box-member h3,
.header-box.header-box-publisher h3,
.header-box.header-box-dark h3,
.header-box.header-box-admin h4,
.header-box.header-box-default h4,
.header-box.header-box-member h4,
.header-box.header-box-publisher h4,
.header-box.header-box-dark h4,
.header-box.header-box-admin h5,
.header-box.header-box-default h5,
.header-box.header-box-member h5,
.header-box.header-box-publisher h5,
.header-box.header-box-dark h5,
.header-box.header-box-admin h6,
.header-box.header-box-default h6,
.header-box.header-box-member h6,
.header-box.header-box-publisher h6,
.header-box.header-box-dark h6 {
  color: #fff;
}
.header-box.header-box-admin select,
.header-box.header-box-default select,
.header-box.header-box-member select,
.header-box.header-box-publisher select,
.header-box.header-box-dark select {
  color: #666;
}
.header-box.header-box-light,
.header-box.header-box-light h1,
.header-box.header-box-light h2,
.header-box.header-box-light h3,
.header-box.header-box-light h4,
.header-box.header-box-light h5,
.header-box.header-box-light h6 {
  color: #777;
}
.header-box.header-box-light select {
  color: #666;
}
.header-box > li,
.header-box .header-box-item {
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
  border-right: 1px solid #fff;
}
.header-box > li.vt,
.header-box .header-box-item.vt {
  vertical-align: top;
}
.header-box > li:first-child,
.header-box .header-box-item:first-child {
  padding-left: 0;
}
.header-box > li:last-child,
.header-box .header-box-item:last-child {
  padding-right: 0;
}
.header-box > li.pull-right,
.header-box .header-box-item.pull-right {
  border-right: none;
  border-left: 1px solid #fff;
}
.header-box > li:last-child,
.header-box .header-box-item:last-child {
  border-right: none;
}
.header-box > li.button,
.header-box .header-box-item.button {
  cursor: pointer;
}
.header-box > li.membertype-icon-item,
.header-box .header-box-item.membertype-icon-item {
  padding-left: 0;
  padding-right: 0;
  width: 45px;
}
.header-box > li ul,
.header-box .header-box-item ul,
.header-box > li ol,
.header-box .header-box-item ol {
  margin: 0;
  padding: 0;
}
.header-box > li li,
.header-box .header-box-item li,
.header-box > li .header-box-item,
.header-box .header-box-item .header-box-item {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
}
.header-box > li li.vt,
.header-box .header-box-item li.vt,
.header-box > li .header-box-item.vt,
.header-box .header-box-item .header-box-item.vt {
  vertical-align: top;
}
.header-box > li li:last-child,
.header-box .header-box-item li:last-child,
.header-box > li .header-box-item:last-child,
.header-box .header-box-item .header-box-item:last-child {
  padding-right: 0;
}
.header-box.header-box-admin > li:first-child,
.header-box.header-box-default > li:first-child,
.header-box.header-box-info > li:first-child,
.header-box.header-box-member > li:first-child,
.header-box.header-box-publisher > li:first-child,
.header-box.header-box-dark > li:first-child,
.header-box.header-box-light > li:first-child,
.header-box.header-box-admin > .header-box-item:first-child,
.header-box.header-box-default > .header-box-item:first-child,
.header-box.header-box-info > .header-box-item:first-child,
.header-box.header-box-member > .header-box-item:first-child,
.header-box.header-box-publisher > .header-box-item:first-child,
.header-box.header-box-dark > .header-box-item:first-child,
.header-box.header-box-light > .header-box-item:first-child,
.header-box.header-box-admin > li:last-child,
.header-box.header-box-default > li:last-child,
.header-box.header-box-info > li:last-child,
.header-box.header-box-member > li:last-child,
.header-box.header-box-publisher > li:last-child,
.header-box.header-box-dark > li:last-child,
.header-box.header-box-light > li:last-child,
.header-box.header-box-admin > .header-box-item:last-child,
.header-box.header-box-default > .header-box-item:last-child,
.header-box.header-box-info > .header-box-item:last-child,
.header-box.header-box-member > .header-box-item:last-child,
.header-box.header-box-publisher > .header-box-item:last-child,
.header-box.header-box-dark > .header-box-item:last-child,
.header-box.header-box-light > .header-box-item:last-child {
  padding: 12px;
}
.header-box.header-box-admin > li .requestApproveButtonText,
.header-box.header-box-default > li .requestApproveButtonText,
.header-box.header-box-info > li .requestApproveButtonText,
.header-box.header-box-member > li .requestApproveButtonText,
.header-box.header-box-publisher > li .requestApproveButtonText,
.header-box.header-box-dark > li .requestApproveButtonText,
.header-box.header-box-light > li .requestApproveButtonText,
.header-box.header-box-admin > .header-box-item .requestApproveButtonText,
.header-box.header-box-default > .header-box-item .requestApproveButtonText,
.header-box.header-box-info > .header-box-item .requestApproveButtonText,
.header-box.header-box-member > .header-box-item .requestApproveButtonText,
.header-box.header-box-publisher > .header-box-item .requestApproveButtonText,
.header-box.header-box-dark > .header-box-item .requestApproveButtonText,
.header-box.header-box-light > .header-box-item .requestApproveButtonText,
.header-box.header-box-admin > li .requestDeclineButtonText,
.header-box.header-box-default > li .requestDeclineButtonText,
.header-box.header-box-info > li .requestDeclineButtonText,
.header-box.header-box-member > li .requestDeclineButtonText,
.header-box.header-box-publisher > li .requestDeclineButtonText,
.header-box.header-box-dark > li .requestDeclineButtonText,
.header-box.header-box-light > li .requestDeclineButtonText,
.header-box.header-box-admin > .header-box-item .requestDeclineButtonText,
.header-box.header-box-default > .header-box-item .requestDeclineButtonText,
.header-box.header-box-info > .header-box-item .requestDeclineButtonText,
.header-box.header-box-member > .header-box-item .requestDeclineButtonText,
.header-box.header-box-publisher > .header-box-item .requestDeclineButtonText,
.header-box.header-box-dark > .header-box-item .requestDeclineButtonText,
.header-box.header-box-light > .header-box-item .requestDeclineButtonText {
  color: #000;
}
.header-box .cover-image-wrapper {
  width: 40px;
}
.header-box .cover-image-wrapper img {
  width: 40px;
  border: solid 1px #fff;
}
.header-box.publisher-header-box li {
  text-align: center;
}
.header-box.publisher-header-box.header-box-default .favorites:hover,
.header-box.publisher-header-box.header-box-default .preferences:hover {
  background-color: #9dbbdc;
}
.header-box.publisher-header-box.header-box-dark .favorites:hover,
.header-box.publisher-header-box.header-box-dark .preferences:hover {
  background-color: #b3b3b3;
}
.header-box.publisher-header-box.publisher-com .favorites {
  width: 22%;
}
.header-box.publisher-header-box.publisher-com .preferences {
  width: 30%;
}
.header-box.publisher-header-box.publisher-com .titles_since {
  width: 24%;
}
.header-box.publisher-header-box.publisher-de .favorites {
  width: 7%;
}
.header-box.publisher-header-box.publisher-de .preferences {
  width: 10%;
}
.header-box.publisher-header-box.publisher-de .titles_since {
  width: 12%;
}
.header-box.publisher-header-box.publisher-de .search_publisher {
  width: 20%;
}
.header-box.publisher-header-box.publisher-fr .favorites {
  width: 15.3%;
}
.header-box.publisher-header-box.publisher-fr .search_publisher {
  width: 28%;
}
.header-box.header-box-nav {
  display: table;
}
.header-box.header-box-nav.sub-header > li > h1,
.header-box.header-box-nav.sub-header > li > h2,
.header-box.header-box-nav.sub-header > li > h3,
.header-box.header-box-nav.sub-header > li > h4,
.header-box.header-box-nav.sub-header > li > h5,
.header-box.header-box-nav.sub-header > li > h6,
.header-box.header-box-nav.sub-header > li > div,
.header-box.header-box-nav.sub-header > li > a {
  padding: 12px;
}
.header-box.header-box-nav > li {
  text-align: center;
  padding: 0!important;
}
.header-box.header-box-nav > li button {
  background-color: transparent;
  padding: 18px;
}
.header-box.header-box-nav > li > h1,
.header-box.header-box-nav > li > h2,
.header-box.header-box-nav > li > h3,
.header-box.header-box-nav > li > h4,
.header-box.header-box-nav > li > h5,
.header-box.header-box-nav > li > h6,
.header-box.header-box-nav > li > div,
.header-box.header-box-nav > li > a {
  color: #fff;
  padding: 18px;
  text-align: center;
}
.header-box.header-box-nav > li > a {
  display: inline-block;
  width: 100%;
}
.header-box.header-box-nav > li > .search-form {
  padding-left: 12px;
  position: relative;
  top: 8px;
}
@media (max-width: 767px) {
  .header-box.header-box-nav.visible-xs {
    display: table!important;
  }
}
.header-box.your-shelf .active {
  background-color: #9dbbdc;
}
.col-title-details-cover {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.col-title-details-cover .overflow-cover-image {
  width: 100%;
}
.col-title-details-cover .overflow-cover-image img {
  width: 100%;
  max-width: 100%;
}
.col-title-details-cover .overflow-cover-image.auto-width {
  width: auto;
}
@media (min-width: 768px) {
  .col-title-details-cover {
    text-align: left;
    width: 220px;
    float: left;
    position: relative;
  }
  .col-title-details-cover .overflow-cover-image {
    position: absolute;
    margin-left: 24px;
    z-index: 1;
  }
  .col-title-details-cover .overflow-cover-image .title-image-spacer {
    min-height: 325px;
  }
}
.col-title-details-detail {
  padding: 0 12px;
}
@media (min-width: 768px) {
  .col-title-details-detail {
    padding: 0 12px 0 262px;
    width: 100%;
    float: left;
  }
}
.col-title-details-widget {
  padding: 0 12px;
}
@media (min-width: 1040px) {
  .col-title-details-widget {
    padding: 0 12px 0 262px;
  }
}
.inline-button-box .download {
  color: #2d2d2d;
}
.inline-button-box .download i {
  color: #aec880;
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
}
.inline-button-box .download img {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
}
.inline-button-box .buttonDefault,
.inline-button-box .buttonInfo,
.inline-button-box .buttonResultSuccess,
.inline-button-box .buttonResultError {
  line-height: 1.3em;
}
.inline-button-box .buttonDefault,
.inline-button-box .buttonInfo {
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .inline-button-box .buttonDefault,
  .inline-button-box .buttonInfo {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
.inline-button-box .buttonDefault a,
.inline-button-box .buttonInfo a {
  color: #777;
  font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  color: #f2761c;
}
@media (min-width: 768px) {
  .inline-button-box .buttonDefault a,
  .inline-button-box .buttonInfo a {
    font: normal normal normal 11px / 1.5em Raleway-Light, sans-serif;
  }
}
.inline-button-box .buttonDefault img,
.inline-button-box .buttonInfo img {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  margin: 0 6px 0 0;
}
.inline-button-box .buttonDefault div,
.inline-button-box .buttonInfo div {
  display: inline-block;
  vertical-align: middle;
}
.inline-button-box .buttonDefault h4,
.inline-button-box .buttonInfo h4 {
  font-size: 14px;
}
.inline-button-box .buttonDefault h5,
.inline-button-box .buttonInfo h5 {
  color: #2d2d2d !important;
}
.inline-button-box .buttonInfo i {
  color: #f2761c;
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  margin: 0 6px 0 0;
}
.inline-button-box .buttonResultError h1,
.inline-button-box .buttonResultError h2,
.inline-button-box .buttonResultError h3,
.inline-button-box .buttonResultError h4,
.inline-button-box .buttonResultError h5,
.inline-button-box .buttonResultError h6,
.inline-button-box .buttonResultError p,
.inline-button-box .buttonResultError span {
  color: #cc0000 !important;
  line-height: 1.3em;
  margin: 0;
}
.bookReviewBox .reviewAuthor {
  padding: 12px 0;
}
.bookReviewBox .reviewAuthor img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.bookReviewBox .reviewContent {
  vertical-align: top;
  background-color: #f1f1f1;
  min-height: 90px;
  padding: 12px 24px;
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .bookReviewBox .reviewContent {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.bookReviewBox .starRating {
  vertical-align: top;
  width: 172px;
  border-left: solid 12px #fff;
  padding: 12px;
  background-color: #dde3e8;
  text-align: center;
}
.bookReviewBox .starRating .star {
  cursor: auto;
}
.bookReviewBox .starRating .legend {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .bookReviewBox .starRating .legend {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.coverGridBox {
  margin-left: -6px;
  margin-right: -6px;
}
.coverGridBox table.coverBoxWrapper td {
  padding: 6px;
}
.publisher-results-grid .coverGridBox table.coverBoxWrapper td.coverBox4 {
  padding: 0 24px 12px;
}
.slick-slide .coverBox {
  padding-right: 12px;
  display: inline-block;
  vertical-align: top;
}
.badgesTitle {
  font-weight: bold;
}
#badgesSidebarBox h3 {
  padding-left: 12px;
}
#badgesSidebarBox h5 {
  padding: 12px;
  word-wrap: break-word;
}
#badgesMainBox .badgesBorderTop {
  border-top: 1px solid #A4A4A4;
}
#badgesMainBox h2 {
  font-weight: bold;
}
#badgesMainBox .badgeDescription {
  padding: 0px 12px 12px 12px;
}
#badgesMainBox .badgeSnippetBox {
  padding: 12px;
  min-height: 120px;
  border: 1px solid black;
  word-wrap: break-word;
}
#badgesMainBox button {
  padding: 9px 24px;
  font-weight: bold;
  border: 1px solid #A3A89B;
  border-radius: 3px;
}
#badgesMainBox .copyButtonWrapper {
  padding: 40px 12px;
}
#badgesMainBox .copyText {
  font-weight: bold;
  padding: 12px 12px 12px 0px;
}
#badgesMainBox .badgesTitle {
  padding: 12px;
  padding-top: 24px;
}
#badgesMainBox .socialShareBox h1 {
  color: #5c7f92;
  font: normal normal normal 28px / 1.1em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  #badgesMainBox .socialShareBox h1 {
    font: normal normal normal 48px / 1.1em Raleway-Regular, sans-serif;
  }
}
#badgesMainBox .socialShareBox,
#badgesMainBox .socialShareBox h1,
#badgesMainBox .socialShareBox h3,
#badgesMainBox .socialShareBox p {
  text-align: center;
}
#designationListingBox .designationRow:nth-child(even) {
  background-color: #f1f1f1;
}
#designationListingBox .designationRow {
  height: 70px;
  line-height: 70px;
}
#designationListingBox .designationRow .designationType {
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  #designationListingBox .designationRow .designationType {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
#designationListingBox .designationRow .designationType span {
  line-height: 70px;
}
#designationListingBox .lastImport {
  padding-left: 50px;
}
#designationListingBox button.designationView {
  background-color: #f1f1f1;
  border: 2px solid #777;
  border-radius: 0px;
  height: 35px;
  margin-left: 12px;
}
#designationListingBox button.designationImport {
  background-color: #aec880;
  border: 2px solid #999999;
  color: #fff;
  font-weight: bold;
  height: 35px;
  margin-left: 12px;
}
.wishGrantedBox {
  border: 1px solid #999999;
  background-color: #f1f1f1;
  margin-top: 8px;
  min-height: 175px;
}
.wishGrantedBox .boxLeft {
  background-color: #aec880 !important;
  float: left;
  width: 25%;
  height: 173px;
  padding-left: 5px;
  padding-top: 10px;
}
.wishGrantedBox .boxRight {
  float: left;
  width: 75%;
  height: 173px;
  padding-left: 8px;
  padding-top: 10px;
}
.wishGrantedBox .boxRight h3 {
  color: #f2761c;
  border-bottom: none;
}
div.wishGranted {
  background-color: #895092;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 24px;
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  div.wishGranted {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
div.wishGranted h3 {
  color: #fff;
  font-size: 1em;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0;
}
.pubDashWishes {
  margin: 8px 0px;
  background-color: #f1f1f1 !important;
}
.pubDashWishes .boxLeft {
  background-color: #f1f1f1;
  float: left;
  width: 50px;
  padding: 15px 10px;
}
.pubDashWishes .boxRight {
  background-color: #f1f1f1;
  margin-left: 50px;
  text-align: top;
  width: 85%;
  padding: 12px 10px;
}
.row.dashboardBoxWrapper h3 {
  border-bottom: 1px solid #999999;
  padding-bottom: 6px;
}
.row.dashboardBoxWrapper > div {
  padding: 12px;
}
@media (min-width: 768px) {
  .row.dashboardBoxWrapper .dashboard-info-box {
    min-height: 350px;
  }
}
#viewExcerptBox h1 {
  font-weight: bold;
}
#viewExcerptBox .coverImageWrapper {
  width: 42px;
  margin-right: 12px;
}
#viewExcerptBox .coverImage {
  border: solid 1px #fff;
  display: inline-block;
  width: 40px;
}
#viewExcerptBox .excerptAffiliateLinks {
  padding: 12px;
}
#viewExcerptBox .excerptHeader {
  background-color: #73a6d0 !important;
  color: #fff;
  font: #fff;
  min-height: 90px;
  padding: 12px;
}
#viewExcerptBox .excerptHeader h2,
#viewExcerptBox .excerptHeader h3 {
  color: #fff;
}
#viewExcerptBox .excerptDetailsLeft {
  padding: 6px 0 0 0;
}
#viewExcerptBox .excerptDetailsRight {
  float: left;
  padding: 6px 0 0 0;
  text-align: left;
}
@media (min-width: 48rem) {
  #viewExcerptBox .excerptDetailsRight {
    float: right;
    padding: 9px 12px 0 12px;
    text-align: right;
  }
}
#viewExcerptBox .excerptSpacer {
  border: 1px solid #55BBFF;
  height: 2px;
  width: 44px;
  display: inline-block;
  margin-bottom: 5px;
}
#viewExcerptBox .excerptTitleDetails {
  padding-top: 12px;
}
@media (min-width: 62rem) {
  #viewExcerptBox .leftExcerptBox {
    border-right: 2px solid #999999;
  }
}
#viewExcerptBox .rightExcerptBox {
  text-align: center;
}
#viewExcerptBox .rightExcerptBox .locateOptions {
  padding: 12px;
}
#viewExcerptBox .rightExcerptBox .purchaseOptions {
  border-bottom: 2px solid #ccc;
  padding: 12px;
}
#viewExcerptBox .rightExcerptBox h3 {
  text-align: center;
}
#viewExcerptBox .verify-title-image {
  float: left;
  padding: 0;
}
#manageRequestsBox .manage-requests-stats {
  outline: none;
}
#manageRequestsBox .manage-requests-stats i {
  font-size: 2em;
  font-height: 2em;
  vertical-align: middle;
  color: #90b8d7;
}
#manageRequestsBox .manage-requests-filters .manage-requests-filter-links .green-button {
  color: #fff;
}
@media (max-width: 768px) {
  #manageRequestsBox .manage-requests-filters .manage-requests-filter-links {
    padding-top: 12px;
  }
}
#manageRequestsBox .manage-requests-filters .manage-requests-filter-member-types label {
  color: #666;
}
@media (max-width: 768px) {
  #manageRequestsBox .manage-requests-filters .manage-requests-filter-member-types {
    padding-bottom: 6px;
  }
}
#manageRequestsBox .manage-requests-filters .manage-requests-filter-regions label {
  color: #666;
}
#manageRequestsBox .manage-requests-filters .manage-requests-filter-muted label {
  color: #666;
}
#manageRequestsBox .manage-requests-table .manage-requests-percent {
  font-size: 1.5em;
}
#manageRequestsBox .manage-requests-table .review-request-success-approved {
  background-color: #aec880;
  color: #fff;
  border: 0;
}
#manageRequestsBox .manage-requests-table .review-request-success-declined {
  background-color: #ff8a7f;
  border: 0;
}
#manageRequestsBox .manage-requests-table .review-request-error {
  background-color: #ccc;
  border: 0;
}
#manageRequestsBox .manage-requests-table .manage-requests-light-heading {
  font-weight: normal;
}
#manageRequestsBox .manage-requests-table .manage-requests-border-right {
  border-right: 1px solid #ccc;
}
#manageRequestsBox .manage-requests-table .manage-requests-meter .newRequestLevel {
  font-size: 9px;
  font-weight: bold;
}
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter {
  float: left;
  width: 12px;
  height: 102px;
  margin: 0;
}
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter .requestMeterLevel {
  display: none;
}
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter .requestMeterLevel > div {
  background-color: #fff;
  border: none;
  width: 12px;
  height: 102px;
  border-radius: 0;
  font-size: 0;
}
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter .requestMeterLevel1 > div {
  background-color: #cc0000;
}
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter .requestMeterLevel2 > div {
  background-color: #ff8a7f;
}
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter .requestMeterLevel4 > div {
  background-color: #aeea2d;
}
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter .requestMeterLevel5 > div {
  background-color: #00cc33;
}
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter.requestMeter0 .requestMeterLevel0,
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter.requestMeter1 .requestMeterLevel1,
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter.requestMeter2 .requestMeterLevel2,
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter.requestMeter3 .requestMeterLevel3,
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter.requestMeter4 .requestMeterLevel4,
#manageRequestsBox .manage-requests-table .manage-requests-meter-mobile div.requestMeter.requestMeter5 .requestMeterLevel5 {
  display: inline-block;
}
.title-info-bar .cover-image-wrapper {
  width: 40px;
}
.title-info-bar .cover-image-wrapper img {
  width: 40px;
  border: solid 1px #fff;
}
.title-info-bar .title-info-box {
  display: inline-block;
}
.title-info-bar .title-link-box {
  text-align: center;
}
.title-info-bar .title-link-box i {
  font-size: 2em;
}
.title-info-bar .title-text {
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  color: #fff;
}
@media (min-width: 768px) {
  .title-info-bar .title-text {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.title-info-bar .title-icon-spaced {
  height: 34px;
}
.title-info-bar .title-link-spaced {
  height: 36px;
}
.title-info-bar .title-link-spaced i {
  font-size: 2.5em;
}
.title-info-bar h3 {
  color: #fff;
}
.manage-requests-modal-action-button {
  font-size: 14px !important;
}
.modal .details:first-child {
  margin-top: 24px;
}
.muteMemberButtonBox,
.requestApproveButtonBox,
.requestDeclineButtonBox {
  display: inline-block;
}
.muteMemberButtonBox.manage-request-small-button,
.requestApproveButtonBox.manage-request-small-button,
.requestDeclineButtonBox.manage-request-small-button {
  width: 20px;
  height: 20px;
  padding-top: 0;
}
.muteMemberButtonBox.manage-request-small-button i,
.requestApproveButtonBox.manage-request-small-button i,
.requestDeclineButtonBox.manage-request-small-button i {
  font-size: 15px;
}
.requestApproveButtonBox.inverse {
  color: #aec880;
  background-color: #fff;
}
.bannerBox {
  background-color: #f1f1f1;
  padding: 6px 0;
  border: 2px solid #ccc;
}
.bannerBox h2 {
  font-size: 24px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .bannerBox button {
    padding: 12px 30px;
  }
}
.hr {
  clear: both;
  height: 1px;
  width: 100%;
  background-color: #895092;
}
.hr.bg-white {
  background-color: #fff;
}
#paymentBox .subtotal-amount span {
  float: right;
}
#paymentBox .total-amount {
  border-left: 1px solid white;
}
#paymentBox .total-amount span {
  float: right;
}
#paymentBox .total-text span {
  float: right;
}
@media (max-width: 480px) {
  #paymentBox .subtotal-amount span {
    float: left;
  }
  #paymentBox .total-amount {
    border: 0;
  }
  #paymentBox .total-amount span {
    float: right;
    margin: 0;
  }
  #paymentBox .total-text span {
    float: left;
  }
}
@media (max-width: 767px) {
  #homepageBox {
    margin-top: -12px;
  }
}
#homepageBox .background-logo {
  background-image: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/images/logo/NetGalley-swirl-lg.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#homepageBox .global-links {
  color: #5c7f92;
  font: normal normal normal 18px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  #homepageBox .global-links {
    font: normal normal normal 18px / 1.5em Raleway-Medium, sans-serif;
  }
}
#homepageBox .global-links .global-links-text {
  text-align: right;
}
@media (max-width: 1039px) {
  #homepageBox .global-links .global-links-text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #homepageBox .global-links .col-md-2 {
    text-align: center;
  }
}
#homepageBox .global-links .link-text {
  color: #5c7f92;
  font: normal normal normal 18px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  #homepageBox .global-links .link-text {
    font: normal normal normal 18px / 1.5em Raleway-Medium, sans-serif;
  }
}
@media (min-width: 768px) {
  #homepageBox .global-links .link-text {
    color: #5c7f92;
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #homepageBox .global-links .link-text {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
#homepageBox .global-links img {
  height: 50px;
}
#homepageBox .left-button-text-box {
  padding-top: 12px;
}
#homepageBox .left-button-text-box h2 {
  color: #5c7f92;
}
@media (min-width: 768px) and (max-width: 1039px) {
  #homepageBox .left-button-text-box h2 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #homepageBox .left-button-text-box h2 {
    float: none;
    text-align: center;
  }
}
#homepageBox .left-button-text-box.heres-your-chance {
  padding-top: 48px;
  float: right;
}
@media (max-width: 768px) {
  #homepageBox .left-button-text-box.heres-your-chance {
    padding-top: 12px;
    float: none;
  }
}
#homepageBox .matrix-parent table tr:nth-child(1) td:nth-child(1) {
  background-color: #f1f1f1;
}
#homepageBox .matrix-parent table tr:nth-child(1) td:nth-child(2) {
  background-color: #dde3e8;
}
#homepageBox .matrix-parent table tr:nth-child(2) td:nth-child(1) {
  background-color: #dde3e8;
}
#homepageBox .matrix-parent table tr:nth-child(2) td:nth-child(2) {
  background-color: #f1f1f1;
}
#homepageBox .matrix-parent-mobile > div:nth-child(odd) {
  background-color: #f1f1f1;
}
#homepageBox .matrix-parent-mobile > div:nth-child(even) {
  background-color: #dde3e8;
}
#homepageBox .matrix-box {
  padding: 24px;
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  vertical-align: baseline;
  width: 50%;
}
@media (min-width: 768px) {
  #homepageBox .matrix-box {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
@media (max-width: 480px) {
  #homepageBox .matrix-box {
    padding: 12px;
    width: 100%;
  }
}
#homepageBox .matrix-box-extended {
  min-height: 435px;
  padding: 12px;
}
#homepageBox .orange-link {
  background-color: #f2761c;
}
#homepageBox .orange-link h1,
#homepageBox .orange-link h2,
#homepageBox .orange-link h3,
#homepageBox .orange-link h4 {
  color: #fff;
}
#homepageBox .orange-link-arrow {
  padding-top: 24px;
}
@media (max-width: 480px) {
  #homepageBox .orange-link-arrow {
    padding-top: 14.4px;
  }
}
#homepageBox .pub-list-box {
  background-color: #895092;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 12px;
  padding-top: 18px;
  padding-bottom: 12px;
}
#homepageBox .pub-list-box p {
  color: #fff;
  font: normal normal normal 18px / 1.5em Raleway-Regular, sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  #homepageBox .pub-list-box p {
    font: normal normal normal 18px / 1.5em Raleway-Regular, sans-serif;
  }
}
#homepageBox .pub-list-box .logo-box {
  display: block;
  text-align: center;
  padding-top: 12px;
}
#homepageBox .pub-list-box .logo-box > div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #homepageBox .pub-list-box .logo-box img {
    padding-bottom: 24px;
  }
}
#homepageBox .pub-list-box .logo-box img.hachette {
  float: right;
}
@media (max-width: 480px) {
  #homepageBox .pub-list-box .logo-box img.hachette {
    float: none;
  }
}
#homepageBox .pub-list-box .logo-box img.penguin-random {
  float: left;
}
@media (max-width: 480px) {
  #homepageBox .pub-list-box .logo-box img.penguin-random {
    float: none;
  }
}
#homepageBox .pub-list-box .logo-box img.source-books {
  padding-top: 12px;
}
.legacy-header-login-form .remember-me {
  padding-top: 2px;
}
.legacy-header-login-form .login-label {
  padding-top: 4px;
}
.legacy-header-login-form a.forgot-link:hover {
  font-size: 11px;
}
@media (min-width: 1040px) {
  .table-cell-vm-md {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .visible-sm-table-cell {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1039px) {
  .visible-sm-table-cell {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-table-row {
    display: table-row !important;
    float: left!important;
  }
  .visible-xs-table-row:nth-child(even) {
    padding-top: 0!important;
  }
}
.stacked-icon-box {
  display: inline-block;
}
.stacked-icon-box i:not(:last-child) {
  position: absolute;
}
.book-summary-box {
  display: table;
}
.book-summary-box > div {
  display: table-cell;
  vertical-align: top;
  padding-left: 6px;
}
.book-summary-box > div:first-child {
  padding-left: 0;
}
.book-summary-box.book-summary-bottom > div {
  vertical-align: bottom;
}
.book-summary-box.book-summary-middle > div {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .publisher-menu-box {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.publisher-menu-box h5 {
  border-bottom: 1px solid #73a6d0;
  color: #5c7f92;
  font: normal normal normal 18px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .publisher-menu-box h5 {
    font: normal normal normal 18px / 1.5em Raleway-Medium, sans-serif;
  }
}
.publisher-menu-box li {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .publisher-menu-box li {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.publisher-menu-box li i {
  color: #2d2d2d;
  font-size: 24px;
  vertical-align: middle;
}
.publisher-menu-box li tbody {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .publisher-menu-box li tbody {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.publisher-menu-box li tbody td.menu-icon {
  width: 38px;
}
.publisher-menu-box li td {
  line-height: 1.2em;
}
.publisher-menu-box li .menu-data {
  color: #666;
  font-size: 12px;
}
.publisher-menu-box li .caret-wrapper {
  float: right;
  width: 40px;
}
.publisher-menu-box li span.menu-icon {
  display: inline-block;
  width: 36px;
}
.publisher-logo-box {
  min-height: 125px;
}
.beta-box {
  background-color: #895092;
  color: #fff;
  font: normal normal normal 10px / 1.5em Raleway-Regular, sans-serif;
  padding-right: 8px;
  text-align: right;
  position: absolute;
  width: 136px;
}
@media (min-width: 768px) {
  .beta-box {
    font: normal normal normal 10px / 1.5em Raleway-Regular, sans-serif;
  }
}
@media (min-width: 768px) {
  .beta-box {
    width: 269px;
  }
}
@media (min-width: 1040px) {
  .beta-box {
    width: 269px;
  }
}
.connections-alert #closeConnectionsAlert {
  font-size: 36px !important;
  background-color: #895092;
}
.feedback-container .title-bar {
  font-size: 12px;
  line-height: 1.2em;
}
.feedback-container .title-bar a {
  font-size: 12px;
  color: #666;
}
.feedback-container .title-bar a h3 {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.cookie-banner {
  background-color: #847687;
  width: 100%;
  position: fixed;
  bottom: 0;
  top: auto;
  margin: 0px;
  z-index: 1;
}
button.add-button {
  padding: 5px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  button.add-button {
    padding: 3px;
  }
}
button.add-button i {
  margin: 0;
}
button.answer-button {
  border: 1px solid #f2761c;
  background-color: white;
  color: #333;
}
button.answer-button.active {
  background-color: #f2761c;
  color: white;
}
button.answer-button:hover {
  color: white;
  cursor: pointer;
  background-color: #f2761c;
}
button.gray-button,
button.grey-button {
  background-color: #ccc;
  color: #2d2d2d;
}
button.green-button {
  color: #2d2d2d;
}
button.green-button-notification {
  background-color: #aec880;
  color: #2d2d2d;
  margin-top: 12px;
}
button.feedback-button {
  border: 1px solid #73a6d0;
  border-radius: 25px;
  background-color: white;
  color: #333;
  min-width: 255px;
  margin-left: 0px !important;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 12px;
}
button.feedback-button.active {
  background-color: #73a6d0;
  color: white;
}
button.feedback-button:hover {
  color: white;
  cursor: pointer;
  background-color: #73a6d0;
}
button.feedback-button:focus {
  background-color: #73a6d0;
  color: white;
  outline: none !important;
}
button.complete-button {
  border-radius: 10px;
  color: #666 !important;
  min-width: 255px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 12px;
  text-align: center;
}
button.complete-button:disabled {
  color: #ddd !important;
  border: 1px solid #ddd !important;
}
button.orange-button,
button.purple-button,
button.red-button,
button.blue-button {
  color: #fff;
}
button.orange-button.full-width,
button.purple-button.full-width,
button.red-button.full-width,
button.blue-button.full-width {
  width: 100%;
}
button.transparent-button {
  background: transparent;
}
button.transparent-button.transparent-black {
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
}
button.transparent-button.transparent-green {
  color: #aec880;
  border: 1px solid #aec880;
}
button.transparent-button.transparent-orange {
  color: #f2761c;
  border: 1px solid #f2761c;
}
button.transparent-button.transparent-white {
  color: #fff;
  border: 1px solid #fff;
}
button.white-button {
  background-color: #fff;
  color: #2d2d2d;
  border: 1px solid #aec880;
}
button.white-button-orange {
  border: 1px solid #f2761c;
  color: #f2761c;
}
button#widgetRegisterFormShow {
  color: #fff;
  text-align: center;
  line-height: 20px !important;
  padding: 8px 24px;
}
button table.slim tbody {
  color: inherit;
  font: inherit;
}
button.single-field-form {
  height: 34px;
  font-size: 14px !important;
  line-height: 14px !important;
}
button.toggle-button {
  background-color: #fff;
  color: #2d2d2d;
  border: 1px solid #999999;
}
button.toggle-button.selected {
  background-color: #f2761c;
  color: #fff;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn.answer-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn:hover {
  cursor: pointer;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.book-buy-link {
  display: flex;
}
.book-buy-link > div {
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .book-buy-link > div {
    padding-bottom: 12px;
  }
}
.book-buy-link .book-buy-link-icon-amazon {
  height: 52px;
}
.book-buy-link .book-buy-link-icon-amazon > i {
  height: 52px;
}
.book-buy-link .book-buy-link-icon-bn {
  height: 52px;
}
.book-buy-link .book-buy-link-icon-bn > i {
  height: 52px;
}
.book-buy-link .book-buy-link-icon-indie {
  margin-top: 6px;
}
.book-buy-link .book-buy-link-icon-kobo {
  height: 58px;
}
.book-buy-link .book-buy-link-icon-kobo > i {
  font-size: 111px;
  margin-top: 6px;
}
.book-buy-link .book-buy-link-icon-waterstones {
  height: 52px;
}
.book-buy-link .book-buy-link-icon-waterstones > i {
  height: 52px;
}
button.excerpt-button {
  background-color: #5c7f92;
}
.phase-button {
  border-top-right-radius: 7px;
}
.phase-button.phase-done-button {
  background-color: #aec880;
  padding-top: 12px;
  padding-right: 9px;
  padding-bottom: 12px;
  background-color: #7D8E5B;
}
.phase-edit-panel-title {
  padding-top: 9px;
}
ul.slick-dots {
  margin: none;
}
ul.slick-dots li {
  width: 12px;
  height: 12px;
  border: solid 1px #999999;
  border-radius: 6px;
}
ul.slick-dots li.slick-active {
  background-color: #aec880;
}
ul.slick-dots li button {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.swoosh-cover {
  background-color: #5c7f92;
  background-image: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/images/footer_swoosh.png');
  background-position: 0px 80%;
  background-repeat: no-repeat;
  background-size: 76%;
  position: relative;
}
.swoosh-cover span {
  position: absolute;
  top: 10%;
  width: 100%;
  color: white;
  display: inline-block;
  text-align: center;
}
.slick-track {
  margin-left: 0;
  margin-right: 0;
}
.highlight {
  background-color: #f1f1f1;
}
.highlight-info {
  background-color: #eef2f4;
}
.highlight-admin {
  background-color: #73a6d0;
  color: #fff;
}
.highlight-admin h1,
.highlight-admin h2,
.highlight-admin h3,
.highlight-admin h4,
.highlight-admin h5,
.highlight-admin h6 {
  color: #fff !important;
}
.highlight-admin-light {
  background-color: #90b8d7;
  color: #fff;
}
.highlight-admin-light h1,
.highlight-admin-light h2,
.highlight-admin-light h3,
.highlight-admin-light h4,
.highlight-admin-light h5,
.highlight-admin-light h6 {
  color: #fff !important;
}
.highlight-member {
  background-color: #75aa3e;
  color: #fff;
}
.highlight-member h1,
.highlight-member h2,
.highlight-member h3,
.highlight-member h4,
.highlight-member h5,
.highlight-member h6 {
  color: #fff !important;
}
.highlight-member-light {
  background-color: #aec880;
  color: #fff;
}
.highlight-member-light h1,
.highlight-member-light h2,
.highlight-member-light h3,
.highlight-member-light h4,
.highlight-member-light h5,
.highlight-member-light h6 {
  color: #fff !important;
}
.highlight-publisher {
  background-color: #895092;
  color: #fff;
}
.highlight-publisher h1,
.highlight-publisher h2,
.highlight-publisher h3,
.highlight-publisher h4,
.highlight-publisher h5,
.highlight-publisher h6 {
  color: #fff !important;
}
.highlight-publisher-light {
  background-color: #cca3c9;
  color: #fff;
}
.highlight-publisher-light h1,
.highlight-publisher-light h2,
.highlight-publisher-light h3,
.highlight-publisher-light h4,
.highlight-publisher-light h5,
.highlight-publisher-light h6 {
  color: #fff !important;
}
.highlight-none {
  background-color: #fff;
}
.white-links a {
  color: #fff !important;
}
.no-highlight::selection {
  background: transparent;
}
.no-highlight::-moz-selection {
  background: transparent;
}
.yellow {
  color: #FFCC33;
}
.bg-yellow {
  background-color: #FFCC33;
}
.f16 .flag {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: text-bottom;
  background: transparent url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/images/flags/flags16.png') no-repeat;
}
.f16 ._African_Union(OAS) {
  background-position: 0 -16px;
}
.f16 ._Arab_League {
  background-position: 0 -32px;
}
.f16 ._ASEAN {
  background-position: 0 -48px;
}
.f16 ._CARICOM {
  background-position: 0 -64px;
}
.f16 ._CIS {
  background-position: 0 -80px;
}
.f16 ._Commonwealth {
  background-position: 0 -96px;
}
.f16 ._England {
  background-position: 0 -112px;
}
.f16 ._European_Union {
  background-position: 0 -128px;
}
.f16 ._Islamic_Conference {
  background-position: 0 -144px;
}
.f16 ._Kosovo {
  background-position: 0 -160px;
}
.f16 ._NATO {
  background-position: 0 -176px;
}
.f16 ._Northern_Cyprus {
  background-position: 0 -192px;
}
.f16 ._Northern_Ireland {
  background-position: 0 -208px;
}
.f16 ._Olimpic_Movement {
  background-position: 0 -224px;
}
.f16 ._OPEC {
  background-position: 0 -240px;
}
.f16 ._Red_Cross {
  background-position: 0 -256px;
}
.f16 ._Scotland {
  background-position: 0 -272px;
}
.f16 ._Somaliland {
  background-position: 0 -288px;
}
.f16 ._Tibet {
  background-position: 0 -304px;
}
.f16 ._United_Nations {
  background-position: 0 -320px;
}
.f16 ._Wales {
  background-position: 0 -336px;
}
.f16 .ad {
  background-position: 0 -352px;
}
.f16 .ae {
  background-position: 0 -368px;
}
.f16 .af {
  background-position: 0 -384px;
}
.f16 .ag {
  background-position: 0 -400px;
}
.f16 .ai {
  background-position: 0 -416px;
}
.f16 .al {
  background-position: 0 -432px;
}
.f16 .am {
  background-position: 0 -448px;
}
.f16 .an {
  background-position: 0 -464px;
}
.f16 .ao {
  background-position: 0 -480px;
}
.f16 .aq {
  background-position: 0 -496px;
}
.f16 .ar {
  background-position: 0 -512px;
}
.f16 .as {
  background-position: 0 -528px;
}
.f16 .at {
  background-position: 0 -544px;
}
.f16 .au {
  background-position: 0 -560px;
}
.f16 .aw {
  background-position: 0 -576px;
}
.f16 .az {
  background-position: 0 -592px;
}
.f16 .ba {
  background-position: 0 -608px;
}
.f16 .bb {
  background-position: 0 -624px;
}
.f16 .bd {
  background-position: 0 -640px;
}
.f16 .be {
  background-position: 0 -656px;
}
.f16 .bf {
  background-position: 0 -672px;
}
.f16 .bg {
  background-position: 0 -688px;
}
.f16 .bh {
  background-position: 0 -704px;
}
.f16 .bi {
  background-position: 0 -720px;
}
.f16 .bj {
  background-position: 0 -736px;
}
.f16 .bm {
  background-position: 0 -752px;
}
.f16 .bn {
  background-position: 0 -768px;
}
.f16 .bo {
  background-position: 0 -784px;
}
.f16 .br {
  background-position: 0 -800px;
}
.f16 .bs {
  background-position: 0 -816px;
}
.f16 .bt {
  background-position: 0 -832px;
}
.f16 .bw {
  background-position: 0 -848px;
}
.f16 .by {
  background-position: 0 -864px;
}
.f16 .bz {
  background-position: 0 -880px;
}
.f16 .ca {
  background-position: 0 -896px;
}
.f16 .cg {
  background-position: 0 -912px;
}
.f16 .cf {
  background-position: 0 -928px;
}
.f16 .cd {
  background-position: 0 -944px;
}
.f16 .ch {
  background-position: 0 -960px;
}
.f16 .ci {
  background-position: 0 -976px;
}
.f16 .ck {
  background-position: 0 -992px;
}
.f16 .cl {
  background-position: 0 -1008px;
}
.f16 .cm {
  background-position: 0 -1024px;
}
.f16 .cn {
  background-position: 0 -1040px;
}
.f16 .co {
  background-position: 0 -1056px;
}
.f16 .cr {
  background-position: 0 -1072px;
}
.f16 .cu {
  background-position: 0 -1088px;
}
.f16 .cv {
  background-position: 0 -1104px;
}
.f16 .cy {
  background-position: 0 -1120px;
}
.f16 .cz {
  background-position: 0 -1136px;
}
.f16 .de {
  background-position: 0 -1152px;
}
.f16 .dj {
  background-position: 0 -1168px;
}
.f16 .dk {
  background-position: 0 -1184px;
}
.f16 .dm {
  background-position: 0 -1200px;
}
.f16 .do {
  background-position: 0 -1216px;
}
.f16 .dz {
  background-position: 0 -1232px;
}
.f16 .ec {
  background-position: 0 -1248px;
}
.f16 .ee {
  background-position: 0 -1264px;
}
.f16 .eg {
  background-position: 0 -1280px;
}
.f16 .eh {
  background-position: 0 -1296px;
}
.f16 .er {
  background-position: 0 -1312px;
}
.f16 .es {
  background-position: 0 -1328px;
}
.f16 .et {
  background-position: 0 -1344px;
}
.f16 .fi {
  background-position: 0 -1360px;
}
.f16 .fj {
  background-position: 0 -1376px;
}
.f16 .fm {
  background-position: 0 -1392px;
}
.f16 .fo {
  background-position: 0 -1408px;
}
.f16 .fr {
  background-position: 0 -1424px;
}
.f16 .ga {
  background-position: 0 -1440px;
}
.f16 .gb {
  background-position: 0 -1456px;
}
.f16 .gd {
  background-position: 0 -1472px;
}
.f16 .ge {
  background-position: 0 -1488px;
}
.f16 .gg {
  background-position: 0 -1504px;
}
.f16 .gh {
  background-position: 0 -1520px;
}
.f16 .gi {
  background-position: 0 -1536px;
}
.f16 .gl {
  background-position: 0 -1552px;
}
.f16 .gm {
  background-position: 0 -1568px;
}
.f16 .gn {
  background-position: 0 -1584px;
}
.f16 .gp {
  background-position: 0 -1600px;
}
.f16 .gq {
  background-position: 0 -1616px;
}
.f16 .gr {
  background-position: 0 -1632px;
}
.f16 .gt {
  background-position: 0 -1648px;
}
.f16 .gu {
  background-position: 0 -1664px;
}
.f16 .gw {
  background-position: 0 -1680px;
}
.f16 .gy {
  background-position: 0 -1696px;
}
.f16 .hk {
  background-position: 0 -1712px;
}
.f16 .hn {
  background-position: 0 -1728px;
}
.f16 .hr {
  background-position: 0 -1744px;
}
.f16 .ht {
  background-position: 0 -1760px;
}
.f16 .hu {
  background-position: 0 -1776px;
}
.f16 .id {
  background-position: 0 -1792px;
}
.f16 .mc {
  background-position: 0 -1792px;
}
.f16 .ie {
  background-position: 0 -1808px;
}
.f16 .il {
  background-position: 0 -1824px;
}
.f16 .im {
  background-position: 0 -1840px;
}
.f16 .in {
  background-position: 0 -1856px;
}
.f16 .iq {
  background-position: 0 -1872px;
}
.f16 .ir {
  background-position: 0 -1888px;
}
.f16 .is {
  background-position: 0 -1904px;
}
.f16 .it {
  background-position: 0 -1920px;
}
.f16 .je {
  background-position: 0 -1936px;
}
.f16 .jm {
  background-position: 0 -1952px;
}
.f16 .jo {
  background-position: 0 -1968px;
}
.f16 .jp {
  background-position: 0 -1984px;
}
.f16 .ke {
  background-position: 0 -2000px;
}
.f16 .kg {
  background-position: 0 -2016px;
}
.f16 .kh {
  background-position: 0 -2032px;
}
.f16 .ki {
  background-position: 0 -2048px;
}
.f16 .km {
  background-position: 0 -2064px;
}
.f16 .kn {
  background-position: 0 -2080px;
}
.f16 .kp {
  background-position: 0 -2096px;
}
.f16 .kr {
  background-position: 0 -2112px;
}
.f16 .kw {
  background-position: 0 -2128px;
}
.f16 .ky {
  background-position: 0 -2144px;
}
.f16 .kz {
  background-position: 0 -2160px;
}
.f16 .la {
  background-position: 0 -2176px;
}
.f16 .lb {
  background-position: 0 -2192px;
}
.f16 .lc {
  background-position: 0 -2208px;
}
.f16 .li {
  background-position: 0 -2224px;
}
.f16 .lk {
  background-position: 0 -2240px;
}
.f16 .lr {
  background-position: 0 -2256px;
}
.f16 .ls {
  background-position: 0 -2272px;
}
.f16 .lt {
  background-position: 0 -2288px;
}
.f16 .lu {
  background-position: 0 -2304px;
}
.f16 .lv {
  background-position: 0 -2320px;
}
.f16 .ly {
  background-position: 0 -2336px;
}
.f16 .ma {
  background-position: 0 -2352px;
}
.f16 .md {
  background-position: 0 -2368px;
}
.f16 .me {
  background-position: 0 -2384px;
}
.f16 .mg {
  background-position: 0 -2400px;
}
.f16 .mh {
  background-position: 0 -2416px;
}
.f16 .mk {
  background-position: 0 -2432px;
}
.f16 .ml {
  background-position: 0 -2448px;
}
.f16 .mm {
  background-position: 0 -2464px;
}
.f16 .mn {
  background-position: 0 -2480px;
}
.f16 .mo {
  background-position: 0 -2496px;
}
.f16 .mq {
  background-position: 0 -2512px;
}
.f16 .mr {
  background-position: 0 -2528px;
}
.f16 .ms {
  background-position: 0 -2544px;
}
.f16 .mt {
  background-position: 0 -2560px;
}
.f16 .mu {
  background-position: 0 -2576px;
}
.f16 .mv {
  background-position: 0 -2592px;
}
.f16 .mw {
  background-position: 0 -2608px;
}
.f16 .mx {
  background-position: 0 -2624px;
}
.f16 .my {
  background-position: 0 -2640px;
}
.f16 .mz {
  background-position: 0 -2656px;
}
.f16 .na {
  background-position: 0 -2672px;
}
.f16 .nc {
  background-position: 0 -2688px;
}
.f16 .ne {
  background-position: 0 -2704px;
}
.f16 .ng {
  background-position: 0 -2720px;
}
.f16 .ni {
  background-position: 0 -2736px;
}
.f16 .nl {
  background-position: 0 -2752px;
}
.f16 .no {
  background-position: 0 -2768px;
}
.f16 .np {
  background-position: 0 -2784px;
}
.f16 .nr {
  background-position: 0 -2800px;
}
.f16 .nz {
  background-position: 0 -2816px;
}
.f16 .om {
  background-position: 0 -2832px;
}
.f16 .pa {
  background-position: 0 -2848px;
}
.f16 .pe {
  background-position: 0 -2864px;
}
.f16 .pf {
  background-position: 0 -2880px;
}
.f16 .pg {
  background-position: 0 -2896px;
}
.f16 .ph {
  background-position: 0 -2912px;
}
.f16 .pk {
  background-position: 0 -2928px;
}
.f16 .pl {
  background-position: 0 -2944px;
}
.f16 .pr {
  background-position: 0 -2960px;
}
.f16 .ps {
  background-position: 0 -2976px;
}
.f16 .pt {
  background-position: 0 -2992px;
}
.f16 .pw {
  background-position: 0 -3008px;
}
.f16 .py {
  background-position: 0 -3024px;
}
.f16 .qa {
  background-position: 0 -3040px;
}
.f16 .re {
  background-position: 0 -3056px;
}
.f16 .ro {
  background-position: 0 -3072px;
}
.f16 .rs {
  background-position: 0 -3088px;
}
.f16 .ru {
  background-position: 0 -3104px;
}
.f16 .rw {
  background-position: 0 -3120px;
}
.f16 .sa {
  background-position: 0 -3136px;
}
.f16 .sb {
  background-position: 0 -3152px;
}
.f16 .sc {
  background-position: 0 -3168px;
}
.f16 .sd {
  background-position: 0 -3184px;
}
.f16 .se {
  background-position: 0 -3200px;
}
.f16 .sg {
  background-position: 0 -3216px;
}
.f16 .si {
  background-position: 0 -3232px;
}
.f16 .sk {
  background-position: 0 -3248px;
}
.f16 .sl {
  background-position: 0 -3264px;
}
.f16 .sm {
  background-position: 0 -3280px;
}
.f16 .sn {
  background-position: 0 -3296px;
}
.f16 .so {
  background-position: 0 -3312px;
}
.f16 .sr {
  background-position: 0 -3328px;
}
.f16 .st {
  background-position: 0 -3344px;
}
.f16 .sv {
  background-position: 0 -3360px;
}
.f16 .sy {
  background-position: 0 -3376px;
}
.f16 .sz {
  background-position: 0 -3392px;
}
.f16 .tc {
  background-position: 0 -3408px;
}
.f16 .td {
  background-position: 0 -3424px;
}
.f16 .tg {
  background-position: 0 -3440px;
}
.f16 .th {
  background-position: 0 -3456px;
}
.f16 .tj {
  background-position: 0 -3472px;
}
.f16 .tl {
  background-position: 0 -3488px;
}
.f16 .tm {
  background-position: 0 -3504px;
}
.f16 .tn {
  background-position: 0 -3520px;
}
.f16 .to {
  background-position: 0 -3536px;
}
.f16 .tr {
  background-position: 0 -3552px;
}
.f16 .tt {
  background-position: 0 -3568px;
}
.f16 .tv {
  background-position: 0 -3584px;
}
.f16 .tw {
  background-position: 0 -3600px;
}
.f16 .tz {
  background-position: 0 -3616px;
}
.f16 .ua {
  background-position: 0 -3632px;
}
.f16 .ug {
  background-position: 0 -3648px;
}
.f16 .uk {
  background-position: 0 -1456px;
}
.f16 .us {
  background-position: 0 -3664px;
}
.f16 .uy {
  background-position: 0 -3680px;
}
.f16 .uz {
  background-position: 0 -3696px;
}
.f16 .va {
  background-position: 0 -3712px;
}
.f16 .vc {
  background-position: 0 -3728px;
}
.f16 .ve {
  background-position: 0 -3744px;
}
.f16 .vg {
  background-position: 0 -3760px;
}
.f16 .vi {
  background-position: 0 -3776px;
}
.f16 .vn {
  background-position: 0 -3792px;
}
.f16 .vu {
  background-position: 0 -3808px;
}
.f16 .ws {
  background-position: 0 -3824px;
}
.f16 .ye {
  background-position: 0 -3840px;
}
.f16 .za {
  background-position: 0 -3856px;
}
.f16 .zm {
  background-position: 0 -3872px;
}
.f16 .zw {
  background-position: 0 -3872px;
}
/* additional two character identifier to sync easily with NetGalley standards */
.f16 .eu {
  background-position: 0 -128px;
}
.f16 .ja {
  background-position: 0 -1984px;
}
.f32 .flag {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: text-top;
  line-height: 32px;
  background: url('https://s3.amazonaws.com/netgalley-assets/71fe0da74/images/flags/flags32.png') no-repeat;
}
.f32 ._African_Union(OAS) {
  background-position: 0 -32px;
}
.f32 ._Arab_League {
  background-position: 0 -64px;
}
.f32 ._ASEAN {
  background-position: 0 -96px;
}
.f32 ._CARICOM {
  background-position: 0 -128px;
}
.f32 ._CIS {
  background-position: 0 -160px;
}
.f32 ._Commonwealth {
  background-position: 0 -192px;
}
.f32 ._England {
  background-position: 0 -224px;
}
.f32 ._European_Union {
  background-position: 0 -256px;
}
.f32 ._Islamic_Conference {
  background-position: 0 -288px;
}
.f32 ._Kosovo {
  background-position: 0 -320px;
}
.f32 ._NATO {
  background-position: 0 -352px;
}
.f32 ._Northern_Cyprus {
  background-position: 0 -384px;
}
.f32 ._Northern_Ireland {
  background-position: 0 -416px;
}
.f32 ._Olimpic_Movement {
  background-position: 0 -448px;
}
.f32 ._OPEC {
  background-position: 0 -480px;
}
.f32 ._Red_Cross {
  background-position: 0 -512px;
}
.f32 ._Scotland {
  background-position: 0 -544px;
}
.f32 ._Somaliland {
  background-position: 0 -576px;
}
.f32 ._Tibet {
  background-position: 0 -608px;
}
.f32 ._United_Nations {
  background-position: 0 -640px;
}
.f32 ._Wales {
  background-position: 0 -672px;
}
.f32 .ad {
  background-position: 0 -704px;
}
.f32 .ae {
  background-position: 0 -736px;
}
.f32 .af {
  background-position: 0 -768px;
}
.f32 .ag {
  background-position: 0 -800px;
}
.f32 .ai {
  background-position: 0 -832px;
}
.f32 .al {
  background-position: 0 -864px;
}
.f32 .am {
  background-position: 0 -896px;
}
.f32 .an {
  background-position: 0 -928px;
}
.f32 .ao {
  background-position: 0 -960px;
}
.f32 .aq {
  background-position: 0 -992px;
}
.f32 .ar {
  background-position: 0 -1024px;
}
.f32 .as {
  background-position: 0 -1056px;
}
.f32 .at {
  background-position: 0 -1088px;
}
.f32 .au {
  background-position: 0 -1120px;
}
.f32 .aw {
  background-position: 0 -1152px;
}
.f32 .az {
  background-position: 0 -1184px;
}
.f32 .ba {
  background-position: 0 -1216px;
}
.f32 .bb {
  background-position: 0 -1248px;
}
.f32 .bd {
  background-position: 0 -1280px;
}
.f32 .be {
  background-position: 0 -1312px;
}
.f32 .bf {
  background-position: 0 -1344px;
}
.f32 .bg {
  background-position: 0 -1376px;
}
.f32 .bh {
  background-position: 0 -1408px;
}
.f32 .bi {
  background-position: 0 -1440px;
}
.f32 .bj {
  background-position: 0 -1472px;
}
.f32 .bm {
  background-position: 0 -1504px;
}
.f32 .bn {
  background-position: 0 -1536px;
}
.f32 .bo {
  background-position: 0 -1568px;
}
.f32 .br {
  background-position: 0 -1600px;
}
.f32 .bs {
  background-position: 0 -1632px;
}
.f32 .bt {
  background-position: 0 -1664px;
}
.f32 .bw {
  background-position: 0 -1696px;
}
.f32 .by {
  background-position: 0 -1728px;
}
.f32 .bz {
  background-position: 0 -1760px;
}
.f32 .ca {
  background-position: 0 -1792px;
}
.f32 .cd {
  background-position: 0 -1824px;
}
.f32 .cf {
  background-position: 0 -1856px;
}
.f32 .cg {
  background-position: 0 -1888px;
}
.f32 .ch {
  background-position: 0 -1920px;
}
.f32 .ci {
  background-position: 0 -1952px;
}
.f32 .ck {
  background-position: 0 -1984px;
}
.f32 .cl {
  background-position: 0 -2016px;
}
.f32 .cm {
  background-position: 0 -2048px;
}
.f32 .cn {
  background-position: 0 -2080px;
}
.f32 .co {
  background-position: 0 -2112px;
}
.f32 .cr {
  background-position: 0 -2144px;
}
.f32 .cu {
  background-position: 0 -2176px;
}
.f32 .cv {
  background-position: 0 -2208px;
}
.f32 .cy {
  background-position: 0 -2240px;
}
.f32 .cz {
  background-position: 0 -2272px;
}
.f32 .de {
  background-position: 0 -2304px;
}
.f32 .dj {
  background-position: 0 -2336px;
}
.f32 .dk {
  background-position: 0 -2368px;
}
.f32 .dm {
  background-position: 0 -2400px;
}
.f32 .do {
  background-position: 0 -2432px;
}
.f32 .dz {
  background-position: 0 -2464px;
}
.f32 .ec {
  background-position: 0 -2496px;
}
.f32 .ee {
  background-position: 0 -2528px;
}
.f32 .eg {
  background-position: 0 -2560px;
}
.f32 .eh {
  background-position: 0 -2592px;
}
.f32 .er {
  background-position: 0 -2624px;
}
.f32 .es {
  background-position: 0 -2656px;
}
.f32 .et {
  background-position: 0 -2688px;
}
.f32 .fi {
  background-position: 0 -2720px;
}
.f32 .fj {
  background-position: 0 -2752px;
}
.f32 .fm {
  background-position: 0 -2784px;
}
.f32 .fo {
  background-position: 0 -2816px;
}
.f32 .fr {
  background-position: 0 -2848px;
}
.f32 .ga {
  background-position: 0 -2880px;
}
.f32 .gb {
  background-position: 0 -2912px;
}
.f32 .gd {
  background-position: 0 -2944px;
}
.f32 .ge {
  background-position: 0 -2976px;
}
.f32 .gg {
  background-position: 0 -3008px;
}
.f32 .gh {
  background-position: 0 -3040px;
}
.f32 .gi {
  background-position: 0 -3072px;
}
.f32 .gl {
  background-position: 0 -3104px;
}
.f32 .gm {
  background-position: 0 -3136px;
}
.f32 .gn {
  background-position: 0 -3168px;
}
.f32 .gp {
  background-position: 0 -3200px;
}
.f32 .gq {
  background-position: 0 -3232px;
}
.f32 .gr {
  background-position: 0 -3264px;
}
.f32 .gt {
  background-position: 0 -3296px;
}
.f32 .gu {
  background-position: 0 -3328px;
}
.f32 .gw {
  background-position: 0 -3360px;
}
.f32 .gy {
  background-position: 0 -3392px;
}
.f32 .hk {
  background-position: 0 -3424px;
}
.f32 .hn {
  background-position: 0 -3456px;
}
.f32 .hr {
  background-position: 0 -3488px;
}
.f32 .ht {
  background-position: 0 -3520px;
}
.f32 .hu {
  background-position: 0 -3552px;
}
.f32 .id {
  background-position: 0 -3584px;
}
.f32 .mc {
  background-position: 0 -3584px;
}
.f32 .ie {
  background-position: 0 -3616px;
}
.f32 .il {
  background-position: 0 -3648px;
}
.f32 .im {
  background-position: 0 -3680px;
}
.f32 .in {
  background-position: 0 -3712px;
}
.f32 .iq {
  background-position: 0 -3744px;
}
.f32 .ir {
  background-position: 0 -3776px;
}
.f32 .is {
  background-position: 0 -3808px;
}
.f32 .it {
  background-position: 0 -3840px;
}
.f32 .je {
  background-position: 0 -3872px;
}
.f32 .jm {
  background-position: 0 -3904px;
}
.f32 .jo {
  background-position: 0 -3936px;
}
.f32 .jp {
  background-position: 0 -3968px;
}
.f32 .ke {
  background-position: 0 -4000px;
}
.f32 .kg {
  background-position: 0 -4032px;
}
.f32 .kh {
  background-position: 0 -4064px;
}
.f32 .ki {
  background-position: 0 -4096px;
}
.f32 .km {
  background-position: 0 -4128px;
}
.f32 .kn {
  background-position: 0 -4160px;
}
.f32 .kp {
  background-position: 0 -4192px;
}
.f32 .kr {
  background-position: 0 -4224px;
}
.f32 .kw {
  background-position: 0 -4256px;
}
.f32 .ky {
  background-position: 0 -4288px;
}
.f32 .kz {
  background-position: 0 -4320px;
}
.f32 .la {
  background-position: 0 -4352px;
}
.f32 .lb {
  background-position: 0 -4384px;
}
.f32 .lc {
  background-position: 0 -4416px;
}
.f32 .li {
  background-position: 0 -4448px;
}
.f32 .lk {
  background-position: 0 -4480px;
}
.f32 .lr {
  background-position: 0 -4512px;
}
.f32 .ls {
  background-position: 0 -4544px;
}
.f32 .lt {
  background-position: 0 -4576px;
}
.f32 .lu {
  background-position: 0 -4608px;
}
.f32 .lv {
  background-position: 0 -4640px;
}
.f32 .ly {
  background-position: 0 -4672px;
}
.f32 .ma {
  background-position: 0 -4704px;
}
.f32 .md {
  background-position: 0 -4736px;
}
.f32 .me {
  background-position: 0 -4768px;
}
.f32 .mg {
  background-position: 0 -4800px;
}
.f32 .mh {
  background-position: 0 -4832px;
}
.f32 .mk {
  background-position: 0 -4864px;
}
.f32 .ml {
  background-position: 0 -4896px;
}
.f32 .mm {
  background-position: 0 -4928px;
}
.f32 .mn {
  background-position: 0 -4960px;
}
.f32 .mo {
  background-position: 0 -4992px;
}
.f32 .mq {
  background-position: 0 -5024px;
}
.f32 .mr {
  background-position: 0 -5056px;
}
.f32 .ms {
  background-position: 0 -5088px;
}
.f32 .mt {
  background-position: 0 -5120px;
}
.f32 .mu {
  background-position: 0 -5152px;
}
.f32 .mv {
  background-position: 0 -5184px;
}
.f32 .mw {
  background-position: 0 -5216px;
}
.f32 .mx {
  background-position: 0 -5248px;
}
.f32 .my {
  background-position: 0 -5280px;
}
.f32 .mz {
  background-position: 0 -5312px;
}
.f32 .na {
  background-position: 0 -5344px;
}
.f32 .nc {
  background-position: 0 -5376px;
}
.f32 .ne {
  background-position: 0 -5408px;
}
.f32 .ng {
  background-position: 0 -5440px;
}
.f32 .ni {
  background-position: 0 -5472px;
}
.f32 .nl {
  background-position: 0 -5504px;
}
.f32 .no {
  background-position: 0 -5536px;
}
.f32 .np {
  background-position: 0 -5568px;
}
.f32 .nr {
  background-position: 0 -5600px;
}
.f32 .nz {
  background-position: 0 -5632px;
}
.f32 .om {
  background-position: 0 -5664px;
}
.f32 .pa {
  background-position: 0 -5696px;
}
.f32 .pe {
  background-position: 0 -5728px;
}
.f32 .pf {
  background-position: 0 -5760px;
}
.f32 .pg {
  background-position: 0 -5792px;
}
.f32 .ph {
  background-position: 0 -5824px;
}
.f32 .pk {
  background-position: 0 -5856px;
}
.f32 .pl {
  background-position: 0 -5888px;
}
.f32 .pr {
  background-position: 0 -5920px;
}
.f32 .ps {
  background-position: 0 -5952px;
}
.f32 .pt {
  background-position: 0 -5984px;
}
.f32 .pw {
  background-position: 0 -6016px;
}
.f32 .py {
  background-position: 0 -6048px;
}
.f32 .qa {
  background-position: 0 -6080px;
}
.f32 .re {
  background-position: 0 -6112px;
}
.f32 .ro {
  background-position: 0 -6144px;
}
.f32 .rs {
  background-position: 0 -6176px;
}
.f32 .ru {
  background-position: 0 -6208px;
}
.f32 .rw {
  background-position: 0 -6240px;
}
.f32 .sa {
  background-position: 0 -6272px;
}
.f32 .sb {
  background-position: 0 -6304px;
}
.f32 .sc {
  background-position: 0 -6336px;
}
.f32 .sd {
  background-position: 0 -6368px;
}
.f32 .se {
  background-position: 0 -6400px;
}
.f32 .sg {
  background-position: 0 -6432px;
}
.f32 .si {
  background-position: 0 -6464px;
}
.f32 .sk {
  background-position: 0 -6496px;
}
.f32 .sl {
  background-position: 0 -6528px;
}
.f32 .sm {
  background-position: 0 -6560px;
}
.f32 .sn {
  background-position: 0 -6592px;
}
.f32 .so {
  background-position: 0 -6624px;
}
.f32 .sr {
  background-position: 0 -6656px;
}
.f32 .st {
  background-position: 0 -6688px;
}
.f32 .sv {
  background-position: 0 -6720px;
}
.f32 .sy {
  background-position: 0 -6752px;
}
.f32 .sz {
  background-position: 0 -6784px;
}
.f32 .tc {
  background-position: 0 -6816px;
}
.f32 .td {
  background-position: 0 -6848px;
}
.f32 .tg {
  background-position: 0 -6880px;
}
.f32 .th {
  background-position: 0 -6912px;
}
.f32 .tj {
  background-position: 0 -6944px;
}
.f32 .tl {
  background-position: 0 -6976px;
}
.f32 .tm {
  background-position: 0 -7008px;
}
.f32 .tn {
  background-position: 0 -7040px;
}
.f32 .to {
  background-position: 0 -7072px;
}
.f32 .tr {
  background-position: 0 -7104px;
}
.f32 .tt {
  background-position: 0 -7136px;
}
.f32 .tv {
  background-position: 0 -7168px;
}
.f32 .tw {
  background-position: 0 -7200px;
}
.f32 .tz {
  background-position: 0 -7232px;
}
.f32 .ua {
  background-position: 0 -7264px;
}
.f32 .ug {
  background-position: 0 -7296px;
}
.f32 .uk {
  background-position: 0 -2912px;
}
.f32 .us {
  background-position: 0 -7328px;
}
.f32 .uy {
  background-position: 0 -7360px;
}
.f32 .uz {
  background-position: 0 -7392px;
}
.f32 .va {
  background-position: 0 -7424px;
}
.f32 .vc {
  background-position: 0 -7456px;
}
.f32 .ve {
  background-position: 0 -7488px;
}
.f32 .vg {
  background-position: 0 -7520px;
}
.f32 .vi {
  background-position: 0 -7552px;
}
.f32 .vn {
  background-position: 0 -7584px;
}
.f32 .vu {
  background-position: 0 -7616px;
}
.f32 .ws {
  background-position: 0 -7648px;
}
.f32 .ye {
  background-position: 0 -7680px;
}
.f32 .za {
  background-position: 0 -7712px;
}
.f32 .zm {
  background-position: 0 -7744px;
}
.f32 .zw {
  background-position: 0 -7744px;
}
/* additional two character identifier to sync easily with NetGalley standards */
.f32 .eu {
  background-position: 0 -256px;
}
.f32 .ja {
  background-position: 0 -3968px;
}
.row-wrap > .input-wrap input[type="checkbox"],
.row-wrap > .input-wrap input[type="radio"] {
  margin-top: 9px !important;
}
.row-wrap > .input-wrap-responsive input[type="checkbox"],
.row-wrap > .input-wrap-responsive input[type="radio"] {
  margin-top: 6px !important;
}
.row-wrap > .input-wrap-responsive input[type="date"].datepicker {
  border: solid 1px #999999;
  box-shadow: -1px -1px 9px -6px #999999 inset;
}
select.select-header {
  color: #895092;
  font: normal normal normal 18px / 1.2em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  select.select-header {
    font: normal normal normal 24px / 1.2em Raleway-Regular, sans-serif;
  }
}
.input-wrap input[type="text"].datepicker {
  width: 200px;
}
.input-wrap input[type="text"].datepicker.chartpicker {
  width: 170px !important;
}
.input-wrap .input-wrap {
  font-size: 1em;
}
.input-wrap .input-wrap select {
  width: 100%;
}
.input-wrap .field-status {
  width: auto;
}
.form-with-labels .row-wrap .input-wrap-left {
  text-align: right;
}
.form-with-labels .row-wrap .label-wrap-right {
  text-align: left;
}
.form-with-labels .row-wrap .label-wrap-responsive.text-left {
  text-align: left;
}
.form-single-field .error-wrap ul li {
  text-align: left;
}
.form-with-labels .row-wrap-categories .error-wrap {
  margin-left: 0;
  width: 100%;
}
.form-no-labels .input-wrap input.full-width,
.form-no-labels .input-wrap-responsive input.full-width,
.form-with-labels .input-wrap input.full-width,
.form-with-labels .input-wrap-responsive input.full-width,
.form-no-labels .input-wrap select.full-width,
.form-no-labels .input-wrap-responsive select.full-width,
.form-with-labels .input-wrap select.full-width,
.form-with-labels .input-wrap-responsive select.full-width {
  width: 100% !important;
}
select.small-text {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 6px;
}
textarea[rows] {
  min-height: initial;
}
#profile_information_profileAssociations > .row-group,
#profile_reading_preferences_profileCategories > .row-group,
#profile_name_update_profileLinks2 > .row-group,
#title_categories > .row-group {
  padding: 12px;
}
#profile_information_profileAssociations > .row-group:nth-child(odd),
#profile_reading_preferences_profileCategories > .row-group:nth-child(odd),
#profile_name_update_profileLinks2 > .row-group:nth-child(odd),
#title_categories > .row-group:nth-child(odd) {
  background-color: #eeedee;
}
#profile_information_profileAssociations .row-wrap,
#profile_reading_preferences_profileCategories .row-wrap,
#profile_name_update_profileLinks2 .row-wrap,
#title_categories .row-wrap {
  margin-bottom: 0;
}
#profile_information_profileAssociations .row-wrap .input-wrap,
#profile_reading_preferences_profileCategories .row-wrap .input-wrap,
#profile_name_update_profileLinks2 .row-wrap .input-wrap,
#title_categories .row-wrap .input-wrap {
  margin: 0;
}
#profile_information_profileAssociations .remove-link,
#profile_reading_preferences_profileCategories .remove-link,
#profile_name_update_profileLinks2 .remove-link,
#title_categories .remove-link {
  text-transform: uppercase;
  font-size: 14px;
}
#profile_information_profileAssociations .list-text,
#profile_reading_preferences_profileCategories .list-text,
#profile_name_update_profileLinks2 .list-text,
#title_categories .list-text {
  font-size: 14px;
}
#profile_information_profileAssociations > .row-group > .row-wrap > .input-wrap > div > div {
  display: none !important;
}
.row-wrap-categories-category > .row-group > .row-wrap select,
.row-wrap-profileAssociations > .row-group > .row-wrap select,
.row-wrap-profileCategories > .row-group > .row-wrap select {
  width: 80% !important;
}
@media (min-width: 768px) {
  .row-wrap-categories-category > .row-group > .row-wrap select,
  .row-wrap-profileAssociations > .row-group > .row-wrap select,
  .row-wrap-profileCategories > .row-group > .row-wrap select {
    width: 50% !important;
  }
}
.row-wrap-categories-category > .row-group > .row-wrap .input-wrap,
.row-wrap-profileAssociations > .row-group > .row-wrap .input-wrap,
.row-wrap-profileCategories > .row-group > .row-wrap .input-wrap {
  width: 100%;
}
.row-wrap-profileAccountInformation select {
  width: 100% !important;
}
a.profile-link-remove-link,
a:hover.profile-link-remove-link,
a.profile-link-make-primary-link,
a:hover.profile-link-make-primary-link {
  color: #f2761c;
  font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  line-height: 11px;
}
@media (min-width: 768px) {
  a.profile-link-remove-link,
  a:hover.profile-link-remove-link,
  a.profile-link-make-primary-link,
  a:hover.profile-link-make-primary-link {
    font: normal normal normal 11px / 1.5em Raleway-Regular, sans-serif;
  }
}
.row-wrap-profileLinks-url .field-status-responsive {
  line-height: 11px;
}
.row-wrap-profileLinks-url .field-status-responsive a.profile-link-make-primary-link {
  display: inline-block;
  margin-top: 4px;
}
.form-with-labels .row-wrap-regionOptions {
  margin-bottom: 0;
}
.form-no-labels-responsive .submit-wrap-responsive,
.submit-wrap-centered {
  text-align: center;
}
.form-no-labels-responsive .submit-wrap-responsive button,
.submit-wrap-centered button {
  padding: 8px 48px;
}
#profileLinkPrimary .profile-link-make-primary-link {
  display: none;
}
input:disabled,
select:disabled,
textarea:disabled {
  background-color: #eeedee !important;
  cursor: not-allowed;
}
fieldset:disabled {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .book-member-type-form-container .date-fields-button,
  .book-member-type-form-container .date-fields-clear {
    display: none;
  }
}
.radio-toggle-button,
.phase-delete-button {
  color: #666;
  background-color: white;
  border: 1px solid #73a6d0;
  border-radius: 24px;
  padding: 12px;
  margin: 0 12px;
  cursor: pointer;
}
.radio-toggle-button.active-option,
.phase-delete-button.active-option {
  background-color: #73a6d0;
  color: white!important;
}
.radio-toggle-button.active-option-focused,
.phase-delete-button.active-option-focused {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  color: #73a6d0;
  padding: 12px 0;
}
input[type="checkbox"].big-checkbox {
  transform: scale(1.5);
  outline-offset: -1px;
  outline: 1px solid black;
}
input[type="number"].integer-input {
  width: 4em;
}
.search-form .input-wrap-responsive,
.search-form .submit-wrap-responsive {
  padding-left: 0;
}
.search-form input,
.search-form select {
  width: 100%;
  border-radius: 4px !important;
}
.search-form select {
  padding: 5px;
  background-color: #fff;
}
.search-form h2 {
  color: #666;
}
.search-form button[type=submit] .fa {
  font-size: 14px;
}
.zebra-stripe-rows .row-wrap,
.zebra-stripe-rows tr {
  margin-bottom: 0;
}
.zebra-stripe-rows .row-wrap:nth-child(odd),
.zebra-stripe-rows tr:nth-child(odd) {
  background-color: #eeedee;
}
.zebra-stripe-rows .row-wrap.row-wrap-submit,
.zebra-stripe-rows tr.row-wrap-submit {
  background-color: white;
}
#opinions-form-container tr {
  padding: 12px;
}
#opinions-form-container .row-stars {
  background-color: white;
}
#opinions-form-container.zebra-stripe-rows textarea {
  margin-bottom: 12px;
  min-height: initial;
}
#opinions-form-container label.answer.btn[for$="questionAnswer_placeholder"] {
  display: none;
  position: absolute;
  visibility: hidden;
}
.pre-request-opinions-form label {
  color: #666;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  vertical-align: top;
}
@media (min-width: 768px) {
  .pre-request-opinions-form label {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.toggle.btn {
  border-radius: 48px;
  border: 2px solid black!important;
  min-width: 65px;
}
.toggle.btn.off {
  display: inline-block;
}
@media (max-width: 767px) {
  .toggle.btn {
    transform: scale(1);
  }
}
.toggle-toggle {
  font-size: 14px;
  padding: 6px;
}
.toggle-toggle:first-child {
  padding-left: 0;
}
.toggle-toggle:last-child {
  padding-right: 0;
}
.toggle-toggle.selected {
  font-weight: bold;
}
.toggle-group {
  left: -27%;
}
.toggle-group .btn {
  background-color: #fff !important;
  border-color: #fff !important;
}
.toggle-group .btn.toggle-handle {
  border-radius: 20px;
  background-color: #f2761c !important;
  padding: 10px 14px;
}
.toggle.off .toggle-group {
  left: -73%;
}
[class*="col-"] > input[type="file"] {
  width: 100%;
}
.createTitleBasicInfo .label-wrap-responsive {
  white-space: nowrap;
}
.input-wrap .note-editable,
.input-wrap-responsive .note-editable {
  font-size: inherit;
}
.row-wrap-accountLinks-url .label-wrap-responsive {
  padding: 0;
}
.region-toggle-button .fa.fa-check {
  opacity: 0.3;
}
.region-toggle-button.selected-region-setting {
  background-color: #90b8d7;
  color: white;
}
.region-toggle-button.selected-region-setting h3 {
  color: white;
}
.region-toggle-button.selected-region-setting .fa.fa-check {
  color: white!important;
  opacity: 1;
}
.content-management-select-month {
  width: 100px!important;
}
.content-management-select-category {
  width: 200px!important;
}
.ui-datepicker {
  z-index: 1000 !important;
}
.row > div > .row.row-inner {
  margin: 0;
}
@media (min-width: 768px) {
  .row > div > .row.row-sm-inner {
    margin: 0;
  }
}
@media (min-width: 1040px) {
  .row > div > .row.row-md-inner {
    margin: 0;
  }
}
.circle-icon.circle-icon-small {
  height: 30px;
}
.fa-facebook-square {
  color: #0066cc;
}
.fa-twitter {
  color: #3399ff;
}
.star-rating .fa-star-o {
  color: #666;
}
.star-rating .fa-star {
  color: #fff;
}
.star-rating .fa-star.selected {
  color: #5c7f92;
}
.star-rating .stacked-icon-box.selected .fa-star {
  color: #5c7f92;
}
.fb-icon-pencil-vertical.shelf-positioned-pencil {
  font-size: 2.6em;
  left: -3px;
  top: 4px;
  position: absolute;
}
@media (max-width: 767px) {
  .fb-icon-pencil-vertical.shelf-positioned-pencil {
    top: 63px;
  }
}
.fa-1-5x {
  font-size: 1.5em;
}
.col-xs-1 img.col-width, .col-sm-1 img.col-width, .col-md-1 img.col-width, .col-lg-1 img.col-width, .col-xs-2 img.col-width, .col-sm-2 img.col-width, .col-md-2 img.col-width, .col-lg-2 img.col-width, .col-xs-3 img.col-width, .col-sm-3 img.col-width, .col-md-3 img.col-width, .col-lg-3 img.col-width, .col-xs-4 img.col-width, .col-sm-4 img.col-width, .col-md-4 img.col-width, .col-lg-4 img.col-width, .col-xs-5 img.col-width, .col-sm-5 img.col-width, .col-md-5 img.col-width, .col-lg-5 img.col-width, .col-xs-6 img.col-width, .col-sm-6 img.col-width, .col-md-6 img.col-width, .col-lg-6 img.col-width, .col-xs-7 img.col-width, .col-sm-7 img.col-width, .col-md-7 img.col-width, .col-lg-7 img.col-width, .col-xs-8 img.col-width, .col-sm-8 img.col-width, .col-md-8 img.col-width, .col-lg-8 img.col-width, .col-xs-9 img.col-width, .col-sm-9 img.col-width, .col-md-9 img.col-width, .col-lg-9 img.col-width, .col-xs-10 img.col-width, .col-sm-10 img.col-width, .col-md-10 img.col-width, .col-lg-10 img.col-width, .col-xs-11 img.col-width, .col-sm-11 img.col-width, .col-md-11 img.col-width, .col-lg-11 img.col-width, .col-xs-12 img.col-width, .col-sm-12 img.col-width, .col-md-12 img.col-width, .col-lg-12 img.col-width {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.img-resize15 {
  width: auto;
  height: 15px;
}
img.profile-avatar {
  max-width: 254px !important;
}
.headerwrap,
.bodywrap,
.footerwrap {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
}
.bodywrap {
  margin-top: 12px;
}
.footerwrap {
  margin-top: 36px;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.netgalley-responsive {
  /**
     * layout and responsiveness of the main header block elements - for
     * styling of the menu elements contained within, use menus.less
     */
  /**
     * layout and responsiveness of the main body content block elements
     */
  /**
     * layout and responsiveness of the main footer block elements - for
     * styling of the menu elements contained within, use menus.less
     */
}
.netgalley-responsive .headerwrap .header-logo {
  float: left;
  position: absolute;
  width: 100%;
  padding: 12px;
  z-index: 1;
}
.netgalley-responsive .headerwrap .header-logo .netgalley-logo {
  width: 136px;
  height: 32px;
}
.netgalley-responsive .headerwrap .header-logo .netgalley-logo.netgalley-logo-notag {
  width: 136px;
  height: 26px;
}
.netgalley-responsive .headerwrap .header-options .profile-short-name {
  display: none;
}
.netgalley-responsive .headerwrap .header-menu {
  float: right;
  width: 100%;
}
.netgalley-responsive .headerwrap .header-menu .navbar-header {
  height: 56px;
  padding-top: 3px;
}
.netgalley-responsive .headerwrap .header-menu .navbar-header.navbar-header-intl {
  height: 50px;
  padding-top: 0;
}
.netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle {
  position: fixed;
  z-index: 10;
  right: 0;
  margin: 0;
  padding: 6px 24px;
}
.netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle .nav-icon-sm,
.netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle .nav-open-xs {
  display: none;
}
.netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle.collapsed {
  position: absolute;
}
.netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle.collapsed .nav-open-xs {
  display: inline-block;
}
.netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle.collapsed .nav-close-xs {
  display: none;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse {
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 12px;
  -webkit-overflow-scrolling: auto;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .header-menu-spacer {
  border-top: 56px solid;
  margin: 0 -12px;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .header-menu-spacer.header-menu-spacer-intl {
  border-top-width: 50px;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .nav-logo {
  position: absolute;
  top: 12px;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-impersonator {
  position: absolute;
  top: 12px;
  right: 83px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .netgalley-responsive .headerwrap .header-logo .netgalley-logo {
    width: 248px;
    height: 48px;
  }
  .netgalley-responsive .headerwrap .header-logo .netgalley-logo.netgalley-logo-notag {
    width: 269px;
    height: 52px;
  }
  .netgalley-responsive .headerwrap .header-menu {
    width: 50%;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-header {
    height: 72px;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-header.navbar-header-intl {
    height: 76px;
    padding-top: 3px;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle .nav-icon-xs,
  .netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle .nav-open-sm {
    display: none;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle .nav-close-sm {
    display: inline-block;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle.collapsed .nav-open-sm {
    display: inline-block;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle.collapsed .nav-icon-xs,
  .netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle.collapsed .nav-close-sm {
    display: none;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse {
    left: 50%;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .header-menu-spacer {
    border-top: 72px solid;
    margin: 0 -12px;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .header-menu-spacer.header-menu-spacer-intl {
    border-top-width: 76px;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-impersonator {
    left: 12px;
    right: auto;
  }
}
@media (min-width: 1040px) {
  .netgalley-responsive .headerwrap {
    width: 1020px;
    margin: 0 auto;
  }
  .netgalley-responsive .headerwrap .header-logo {
    position: relative;
  }
  .netgalley-responsive .headerwrap .header-logo .netgalley-logo {
    width: 248px;
    height: 48px;
  }
  .netgalley-responsive .headerwrap .header-logo .netgalley-logo.netgalley-logo-notag {
    width: 269px;
    height: 52px;
  }
  .netgalley-responsive .headerwrap .header-options {
    float: right;
    width: 727px;
  }
  .netgalley-responsive .headerwrap .header-menu {
    clear: left;
    width: 100%;
  }
  .netgalley-responsive .headerwrap.header-reduced-state .header-menu {
    display: none;
  }
  .netgalley-responsive .headerwrap .header-options .profile-short-name {
    display: inline;
  }
  .netgalley-responsive .headerwrap .header-options .profile-long-name {
    display: none;
  }
  .netgalley-responsive .headerwrap .header-options .navbar-impersonator {
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse {
    position: relative;
    left: 0;
    width: 100%;
  }
  .netgalley-responsive .wrap-user-guest .headerwrap .header-logo,
  .netgalley-responsive .wrap-user-reviewer .headerwrap .header-logo {
    background-color: transparent;
    width: 293px;
  }
  .netgalley-responsive .wrap-user-guest .headerwrap .header-options.header-options-intl .header-search-bar input,
  .netgalley-responsive .wrap-user-reviewer .headerwrap .header-options.header-options-intl .header-search-bar input {
    width: 240px;
  }
  .netgalley-responsive .wrap-user-guest .headerwrap .header-menu .navbar-header,
  .netgalley-responsive .wrap-user-reviewer .headerwrap .header-menu .navbar-header {
    height: 62px;
  }
  .netgalley-responsive .wrap-user-guest .headerwrap .header-menu .navbar-header.navbar-header-intl,
  .netgalley-responsive .wrap-user-reviewer .headerwrap .header-menu .navbar-header.navbar-header-intl {
    height: 55px;
  }
  .netgalley-responsive .wrap-user-guest .headerwrap .header-menu .navbar-collapse-intl .navbar-nav > li > a,
  .netgalley-responsive .wrap-user-reviewer .headerwrap .header-menu .navbar-collapse-intl .navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 17px;
  }
  .netgalley-responsive .wrap-user-publisher .headerwrap .header-logo,
  .netgalley-responsive .wrap-user-admin .headerwrap .header-logo {
    background-color: transparent;
    width: 293px;
  }
  .netgalley-responsive .wrap-user-publisher .headerwrap .header-logo .netgalley-logo,
  .netgalley-responsive .wrap-user-admin .headerwrap .header-logo .netgalley-logo {
    width: 248px;
    height: 48px;
  }
  .netgalley-responsive .wrap-user-publisher .headerwrap .header-logo .netgalley-logo.netgalley-logo-notag,
  .netgalley-responsive .wrap-user-admin .headerwrap .header-logo .netgalley-logo.netgalley-logo-notag {
    width: 269px;
    height: 52px;
  }
  .netgalley-responsive .wrap-user-publisher .headerwrap .header-options,
  .netgalley-responsive .wrap-user-admin .headerwrap .header-options {
    width: 727px;
    height: 76px;
  }
  .netgalley-responsive .wrap-user-publisher .headerwrap .header-options.header-options-intl,
  .netgalley-responsive .wrap-user-admin .headerwrap .header-options.header-options-intl {
    height: 67px;
  }
  .netgalley-responsive .wrap-user-publisher .headerwrap .header-menu .navbar-header,
  .netgalley-responsive .wrap-user-admin .headerwrap .header-menu .navbar-header,
  .netgalley-responsive .wrap-user-publisher .headerwrap .header-menu .navbar-header.navbar-header-intl,
  .netgalley-responsive .wrap-user-admin .headerwrap .header-menu .navbar-header.navbar-header-intl {
    height: 48px;
  }
}
.netgalley-responsive .bodywrap .bodybox {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 1040px) {
  .netgalley-responsive .bodywrap .bodybox {
    width: 1020px;
    margin: 0 auto 6px auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@supports (display: inline-flex) {
  .netgalley-responsive .footer-links .footer-link {
    width: auto;
    padding: 0;
  }
  .netgalley-responsive .footer-links .footer-link + .footer-link {
    margin-left: 1px;
  }
  .netgalley-responsive .footer-links.footer-links-com .footer-link + .footer-link {
    margin-left: 30px;
  }
  .netgalley-responsive .footer-links.footer-links-co-uk .footer-link + .footer-link {
    margin-left: 60px;
  }
}
.netgalley-responsive .footerwrap .footer-box {
  width: 100%;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #777;
}
.netgalley-responsive .footerwrap .desktop-footer-box {
  width: 100%;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.netgalley-responsive .footerwrap .desktop-footer-box .footer-break {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 0px;
  border-top: 1px solid #777;
}
.netgalley-responsive .footerwrap .desktop-footer-box .footer-break.footer-break-top {
  margin-top: 0px;
  margin-bottom: 25px;
  border-top: 1px solid #73a6d0;
}
@media (min-width: 1040px) {
  .netgalley-responsive .footerwrap .desktop-footer-box {
    width: 1020px;
    margin: 0 auto;
  }
}
.netgalley-responsive #regionFormContainer form {
  float: right;
}
/**
 * layout overrides if rendering a PDF view
 */
.netgalley-pdf {
  width: 1040px;
}
.netgalley-pdf .headerwrap {
  margin-bottom: 48px;
}
.netgalley-pdf .bodywrap .bodybox {
  width: 100%;
}
.netgalley-pdf .avoid-break-inside {
  page-break-inside: avoid;
}
.full-width {
  width: 100%;
}
ul.default-list,
ul.big-list,
ul.striped-list,
ul.navigation-list {
  margin: 0;
  padding: 0;
}
ul.default-list li,
ul.big-list li,
ul.striped-list li,
ul.navigation-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
ul.big-list li {
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  ul.big-list li {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
ul.striped-list li {
  padding: 12px;
}
ul.striped-list li:nth-child(odd) {
  background-color: #f1f1f1;
}
ul.striped-list-even li:nth-child(odd) {
  background-color: transparent;
}
ul.striped-list-even li:nth-child(even) {
  background-color: #f1f1f1;
}
ul.grid-list {
  list-style-type: none;
  margin: 0px;
  padding: 15px;
  display: inline-block;
  text-align: left;
}
ul.grid-list li {
  display: inline-block;
  margin: 0px 2px 0px 0px;
  width: 31px;
  height: 30px;
  background-color: #eeedee;
  text-align: center;
  text-decoration: none;
  color: #333;
  font: normal normal normal 12px / 31px Raleway-Regular, sans-serif;
  font-weight: bold!important;
}
@media (min-width: 768px) {
  ul.grid-list li {
    font: normal normal normal 12px / 31px Raleway-Regular, sans-serif;
  }
}
ul.grid-list li.highlighted {
  background-color: #73a6d0 !important;
}
ul.grid-list li:hover {
  background-color: #73a6d0;
}
ul.grid-list a {
  text-decoration: none !important;
}
ul.navigation-list {
  margin-bottom: 40px;
}
ul.navigation-list a {
  color: #2d2d2d;
}
ul.navigation-list li {
  border-bottom: 1px solid #ccc;
  color: #2d2d2d;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 12px;
}
ul.navigation-list li:last-of-type {
  border: none;
  padding-bottom: 0;
}
table.netgalley tbody tr:nth-child(even) ul.striped-list li:nth-child(odd) {
  background-color: #fff;
}
.responsive-list.publishers {
  margin-bottom: 2em;
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .responsive-list.publishers {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.responsive-list.publishers li {
  margin-bottom: 10px;
}
.responsive-list.publishers ul,
.responsive-list.publishers ul li {
  list-style-type: none;
  padding: 0;
  margin: 0px 0px 15px 0px;
}
.responsive-list.publishers .publishers-icons {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
}
.responsive-list.publishers .publishers-icons .publishers-icon-empty,
.responsive-list.publishers .publishers-icons i {
  margin-right: 10px;
}
.responsive-list.publishers .publishers-icon-empty {
  padding: 0px 0.05em;
}
.responsive-list.publishers .publishers-name {
  display: inline-block;
  color: #777;
  font: normal normal normal 14px / 1.2em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .responsive-list.publishers .publishers-name {
    font: normal normal normal 18px / 1.2em Raleway-Light, sans-serif;
  }
}
.responsive-list.publishers .publishers-name a.bluelink,
.responsive-list.publishers .publishers-name a:hover.bluelink,
.responsive-list.publishers .publishers-name a:visited.bluelink {
  color: #5c7f92;
  font: normal normal normal 18px / 1.2em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  .responsive-list.publishers .publishers-name a.bluelink,
  .responsive-list.publishers .publishers-name a:hover.bluelink,
  .responsive-list.publishers .publishers-name a:visited.bluelink {
    font: normal normal normal 18px / 1.2em Raleway-Medium, sans-serif;
  }
}
.responsive-list.publishers .publisher-footer {
  /* Dependencies: pubsSuccess.php, ukpubsSuccess.php */
  width: 85%;
  padding: 0px 0px 20px 0px;
}
.responsive-list.publishers.col-xs-12 {
  margin-bottom: 0;
}
.managed-content.managed-content-generic {
  margin-bottom: 24px;
}
.managed-content.managed-content-generic .managed-content-body {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f1f1f1;
  margin-left: 0;
  margin-right: 0;
}
.managed-content.managed-content-generic-sidebar {
  border: 4px double #999999;
  margin-left: 0;
  margin-right: 0;
}
.managed-content.managed-content-generic-sidebar > div {
  padding-left: 6px;
  padding-right: 6px;
}
.managed-content.managed-content-generic-sidebar h3 {
  border: 0;
  padding: 0;
}
.managed-content.managed-content-title .managed-content-body {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #2d2d2d;
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
}
.managed-content.managed-content-title .managed-content-body .title-image,
.managed-content.managed-content-title .managed-content-body .title-info {
  display: inline-block;
  vertical-align: top;
}
.managed-content.managed-content-title .managed-content-body .title-image {
  margin-right: 6px;
}
.managed-content.managed-content-title .managed-content-body button {
  text-align: center;
}
.managed-content.managed-content-title .managed-content-body h6 {
  color: #777;
  font: normal normal normal 11px / 12px Raleway-Light, sans-serif;
  background-color: #895092;
  color: #fff;
  height: 30px;
  padding-top: 9px;
}
@media (min-width: 768px) {
  .managed-content.managed-content-title .managed-content-body h6 {
    font: normal normal normal 11px / 12px Raleway-Light, sans-serif;
  }
}
.managed-content.managed-content-title .managed-content-body h4 {
  color: #fff;
  font: normal normal normal 20px / 1.5em Raleway-Medium, sans-serif;
  color: #5c7f92;
  font-weight: bold;
  line-height: normal!important;
}
@media (min-width: 768px) {
  .managed-content.managed-content-title .managed-content-body h4 {
    font: normal normal normal 20px / 1.5em Raleway-Medium, sans-serif;
  }
}
.managed-content.managed-content-title .managed-content-body h4,
.managed-content.managed-content-title .managed-content-body p {
  margin: 0;
}
.managed-content.managed-content-title .managed-content-body p,
.managed-content.managed-content-title .managed-content-body a {
  font-size: 13px;
  line-height: 16px;
  word-wrap: break-word;
}
.managed-content.managed-content-title .managed-content-body a {
  color: #f2761c;
  font-weight: bold;
}
.managed-content.managed-content-title .managed-content-body .pub-info,
.managed-content.managed-content-title .managed-content-body .pub-info a {
  font-size: 12px;
  line-height: 14px;
}
.managed-content.managed-content-title .managed-content-body .pub-info a {
  color: #5c7f92;
  line-height: 16px;
}
.managed-content.managed-content-member_dashboard {
  border: 1px solid #999999;
  padding: 0;
  margin: 0;
  min-height: 300px;
}
@media (max-width: 767px) {
  .managed-content.managed-content-member_dashboard {
    border: 0;
    min-height: 0;
    margin-left: -12px;
    margin-right: -12px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
  }
}
.managed-content.managed-content-member_dashboard .row {
  margin-left: -15px;
  margin-right: -15px;
}
.managed-content.managed-content-member_dashboard .col-xs-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.managed-content.managed-content-member_dashboard .managed-content-body {
  background-color: transparent;
  padding: 15px 0;
}
button.profilemenu.dropdown-toggle {
  padding: 0 !important;
  margin: 2px !important;
  border: none !important;
  background-color: transparent !important;
}
.dashboardmenu-wrap .dashboardmenu-liner .menulist li:not(:first-child) {
  margin-left: 16px;
}
.nav-stacked {
  margin: 0;
}
.nav-stacked > li + li {
  margin: 0;
}
.nav-stacked.nav-stacked-member > li {
  background-color: #eeedee;
  border-bottom: 1px solid #ccc;
  color: #777;
}
.nav-stacked.nav-stacked-member > li a,
.nav-stacked.nav-stacked-member > li h1,
.nav-stacked.nav-stacked-member > li h2,
.nav-stacked.nav-stacked-member > li h3,
.nav-stacked.nav-stacked-member > li h4,
.nav-stacked.nav-stacked-member > li h5,
.nav-stacked.nav-stacked-member > li h6 {
  color: #777;
  margin: 0;
}
@media (min-width: 768px) {
  .nav-stacked.nav-stacked-member > li.active,
  .nav-stacked.nav-stacked-member > li a:hover {
    background-color: #e0e7ee;
  }
  .nav-stacked.nav-stacked-member > li.active,
  .nav-stacked.nav-stacked-member > li.active a,
  .nav-stacked.nav-stacked-member > li.active a:hover {
    background-color: #73a6d0;
    color: #fff;
  }
  .nav-stacked.nav-stacked-member > li.active h1,
  .nav-stacked.nav-stacked-member > li.active a h1,
  .nav-stacked.nav-stacked-member > li.active a:hover h1,
  .nav-stacked.nav-stacked-member > li.active h2,
  .nav-stacked.nav-stacked-member > li.active a h2,
  .nav-stacked.nav-stacked-member > li.active a:hover h2,
  .nav-stacked.nav-stacked-member > li.active h3,
  .nav-stacked.nav-stacked-member > li.active a h3,
  .nav-stacked.nav-stacked-member > li.active a:hover h3,
  .nav-stacked.nav-stacked-member > li.active h4,
  .nav-stacked.nav-stacked-member > li.active a h4,
  .nav-stacked.nav-stacked-member > li.active a:hover h4,
  .nav-stacked.nav-stacked-member > li.active h5,
  .nav-stacked.nav-stacked-member > li.active a h5,
  .nav-stacked.nav-stacked-member > li.active a:hover h5,
  .nav-stacked.nav-stacked-member > li.active h6,
  .nav-stacked.nav-stacked-member > li.active a h6,
  .nav-stacked.nav-stacked-member > li.active a:hover h6 {
    color: #fff;
  }
}
.nav-stacked.nav-stacked-publisher > li {
  background-color: #fff;
  border: 0;
  color: #777;
}
.nav-stacked.nav-stacked-publisher > li a {
  padding: 12px;
}
.nav-stacked.nav-stacked-publisher > li a:hover {
  background-color: #fff;
}
.nav-stacked.nav-stacked-publisher > li:nth-child(odd) {
  background-color: #f1f1f1;
}
.nav-stacked.nav-stacked-publisher > li:nth-child(odd) a:hover {
  background-color: #f1f1f1;
}
.nav-stacked.nav-stacked-publisher > li a,
.nav-stacked.nav-stacked-publisher > li h1,
.nav-stacked.nav-stacked-publisher > li h2,
.nav-stacked.nav-stacked-publisher > li h3,
.nav-stacked.nav-stacked-publisher > li h4,
.nav-stacked.nav-stacked-publisher > li h5,
.nav-stacked.nav-stacked-publisher > li h6 {
  color: #777;
  margin: 0;
}
.nav-stacked.nav-stacked-publisher > li.active,
.nav-stacked.nav-stacked-publisher > li.active a,
.nav-stacked.nav-stacked-publisher > li.active td {
  font-weight: bold;
}
.netgalley-responsive {
  /**
     * styles for responsive header internal elements - for layout and
     * responsiveness of the main block elements, use layout.less
     */
  /**
     * styles for responsive footer internal elements - for layout and
     * responsiveness of the main block elements, use layout.less
     */
}
.netgalley-responsive .headerwrap .header-logo {
  background-color: #f1f1f1;
}
.netgalley-responsive .headerwrap .header-options.visible-md-inline-block {
  background: transparent;
  border: none;
}
.netgalley-responsive .headerwrap .header-options form[name="search-netgalley"] .row-wrap {
  display: inline-block;
}
.netgalley-responsive .headerwrap .header-menu {
  background: transparent;
  border: none;
}
.netgalley-responsive .headerwrap .header-menu .navbar-header .navbar-toggle {
  background: transparent;
  border: none;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse {
  border: none;
  background-color: #aec880;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .header-menu-spacer {
  border-top-color: #75aa3e;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-impersonator a {
  color: #fff;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li.active > a {
  background-color: #75aa3e;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li.dropdown {
  background-color: #999999;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li.dropdown.open .dropdown-menu > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li.dropdown.open .dropdown-menu > .active > a {
  color: #fff;
  background-color: #777;
}
.netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li.dropdown.open > a {
  background-color: #75aa3e;
}
.netgalley-responsive .headerwrap .header-menu .header-options {
  width: 100%;
}
.netgalley-responsive .headerwrap .header-menu .header-options .header-search-bar {
  padding: 12px;
  border: none;
  background-color: #75aa3e;
}
.netgalley-responsive .headerwrap .header-menu .header-options .header-search-bar .form-group {
  margin: 0;
}
.netgalley-responsive .headerwrap .header-menu h3 {
  color: #fff;
}
.netgalley-responsive .headerwrap .header-menu form[name="login"] {
  width: 80%;
}
.netgalley-responsive .headerwrap .header-menu form[name="login"] .forgot-link {
  display: none;
}
.netgalley-responsive .headerwrap .header-menu form[name="login"] .row-wrap-login .submit-wrap {
  text-align: left;
  padding: 0;
}
.netgalley-responsive .headerwrap .header-menu form[name="login"] .row-wrap-login .submit-wrap button {
  padding: 8px 10px;
}
.netgalley-responsive .headerwrap .header-menu form[name="search-netgalley"] .row-wrap.row-wrap-q {
  width: 80%;
}
.netgalley-responsive .headerwrap .header-menu form[name="search-netgalley"] .row-wrap input {
  width: 100%;
}
.netgalley-responsive .wrap-user-publisher .headerwrap .header-menu .navbar-collapse {
  background-color: #895092;
}
.netgalley-responsive .wrap-user-publisher .headerwrap .header-menu .navbar-collapse .header-menu-spacer {
  border-top-color: #cca3c9;
}
.netgalley-responsive .wrap-user-publisher .headerwrap .header-menu .navbar-collapse .navbar-nav > li.active > a {
  background-color: #cca3c9;
}
.netgalley-responsive .wrap-user-publisher .headerwrap .header-menu .navbar-collapse .navbar-nav > li.dropdown.open > a {
  background-color: #cca3c9;
}
.netgalley-responsive .wrap-user-publisher .headerwrap .header-menu .header-options .header-search-bar {
  background-color: #cca3c9;
}
.netgalley-responsive .wrap-user-admin .headerwrap .header-menu .navbar-collapse {
  background-color: #90b8d7;
}
.netgalley-responsive .wrap-user-admin .headerwrap .header-menu .navbar-collapse .header-menu-spacer {
  border-top-color: #73a6d0;
}
.netgalley-responsive .wrap-user-admin .headerwrap .header-menu .navbar-collapse .navbar-nav > li.active > a {
  background-color: #73a6d0;
}
.netgalley-responsive .wrap-user-admin .headerwrap .header-menu .navbar-collapse .navbar-nav > li.dropdown.open > a {
  background-color: #73a6d0;
}
.netgalley-responsive .wrap-user-admin .headerwrap .header-menu .header-options .header-search-bar {
  background-color: #73a6d0;
}
@media (min-width: 1040px) {
  .netgalley-responsive .headerwrap.header-reduced-state {
    background-color: #f1f1f1;
  }
  .netgalley-responsive .headerwrap .header-options .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .netgalley-responsive .headerwrap .header-options .header-search-bar {
    float: left;
    margin-top: 12px;
    margin-left: 48px;
    padding: 0;
  }
  .netgalley-responsive .headerwrap .header-options .header-search-bar input {
    width: 300px;
  }
  .netgalley-responsive .headerwrap .header-options .header-option-menu {
    float: right;
  }
  .netgalley-responsive .headerwrap .header-options .header-option-menu .navbar-nav li,
  .netgalley-responsive .headerwrap .header-options .header-option-menu .navbar-nav li a {
    font-size: 12px;
  }
  .netgalley-responsive .headerwrap .header-menu .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav {
    width: 100%;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li {
    border-right: 1px solid #fff;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li > a {
    text-transform: none;
    font-weight: normal;
    font-size: inherit;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li.pull-right {
    border-right: none;
    border-left: 1px solid #fff;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li:last-child {
    border-right: none;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li.dropdown {
    background-color: inherit;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li.dropdown.open .dropdown-menu > li > a {
    color: #73a6d0;
    text-transform: none;
    font-weight: normal;
  }
  .netgalley-responsive .headerwrap .header-menu .navbar-collapse .navbar-nav > li.dropdown.open .dropdown-menu > .active > a {
    background-color: #73a6d0;
    color: #fff;
  }
  .netgalley-responsive .wrap-user-guest .headerwrap .header-menu .navbar-nav > li,
  .netgalley-responsive .wrap-user-reviewer .headerwrap .header-menu .navbar-nav > li {
    width: 25%;
  }
  .netgalley-responsive .wrap-user-guest .headerwrap .header-menu .navbar-nav > li > a,
  .netgalley-responsive .wrap-user-reviewer .headerwrap .header-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .netgalley-responsive .wrap-user-guest .headerwrap .header-options .navbar-impersonator a,
  .netgalley-responsive .wrap-user-reviewer .headerwrap .header-options .navbar-impersonator a {
    color: #aec880;
  }
  .netgalley-responsive .wrap-user-publisher .headerwrap .header-options .navbar-impersonator a,
  .netgalley-responsive .wrap-user-admin .headerwrap .header-options .navbar-impersonator a {
    color: #895092;
  }
}
.netgalley-responsive .footerwrap .footer-box h3 {
  color: #fff;
  font: normal normal normal 28px / 1.5em Raleway-Regular, sans-serif;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .netgalley-responsive .footerwrap .footer-box h3 {
    font: normal normal normal 28px / 1.5em Raleway-Regular, sans-serif;
  }
}
.netgalley-responsive .footerwrap .desktop-footer-box h3 {
  color: #5c7f92;
  font: normal normal normal 22px / 1.5em Raleway-Regular, sans-serif;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .netgalley-responsive .footerwrap .desktop-footer-box h3 {
    font: normal normal normal 22px / 1.5em Raleway-Regular, sans-serif;
  }
}
.sub-head-nav {
  background-color: #5c7f92 !important;
}
.sub-head-nav button {
  color: white;
  padding: 10px 24px;
}
.sub-head-nav button:not(.bg-lightgreen) {
  background-color: #5c7f92 !important;
}
.title-feedback-tabs button {
  color: black;
  border: 1px solid black;
}
.title-feedback-tabs .active button {
  background-color: #aec880;
  font-weight: bold;
}
.title-feedback-tabs .col-xs-6:first-child button {
  border-right: none;
}
.title-feedback-tabs .col-xs-6:last-child button {
  border-left: none;
}
.title-feedback-tabs .mid-line-divider {
  height: 1px;
  background-color: black;
  position: relative;
  top: 16px;
  margin: 0 12px;
}
@media (max-width: 480px) {
  .title-feedback-tabs a {
    width: 100%;
  }
  .title-feedback-tabs button {
    border: none;
    font-size: 18px!important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  .title-feedback-tabs .col-xs-6 {
    background-color: #ccc;
  }
  .title-feedback-tabs .col-xs-6.active,
  .title-feedback-tabs .col-xs-6.active button {
    background-color: #aec880;
  }
}
.billing-group-sidebar {
  border-right: 1px solid #ccc;
}
.account-menu-change-button {
  border-left: 1px solid white;
  padding-top: 9px;
  padding-bottom: 9px;
}
.netgalley-message {
  text-align: center;
  padding: .8em;
  margin-bottom: 12px;
}
.netgalley-message.alert-message h1,
.netgalley-message.error-message h1,
.netgalley-message.success-message h1,
.netgalley-message.alert-message h2,
.netgalley-message.error-message h2,
.netgalley-message.success-message h2,
.netgalley-message.alert-message h3,
.netgalley-message.error-message h3,
.netgalley-message.success-message h3,
.netgalley-message.alert-message h4,
.netgalley-message.error-message h4,
.netgalley-message.success-message h4,
.netgalley-message.alert-message h5,
.netgalley-message.error-message h5,
.netgalley-message.success-message h5,
.netgalley-message.alert-message h6,
.netgalley-message.error-message h6,
.netgalley-message.success-message h6 {
  color: #fff;
}
.netgalley-message.alert-message h1 a,
.netgalley-message.error-message h1 a,
.netgalley-message.success-message h1 a,
.netgalley-message.alert-message h2 a,
.netgalley-message.error-message h2 a,
.netgalley-message.success-message h2 a,
.netgalley-message.alert-message h3 a,
.netgalley-message.error-message h3 a,
.netgalley-message.success-message h3 a,
.netgalley-message.alert-message h4 a,
.netgalley-message.error-message h4 a,
.netgalley-message.success-message h4 a,
.netgalley-message.alert-message h5 a,
.netgalley-message.error-message h5 a,
.netgalley-message.success-message h5 a,
.netgalley-message.alert-message h6 a,
.netgalley-message.error-message h6 a,
.netgalley-message.success-message h6 a,
.netgalley-message.alert-message h1 a:hover,
.netgalley-message.error-message h1 a:hover,
.netgalley-message.success-message h1 a:hover,
.netgalley-message.alert-message h2 a:hover,
.netgalley-message.error-message h2 a:hover,
.netgalley-message.success-message h2 a:hover,
.netgalley-message.alert-message h3 a:hover,
.netgalley-message.error-message h3 a:hover,
.netgalley-message.success-message h3 a:hover,
.netgalley-message.alert-message h4 a:hover,
.netgalley-message.error-message h4 a:hover,
.netgalley-message.success-message h4 a:hover,
.netgalley-message.alert-message h5 a:hover,
.netgalley-message.error-message h5 a:hover,
.netgalley-message.success-message h5 a:hover,
.netgalley-message.alert-message h6 a:hover,
.netgalley-message.error-message h6 a:hover,
.netgalley-message.success-message h6 a:hover,
.netgalley-message.alert-message h1 a:visited,
.netgalley-message.error-message h1 a:visited,
.netgalley-message.success-message h1 a:visited,
.netgalley-message.alert-message h2 a:visited,
.netgalley-message.error-message h2 a:visited,
.netgalley-message.success-message h2 a:visited,
.netgalley-message.alert-message h3 a:visited,
.netgalley-message.error-message h3 a:visited,
.netgalley-message.success-message h3 a:visited,
.netgalley-message.alert-message h4 a:visited,
.netgalley-message.error-message h4 a:visited,
.netgalley-message.success-message h4 a:visited,
.netgalley-message.alert-message h5 a:visited,
.netgalley-message.error-message h5 a:visited,
.netgalley-message.success-message h5 a:visited,
.netgalley-message.alert-message h6 a:visited,
.netgalley-message.error-message h6 a:visited,
.netgalley-message.success-message h6 a:visited {
  color: #f2761c;
}
.netgalley-message.alert-message {
  background-color: #cc0000;
}
.netgalley-message.success-message {
  background-color: #aec880;
}
.netgalley-message button {
  border: solid 1px #fff;
}
.netgalley-message.alert-message,
.netgalley-message.success-message {
  color: #fff;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .netgalley-message.alert-message,
  .netgalley-message.success-message {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.netgalley-message.alert-message button,
.netgalley-message.success-message button {
  color: white;
  font-weight: bold;
}
.modal-dialog {
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  .modal-dialog {
    width: 100% !important;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 97%!important;
    margin-left: 3%;
  }
}
.modal-dialog .initial-colors {
  color: black !important;
  background-color: white !important ;
}
.modal-dialog .initial-colors .modal-body-content h1,
.modal-dialog .initial-colors .modal-body-content h2,
.modal-dialog .initial-colors .modal-body-content h3,
.modal-dialog .initial-colors .modal-body-content h4,
.modal-dialog .initial-colors .modal-body-content h5,
.modal-dialog .initial-colors .modal-body-content h6 {
  color: black !important;
}
.modal-content {
  border-radius: 0px;
}
.modal-content.modal-blue {
  background-color: #73a6d0 !important;
  color: #fff;
}
.modal-content.modal-blue .modal-title {
  background-color: #73a6d0 !important;
}
.modal-content.modal-blue .modal-body-header h2 {
  color: #fff;
}
.modal-content.modal-blue .modal-footer,
.modal-content.modal-blue .highlight-section {
  background-color: #90b8d7 !important;
}
.modal-content.modal-dark .modal-title {
  background-color: #999999 !important;
}
.modal-content.modal-dark .highlight-section {
  background-color: #e0e7ee;
}
.modal-content .highlight-section h2 {
  color: inherit;
}
.modal.fade:not(.in).fade-bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.modal.fade:not(.in).fade-left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).fade-right .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}
.visible-modal {
  display: none;
}
.modal {
  -webkit-overflow-scrolling: auto;
}
.modal .visible-modal {
  display: block !important;
}
.modal .hidden-modal {
  display: none;
}
.modal.modal-warning .modal-header {
  background-color: #cc0000;
}
.modal .modal-content-liner {
  margin: 12px;
  border: solid 1px #999999;
}
.modal .modal-content-liner .modal-header {
  background-color: #aec880;
  color: #fff;
  margin: 12px 12px 0 12px;
}
.modal .modal-content-liner .modal-header .close {
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
}
.modal .modal-content-liner .modal-header button.close {
  font-size: 48px !important;
  line-height: 24px !important;
}
.modal .modal-content-liner .modal-header h4.close {
  margin: 3px 12px;
}
.modal .modal-content-liner .modal-header .modal-title {
  margin: 0;
  color: #fff;
  line-height: .8em;
  display: inline-block;
}
@media (max-width: 1040px) {
  .modal .modal-content-liner .modal-header .coverImage {
    width: 34px;
  }
  .modal .modal-content-liner .modal-header .titleDetails h2 {
    margin-bottom: 0;
  }
  .modal .modal-content-liner .modal-header .titleDetails h3 {
    font-size: 18px !important;
  }
}
@media (max-width: 1040px) {
  .modal .modal-content-liner .modal-header:not(:first-child) {
    margin-top: 6px;
  }
}
.modal .modal-content-liner .modal-body {
  margin: 0 12px;
}
.modal .modal-content-liner .modal-body .modal-body-content label {
  color: #666;
}
.modal .modal-content-liner .modal-body .modal-body-footer {
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .modal .modal-content-liner .modal-body .modal-body-footer {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
@media (max-width: 1040px) {
  .modal .modal-content-liner .modal-body .modal-body-footer {
    font-size: 16px;
  }
}
.modal .modal-content-liner .modal-footer {
  border: none;
  padding: 0 12px 12px 12px;
}
.modal.excerpt-modal .modal-dialog {
  width: 765px;
}
@media (max-width: 1040px) {
  .modal.excerpt-modal .modal-body {
    font-size: 22px;
  }
}
.modal.excerpt-modal .modal-body .modal-body-header {
  margin-bottom: 6px;
  margin-left: -15px;
  margin-right: -15px;
}
.modal.excerpt-modal .modal-body .modal-body-footer {
  margin-top: 6px;
}
.book-preview-modal .modal-dialog {
  width: 1060.8px;
}
#profileNotificationModal .modal-dialog {
  width: 650px;
}
#profileNotificationModal .modal-dialog img {
  float: left;
  padding-right: 12px;
}
#profileNotificationModal .modal-dialog p {
  margin: 0;
}
#profileNotificationModal .modal-dialog .actionLinks {
  margin-top: 24px;
}
#profileNotificationModal .modal-dialog .modal-inner-text {
  width: 420px;
  display: inline-block;
}
#profileNotificationModal .modal-dialog .vertical-align-logo {
  padding-top: 15%;
}
#profileNotificationModal .modal-dialog .vertical-align-logo img {
  width: 100%;
}
.modal-background-blue {
  background-color: #90b8d7 !important;
}
/**
 * Overrides of the default modal styles for the full page phone modal
 */
.modal-phone-full-page .modal-dialog {
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow-y: scroll;
}
.modal-phone-full-page .modal-content {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.modal-phone-full-page .modal-content .modal-content-liner {
  border: 0;
  margin: 0;
}
.modal-phone-full-page .modal-content .modal-content-liner .modal-header {
  background-color: #f1f1f1;
  border: 0;
  padding: 9px 24px 0 12px;
  margin: 0;
  height: 56px;
}
.modal-phone-full-page .modal-content .modal-content-liner .modal-header.modal-header-intl {
  height: 50px;
}
@media (min-width: 768px) {
  .modal-phone-full-page .modal-content .modal-content-liner .modal-header {
    height: 72px;
  }
  .modal-phone-full-page .modal-content .modal-content-liner .modal-header.modal-header-intl {
    height: 76px;
  }
}
.modal-phone-full-page .modal-content .modal-content-liner .modal-header .close {
  margin-top: 0;
}
.modal-phone-full-page .modal-content .modal-content-liner .modal-header .close-back {
  float: left;
}
.modal-phone-full-page .modal-content .modal-title {
  color: white;
  background-color: #90b8d7;
}
.modal-purple {
  color: white!important;
}
.modal-purple .modal-content,
.modal-purple .modal-content-liner,
.modal-purple .modal-header,
.modal-purple .modal-title {
  background-color: #895092 !important;
}
.modal-purple h2 {
  color: white!important;
}
.modal-purple .modal-dialog {
  background-color: #895092 !important;
}
/**
 * Overrides of the default modal styles for the half page tablet modal
 */
@media (max-width: 1040px) {
  .modal-tablet-half-page .modal-dialog {
    width: 320px !important;
  }
}
.modal-tablet-half-page .modal-dialog {
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow-y: scroll;
}
.modal-tablet-half-page .modal-content {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.modal-tablet-half-page .modal-content .modal-content-liner {
  border: 0;
  margin: 0;
}
.modal-tablet-half-page .modal-content .modal-content-liner .modal-header {
  background-color: #f1f1f1;
  border: 0;
  padding: 12px 24px 0 12px;
  margin: 0;
  height: 72px;
}
.modal-tablet-half-page .modal-content .modal-content-liner .modal-header.modal-header-intl {
  height: 76px;
}
.modal-tablet-half-page .modal-content .modal-content-liner .modal-header .close {
  margin-top: 0;
}
.modal-tablet-half-page .modal-content .modal-content-liner .modal-header .close-back {
  float: left;
}
/**
 * Overrides of the default modal styles for the CallToAction modal
 */
.modal-call-to-action .modal-dialog {
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #90b8d7;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .modal-call-to-action .modal-dialog {
    border-left: 1px solid #5c7f92;
    width: 97%!important;
  }
}
@media (min-width: 768px) {
  .modal-call-to-action .modal-dialog {
    width: 65% !important;
  }
}
@media (min-width: 1040px) {
  .modal-call-to-action .modal-dialog {
    width: 600px !important;
  }
}
.modal-call-to-action .modal-content {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.modal-call-to-action .modal-content h1,
.modal-call-to-action .modal-content h2,
.modal-call-to-action .modal-content h3,
.modal-call-to-action .modal-content h4,
.modal-call-to-action .modal-content h5,
.modal-call-to-action .modal-content h6 {
  color: #fff;
}
.modal-call-to-action .modal-content .modal-content-liner {
  border: 0;
  margin: 0;
}
.modal-call-to-action .modal-content .modal-content-liner .modal-header {
  background-color: #73a6d0;
  border: 0;
  padding: 24px;
  margin: 0;
}
/**
 * Overrides width for dashboard full-width content in Content Management preview modal.
 */
@media (min-width: 1040px) {
  .modal-preview-content-publisher-dashboard .modal-dialog {
    width: 1048px !important;
  }
}
/**
 * Overrides width for box content in Content Management preview modal.
 */
@media (min-width: 1040px) {
  .modal-preview-content-member-dashboard .modal-dialog {
    width: 438px !important;
  }
}
/**
 * Overrides width for banners in Content Management preview modal.
 */
@media (min-width: 1040px) {
  .modal-preview-content-banner .modal-dialog {
    width: 800px !important;
  }
}
/**
 * Overrides width for sidebars in Content Management preview modal.
 */
@media (min-width: 1040px) {
  .modal-preview-content-sidebar .modal-dialog {
    width: 308px !important;
  }
}
.phone-modal-actions div.row:nth-child(odd) {
  background-color: #f2f2f2;
}
.phone-modal-actions i {
  color: #73a6d0;
  font-size: 2em;
}
.phone-modal-actions a {
  color: #999999;
  font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .phone-modal-actions a {
    font: normal normal normal 12px / 1.5em Raleway-Regular, sans-serif;
  }
}
.modal-tablet-half-page .phone-modal-actions,
.modal-phone-full-page .phone-modal-actions {
  margin-left: -12px;
  margin-right: -12px;
}
.modal-tablet-half-page .phone-modal-actions > .row,
.modal-phone-full-page .phone-modal-actions > .row {
  padding-left: 12px;
  padding-right: 12px;
}
#tabletManageRequestStatsModal .modal-header {
  background-color: #73a6d0;
}
#tabletManageRequestStatsModal .modal-body i {
  color: #90b8d7;
  font-size: 6em;
}
#alphabetPhoneModal .modal-body,
#alphabetTabletModal .modal-body {
  margin: 0px;
}
#alphabetPhoneModal .grid-list li,
#alphabetTabletModal .grid-list li {
  display: inline-block;
  width: 15%;
  height: 12%;
  margin: 0px 2% 2% 0;
  line-height: 3.8;
}
#alphabetPhoneModal .col-sm-12 li,
#alphabetTabletModal .col-sm-12 li {
  width: 50px;
  height: 46px;
  margin: 0px 1% 1% 0;
}
#alphabetTabletModal .modal.fade:not(.in) .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
#alphabetTabletModal .modal-dialog {
  position: absolute;
  bottom: 0;
}
#alphabetTabletModal .modal-content {
  background-color: #e1e8ef;
}
#alphabetTabletModal .modal-content-liner {
  border: none;
  margin-top: 0;
}
#alphabetTabletModal .modal-body-header {
  margin-bottom: 10px;
}
#alphabetTabletModal .modal-body {
  padding: 0;
}
#alphabetTabletModal .col-sm-12 li {
  width: 45px;
  height: 45px;
  margin: 0px 0.4% 1% 0;
}
#alphabetTabletModal #grid-list {
  display: inline-block;
  margin: 0 auto;
  width: 718px;
  text-align: left;
}
#noAccountModal .modal-dialog {
  width: 650px;
}
#noAccountModal .modal-dialog .modal-content-liner .modal-header {
  line-height: initial!important;
  background-color: #90b8d7 !important;
}
#searchFormRelayModal button {
  padding-top: 6px;
}
#searchFormRelayModal button .fa-search {
  color: #777777 !important;
}
.modal-filter h3 {
  margin-bottom: 0;
  font-weight: bold;
}
.modal-filter h3 > a {
  font-weight: bold;
}
.modal-filter .filter-category {
  margin-bottom: 24px;
}
.modal-filter a,
.modal-filter h3 a {
  color: #5c7f92;
}
.profile-content-modal .profile-image {
  max-width: 254px;
}
@media (min-width: 1040px) {
  .profile-header .cover-image-lg-offset {
    margin-left: 254px;
    max-width: 382px;
  }
}
@media (min-width: 1040px) {
  .profile-header .profile-content {
    min-height: 160px;
  }
}
.profile-header .profile-image {
  height: 254px;
  width: 254px;
}
@media (min-width: 768px) {
  .profile-header .profile-image {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .profile-header .profile-image {
    margin: 0 auto 0 auto;
  }
}
.profile-header .profile-image .profile-image-banner {
  background-color: rgba(0, 0, 0, 0.5);
  width: 254px;
}
/* Style the Symfony 2 specific pagination. */
.paginationButtonLook {
  margin: 0px 2px 0px 0px;
  padding: 6px 10px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  font: normal normal normal 12px / 0px Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .paginationButtonLook {
    font: normal normal normal 12px / 0px Raleway-Regular, sans-serif;
  }
}
.pagination .current {
  margin: 0px 2px 0px 0px;
  padding: 6px 10px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  font: normal normal normal 12px / 0px Raleway-Regular, sans-serif;
  background-color: #73a6d0;
}
@media (min-width: 768px) {
  .pagination .current {
    font: normal normal normal 12px / 0px Raleway-Regular, sans-serif;
  }
}
.pagination .page a,
.pagination .next a,
.pagination .previous a,
.pagination .first a,
.pagination .last a {
  /* These need to be in the link to ensure the entire space is clickable. */
  background-color: #eeedee;
  margin: 0px 2px 0px 0px;
  padding: 6px 10px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  font: normal normal normal 12px / 0px Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  .pagination .page a,
  .pagination .next a,
  .pagination .previous a,
  .pagination .first a,
  .pagination .last a {
    font: normal normal normal 12px / 0px Raleway-Regular, sans-serif;
  }
}
.pagination .page a:hover,
.pagination .next a:hover,
.pagination .first a:hover,
.pagination .last a:hover,
.pagination .previous a:hover {
  background-color: #73a6d0;
}
.pagination-bottom .pagination {
  margin-bottom: 0;
}
.pagination-top .pagination {
  margin-top: 0;
}
@media (max-width: 767px) {
  .paginator-hide-pages-xs .page {
    display: none;
  }
}
.info-popover {
  background-color: #FFCC33;
  border: 12px solid #FFCC33;
  border-radius: 0;
}
.info-popover .close {
  font-size: 32px;
  margin: 0;
  margin-bottom: 12px;
  opacity: 1!important;
}
.info-popover .close:after {
  color: white;
  height: 1.6em;
  width: 1.6em;
}
.info-popover .popover-header {
  padding-bottom: 12px;
}
.info-popover .webui-popover-content {
  background-color: white;
}
.info-popover .webui-popover-title {
  background-color: #FFCC33;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.absolute,
.absolute-top,
.absolute-right,
.absolute-bottom,
.absolute-left {
  position: absolute;
}
table td[class*="col-"].absolute,
table th[class*="col-"].absolute,
table td[class*="col-"].absolute-top,
table th[class*="col-"].absolute-top,
table td[class*="col-"].absolute-right,
table th[class*="col-"].absolute-right,
table td[class*="col-"].absolute-bottom,
table th[class*="col-"].absolute-bottom,
table td[class*="col-"].absolute-left,
table th[class*="col-"].absolute-left {
  position: absolute;
}
.absolute-top {
  top: 0px;
}
.absolute-right {
  right: 0px;
}
.absolute-bottom {
  bottom: 0px;
}
.absolute-left {
  left: 0px;
}
@media (min-width: 768px) {
  .invisible-sm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    width: 1px;
    height: 0;
    padding: 0;
  }
}
.relative {
  position: relative;
}
.relative.up-half {
  top: -6px;
}
.relative.up-standard {
  top: -12px;
}
.relative.up-grid {
  top: -24px;
}
.z-one {
  z-index: 1;
}
.z-two {
  z-index: 2;
}
.z-three {
  z-index: 3;
}
@media (max-width: 767px) {
  .absolute-xs,
  .absolute-xs-top,
  .absolute-xs-right,
  .absolute-xs-bottom,
  .absolute-xs-left {
    position: absolute;
  }
  table td[class*="col-"].absolute-xs,
  table th[class*="col-"].absolute-xs,
  table td[class*="col-"].absolute-xs-top,
  table th[class*="col-"].absolute-xs-top,
  table td[class*="col-"].absolute-xs-right,
  table th[class*="col-"].absolute-xs-right,
  table td[class*="col-"].absolute-xs-bottom,
  table th[class*="col-"].absolute-xs-bottom,
  table td[class*="col-"].absolute-xs-left,
  table th[class*="col-"].absolute-xs-left {
    position: absolute;
  }
  .absolute-xs-top {
    top: 0px;
  }
  .absolute-xs-right {
    right: 0px;
  }
  .absolute-xs-bottom {
    bottom: 0px;
  }
  .absolute-xs-left {
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .absolute-sm,
  .absolute-sm-top,
  .absolute-sm-right,
  .absolute-sm-bottom,
  .absolute-sm-left {
    position: absolute;
  }
  table td[class*="col-"].absolute-sm,
  table th[class*="col-"].absolute-sm,
  table td[class*="col-"].absolute-sm-top,
  table th[class*="col-"].absolute-sm-top,
  table td[class*="col-"].absolute-sm-right,
  table th[class*="col-"].absolute-sm-right,
  table td[class*="col-"].absolute-sm-bottom,
  table th[class*="col-"].absolute-sm-bottom,
  table td[class*="col-"].absolute-sm-left,
  table th[class*="col-"].absolute-sm-left {
    position: absolute;
  }
  .absolute-sm-top {
    top: 0px;
  }
  .absolute-sm-right {
    right: 0px;
  }
  .absolute-sm-bottom {
    bottom: 0px;
  }
  .absolute-sm-left {
    left: 0px;
  }
}
@media (min-width: 1040px) {
  .absolute-md,
  .absolute-md-top,
  .absolute-md-right,
  .absolute-md-bottom,
  .absolute-md-left {
    position: absolute;
  }
  table td[class*="col-"].absolute-md,
  table th[class*="col-"].absolute-md,
  table td[class*="col-"].absolute-md-top,
  table th[class*="col-"].absolute-md-top,
  table td[class*="col-"].absolute-md-right,
  table th[class*="col-"].absolute-md-right,
  table td[class*="col-"].absolute-md-bottom,
  table th[class*="col-"].absolute-md-bottom,
  table td[class*="col-"].absolute-md-left,
  table th[class*="col-"].absolute-md-left {
    position: absolute;
  }
  .absolute-md-top {
    top: 0px;
  }
  .absolute-md-right {
    right: 0px;
  }
  .absolute-md-bottom {
    bottom: 0px;
  }
  .absolute-md-left {
    left: 0px;
  }
}
.note-editor.panel {
  border-radius: 4px;
}
.note-editor .panel-default {
  border-color: #ddd;
}
.note-editor .panel-default .panel-heading {
  background-color: transparent;
  border-color: #ddd;
  color: inherit;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* start space */
.margin-tiny {
  margin: 3px !important;
}
.margin-tiny-bottom {
  margin-bottom: 3px !important;
}
.margin-tiny-left {
  margin-left: 3px !important;
}
.margin-tiny-right {
  margin-right: 3px !important;
}
.margin-tiny-top {
  margin-top: 3px !important;
}
.margin-tiny-horizontal {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.margin-tiny-vertical {
  margin-bottom: 3px !important;
  margin-top: 3px !important;
}
@media (min-width: 768px) {
  .margin-tiny-sm {
    margin: 3px !important;
  }
  .margin-tiny-sm-bottom {
    margin-bottom: 3px !important;
  }
  .margin-tiny-sm-left {
    margin-left: 3px !important;
  }
  .margin-tiny-sm-right {
    margin-right: 3px !important;
  }
  .margin-tiny-sm-top {
    margin-top: 3px !important;
  }
  .margin-tiny-sm-horizontal {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .margin-tiny-sm-vertical {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
  }
}
@media (min-width: 1040px) {
  .margin-tiny-md {
    margin: 3px !important;
  }
  .margin-tiny-md-bottom {
    margin-bottom: 3px !important;
  }
  .margin-tiny-md-left {
    margin-left: 3px !important;
  }
  .margin-tiny-md-right {
    margin-right: 3px !important;
  }
  .margin-tiny-md-top {
    margin-top: 3px !important;
  }
  .margin-tiny-md-horizontal {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .margin-tiny-md-vertical {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
  }
}
.margin-half {
  margin: 6px !important;
}
.margin-half-bottom {
  margin-bottom: 6px !important;
}
.margin-half-left {
  margin-left: 6px !important;
}
.margin-half-right {
  margin-right: 6px !important;
}
.margin-half-top {
  margin-top: 6px !important;
}
.margin-half-horizontal {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.margin-half-vertical {
  margin-bottom: 6px !important;
  margin-top: 6px !important;
}
@media (min-width: 768px) {
  .margin-half-sm {
    margin: 6px !important;
  }
  .margin-half-sm-bottom {
    margin-bottom: 6px !important;
  }
  .margin-half-sm-left {
    margin-left: 6px !important;
  }
  .margin-half-sm-right {
    margin-right: 6px !important;
  }
  .margin-half-sm-top {
    margin-top: 6px !important;
  }
  .margin-half-sm-horizontal {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .margin-half-sm-vertical {
    margin-bottom: 6px !important;
    margin-top: 6px !important;
  }
}
@media (min-width: 1040px) {
  .margin-half-md {
    margin: 6px !important;
  }
  .margin-half-md-bottom {
    margin-bottom: 6px !important;
  }
  .margin-half-md-left {
    margin-left: 6px !important;
  }
  .margin-half-md-right {
    margin-right: 6px !important;
  }
  .margin-half-md-top {
    margin-top: 6px !important;
  }
  .margin-half-md-horizontal {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .margin-half-md-vertical {
    margin-bottom: 6px !important;
    margin-top: 6px !important;
  }
}
.margin-standard {
  margin: 12px !important;
}
.margin-standard-bottom {
  margin-bottom: 12px !important;
}
.margin-standard-left {
  margin-left: 12px !important;
}
.margin-standard-right {
  margin-right: 12px !important;
}
.margin-standard-top {
  margin-top: 12px !important;
}
.margin-standard-horizontal {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.margin-standard-vertical {
  margin-bottom: 12px !important;
  margin-top: 12px !important;
}
@media (min-width: 768px) {
  .margin-standard-sm {
    margin: 12px !important;
  }
  .margin-standard-sm-bottom {
    margin-bottom: 12px !important;
  }
  .margin-standard-sm-left {
    margin-left: 12px !important;
  }
  .margin-standard-sm-right {
    margin-right: 12px !important;
  }
  .margin-standard-sm-top {
    margin-top: 12px !important;
  }
  .margin-standard-sm-horizontal {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .margin-standard-sm-vertical {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
  }
}
@media (min-width: 1040px) {
  .margin-standard-md {
    margin: 12px !important;
  }
  .margin-standard-md-bottom {
    margin-bottom: 12px !important;
  }
  .margin-standard-md-left {
    margin-left: 12px !important;
  }
  .margin-standard-md-right {
    margin-right: 12px !important;
  }
  .margin-standard-md-top {
    margin-top: 12px !important;
  }
  .margin-standard-md-horizontal {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .margin-standard-md-vertical {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
  }
}
.margin-grid {
  margin: 24px !important;
}
.margin-grid-bottom {
  margin-bottom: 24px !important;
}
.margin-grid-left {
  margin-left: 24px !important;
}
.margin-grid-right {
  margin-right: 24px !important;
}
.margin-grid-top {
  margin-top: 24px !important;
}
.margin-grid-horizontal {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.margin-grid-vertical {
  margin-bottom: 24px !important;
  margin-top: 24px !important;
}
@media (min-width: 768px) {
  .margin-grid-sm {
    margin: 24px !important;
  }
  .margin-grid-sm-bottom {
    margin-bottom: 24px !important;
  }
  .margin-grid-sm-left {
    margin-left: 24px !important;
  }
  .margin-grid-sm-right {
    margin-right: 24px !important;
  }
  .margin-grid-sm-top {
    margin-top: 24px !important;
  }
  .margin-grid-sm-horizontal {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .margin-grid-sm-vertical {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
}
@media (min-width: 1040px) {
  .margin-grid-md {
    margin: 24px !important;
  }
  .margin-grid-md-bottom {
    margin-bottom: 24px !important;
  }
  .margin-grid-md-left {
    margin-left: 24px !important;
  }
  .margin-grid-md-right {
    margin-right: 24px !important;
  }
  .margin-grid-md-top {
    margin-top: 24px !important;
  }
  .margin-grid-md-horizontal {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .margin-grid-md-vertical {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
}
.margin-none {
  margin: 0 !important;
}
.margin-none-bottom {
  margin-bottom: 0 !important;
}
.margin-none-left {
  margin-left: 0 !important;
}
.margin-none-right {
  margin-right: 0 !important;
}
.margin-none-top {
  margin-top: 0 !important;
}
.margin-none-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-none-vertical {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .margin-none-sm {
    margin: 0 !important;
  }
  .margin-none-sm-bottom {
    margin-bottom: 0 !important;
  }
  .margin-none-sm-left {
    margin-left: 0 !important;
  }
  .margin-none-sm-right {
    margin-right: 0 !important;
  }
  .margin-none-sm-top {
    margin-top: 0 !important;
  }
  .margin-none-sm-horizontal {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .margin-none-sm-vertical {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 1040px) {
  .margin-none-md {
    margin: 0 !important;
  }
  .margin-none-md-bottom {
    margin-bottom: 0 !important;
  }
  .margin-none-md-left {
    margin-left: 0 !important;
  }
  .margin-none-md-right {
    margin-right: 0 !important;
  }
  .margin-none-md-top {
    margin-top: 0 !important;
  }
  .margin-none-md-horizontal {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .margin-none-md-vertical {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
.padding-half {
  padding: 6px !important;
}
.padding-half-bottom {
  padding-bottom: 6px !important;
}
.padding-half-left {
  padding-left: 6px !important;
}
.padding-half-right {
  padding-right: 6px !important;
}
.padding-half-top {
  padding-top: 6px !important;
}
.padding-half-horizontal {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.padding-half-vertical {
  padding-bottom: 6px !important;
  padding-top: 6px !important;
}
@media (min-width: 768px) {
  .padding-half-sm {
    padding: 6px !important;
  }
  .padding-half-sm-bottom {
    padding-bottom: 6px !important;
  }
  .padding-half-sm-left {
    padding-left: 6px !important;
  }
  .padding-half-sm-right {
    padding-right: 6px !important;
  }
  .padding-half-sm-top {
    padding-top: 6px !important;
  }
  .padding-half-sm-horizontal {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .padding-half-sm-vertical {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
  }
}
@media (min-width: 1040px) {
  .padding-half-md {
    padding: 6px !important;
  }
  .padding-half-md-bottom {
    padding-bottom: 6px !important;
  }
  .padding-half-md-left {
    padding-left: 6px !important;
  }
  .padding-half-md-right {
    padding-right: 6px !important;
  }
  .padding-half-md-top {
    padding-top: 6px !important;
  }
  .padding-half-md-horizontal {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .padding-half-md-vertical {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
  }
}
table.padding-half {
  padding: 0 !important;
}
table.padding-half > thead > tr > th,
table.padding-half > tbody > tr > th,
table.padding-half > thead > tr > td,
table.padding-half > tbody > tr > td {
  padding: 6px !important;
}
table.padding-half-bottom {
  padding-bottom: 0 !important;
}
table.padding-half-bottom > thead > tr > th,
table.padding-half-bottom > tbody > tr > th,
table.padding-half-bottom > thead > tr > td,
table.padding-half-bottom > tbody > tr > td {
  padding-bottom: 6px !important;
}
table.padding-half-left {
  padding-left: 0 !important;
}
table.padding-half-left > thead > tr > th,
table.padding-half-left > tbody > tr > th,
table.padding-half-left > thead > tr > td,
table.padding-half-left > tbody > tr > td {
  padding-left: 6px !important;
}
table.padding-half-right {
  padding-right: 0 !important;
}
table.padding-half-right > thead > tr > th,
table.padding-half-right > tbody > tr > th,
table.padding-half-right > thead > tr > td,
table.padding-half-right > tbody > tr > td {
  padding-right: 6px !important;
}
table.padding-half-top {
  padding-top: 0 !important;
}
table.padding-half-top > thead > tr > th,
table.padding-half-top > tbody > tr > th,
table.padding-half-top > thead > tr > td,
table.padding-half-top > tbody > tr > td {
  padding-top: 6px !important;
}
table.padding-half-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
table.padding-half-horizontal > thead > tr > th,
table.padding-half-horizontal > tbody > tr > th,
table.padding-half-horizontal > thead > tr > td,
table.padding-half-horizontal > tbody > tr > td {
  padding-left: 6px !important;
}
table.padding-half-horizontal > thead > tr > th,
table.padding-half-horizontal > tbody > tr > th,
table.padding-half-horizontal > thead > tr > td,
table.padding-half-horizontal > tbody > tr > td {
  padding-right: 6px !important;
}
table.padding-half-vertical {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
table.padding-half-vertical > thead > tr > th,
table.padding-half-vertical > tbody > tr > th,
table.padding-half-vertical > thead > tr > td,
table.padding-half-vertical > tbody > tr > td {
  padding-bottom: 6px !important;
}
table.padding-half-vertical > thead > tr > th,
table.padding-half-vertical > tbody > tr > th,
table.padding-half-vertical > thead > tr > td,
table.padding-half-vertical > tbody > tr > td {
  padding-top: 6px !important;
}
@media (min-width: 768px) {
  table.padding-half-sm {
    padding: 0 !important;
  }
  table.padding-half-sm > thead > tr > th,
  table.padding-half-sm > tbody > tr > th,
  table.padding-half-sm > thead > tr > td,
  table.padding-half-sm > tbody > tr > td {
    padding: 6px !important;
  }
  table.padding-half-sm-bottom {
    padding-bottom: 0 !important;
  }
  table.padding-half-sm-bottom > thead > tr > th,
  table.padding-half-sm-bottom > tbody > tr > th,
  table.padding-half-sm-bottom > thead > tr > td,
  table.padding-half-sm-bottom > tbody > tr > td {
    padding-bottom: 6px !important;
  }
  table.padding-half-sm-left {
    padding-left: 0 !important;
  }
  table.padding-half-sm-left > thead > tr > th,
  table.padding-half-sm-left > tbody > tr > th,
  table.padding-half-sm-left > thead > tr > td,
  table.padding-half-sm-left > tbody > tr > td {
    padding-left: 6px !important;
  }
  table.padding-half-sm-right {
    padding-right: 0 !important;
  }
  table.padding-half-sm-right > thead > tr > th,
  table.padding-half-sm-right > tbody > tr > th,
  table.padding-half-sm-right > thead > tr > td,
  table.padding-half-sm-right > tbody > tr > td {
    padding-right: 6px !important;
  }
  table.padding-half-sm-top {
    padding-top: 0 !important;
  }
  table.padding-half-sm-top > thead > tr > th,
  table.padding-half-sm-top > tbody > tr > th,
  table.padding-half-sm-top > thead > tr > td,
  table.padding-half-sm-top > tbody > tr > td {
    padding-top: 6px !important;
  }
  table.padding-half-sm-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  table.padding-half-sm-horizontal > thead > tr > th,
  table.padding-half-sm-horizontal > tbody > tr > th,
  table.padding-half-sm-horizontal > thead > tr > td,
  table.padding-half-sm-horizontal > tbody > tr > td {
    padding-left: 6px !important;
  }
  table.padding-half-sm-horizontal > thead > tr > th,
  table.padding-half-sm-horizontal > tbody > tr > th,
  table.padding-half-sm-horizontal > thead > tr > td,
  table.padding-half-sm-horizontal > tbody > tr > td {
    padding-right: 6px !important;
  }
  table.padding-half-sm-vertical {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  table.padding-half-sm-vertical > thead > tr > th,
  table.padding-half-sm-vertical > tbody > tr > th,
  table.padding-half-sm-vertical > thead > tr > td,
  table.padding-half-sm-vertical > tbody > tr > td {
    padding-bottom: 6px !important;
  }
  table.padding-half-sm-vertical > thead > tr > th,
  table.padding-half-sm-vertical > tbody > tr > th,
  table.padding-half-sm-vertical > thead > tr > td,
  table.padding-half-sm-vertical > tbody > tr > td {
    padding-top: 6px !important;
  }
}
@media (min-width: 1040px) {
  table.padding-half-md {
    padding: 0 !important;
  }
  table.padding-half-md > thead > tr > th,
  table.padding-half-md > tbody > tr > th,
  table.padding-half-md > thead > tr > td,
  table.padding-half-md > tbody > tr > td {
    padding: 6px !important;
  }
  table.padding-half-md-bottom {
    padding-bottom: 0 !important;
  }
  table.padding-half-md-bottom > thead > tr > th,
  table.padding-half-md-bottom > tbody > tr > th,
  table.padding-half-md-bottom > thead > tr > td,
  table.padding-half-md-bottom > tbody > tr > td {
    padding-bottom: 6px !important;
  }
  table.padding-half-md-left {
    padding-left: 0 !important;
  }
  table.padding-half-md-left > thead > tr > th,
  table.padding-half-md-left > tbody > tr > th,
  table.padding-half-md-left > thead > tr > td,
  table.padding-half-md-left > tbody > tr > td {
    padding-left: 6px !important;
  }
  table.padding-half-md-right {
    padding-right: 0 !important;
  }
  table.padding-half-md-right > thead > tr > th,
  table.padding-half-md-right > tbody > tr > th,
  table.padding-half-md-right > thead > tr > td,
  table.padding-half-md-right > tbody > tr > td {
    padding-right: 6px !important;
  }
  table.padding-half-md-top {
    padding-top: 0 !important;
  }
  table.padding-half-md-top > thead > tr > th,
  table.padding-half-md-top > tbody > tr > th,
  table.padding-half-md-top > thead > tr > td,
  table.padding-half-md-top > tbody > tr > td {
    padding-top: 6px !important;
  }
  table.padding-half-md-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  table.padding-half-md-horizontal > thead > tr > th,
  table.padding-half-md-horizontal > tbody > tr > th,
  table.padding-half-md-horizontal > thead > tr > td,
  table.padding-half-md-horizontal > tbody > tr > td {
    padding-left: 6px !important;
  }
  table.padding-half-md-horizontal > thead > tr > th,
  table.padding-half-md-horizontal > tbody > tr > th,
  table.padding-half-md-horizontal > thead > tr > td,
  table.padding-half-md-horizontal > tbody > tr > td {
    padding-right: 6px !important;
  }
  table.padding-half-md-vertical {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  table.padding-half-md-vertical > thead > tr > th,
  table.padding-half-md-vertical > tbody > tr > th,
  table.padding-half-md-vertical > thead > tr > td,
  table.padding-half-md-vertical > tbody > tr > td {
    padding-bottom: 6px !important;
  }
  table.padding-half-md-vertical > thead > tr > th,
  table.padding-half-md-vertical > tbody > tr > th,
  table.padding-half-md-vertical > thead > tr > td,
  table.padding-half-md-vertical > tbody > tr > td {
    padding-top: 6px !important;
  }
}
.padding-standard {
  padding: 12px !important;
}
.padding-standard-bottom {
  padding-bottom: 12px !important;
}
.padding-standard-left {
  padding-left: 12px !important;
}
.padding-standard-right {
  padding-right: 12px !important;
}
.padding-standard-top {
  padding-top: 12px !important;
}
.padding-standard-horizontal {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.padding-standard-vertical {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}
@media (min-width: 768px) {
  .padding-standard-sm {
    padding: 12px !important;
  }
  .padding-standard-sm-bottom {
    padding-bottom: 12px !important;
  }
  .padding-standard-sm-left {
    padding-left: 12px !important;
  }
  .padding-standard-sm-right {
    padding-right: 12px !important;
  }
  .padding-standard-sm-top {
    padding-top: 12px !important;
  }
  .padding-standard-sm-horizontal {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .padding-standard-sm-vertical {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
}
@media (min-width: 1040px) {
  .padding-standard-md {
    padding: 12px !important;
  }
  .padding-standard-md-bottom {
    padding-bottom: 12px !important;
  }
  .padding-standard-md-left {
    padding-left: 12px !important;
  }
  .padding-standard-md-right {
    padding-right: 12px !important;
  }
  .padding-standard-md-top {
    padding-top: 12px !important;
  }
  .padding-standard-md-horizontal {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .padding-standard-md-vertical {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
}
table.padding-standard {
  padding: 0 !important;
}
table.padding-standard > thead > tr > th,
table.padding-standard > tbody > tr > th,
table.padding-standard > thead > tr > td,
table.padding-standard > tbody > tr > td {
  padding: 12px !important;
}
table.padding-standard-bottom {
  padding-bottom: 0 !important;
}
table.padding-standard-bottom > thead > tr > th,
table.padding-standard-bottom > tbody > tr > th,
table.padding-standard-bottom > thead > tr > td,
table.padding-standard-bottom > tbody > tr > td {
  padding-bottom: 12px !important;
}
table.padding-standard-left {
  padding-left: 0 !important;
}
table.padding-standard-left > thead > tr > th,
table.padding-standard-left > tbody > tr > th,
table.padding-standard-left > thead > tr > td,
table.padding-standard-left > tbody > tr > td {
  padding-left: 12px !important;
}
table.padding-standard-right {
  padding-right: 0 !important;
}
table.padding-standard-right > thead > tr > th,
table.padding-standard-right > tbody > tr > th,
table.padding-standard-right > thead > tr > td,
table.padding-standard-right > tbody > tr > td {
  padding-right: 12px !important;
}
table.padding-standard-top {
  padding-top: 0 !important;
}
table.padding-standard-top > thead > tr > th,
table.padding-standard-top > tbody > tr > th,
table.padding-standard-top > thead > tr > td,
table.padding-standard-top > tbody > tr > td {
  padding-top: 12px !important;
}
table.padding-standard-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
table.padding-standard-horizontal > thead > tr > th,
table.padding-standard-horizontal > tbody > tr > th,
table.padding-standard-horizontal > thead > tr > td,
table.padding-standard-horizontal > tbody > tr > td {
  padding-left: 12px !important;
}
table.padding-standard-horizontal > thead > tr > th,
table.padding-standard-horizontal > tbody > tr > th,
table.padding-standard-horizontal > thead > tr > td,
table.padding-standard-horizontal > tbody > tr > td {
  padding-right: 12px !important;
}
table.padding-standard-vertical {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
table.padding-standard-vertical > thead > tr > th,
table.padding-standard-vertical > tbody > tr > th,
table.padding-standard-vertical > thead > tr > td,
table.padding-standard-vertical > tbody > tr > td {
  padding-bottom: 12px !important;
}
table.padding-standard-vertical > thead > tr > th,
table.padding-standard-vertical > tbody > tr > th,
table.padding-standard-vertical > thead > tr > td,
table.padding-standard-vertical > tbody > tr > td {
  padding-top: 12px !important;
}
@media (min-width: 768px) {
  table.padding-standard-sm {
    padding: 0 !important;
  }
  table.padding-standard-sm > thead > tr > th,
  table.padding-standard-sm > tbody > tr > th,
  table.padding-standard-sm > thead > tr > td,
  table.padding-standard-sm > tbody > tr > td {
    padding: 12px !important;
  }
  table.padding-standard-sm-bottom {
    padding-bottom: 0 !important;
  }
  table.padding-standard-sm-bottom > thead > tr > th,
  table.padding-standard-sm-bottom > tbody > tr > th,
  table.padding-standard-sm-bottom > thead > tr > td,
  table.padding-standard-sm-bottom > tbody > tr > td {
    padding-bottom: 12px !important;
  }
  table.padding-standard-sm-left {
    padding-left: 0 !important;
  }
  table.padding-standard-sm-left > thead > tr > th,
  table.padding-standard-sm-left > tbody > tr > th,
  table.padding-standard-sm-left > thead > tr > td,
  table.padding-standard-sm-left > tbody > tr > td {
    padding-left: 12px !important;
  }
  table.padding-standard-sm-right {
    padding-right: 0 !important;
  }
  table.padding-standard-sm-right > thead > tr > th,
  table.padding-standard-sm-right > tbody > tr > th,
  table.padding-standard-sm-right > thead > tr > td,
  table.padding-standard-sm-right > tbody > tr > td {
    padding-right: 12px !important;
  }
  table.padding-standard-sm-top {
    padding-top: 0 !important;
  }
  table.padding-standard-sm-top > thead > tr > th,
  table.padding-standard-sm-top > tbody > tr > th,
  table.padding-standard-sm-top > thead > tr > td,
  table.padding-standard-sm-top > tbody > tr > td {
    padding-top: 12px !important;
  }
  table.padding-standard-sm-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  table.padding-standard-sm-horizontal > thead > tr > th,
  table.padding-standard-sm-horizontal > tbody > tr > th,
  table.padding-standard-sm-horizontal > thead > tr > td,
  table.padding-standard-sm-horizontal > tbody > tr > td {
    padding-left: 12px !important;
  }
  table.padding-standard-sm-horizontal > thead > tr > th,
  table.padding-standard-sm-horizontal > tbody > tr > th,
  table.padding-standard-sm-horizontal > thead > tr > td,
  table.padding-standard-sm-horizontal > tbody > tr > td {
    padding-right: 12px !important;
  }
  table.padding-standard-sm-vertical {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  table.padding-standard-sm-vertical > thead > tr > th,
  table.padding-standard-sm-vertical > tbody > tr > th,
  table.padding-standard-sm-vertical > thead > tr > td,
  table.padding-standard-sm-vertical > tbody > tr > td {
    padding-bottom: 12px !important;
  }
  table.padding-standard-sm-vertical > thead > tr > th,
  table.padding-standard-sm-vertical > tbody > tr > th,
  table.padding-standard-sm-vertical > thead > tr > td,
  table.padding-standard-sm-vertical > tbody > tr > td {
    padding-top: 12px !important;
  }
}
@media (min-width: 1040px) {
  table.padding-standard-md {
    padding: 0 !important;
  }
  table.padding-standard-md > thead > tr > th,
  table.padding-standard-md > tbody > tr > th,
  table.padding-standard-md > thead > tr > td,
  table.padding-standard-md > tbody > tr > td {
    padding: 12px !important;
  }
  table.padding-standard-md-bottom {
    padding-bottom: 0 !important;
  }
  table.padding-standard-md-bottom > thead > tr > th,
  table.padding-standard-md-bottom > tbody > tr > th,
  table.padding-standard-md-bottom > thead > tr > td,
  table.padding-standard-md-bottom > tbody > tr > td {
    padding-bottom: 12px !important;
  }
  table.padding-standard-md-left {
    padding-left: 0 !important;
  }
  table.padding-standard-md-left > thead > tr > th,
  table.padding-standard-md-left > tbody > tr > th,
  table.padding-standard-md-left > thead > tr > td,
  table.padding-standard-md-left > tbody > tr > td {
    padding-left: 12px !important;
  }
  table.padding-standard-md-right {
    padding-right: 0 !important;
  }
  table.padding-standard-md-right > thead > tr > th,
  table.padding-standard-md-right > tbody > tr > th,
  table.padding-standard-md-right > thead > tr > td,
  table.padding-standard-md-right > tbody > tr > td {
    padding-right: 12px !important;
  }
  table.padding-standard-md-top {
    padding-top: 0 !important;
  }
  table.padding-standard-md-top > thead > tr > th,
  table.padding-standard-md-top > tbody > tr > th,
  table.padding-standard-md-top > thead > tr > td,
  table.padding-standard-md-top > tbody > tr > td {
    padding-top: 12px !important;
  }
  table.padding-standard-md-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  table.padding-standard-md-horizontal > thead > tr > th,
  table.padding-standard-md-horizontal > tbody > tr > th,
  table.padding-standard-md-horizontal > thead > tr > td,
  table.padding-standard-md-horizontal > tbody > tr > td {
    padding-left: 12px !important;
  }
  table.padding-standard-md-horizontal > thead > tr > th,
  table.padding-standard-md-horizontal > tbody > tr > th,
  table.padding-standard-md-horizontal > thead > tr > td,
  table.padding-standard-md-horizontal > tbody > tr > td {
    padding-right: 12px !important;
  }
  table.padding-standard-md-vertical {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  table.padding-standard-md-vertical > thead > tr > th,
  table.padding-standard-md-vertical > tbody > tr > th,
  table.padding-standard-md-vertical > thead > tr > td,
  table.padding-standard-md-vertical > tbody > tr > td {
    padding-bottom: 12px !important;
  }
  table.padding-standard-md-vertical > thead > tr > th,
  table.padding-standard-md-vertical > tbody > tr > th,
  table.padding-standard-md-vertical > thead > tr > td,
  table.padding-standard-md-vertical > tbody > tr > td {
    padding-top: 12px !important;
  }
}
.padding-grid {
  padding: 24px !important;
}
.padding-grid-bottom {
  padding-bottom: 24px !important;
}
.padding-grid-left {
  padding-left: 24px !important;
}
.padding-grid-right {
  padding-right: 24px !important;
}
.padding-grid-top {
  padding-top: 24px !important;
}
.padding-grid-horizontal {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.padding-grid-vertical {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}
@media (min-width: 768px) {
  .padding-grid-sm {
    padding: 24px !important;
  }
  .padding-grid-sm-bottom {
    padding-bottom: 24px !important;
  }
  .padding-grid-sm-left {
    padding-left: 24px !important;
  }
  .padding-grid-sm-right {
    padding-right: 24px !important;
  }
  .padding-grid-sm-top {
    padding-top: 24px !important;
  }
  .padding-grid-sm-horizontal {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .padding-grid-sm-vertical {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
  }
}
@media (min-width: 1040px) {
  .padding-grid-md {
    padding: 24px !important;
  }
  .padding-grid-md-bottom {
    padding-bottom: 24px !important;
  }
  .padding-grid-md-left {
    padding-left: 24px !important;
  }
  .padding-grid-md-right {
    padding-right: 24px !important;
  }
  .padding-grid-md-top {
    padding-top: 24px !important;
  }
  .padding-grid-md-horizontal {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .padding-grid-md-vertical {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
  }
}
table.padding-grid {
  padding: 0 !important;
}
table.padding-grid > thead > tr > th,
table.padding-grid > tbody > tr > th,
table.padding-grid > thead > tr > td,
table.padding-grid > tbody > tr > td {
  padding: 24px !important;
}
table.padding-grid-bottom {
  padding-bottom: 0 !important;
}
table.padding-grid-bottom > thead > tr > th,
table.padding-grid-bottom > tbody > tr > th,
table.padding-grid-bottom > thead > tr > td,
table.padding-grid-bottom > tbody > tr > td {
  padding-bottom: 24px !important;
}
table.padding-grid-left {
  padding-left: 0 !important;
}
table.padding-grid-left > thead > tr > th,
table.padding-grid-left > tbody > tr > th,
table.padding-grid-left > thead > tr > td,
table.padding-grid-left > tbody > tr > td {
  padding-left: 24px !important;
}
table.padding-grid-right {
  padding-right: 0 !important;
}
table.padding-grid-right > thead > tr > th,
table.padding-grid-right > tbody > tr > th,
table.padding-grid-right > thead > tr > td,
table.padding-grid-right > tbody > tr > td {
  padding-right: 24px !important;
}
table.padding-grid-top {
  padding-top: 0 !important;
}
table.padding-grid-top > thead > tr > th,
table.padding-grid-top > tbody > tr > th,
table.padding-grid-top > thead > tr > td,
table.padding-grid-top > tbody > tr > td {
  padding-top: 24px !important;
}
table.padding-grid-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
table.padding-grid-horizontal > thead > tr > th,
table.padding-grid-horizontal > tbody > tr > th,
table.padding-grid-horizontal > thead > tr > td,
table.padding-grid-horizontal > tbody > tr > td {
  padding-left: 24px !important;
}
table.padding-grid-horizontal > thead > tr > th,
table.padding-grid-horizontal > tbody > tr > th,
table.padding-grid-horizontal > thead > tr > td,
table.padding-grid-horizontal > tbody > tr > td {
  padding-right: 24px !important;
}
table.padding-grid-vertical {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
table.padding-grid-vertical > thead > tr > th,
table.padding-grid-vertical > tbody > tr > th,
table.padding-grid-vertical > thead > tr > td,
table.padding-grid-vertical > tbody > tr > td {
  padding-bottom: 24px !important;
}
table.padding-grid-vertical > thead > tr > th,
table.padding-grid-vertical > tbody > tr > th,
table.padding-grid-vertical > thead > tr > td,
table.padding-grid-vertical > tbody > tr > td {
  padding-top: 24px !important;
}
@media (min-width: 768px) {
  table.padding-grid-sm {
    padding: 0 !important;
  }
  table.padding-grid-sm > thead > tr > th,
  table.padding-grid-sm > tbody > tr > th,
  table.padding-grid-sm > thead > tr > td,
  table.padding-grid-sm > tbody > tr > td {
    padding: 24px !important;
  }
  table.padding-grid-sm-bottom {
    padding-bottom: 0 !important;
  }
  table.padding-grid-sm-bottom > thead > tr > th,
  table.padding-grid-sm-bottom > tbody > tr > th,
  table.padding-grid-sm-bottom > thead > tr > td,
  table.padding-grid-sm-bottom > tbody > tr > td {
    padding-bottom: 24px !important;
  }
  table.padding-grid-sm-left {
    padding-left: 0 !important;
  }
  table.padding-grid-sm-left > thead > tr > th,
  table.padding-grid-sm-left > tbody > tr > th,
  table.padding-grid-sm-left > thead > tr > td,
  table.padding-grid-sm-left > tbody > tr > td {
    padding-left: 24px !important;
  }
  table.padding-grid-sm-right {
    padding-right: 0 !important;
  }
  table.padding-grid-sm-right > thead > tr > th,
  table.padding-grid-sm-right > tbody > tr > th,
  table.padding-grid-sm-right > thead > tr > td,
  table.padding-grid-sm-right > tbody > tr > td {
    padding-right: 24px !important;
  }
  table.padding-grid-sm-top {
    padding-top: 0 !important;
  }
  table.padding-grid-sm-top > thead > tr > th,
  table.padding-grid-sm-top > tbody > tr > th,
  table.padding-grid-sm-top > thead > tr > td,
  table.padding-grid-sm-top > tbody > tr > td {
    padding-top: 24px !important;
  }
  table.padding-grid-sm-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  table.padding-grid-sm-horizontal > thead > tr > th,
  table.padding-grid-sm-horizontal > tbody > tr > th,
  table.padding-grid-sm-horizontal > thead > tr > td,
  table.padding-grid-sm-horizontal > tbody > tr > td {
    padding-left: 24px !important;
  }
  table.padding-grid-sm-horizontal > thead > tr > th,
  table.padding-grid-sm-horizontal > tbody > tr > th,
  table.padding-grid-sm-horizontal > thead > tr > td,
  table.padding-grid-sm-horizontal > tbody > tr > td {
    padding-right: 24px !important;
  }
  table.padding-grid-sm-vertical {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  table.padding-grid-sm-vertical > thead > tr > th,
  table.padding-grid-sm-vertical > tbody > tr > th,
  table.padding-grid-sm-vertical > thead > tr > td,
  table.padding-grid-sm-vertical > tbody > tr > td {
    padding-bottom: 24px !important;
  }
  table.padding-grid-sm-vertical > thead > tr > th,
  table.padding-grid-sm-vertical > tbody > tr > th,
  table.padding-grid-sm-vertical > thead > tr > td,
  table.padding-grid-sm-vertical > tbody > tr > td {
    padding-top: 24px !important;
  }
}
@media (min-width: 1040px) {
  table.padding-grid-md {
    padding: 0 !important;
  }
  table.padding-grid-md > thead > tr > th,
  table.padding-grid-md > tbody > tr > th,
  table.padding-grid-md > thead > tr > td,
  table.padding-grid-md > tbody > tr > td {
    padding: 24px !important;
  }
  table.padding-grid-md-bottom {
    padding-bottom: 0 !important;
  }
  table.padding-grid-md-bottom > thead > tr > th,
  table.padding-grid-md-bottom > tbody > tr > th,
  table.padding-grid-md-bottom > thead > tr > td,
  table.padding-grid-md-bottom > tbody > tr > td {
    padding-bottom: 24px !important;
  }
  table.padding-grid-md-left {
    padding-left: 0 !important;
  }
  table.padding-grid-md-left > thead > tr > th,
  table.padding-grid-md-left > tbody > tr > th,
  table.padding-grid-md-left > thead > tr > td,
  table.padding-grid-md-left > tbody > tr > td {
    padding-left: 24px !important;
  }
  table.padding-grid-md-right {
    padding-right: 0 !important;
  }
  table.padding-grid-md-right > thead > tr > th,
  table.padding-grid-md-right > tbody > tr > th,
  table.padding-grid-md-right > thead > tr > td,
  table.padding-grid-md-right > tbody > tr > td {
    padding-right: 24px !important;
  }
  table.padding-grid-md-top {
    padding-top: 0 !important;
  }
  table.padding-grid-md-top > thead > tr > th,
  table.padding-grid-md-top > tbody > tr > th,
  table.padding-grid-md-top > thead > tr > td,
  table.padding-grid-md-top > tbody > tr > td {
    padding-top: 24px !important;
  }
  table.padding-grid-md-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  table.padding-grid-md-horizontal > thead > tr > th,
  table.padding-grid-md-horizontal > tbody > tr > th,
  table.padding-grid-md-horizontal > thead > tr > td,
  table.padding-grid-md-horizontal > tbody > tr > td {
    padding-left: 24px !important;
  }
  table.padding-grid-md-horizontal > thead > tr > th,
  table.padding-grid-md-horizontal > tbody > tr > th,
  table.padding-grid-md-horizontal > thead > tr > td,
  table.padding-grid-md-horizontal > tbody > tr > td {
    padding-right: 24px !important;
  }
  table.padding-grid-md-vertical {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  table.padding-grid-md-vertical > thead > tr > th,
  table.padding-grid-md-vertical > tbody > tr > th,
  table.padding-grid-md-vertical > thead > tr > td,
  table.padding-grid-md-vertical > tbody > tr > td {
    padding-bottom: 24px !important;
  }
  table.padding-grid-md-vertical > thead > tr > th,
  table.padding-grid-md-vertical > tbody > tr > th,
  table.padding-grid-md-vertical > thead > tr > td,
  table.padding-grid-md-vertical > tbody > tr > td {
    padding-top: 24px !important;
  }
}
.padding-none {
  padding: 0 !important;
}
.padding-none-bottom {
  padding-bottom: 0 !important;
}
.padding-none-left {
  padding-left: 0 !important;
}
.padding-none-right {
  padding-right: 0 !important;
}
.padding-none-top {
  padding-top: 0 !important;
}
.padding-none-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding-none-vertical {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .padding-none-sm {
    padding: 0 !important;
  }
  .padding-none-sm-bottom {
    padding-bottom: 0 !important;
  }
  .padding-none-sm-left {
    padding-left: 0 !important;
  }
  .padding-none-sm-right {
    padding-right: 0 !important;
  }
  .padding-none-sm-top {
    padding-top: 0 !important;
  }
  .padding-none-sm-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .padding-none-sm-vertical {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media (min-width: 1040px) {
  .padding-none-md {
    padding: 0 !important;
  }
  .padding-none-md-bottom {
    padding-bottom: 0 !important;
  }
  .padding-none-md-left {
    padding-left: 0 !important;
  }
  .padding-none-md-right {
    padding-right: 0 !important;
  }
  .padding-none-md-top {
    padding-top: 0 !important;
  }
  .padding-none-md-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .padding-none-md-vertical {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
table.padding-none {
  padding: 0 !important;
}
table.padding-none > thead > tr > th,
table.padding-none > tbody > tr > th,
table.padding-none > thead > tr > td,
table.padding-none > tbody > tr > td {
  padding: 0 !important;
}
table.padding-none-bottom {
  padding-bottom: 0 !important;
}
table.padding-none-bottom > thead > tr > th,
table.padding-none-bottom > tbody > tr > th,
table.padding-none-bottom > thead > tr > td,
table.padding-none-bottom > tbody > tr > td {
  padding-bottom: 0 !important;
}
table.padding-none-left {
  padding-left: 0 !important;
}
table.padding-none-left > thead > tr > th,
table.padding-none-left > tbody > tr > th,
table.padding-none-left > thead > tr > td,
table.padding-none-left > tbody > tr > td {
  padding-left: 0 !important;
}
table.padding-none-right {
  padding-right: 0 !important;
}
table.padding-none-right > thead > tr > th,
table.padding-none-right > tbody > tr > th,
table.padding-none-right > thead > tr > td,
table.padding-none-right > tbody > tr > td {
  padding-right: 0 !important;
}
table.padding-none-top {
  padding-top: 0 !important;
}
table.padding-none-top > thead > tr > th,
table.padding-none-top > tbody > tr > th,
table.padding-none-top > thead > tr > td,
table.padding-none-top > tbody > tr > td {
  padding-top: 0 !important;
}
table.padding-none-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
table.padding-none-horizontal > thead > tr > th,
table.padding-none-horizontal > tbody > tr > th,
table.padding-none-horizontal > thead > tr > td,
table.padding-none-horizontal > tbody > tr > td {
  padding-left: 0 !important;
}
table.padding-none-horizontal > thead > tr > th,
table.padding-none-horizontal > tbody > tr > th,
table.padding-none-horizontal > thead > tr > td,
table.padding-none-horizontal > tbody > tr > td {
  padding-right: 0 !important;
}
table.padding-none-vertical {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
table.padding-none-vertical > thead > tr > th,
table.padding-none-vertical > tbody > tr > th,
table.padding-none-vertical > thead > tr > td,
table.padding-none-vertical > tbody > tr > td {
  padding-bottom: 0 !important;
}
table.padding-none-vertical > thead > tr > th,
table.padding-none-vertical > tbody > tr > th,
table.padding-none-vertical > thead > tr > td,
table.padding-none-vertical > tbody > tr > td {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  table.padding-none-sm {
    padding: 0 !important;
  }
  table.padding-none-sm > thead > tr > th,
  table.padding-none-sm > tbody > tr > th,
  table.padding-none-sm > thead > tr > td,
  table.padding-none-sm > tbody > tr > td {
    padding: 0 !important;
  }
  table.padding-none-sm-bottom {
    padding-bottom: 0 !important;
  }
  table.padding-none-sm-bottom > thead > tr > th,
  table.padding-none-sm-bottom > tbody > tr > th,
  table.padding-none-sm-bottom > thead > tr > td,
  table.padding-none-sm-bottom > tbody > tr > td {
    padding-bottom: 0 !important;
  }
  table.padding-none-sm-left {
    padding-left: 0 !important;
  }
  table.padding-none-sm-left > thead > tr > th,
  table.padding-none-sm-left > tbody > tr > th,
  table.padding-none-sm-left > thead > tr > td,
  table.padding-none-sm-left > tbody > tr > td {
    padding-left: 0 !important;
  }
  table.padding-none-sm-right {
    padding-right: 0 !important;
  }
  table.padding-none-sm-right > thead > tr > th,
  table.padding-none-sm-right > tbody > tr > th,
  table.padding-none-sm-right > thead > tr > td,
  table.padding-none-sm-right > tbody > tr > td {
    padding-right: 0 !important;
  }
  table.padding-none-sm-top {
    padding-top: 0 !important;
  }
  table.padding-none-sm-top > thead > tr > th,
  table.padding-none-sm-top > tbody > tr > th,
  table.padding-none-sm-top > thead > tr > td,
  table.padding-none-sm-top > tbody > tr > td {
    padding-top: 0 !important;
  }
  table.padding-none-sm-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  table.padding-none-sm-horizontal > thead > tr > th,
  table.padding-none-sm-horizontal > tbody > tr > th,
  table.padding-none-sm-horizontal > thead > tr > td,
  table.padding-none-sm-horizontal > tbody > tr > td {
    padding-left: 0 !important;
  }
  table.padding-none-sm-horizontal > thead > tr > th,
  table.padding-none-sm-horizontal > tbody > tr > th,
  table.padding-none-sm-horizontal > thead > tr > td,
  table.padding-none-sm-horizontal > tbody > tr > td {
    padding-right: 0 !important;
  }
  table.padding-none-sm-vertical {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  table.padding-none-sm-vertical > thead > tr > th,
  table.padding-none-sm-vertical > tbody > tr > th,
  table.padding-none-sm-vertical > thead > tr > td,
  table.padding-none-sm-vertical > tbody > tr > td {
    padding-bottom: 0 !important;
  }
  table.padding-none-sm-vertical > thead > tr > th,
  table.padding-none-sm-vertical > tbody > tr > th,
  table.padding-none-sm-vertical > thead > tr > td,
  table.padding-none-sm-vertical > tbody > tr > td {
    padding-top: 0 !important;
  }
}
@media (min-width: 1040px) {
  table.padding-none-md {
    padding: 0 !important;
  }
  table.padding-none-md > thead > tr > th,
  table.padding-none-md > tbody > tr > th,
  table.padding-none-md > thead > tr > td,
  table.padding-none-md > tbody > tr > td {
    padding: 0 !important;
  }
  table.padding-none-md-bottom {
    padding-bottom: 0 !important;
  }
  table.padding-none-md-bottom > thead > tr > th,
  table.padding-none-md-bottom > tbody > tr > th,
  table.padding-none-md-bottom > thead > tr > td,
  table.padding-none-md-bottom > tbody > tr > td {
    padding-bottom: 0 !important;
  }
  table.padding-none-md-left {
    padding-left: 0 !important;
  }
  table.padding-none-md-left > thead > tr > th,
  table.padding-none-md-left > tbody > tr > th,
  table.padding-none-md-left > thead > tr > td,
  table.padding-none-md-left > tbody > tr > td {
    padding-left: 0 !important;
  }
  table.padding-none-md-right {
    padding-right: 0 !important;
  }
  table.padding-none-md-right > thead > tr > th,
  table.padding-none-md-right > tbody > tr > th,
  table.padding-none-md-right > thead > tr > td,
  table.padding-none-md-right > tbody > tr > td {
    padding-right: 0 !important;
  }
  table.padding-none-md-top {
    padding-top: 0 !important;
  }
  table.padding-none-md-top > thead > tr > th,
  table.padding-none-md-top > tbody > tr > th,
  table.padding-none-md-top > thead > tr > td,
  table.padding-none-md-top > tbody > tr > td {
    padding-top: 0 !important;
  }
  table.padding-none-md-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  table.padding-none-md-horizontal > thead > tr > th,
  table.padding-none-md-horizontal > tbody > tr > th,
  table.padding-none-md-horizontal > thead > tr > td,
  table.padding-none-md-horizontal > tbody > tr > td {
    padding-left: 0 !important;
  }
  table.padding-none-md-horizontal > thead > tr > th,
  table.padding-none-md-horizontal > tbody > tr > th,
  table.padding-none-md-horizontal > thead > tr > td,
  table.padding-none-md-horizontal > tbody > tr > td {
    padding-right: 0 !important;
  }
  table.padding-none-md-vertical {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  table.padding-none-md-vertical > thead > tr > th,
  table.padding-none-md-vertical > tbody > tr > th,
  table.padding-none-md-vertical > thead > tr > td,
  table.padding-none-md-vertical > tbody > tr > td {
    padding-bottom: 0 !important;
  }
  table.padding-none-md-vertical > thead > tr > th,
  table.padding-none-md-vertical > tbody > tr > th,
  table.padding-none-md-vertical > thead > tr > td,
  table.padding-none-md-vertical > tbody > tr > td {
    padding-top: 0 !important;
  }
}
.no-break {
  white-space: pre;
}
.paddingRightCoverBoxWrapper {
  padding-right: 20px;
}
.publisher-dashboard h3 {
  margin: 12px 0 6px 0;
}
@media (min-width: 1040px) {
  .padding-none.padding-standard-md-horizontal {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
.note-status-output {
  display: none !important;
}
.summernote-cleanerAlert {
  display: none !important;
}
table.layout {
  margin: 0;
}
table.layout.row {
  margin-left: -12px;
  margin-right: -12px;
}
table.layout.row td[class*="col-"],
table.layout.row table th[class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}
table.layout > tbody {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  table.layout > tbody {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
table.layout > tbody td {
  padding: 0;
  vertical-align: top;
}
table.layout > tbody td.vm {
  vertical-align: middle;
}
table.layout > tbody td.vb {
  vertical-align: bottom;
}
table.layout > tbody td.auto-width {
  width: auto!important;
}
table.layout.flex-width {
  width: inherit;
}
tbody td.body-text {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  padding: 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  tbody td.body-text {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
tbody td.body-text.vm {
  vertical-align: middle;
}
tbody td.body-text.vb {
  vertical-align: bottom;
}
table.netgalley thead tr,
table.ngtm-table thead tr {
  background-color: #dde3e8;
}
table.netgalley thead tr a,
table.ngtm-table thead tr a {
  color: #2d2d2d;
}
table.netgalley thead tr th,
table.ngtm-table thead tr th,
table.netgalley thead tr td,
table.ngtm-table thead tr td {
  white-space: nowrap;
}
table.netgalley thead tr th,
table.ngtm-table thead tr th,
table.netgalley thead tr th a,
table.ngtm-table thead tr th a {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  table.netgalley thead tr th,
  table.ngtm-table thead tr th,
  table.netgalley thead tr th a,
  table.ngtm-table thead tr th a {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
table.netgalley > thead > tr > th,
table.ngtm-table > thead > tr > th,
table.netgalley > tbody > tr > th,
table.ngtm-table > tbody > tr > th,
table.netgalley > thead > tr > td,
table.ngtm-table > thead > tr > td,
table.netgalley > tbody > tr > td,
table.ngtm-table > tbody > tr > td {
  padding: 6px;
}
table.netgalley > tbody > tr:nth-child(odd),
table.ngtm-table > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
table.netgalley > tbody > tr:nth-child(even),
table.ngtm-table > tbody > tr:nth-child(even) {
  background-color: #eeedee;
}
table.netgalley > tbody > tr > td,
table.ngtm-table > tbody > tr > td {
  border-right: 1px solid #ccc;
}
table.netgalley > tbody > tr > td:last-child,
table.ngtm-table > tbody > tr > td:last-child {
  border-right: none;
}
table.netgalley.border-none > tbody > tr > td,
table.ngtm-table.border-none > tbody > tr > td {
  border-right: none !important;
}
table.netgalley.table > thead > tr > th,
table.ngtm-table.table > thead > tr > th {
  border-bottom: none;
}
table.netgalley.table > tbody > tr > td,
table.ngtm-table.table > tbody > tr > td {
  line-height: inherit;
  vertical-align: inherit;
  border-top: none;
}
table.ngtm-table > tbody > tr > td {
  border-right: none !important;
}
table.no-review > tbody > tr > td {
  padding: 0px !important;
}
table.slim-manage-requests {
  padding: 0;
  margin: 0;
}
table.slim-manage-requests td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 2px;
}
table.slim-manage-requests td:first-child {
  padding-left: 0;
  border-left: none;
}
table.slim-manage-requests td:last-child {
  padding-right: 0;
  border-right: none;
}
table.zebra-stripe-blue th,
table.wishes-table th,
table.zebra-stripe-blue td,
table.wishes-table td {
  padding: 6px;
}
table.zebra-stripe-blue th.wish-grant-column,
table.wishes-table th.wish-grant-column,
table.zebra-stripe-blue td.wish-grant-column,
table.wishes-table td.wish-grant-column {
  padding: 12px 10px;
  font-size: 1.3em;
}
table.zebra-stripe-blue tbody tr:nth-child(even),
table.wishes-table tbody tr:nth-child(even) {
  background-color: #fff;
}
table.zebra-stripe-blue tbody tr:nth-child(odd),
table.wishes-table tbody tr:nth-child(odd) {
  background-color: #dde3e8;
}
table.checker-board > tbody > tr:nth-child(even) > td:nth-child(odd) {
  background-color: #f1f1f1;
}
table.checker-board > tbody > tr:nth-child(odd) > td:nth-child(even) {
  background-color: #f1f1f1;
}
table.select-grid {
  padding: 0;
  margin: 0;
}
table.select-grid > tbody > tr > td {
  padding: 0;
  background-color: #f1f1f1;
  vertical-align: middle;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
table.select-grid > tbody > tr > td:last-child {
  border-right: none;
}
table.select-grid > tbody > tr > td i,
table.select-grid > tbody > tr > td h1,
table.select-grid > tbody > tr > td h2,
table.select-grid > tbody > tr > td h3,
table.select-grid > tbody > tr > td h4,
table.select-grid > tbody > tr > td h5,
table.select-grid > tbody > tr > td h6 {
  padding: 0;
  margin: 0;
}
table.select-grid > tbody > tr > td:first-child i {
  font-size: 24px;
  color: #fff;
}
table.select-grid > tbody > tr > td > a {
  display: inline-block;
  padding: 12px;
  width: 100%;
}
table.select-grid > tbody > tr.selected > td {
  background-color: #e0e7ee;
}
table.select-grid > tbody > tr.selected > td:first-child {
  background-color: #5c7f92;
}
tr.short-row {
  line-height: 12px;
  color: #999999;
}
.text-inherit-size {
  font-size: inherit !important;
}
td.calendar-day {
  width: 120px;
  height: 100px;
  vertical-align: top;
}
table.calendar-placement > tbody > tr:nth-child(even),
table.calendar > tbody > tr:nth-child(even) {
  background-color: #F5F7FB;
}
table.calendar-placement .calendar-day,
table.calendar .calendar-day {
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 6px !important;
}
table.calendar-placement .calendar-day-selected,
table.calendar .calendar-day-selected {
  border: 2px solid #ddd;
  border-bottom: 1px solid #F5F7FB;
  background-color: #F5F7FB;
}
table.calendar-placement .categories,
table.calendar .categories {
  font-size: 10px;
}
table.calendar-placement .status-bar,
table.calendar .status-bar {
  display: inline-block;
  height: 30px;
  margin-top: 3px;
  width: 110px;
}
table.calendar-placement .status-bar-red,
table.calendar .status-bar-red {
  background-color: red;
}
table.calendar-placement .status-bar-yellow,
table.calendar .status-bar-yellow {
  background-color: yellow;
}
table.calendar-placement .status-bar-green,
table.calendar .status-bar-green {
  background-color: green;
}
table.calendar-placement .status-square,
table.calendar .status-square {
  display: inline-block;
  height: 12px;
  margin-top: 3px;
  width: 12px;
}
table.calendar-placement .status-square-red,
table.calendar .status-square-red {
  background-color: red;
}
table.calendar-placement .status-square-yellow,
table.calendar .status-square-yellow {
  background-color: yellow;
}
table.calendar-placement .status-square-green,
table.calendar .status-square-green {
  background-color: green;
}
table.calendar-placement .title,
table.calendar .title {
  padding-top: 3px;
  font-size: 14px;
}
table.percentage-chart#membertype-activity-charts th {
  width: 30%;
}
table.percentage-chart#membertype-activity-charts th:nth-of-type(1) {
  width: auto;
}
table.percentage-chart span.value-label {
  position: absolute;
  left: 15px;
  top: 6px;
}
table.percentage-chart .bar-fill {
  padding: 15px 0px;
}
#titleDetailsHeaderBox.title-details-page-header,
.titleDetailsHeaderBox.title-details-page-header,
.titlePreviewHeaderBox.title-details-page-header {
  padding: 24px 0 12px 0;
  margin-top: -12px;
}
@media (min-width: 768px) {
  #titleDetailsHeaderBox.title-details-page-header,
  .titleDetailsHeaderBox.title-details-page-header,
  .titlePreviewHeaderBox.title-details-page-header {
    margin-top: 0;
  }
}
#titleDetailsHeaderBox .excerpt-modal-button,
.titleDetailsHeaderBox .excerpt-modal-button,
.titlePreviewHeaderBox .excerpt-modal-button {
  padding: 0px;
}
#titleDetailsHeaderBox #excerptModalImage,
.titleDetailsHeaderBox #excerptModalImage,
.titlePreviewHeaderBox #excerptModalImage {
  width: 155px;
  position: absolute;
  left: -11px;
  bottom: 55px;
}
#titleDetailsHeaderBox #excerptModalText,
.titleDetailsHeaderBox #excerptModalText,
.titlePreviewHeaderBox #excerptModalText {
  position: absolute;
  left: 30px;
  bottom: 55px;
  padding: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
#titleDetailsHeaderBox h1,
.titleDetailsHeaderBox h1,
.titlePreviewHeaderBox h1,
#titleDetailsHeaderBox h2,
.titleDetailsHeaderBox h2,
.titlePreviewHeaderBox h2,
#titleDetailsHeaderBox h3,
.titleDetailsHeaderBox h3,
.titlePreviewHeaderBox h3,
#titleDetailsHeaderBox h4,
.titleDetailsHeaderBox h4,
.titlePreviewHeaderBox h4,
#titleDetailsHeaderBox h5,
.titleDetailsHeaderBox h5,
.titlePreviewHeaderBox h5,
#titleDetailsHeaderBox a,
.titleDetailsHeaderBox a,
.titlePreviewHeaderBox a,
#titleDetailsHeaderBox a:visited,
.titleDetailsHeaderBox a:visited,
.titlePreviewHeaderBox a:visited,
#titleDetailsHeaderBox a:hover,
.titleDetailsHeaderBox a:hover,
.titlePreviewHeaderBox a:hover {
  color: #fff;
}
#titleDetailsHeaderBox .spaced-for-button,
.titleDetailsHeaderBox .spaced-for-button,
.titlePreviewHeaderBox .spaced-for-button {
  margin-top: 17px;
}
#titleDetailsHeaderBox #feedbackButton,
.titleDetailsHeaderBox #feedbackButton,
.titlePreviewHeaderBox #feedbackButton {
  float: right;
  margin: -28px 12px 0 12px;
}
#titleDetailsHeaderBox .publisher-link:hover,
.titleDetailsHeaderBox .publisher-link:hover,
.titlePreviewHeaderBox .publisher-link:hover,
#titleDetailsHeaderBox .category-link:hover,
.titleDetailsHeaderBox .category-link:hover,
.titlePreviewHeaderBox .category-link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #titleDetailsHeaderBox .spaced-out,
  .titleDetailsHeaderBox .spaced-out,
  .titlePreviewHeaderBox .spaced-out {
    min-height: 280px;
  }
}
#titleDetailsHeaderBox .titleDetailsRecognizedBy,
.titleDetailsHeaderBox .titleDetailsRecognizedBy,
.titlePreviewHeaderBox .titleDetailsRecognizedBy {
  float: left;
  padding: 12px 12px 0 12px;
}
#titleDetailsHeaderBox .cover-voting,
.titleDetailsHeaderBox .cover-voting,
.titlePreviewHeaderBox .cover-voting {
  margin-top: 12px;
  color: #2d2d2d;
}
#titleDetailsHeaderBox .cover-voting tbody,
.titleDetailsHeaderBox .cover-voting tbody,
.titlePreviewHeaderBox .cover-voting tbody {
  color: #333;
  font: normal normal normal 12px / 1.2em Raleway-Regular, sans-serif;
}
@media (min-width: 768px) {
  #titleDetailsHeaderBox .cover-voting tbody,
  .titleDetailsHeaderBox .cover-voting tbody,
  .titlePreviewHeaderBox .cover-voting tbody {
    font: normal normal normal 12px / 1.2em Raleway-Regular, sans-serif;
  }
}
#titleDetailsHeaderBox .cover-voting td,
.titleDetailsHeaderBox .cover-voting td,
.titlePreviewHeaderBox .cover-voting td {
  padding-bottom: 0;
  padding-top: 0;
}
#titleDetailsHeaderBox .cover-voting .cover-vote-label,
.titleDetailsHeaderBox .cover-voting .cover-vote-label,
.titlePreviewHeaderBox .cover-voting .cover-vote-label {
  width: 99%;
}
#titleDetailsHeaderBox .cover-voting .cover-vote,
.titleDetailsHeaderBox .cover-voting .cover-vote,
.titlePreviewHeaderBox .cover-voting .cover-vote {
  white-space: nowrap;
}
#titleDetailsHeaderBox .cover-voting .cover-vote-login-prompt,
.titleDetailsHeaderBox .cover-voting .cover-vote-login-prompt,
.titlePreviewHeaderBox .cover-voting .cover-vote-login-prompt {
  background-color: #73a6d0;
}
#titleDetailsHeaderBox .cover-voting .cover-vote-login-prompt td,
.titleDetailsHeaderBox .cover-voting .cover-vote-login-prompt td,
.titlePreviewHeaderBox .cover-voting .cover-vote-login-prompt td {
  padding: 6px;
  text-align: center;
  color: #fff;
}
#titleDetailsHeaderBox .cover-voting .cover-vote-login-prompt td p,
.titleDetailsHeaderBox .cover-voting .cover-vote-login-prompt td p,
.titlePreviewHeaderBox .cover-voting .cover-vote-login-prompt td p {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  #titleDetailsHeaderBox .cover-voting .cover-vote-login-prompt td p,
  .titleDetailsHeaderBox .cover-voting .cover-vote-login-prompt td p,
  .titlePreviewHeaderBox .cover-voting .cover-vote-login-prompt td p {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
.titleDetailsTextBox .titleDetailsRecognizedBy {
  float: left;
  padding: 12px 12px 0 12px;
}
#titleDetailsArchivedBanner,
.titleArchivedBanner {
  background-color: #777;
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .titleArchivedBanner .spaced-out {
    padding: 0 12px 0 182px;
  }
}
@media (min-width: 768px) {
  #titleDetailsSubheaderBox.archivedTitle .book-buy-link:first-child > div {
    padding-left: 6px !important;
  }
}
#titleDetailsSubheaderBox,
.titlePreviewSubheaderBox {
  background-color: #e0e7ee;
  padding: 0;
}
@media (min-width: 768px) {
  #titleDetailsSubheaderBox,
  .titlePreviewSubheaderBox {
    padding: 12px 0;
  }
}
#titleDetailsSubheaderBox .form-with-labels .info-wrap p,
.titlePreviewSubheaderBox .form-with-labels .info-wrap p {
  background-color: #fff;
}
@media (min-width: 768px) {
  #titleDetailsSubheaderBox .spaced-out,
  .titlePreviewSubheaderBox .spaced-out {
    min-height: 50px;
  }
}
#titleDetailsSubheaderBox h4,
.titlePreviewSubheaderBox h4 {
  color: #000;
}
#titleDetailsSubheaderBox h5,
.titlePreviewSubheaderBox h5 {
  display: inline-block;
  font-weight: bold;
  color: #000;
}
.titlePreviewHeaderBox .overflow-cover-image {
  max-width: 134px;
}
@media (max-width: 768px) {
  .titlePreviewHeaderBox .col-title-details-cover {
    width: 134px;
  }
}
@media (min-width: 768px) {
  .titlePreviewHeaderBox .overflow-cover-image .title-image-spacer {
    min-height: 215px;
  }
}
@media (min-width: 768px) {
  .titlePreviewHeaderBox .spaced-out {
    min-height: 160px;
    padding: 0 12px 0 182px;
  }
}
@media (max-width: 767px) {
  .titlePreviewHeaderBox .spaced-out {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .titlePreviewHeaderBox .spaced-flat {
    min-height: 0px;
    padding: 0 12px 0 182px;
  }
}
@media (max-width: 767px) {
  .titlePreviewHeaderBox .spaced-flat {
    padding: 0 24px;
  }
}
.titlePreviewHeaderBox .col-title-details-detail h2 {
  font-size: 24px;
}
.titlePreviewHeaderBox .col-title-details-detail h3 {
  font-size: 18px;
}
.titlePreviewHeaderBox .col-title-details-detail h4,
.titlePreviewHeaderBox .col-title-details-detail h6 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .titlePreviewSubheaderBox .spaced-out {
    min-height: 90px;
  }
}
@media (min-width: 768px) {
  .titlePreviewSubheaderBox .col-title-details-detail {
    padding: 0 12px 0 182px;
  }
}
.modal .titlePreviewSubheaderBox {
  color: #333 !important;
}
.modal .titlePreviewSubheaderBox h1,
.modal .titlePreviewSubheaderBox h2,
.modal .titlePreviewSubheaderBox h3,
.modal .titlePreviewSubheaderBox h4,
.modal .titlePreviewSubheaderBox h5,
.modal .titlePreviewSubheaderBox h6 {
  color: #333 !important;
}
#titleDetailsContentBox .row {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: solid 1px #ccc;
}
#titleDetailsContentBox .row:first-child {
  border-top: 0;
}
#titleDetailsContentBox .row p:last-child {
  margin-bottom: 0;
}
#titleDetailsContentBox > .transparent-box {
  margin-left: -12px;
  margin-right: -12px;
  border-left: none;
  border-right: none;
}
.titleDetailsMetaBox {
  margin: 0;
}
.titleDetailsMetaBox .meta-label {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  text-align: right;
}
@media (min-width: 768px) {
  .titleDetailsMetaBox .meta-label {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.titleDetailsMetaBox .meta-data {
  color: #333;
  font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  color: #777;
}
@media (min-width: 768px) {
  .titleDetailsMetaBox .meta-data {
    font: normal normal normal 14px / 1.5em Raleway-Medium, sans-serif;
  }
}
.titleDetailsMetaBox tr:last-child td {
  padding-bottom: 0;
}
.titleDetailsMetaBox ul {
  margin: 0;
  padding: 0;
}
.titleDetailsMetaBox ul li {
  list-style-type: none;
}
#titleDetailsForPublisherBox label {
  color: #666;
  font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  margin: 0;
}
@media (min-width: 768px) {
  #titleDetailsForPublisherBox label {
    font: normal normal normal 14px / 1.5em Raleway-Regular, sans-serif;
  }
}
#titleDetailsForPublisherBox .book-data {
  color: #2d2d2d;
}
#titleDetailsForPublisherBox .dotted-divider {
  margin-bottom: 12px;
}
#titleDetailsForPublisherBox .toggle.btn {
  display: inline-block;
  float: left;
}
#titleDetailsForPublisherBox ul.linklist {
  padding: 0;
}
#titleDetailsForPublisherBox ul.linklist li {
  margin-bottom: 12px;
}
#titleDetailsForPublisherBox ul.linklist li a {
  color: #5c7f92;
  font: normal normal normal 18px / 1.5em Raleway-Medium, sans-serif;
}
@media (min-width: 768px) {
  #titleDetailsForPublisherBox ul.linklist li a {
    font: normal normal normal 18px / 1.5em Raleway-Medium, sans-serif;
  }
}
#titleDetailsForPublisherBox #topMetadataForPublisher h5 {
  color: #2d2d2d;
  margin-bottom: 12px;
}
.book-member-type-form-container .toggle.btn {
  float: left;
}
.book-member-type-form-container table.toggle-member-type-fr td:last-child {
  padding-left: 12px;
}
