/* Minification failed. Returning unminified contents.
(24416,15): run-time error CSS1036: Expected expression, found ';'
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
/*! jQuery UI - v1.11.4 - 2016-03-25
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&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-clearfix {
	min-height: 0; /* support: IE7 */
}
.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;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.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-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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;
}
.ui-dialog {
	overflow: hidden;
	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-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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 {
	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-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-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	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-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	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: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.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;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,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: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url("/Scripts/external/jquery-ui/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url("/Scripts/external/jquery-ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5dbec;
	background: #dfeffc url("/Scripts/external/jquery-ui/images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2e6e9e;
	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 {
	border: 1px solid #79b7e7;
	background: #d0e5f5 url("/Scripts/external/jquery-ui/images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}
.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 {
	color: #1d5987;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #79b7e7;
	background: #f5f8f9 url("/Scripts/external/jquery-ui/images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88;
	color: #363636;
}
.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("/Scripts/external/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.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("/Scripts/external/jquery-ui/images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/Scripts/external/jquery-ui/images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/Scripts/external/jquery-ui/images/ui-icons_6da8d5_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/Scripts/external/jquery-ui/images/ui-icons_217bc0_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/Scripts/external/jquery-ui/images/ui-icons_f9bd01_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/Scripts/external/jquery-ui/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Scripts/external/jquery-ui/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/* select */
.jq-selectx {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jq-selectx {
    position: relative;
    display: block;
    width: 23% !important;
    font-size: 1em !important;
    margin: 0 !important;
    height: 28px !important;
    float: right !important;
    margin-right: 39px !important;
    border: 0 !important;
    border-left: 1px solid #ccc !important;
    margin-left: -1px !important;
}

    .jq-selectx * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .jq-selectx button {
        position: relative;
        border: 1px solid #ccc;
        padding: 5px;
        cursor: pointer;
        background-color: #fff;
        width: 100%;
        text-align: left;
    }

    .jq-selectx button {
        border: 0 !important;
        padding-top: 7px !important;
        padding-bottom: 4px !important;
        color: #aaa;
    }

    .jq-selectx ul {
        width: 100%;
        position: absolute;
        z-index: 1260;
        visibility: hidden;
        border: 1px solid #ccc;
        border-top: none;
        background-color: #fff;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .jq-selectx ul.open {
            visibility: visible;
        }

        .jq-selectx ul li {
            padding: 5px;
            cursor: pointer;
        }
        
            .jq-selectx ul li:hover {
                background-color: #efefef;
            }

            .jq-selectx ul li.selected {
                background-color: #efefef;
            }

    .jq-selectx .caret {
        position: absolute;
        top: 12px;
        right: 7px;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 5px dashed;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .jq-selectx .caret {
        border-top-color: #aaa;
    }

/* animations */
.jq-selectx-fade {
    transition: visibility 0.4s, opacity 0.4s;
    opacity: 0;
}

    .jq-selectx-fade.open {
        opacity: 1;
    }

.jq-selectx-slide {
    transition: visibility 0.4s cubic-bezier(0, 1, 0.5, 1), transform 0.4s cubic-bezier(0, 1, 0.5, 1);
    transform: scaleY(0);
    transform-origin: top;
}

    .jq-selectx-slide.open {
        transform: scaleY(1);
    }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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;
  -webkit-text-size-adjust: 100%;
      -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]: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('/Scripts/external/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/Scripts/external/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Scripts/external/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/Scripts/external/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Scripts/external/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Scripts/external/bootstrap/fonts/glyphicons-halflings-regular.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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.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: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.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: #333;
  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: thin dotted;
  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 {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
[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: #777;
}
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 {
  padding: .2em;
  background-color: #fcf8e3;
}
.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: #777;
}
.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 #eee;
}
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;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.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: '\00A0 \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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-right: 15px;
  padding-left: 15px;
}
.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: 992px) {
  .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: #777;
  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;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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 {
  min-height: .01%;
  overflow-x: auto;
}
@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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-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, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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 {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  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 {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  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 {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
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 {
  font-weight: normal;
  color: #337ab7;
  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: #777;
  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 .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .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-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: #555;
  text-align: center;
  background-color: #eee;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  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: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-right: 0;
    padding-left: 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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-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: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.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: #e7e7e7;
}
.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: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .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: #e7e7e7;
  }
  .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 {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .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 {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-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: #eee;
  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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.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: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.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: #777;
}
.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;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  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: #eee;
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 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 .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(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, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-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 {
  color: #555;
  text-decoration: none;
  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 {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.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: #777;
}
.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: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(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;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.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-bottom: 0;
  margin-left: 5px;
}
.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, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.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 {
  right: 5px;
  bottom: 0;
  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-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .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 .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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 {
    right: 20%;
    left: 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 {
  display: table;
  content: " ";
}
.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 {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.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: 991px) {
  .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: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) 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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) 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: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) 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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/Scripts/external/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/Scripts/external/slick/fonts/slick.eot');
    src: url('/Scripts/external/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/Scripts/external/slick/fonts/slick.woff') format('woff'), url('/Scripts/external/slick/fonts/slick.ttf') format('truetype'), url('/Scripts/external/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.11
Create your own skin at http://designer.videojs.com
*/.vjs-default-skin{color:#ccc}@font-face{font-family:VideoJS;src:url(/Scripts/external/videojs/font/vjs.eot);src:url(/Scripts/external/videojs/font/vjs.eot?#iefix) format('embedded-opentype'),url(/Scripts/external/videojs/font/vjs.woff) format('woff'),url(/Scripts/external/videojs/font/vjs.ttf) format('truetype'),url(/Scripts/external/videojs/font/vjs.svg#icomoon) format('svg');font-weight:400;font-style:normal}.vjs-default-skin .vjs-slider{outline:0;position:relative;cursor:pointer;padding:0;background-color:#333;background-color:rgba(51,51,51,.9)}.vjs-default-skin .vjs-slider:focus{-webkit-box-shadow:0 0 2em #fff;-moz-box-shadow:0 0 2em #fff;box-shadow:0 0 2em #fff}.vjs-default-skin .vjs-slider-handle{position:absolute;left:0;top:0}.vjs-default-skin .vjs-slider-handle:before{content:"\e009";font-family:VideoJS;font-size:1em;line-height:1;text-align:center;text-shadow:0 0 1em #fff;position:absolute;top:0;left:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.vjs-default-skin .vjs-control-bar{display:none;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#07141e;background-color:rgba(7,20,30,.7)}.vjs-default-skin.vjs-has-started .vjs-control-bar{display:block;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{display:block;visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-default-skin.vjs-controls-disabled .vjs-control-bar{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-control-bar{display:none}.vjs-default-skin.vjs-error .vjs-control-bar{display:none}.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}@media \0screen{.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}}.vjs-default-skin .vjs-control{outline:0;position:relative;float:left;text-align:center;margin:0;padding:0;height:3em;width:4em}.vjs-default-skin .vjs-control:before{font-family:VideoJS;font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-control:focus:before,.vjs-default-skin .vjs-control:hover:before{text-shadow:0 0 1em #fff}.vjs-default-skin .vjs-control:focus{}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer}.vjs-default-skin .vjs-play-control:before{content:"\e001"}.vjs-default-skin.vjs-playing .vjs-play-control:before{content:"\e002"}.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value{font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content{width:4em;left:-2em;list-style:none}.vjs-default-skin .vjs-mute-control,.vjs-default-skin .vjs-volume-menu-button{cursor:pointer;float:right}.vjs-default-skin .vjs-mute-control:before,.vjs-default-skin .vjs-volume-menu-button:before{content:"\e006"}.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before{content:"\e003"}.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before{content:"\e004"}.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before{content:"\e005"}.vjs-default-skin .vjs-volume-control{width:5em;float:right}.vjs-default-skin .vjs-volume-bar{width:5em;height:.6em;margin:1.1em auto 0}.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.5em;width:100%;background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-volume-bar .vjs-volume-handle{width:.5em;height:.5em;left:4.5em}.vjs-default-skin .vjs-volume-handle:before{font-size:.9em;top:-.2em;left:-.2em;width:1em;height:1em}.vjs-default-skin .vjs-volume-menu-button .vjs-menu{display:block;width:0;height:0;border-top-color:transparent}.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content{height:0;width:0}.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing{border-top-color:rgba(7,40,50,.5)}.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content{height:2.9em;width:10em}.vjs-default-skin .vjs-progress-control{position:absolute;left:0;right:0;width:auto;font-size:.3em;height:1em;top:-1em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin:hover .vjs-progress-control{font-size:.9em;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}.vjs-default-skin .vjs-progress-holder{height:100%}.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.vjs-default-skin .vjs-play-progress{background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-load-progress{background:#646464;background:rgba(255,255,255,.2)}.vjs-default-skin .vjs-load-progress div{background:#787878;background:rgba(255,255,255,.1)}.vjs-default-skin .vjs-seek-handle{width:1.5em;height:100%}.vjs-default-skin .vjs-seek-handle:before{padding-top:.1em}.vjs-default-skin.vjs-live .vjs-time-controls,.vjs-default-skin.vjs-live .vjs-time-divider,.vjs-default-skin.vjs-live .vjs-progress-control{display:none}.vjs-default-skin.vjs-live .vjs-live-display{display:block}.vjs-default-skin .vjs-live-display{display:none;font-size:1em;line-height:3em}.vjs-default-skin .vjs-time-controls{font-size:1em;line-height:3em}.vjs-default-skin .vjs-current-time{float:left}.vjs-default-skin .vjs-duration{float:left}.vjs-default-skin .vjs-remaining-time{display:none;float:left}.vjs-time-divider{float:left;line-height:3em}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer;float:right}.vjs-default-skin .vjs-fullscreen-control:before{content:"\e000"}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before{content:"\e00b"}.vjs-default-skin .vjs-big-play-button{left:.5em;top:.5em;font-size:3em;display:block;z-index:2;position:absolute;width:4em;height:2.6em;text-align:center;vertical-align:middle;cursor:pointer;opacity:1;background-color:#07141e;background-color:rgba(7,20,30,.7);border:.1em solid #3b4249;-webkit-border-radius:.8em;-moz-border-radius:.8em;border-radius:.8em;-webkit-box-shadow:0 0 1em rgba(255,255,255,.25);-moz-box-shadow:0 0 1em rgba(255,255,255,.25);box-shadow:0 0 1em rgba(255,255,255,.25);-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button{left:50%;margin-left:-2.1em;top:50%;margin-top:-1.4000000000000001em}.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button{display:none}.vjs-default-skin.vjs-has-started .vjs-big-play-button{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-default-skin:hover .vjs-big-play-button,.vjs-default-skin .vjs-big-play-button:focus{outline:0;border-color:#fff;background-color:#505050;background-color:rgba(50,50,50,.75);-webkit-box-shadow:0 0 3em #fff;-moz-box-shadow:0 0 3em #fff;box-shadow:0 0 3em #fff;-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-default-skin .vjs-big-play-button:before{content:"\e001";font-family:VideoJS;line-height:2.6em;text-shadow:.05em .05em .1em #000;text-align:center;position:absolute;left:0;width:100%;height:100%}.vjs-error .vjs-big-play-button{display:none}.vjs-error-display{display:none}.vjs-error .vjs-error-display{display:block;position:absolute;left:0;top:0;width:100%;height:100%}.vjs-error .vjs-error-display:before{content:'X';font-family:Arial;font-size:4em;color:#666;line-height:1;text-shadow:.05em .05em .1em #000;text-align:center;vertical-align:middle;position:absolute;left:0;top:50%;margin-top:-.5em;width:100%}.vjs-error-display div{position:absolute;bottom:1em;right:0;left:0;font-size:1.4em;text-align:center;padding:3px;background:#000;background:rgba(0,0,0,.5)}.vjs-error-display a,.vjs-error-display a:visited{color:#F4A460}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;font-size:4em;line-height:1;width:1em;height:1em;margin-left:-.5em;margin-top:-.5em;opacity:.75}.vjs-waiting .vjs-loading-spinner,.vjs-seeking .vjs-loading-spinner{display:block;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.vjs-error .vjs-loading-spinner{display:none;-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.vjs-default-skin .vjs-loading-spinner:before{content:"\e01e";font-family:VideoJS;position:absolute;top:0;left:0;width:1em;height:1em;text-align:center;text-shadow:0 0 .1em #000}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.vjs-default-skin .vjs-menu-button{float:right;cursor:pointer}.vjs-default-skin .vjs-menu{display:none;position:absolute;bottom:0;left:0;width:0;height:0;margin-bottom:3em;border-left:2em solid transparent;border-right:2em solid transparent;border-top:1.55em solid #000;border-top-color:rgba(7,40,50,.5)}.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;position:absolute;width:10em;bottom:1.5em;max-height:15em;overflow:auto;left:-5em;background-color:#07141e;background-color:rgba(7,20,30,.7);-webkit-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);-moz-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);box-shadow:-.2em -.2em .3em rgba(255,255,255,.2)}.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing{display:block}.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu{display:none}.vjs-default-skin .vjs-menu-button ul li{list-style:none;margin:0;padding:.3em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-default-skin .vjs-menu-button ul li.vjs-selected{background-color:#000}.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover{outline:0;color:#111;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-default-skin .vjs-subtitles-button:before{content:"\e00c"}.vjs-default-skin .vjs-captions-button:before{content:"\e008"}.vjs-default-skin .vjs-chapters-button:before{content:"\e00c"}.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content{width:24em;left:-12em}.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before{-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js{background-color:#000;position:relative;padding:0;font-size:10px;vertical-align:middle;font-weight:400;font-style:normal;font-family:Arial,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js:-moz-full-screen{position:absolute}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important;_position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-poster{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0}.vjs-poster img{display:block;margin:0 auto;max-height:100%;padding:0;width:100%}.video-js.vjs-has-started .vjs-poster{display:none}.video-js.vjs-audio.vjs-has-started .vjs-poster{display:block}.video-js.vjs-controls-disabled .vjs-poster{display:none}.video-js.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-text-track-display{position:absolute;top:0;left:0;bottom:3em;right:0;pointer-events:none}.vjs-caption-settings{position:relative;top:1em;background-color:#000;opacity:.75;color:#FFF;margin:0 auto;padding:.5em;height:15em;font-family:Arial,Helvetica,sans-serif;font-size:12px;width:40em}.vjs-caption-settings .vjs-tracksettings{top:0;bottom:2em;left:0;right:0;position:absolute;overflow:auto}.vjs-caption-settings .vjs-tracksettings-colors,.vjs-caption-settings .vjs-tracksettings-font{float:left}.vjs-caption-settings .vjs-tracksettings-colors:after,.vjs-caption-settings .vjs-tracksettings-font:after,.vjs-caption-settings .vjs-tracksettings-controls:after{clear:both}.vjs-caption-settings .vjs-tracksettings-controls{position:absolute;bottom:1em;right:1em}.vjs-caption-settings .vjs-tracksetting{margin:5px;padding:3px;min-height:40px}.vjs-caption-settings .vjs-tracksetting label{display:block;width:100px;margin-bottom:5px}.vjs-caption-settings .vjs-tracksetting span{display:inline;margin-left:5px}.vjs-caption-settings .vjs-tracksetting>div{margin-bottom:5px;min-height:20px}.vjs-caption-settings .vjs-tracksetting>div:last-child{margin-bottom:0;padding-bottom:0;min-height:0}.vjs-caption-settings label>input{margin-right:10px}.vjs-caption-settings input[type=button]{width:40px;height:40px}.vjs-hidden{display:none!important}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:2em;color:#ccc;background-color:#333;font-size:1.8em;font-family:Arial,sans-serif;text-align:center;width:30em;height:15em;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#F4A460}
html {
    height: 100%;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #333;
    height: 100%;
    margin: 0;
    min-width: 1024px;
}

    body .header.navbar {
        padding: 4px 0 0 0;
        background: #213042;
    }

        body .header.navbar .logo {
            display: inline-block;
            float: left;
            margin: 5px 0 9px 0;
        }

            body .header.navbar .logo img {
                width: 200px;
            }

p, div, span {
    /* font-family: Arial, Helvetica, sans-serif; */
}

form {
    min-height: 100%;
    height: 100%;
}

.CenterContent h1 {
    margin: 0px 0px 7px 0px;
}

h1 {
    font-family: 'Tahoma','Trebuchet MS';
    clear: left;
    font-size: 22px;
    font-weight: normal;
    border-bottom: Solid 0px #BABABA;
    margin: -5px 0px 7px 0px;
    padding: 0px;
}

    h1 span {
        font-family: 'Tahoma','Trebuchet MS';
    }

    h1.BlogTitle {
        padding-right: 85px;
    }

    h1.sf_postTitle {
        color: #e17009;
        font-size: 1.75em;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.2em;
    }

h2 {
    margin: 0px;
    font-family: 'Tahoma','Trebuchet MS';
    font-size: 18px;
    font-weight: normal;
}

    h2 span {
        font-family: 'Tahoma','Trebuchet MS';
    }

    h2 a:link {
        text-decoration: none;
    }

h3 {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    font-family: "Arial";
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 12px;
    padding-bottom: 3px;
    border-bottom: Solid 1px #eee;
}

p + h3 {
    margin-top: 1.5em;
}

h2 + p, h3 + p {
    margin-top: 0;
}

h1 + h3 {
    margin-top: 1em;
}

h4 {
    font-size: 16px;
    color: #333;
    font-family: "Tahoma";
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    border-bottom: Solid 1px #eeeeee;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 5px;
    margin-bottom: 0px;
}

sup {
    vertical-align: top;
    top: .7em;
}

input[type=text], textarea, select {
    border: 1px solid silver;
    padding: 1px;
}

input[type=text], textarea {
    color: #444;
    font-size: 12px;
    font-family: Arial;
}

textarea {
    resize: vertical;
}



/*input[type=text],
input[type=password],
textarea,
select {
    border: 1px solid #e1e1e1;
    padding: 2px;
}

select {
    padding: 3px 2px 2px 2px;
}

input[type=text],
input[type=password],
textarea {
    color: #444;
    font-size: 1em;
    font-family: Arial;
    width: 100%;
}

textarea {
    resize: vertical;
}*/

a:link {
    color: #36c;
    text-decoration: none;
}

a:visited {
    color: #36c;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: none;
}

.additional {
    font-style: italic;
    margin-bottom: 7px;
}

.HeaderNav {
    display: inline-block;
    position: absolute;
    left: 200px;
    color: #fafafa;
    margin-top: 13px;
    width: 850px;
    height: 44px;
    z-index: 1200;
    vertical-align: top;
}

.HeaderNavContainer {
    display: inline;
    vertical-align: top;
    float: left;
}

.HeaderNavContainerNoDdl {
    display: inline;
    position: relative;
    vertical-align: top;
    float: left;
}

.navddicon {
    height: 10px;
    width: 14px;
    display: inline-block;
    background: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png') -64px -16px;
    line-height: 13px;
    vertical-align: top;
}

.HeaderNavLinkSpace:hover {
}

.navddiconln {
    height: 16px;
    width: 7px;
    display: inline-block;
    background: url('/jQuery/css/ui-darkness/images/ui-icons_cccccc_256x240.png') -39px -17px;
}

.changeStatus {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

a.HeaderNavLinks:link {
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    height: 13px;
    vertical-align: top;
    font-family: 'Tahoma', 'Trebuchet MS', 'Arial' !important;
    font-weight: normal !important;
    font-size: 12px;
}

a.HeaderNavLinks:hover {
    color: #fff !important;
}

.HeaderNavLinks {
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top;
    font-family: 'Tahoma', 'Trebuchet MS', 'Arial' !important;
    font-weight: normal !important;
    font-size: 12px;
}

.HeaderNavLinkSpace {
    padding: 10px 12px 4px 14px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    font-family: 'Tahoma', 'Trebuchet MS', 'Arial' !important;
    font-weight: normal !important;
    font-size: 12px;
}

.HeaderNavSpace {
    padding: 10px 7px 4px 10px;
    height: 28px;
    display: inline-block;
    cursor: default;
    vertical-align: top;
    font-family: 'Tahoma', 'Trebuchet MS', 'Arial' !important;
    font-weight: normal !important;
    font-size: 12px;
}

.HeaderNavSepeartor {
    padding: 0px 14px;
    vertical-align: sub;
}

.navseperatorhdr {
    padding: 0px;
    vertical-align: bottom;
    display: inline-block;
    width: 3px;
    height: 42px;
    background: url('/Images/generic-img-set.png') -0px -64px no-repeat;
}

a.SinglePanelNavHeader:link {
    color: #ed890a !important;
    text-decoration: none !important;
}

a.SinglePanelNavHeader:visited {
    color: #ed890a !important;
    text-decoration: none !important;
}

a.SinglePanelNavHeader:hover {
    color: #ed890a !important;
    text-decoration: underline !important;
}

a.SinglePanelNavHeader:active {
    color: #ed890a !important;
    text-decoration: none !important;
}

a.ShoppingCartLinks:link {
    color: #ffffff !important;
    text-decoration: none !important;
}

a.ShoppingCartLinks:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

a.ShoppingCartLinks:hover {
    color: #f7f7f7 !important;
    text-decoration: underline !important;
}

a.ShoppingCartLinks:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

a.ShoppingCartLogInLinks:link {
    color: #3d3d3d !important;
    text-decoration: none !important;
}

a.ShoppingCartLogInLinks:visited {
    color: #3d3d3d !important;
    text-decoration: none !important;
}

a.ShoppingCartLogInLinks:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

a.ShoppingCartLogInLinks:active {
    color: #3d3d3d !important;
    text-decoration: none !important;
}

a.GrayButtonLinks:link {
    color: #333 !important;
    text-decoration: none !important;
}

a.GrayButtonLinks:visited {
    color: #333 !important;
    text-decoration: none !important;
}

a.GrayButtonLinks:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

a.GrayButtonLinks:active {
    color: #333 !important;
    text-decoration: none !important;
}

.SinglePanelNavigationLeftBody ul {
    margin: 0px;
    padding-left: 14px;
}

.SinglePanelNavigationRightBody ul {
    margin: 0px;
    padding-left: 14px;
}

.ui-accordion-content-active ul {
    margin: 0px;
    padding-left: 14px;
    font-size: 12px;
}

ul {
    margin: 0px 0px 0px 10px;
    padding-left: 10px;
}

li {
    padding: 0;
    margin: 0;
}

img {
    border: 0px;
}

tbody {
    height: 100%;
}

.FullHeight {
    height: 100%;
}

.IGIMainThreeColumn #ContentContainer {
    background-color: #fff;
    width: 960px;
    margin: 0px auto;
    text-align: left;
}

.MainBody {
    background: #fff url('/Images/bodybggrad.png') repeat-x;
    margin: 0px;
}

    .MainBody .Container {
        height: auto;
        min-height: 100%;
    }

    .MainBody .HeaderTop {
        width: 100%;
        height: 20px;
        padding: 4px 0px;
        background-color: #222;
        display: inline-block;
    }

        .MainBody .HeaderTop .Container {
            width: 990px;
            margin: 0px auto;
            text-align: right;
            height: 20px;
        }

    .MainBody .HeaderBottom {
        width: 100%;
        height: 57px;
        background: #5e96c6 url('/Images/hdrbgrpt.png') repeat-x;
        display: inline-block;
    }

        .MainBody .HeaderBottom .Bg {
            background: url('/Images/hdfullbg.png') no-repeat center;
        }

        .MainBody .HeaderBottom .Container {
            position: relative;
            width: 990px;
            margin: 0px auto;
            height: 57px;
        }

            .MainBody .HeaderBottom .Container .Logo {
                float: left;
                margin-top: -20px;
            }

                .MainBody .HeaderBottom .Container .Logo img {
                    width: 200px;
                }

            .MainBody .HeaderBottom .Container .Institution {
                float: right;
                height: 57px;
                width: 500px;
                position: relative;
                text-align: right;
            }

                .MainBody .HeaderBottom .Container .Institution span {
                    color: #d1e6f8;
                    font-size: 18px;
                    font-style: italic;
                    line-height: 57px;
                }

                .MainBody .HeaderBottom .Container .Institution img.InstitutionLogo {
                    height: 50px;
                    margin-top: 3px;
                }

.SidebarRight .Institution {
    width: 168px;
    max-height: 248px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: white;
}

    .SidebarRight .Institution img.InstitutionLogo {
        display: block;
        margin: auto;
        max-height: 240px;
        max-width: 160px;
    }

.ContentContainerMain {
    width: 990px;
    margin: 10px auto 0px auto;
    text-align: left;
    display: block;
    padding-bottom: 261px;
}

.Footer {
    width: 100%;
    background: #222;
    border-top: Solid 1px #777;
    margin-top: -261px;
    padding: 20px 0px 60px 0px;
    color: #eee;
    clear: both;
    position: relative;
    height: 180px;
}

    .Footer .Content {
        width: 990px;
        margin: 0px auto;
    }

    .Footer .td-l {
        width: 495px;
        text-align: left;
    }

        .Footer .td-l .td-l-header {
            font-size: 12px;
            margin: 0px;
            padding: 0px;
        }

    .Footer .td-r {
        width: 495px;
        text-align: right;
    }

        .Footer .td-r .td-r-t {
            display: inline-block;
            width: 495px;
            margin-bottom: 15px;
        }

            .Footer .td-r .td-r-t .td-r-t-r {
                display: inline-block;
                width: 250px;
                margin-left: 20px;
                float: right;
            }

            .Footer .td-r .td-r-t .td-r-t-l {
                display: inline-block;
                width: 157px;
                float: right;
            }

                .Footer .td-r .td-r-t .td-r-t-l .t-space {
                    display: inline-block;
                    margin: 23px 0px 6px 0px;
                }

                .Footer .td-r .td-r-t .td-r-t-l .b-space {
                    display: inline-block;
                    margin-bottom: 4px;
                }

        .Footer .td-r .td-r-b {
            padding-bottom: 5px;
        }

        .Footer .td-r .td-r-ip {
            margin-top: 10px;
            color: #777;
            font-size: 11px;
        }

.IGILogo {
    clear: both;
    float: left;
    display: block;
    padding: 10px 0px 13px 5px;
}

.IGILogoSmall {
    float: left;
    display: block;
    padding: 10px 0px 13px 10px;
}

.ContentContainerMain .Outer {
    height: 100%;
}

.ContentContainerMain .InnerLeft {
    width: 820px;
}

    .ContentContainerMain .InnerLeft .Padding {
    }

.ContentContainerMain .InnerRight {
    height: 100%;
}

.IGIMainThreeColumn #ContentContainer tr td {
}

.IGIMainThreeColumn #HeaderContainer {
    padding: 0px 5px 0px 0px;
}

.IGIMainThreeColumn #HeaderNav {
    float: right;
    text-align: right;
    width: 400px;
    margin: 3px 5px 0px 0px;
}

.IGIMainThreeColumn #Header {
    width: 960px;
}

.IGIMainThreeColumn #OneColumnCenterContent {
    background: #fff;
    float: left;
    width: 940px;
    padding: 20px 10px 0px 10px;
    background-color: #fff;
}

.IGIMainThreeColumn #CenterContent {
    background: #fff;
    float: left;
    width: 550px;
    margin: 20px 10px 20px 10px;
    position: relative;
}

.ContentContainerMain .Center {
    float: left;
    width: 621px;
    margin: 10px 10px 20px 0px;
    position: relative;
    display: inline-block;
}

.CenterContent {
    float: left;
    width: 623px;
    margin: 0 10px 20px 0;
    position: relative;
    display: inline-block;
    border: solid 1px #dadada;
    background-color: #fff;
}

.center-content-full {
    width: 930px;
    margin: 10px 0px 20px 0px;
    position: relative;
    display: inline-block;
    border: solid 1px #dadada;
    background-color: #fff;
    padding: 10px 30px 20px 30px;
    z-index: 1;
}

.CenterContentTwoColumn {
    float: left;
    width: 803px;
    margin: 0px 0px 20px 0px;
    position: relative;
    display: inline-block;
    border: solid 1px #dadada;
    background-color: #fff;
}

.CenterContentSpace {
    padding-left: 10px;
}

.IGIMainThreeColumn #TwoColumnCenterContent {
    background: #ffffff;
    float: left;
    width: 744px;
    margin: 20px 10px 20px 10px;
    position: relative;
}

.BookstoreOnDemandCenter {
    background: #ffffff;
    width: 744px;
    padding: 0px 10px 0px 10px;
    height: 100%;
    min-height: 100%;
}

.IGIMainThreeColumn #SidebarLeft {
    min-height: 500px;
    float: left;
    width: 174px;
    padding: 20px 10px 20px 10px;
}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.InfoSciVideo {
    float: right;
    margin-left: 5px;
    width: 275px;
    height: 185px;
    border: 0px;
}

.InfoSciFreeTrialLink {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 275px;
    height: 50px;
    clear: right;
    float: right;
}

    .InfoSciFreeTrialLink .Background {
        background: #333 url('/Images/freetrial.png') 50% 50% no-repeat;
        padding: 5px;
        border: 1px solid #999;
        border-top-width: 0px;
    }

.bottom-space-small {
    margin-bottom: 3px;
}

.bottomspace {
    margin-bottom: 10px;
}

.top-space-small {
    margin-top: 3px;
}

.journalcontents {
    margin-bottom: 14px;
}

    .journalcontents .issue {
        padding: 7px 0px 7px 5px;
        font-size: 14px; /*font-style:italic;*/
        background-color: #dadada;
        border-bottom: 1px solid #dadada;
    }

    .journalcontents .issuecontents {
        display: inline-block;
        width: 100%;
        padding: 0px 4px 0px 10px;
    }

        .journalcontents .issuecontents .articlenumber {
            margin-bottom: 7px;
            font-size: 14px;
            color: #111;
            vertical-align: top;
        }

        .journalcontents .issuecontents .ancillaryfiles {
            display: inline-block;
            width: 555px;
        }

        .journalcontents .issuecontents .articles {
            display: inline-block;
            width: 100%;
            float: left;
        }

    .journalcontents .title {
        margin-bottom: 5px;
    }

    .journalcontents .affiliates {
        font-size: 12px;
        margin-bottom: 5px;
        color: #093;
    }

    .journalcontents .issuecontents .articles .abstract {
        font-size: 12px;
    }

    .journalcontents .issuecontents .articles .nav {
        font-size: 11px;
    }

    .journalcontents .issuecontents .pricing {
        display: inline-block;
        width: 102px;
        vertical-align: top;
        text-align: right;
        float: right;
    }

    .journalcontents .supplementary-materials {
        padding: 4px 0px 4px 10px;
    }

        .journalcontents .supplementary-materials .item .title {
            margin-bottom: 5px;
        }

.rightnavad {
    /*height: 61px;*/
    width: 100%;
    display: inline-block;
    margin-bottom: 7px;
    cursor: pointer;
    background: #eaeaea;
    color: #555;
}

    .rightnavad .copy {
        font-size: 10px;
        vertical-align: top;
    }

    .rightnavad .item {
        /*font-family: 'Tahoma', 'Trebuchet MS';*/
        padding: 9px 3px 10px 7px;
        display: block;
        font-size: 14px;
    }

    .rightnavad .itemsmall {
        letter-spacing: -0.08em;
    }

    .rightnavad .item .small {
        font-size: 11px;
    }

    .rightnavad .details {
        font-family: 'Tahoma', 'Trebuchet MS';
        padding: 7px 3px 10px 7px;
        display: none;
        color: #333;
    }

    .rightnavad .glyphicon {
        font-size: 10px;
    }

    .rightnavad .details strong {
        margin-bottom: 3px;
        display: block;
    }

    .rightnavad:hover {
        background: #aaa;
        color: #fff;
    }

/*.rightnavad:hover {
        background-position: 100% 100%;
    }

        .rightnavad:hover .item {
            display: none;
        }

        .rightnavad:hover .details {
            display: block;
        }*/

.alis {
    background-image: url('/Images/alis-book-series-r-ad.png');
}

.symposium {
    background-image: url('/Images/online-symposium-r-ad.png');
}

.infosci {
    background-image: url('/Images/infosci-free-trial-r-ad.png');
}

.catalogs {
    background-image: url('/Images/igi-global-catalogs-r-ad.png');
}

.featuredtitles {
    /*background-image: url('/Images/featured-titles.png');*/
}

.publish {
    background-image: url('/Images/publish-with-igi-global.png');
}

.publish-small {
    background-image: url('/Images/publish-button3.png');
}

.newsletter {
    background-image: url('/Images/subscribe-to-newsletter.png');
}

.updates {
    background-image: url('/Images/updates-r-ad.png');
}

.SidebarLeft {
    float: left;
    width: 179px;
    margin: 0 0 20px 0;
}

.sb-bs-left {
    float: left;
    width: 179px;
    margin: 10px 0 20px 0;
}

.IGIMainThreeColumn #SidebarRight {
    height: 100%;
    float: right;
    width: 174px;
    padding: 20px 10px 20px 10px;
}

.SidebarRight {
    height: 100%;
    float: right;
    padding: 0px 0px 20px 0px;
    width: 170px;
}

    .SidebarRight .MarginFix {
        margin-top: 0;
    }

.IGIMainThreeColumn #Footer {
    float: left;
    width: 100%;
    background: #f5f5f5 url('/Images/WhiteSmokeGradient.png') 50% 50% repeat-x;
    border-top: Solid 1px #999999;
    padding: 10px 0px 15px 0px;
}

.ClearFloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.HeaderBackground {
    padding-top: 9px;
    height: 28px;
    width: 100%;
    border-top: 1px solid #dfedf8;
    border-bottom: 1px solid #dfedf8;
    background: #5c9ccc url('/jQuery/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x;
    color: #fafafa;
    font-family: 'Segoe UI', 'Tahoma', 'Trebuchet MS';
    font-size: 14px;
}

.GatewayHeaderText {
    font-family: 'Segoe UI', 'Tahoma', 'Trebuchet MS';
    font-size: 16px;
}

.TableMin {
    width: 100%;
}

    .TableMin .Header .Cell {
        font-size: 11px;
        padding: 3px;
        border-top: solid 1px #dadada;
        border-bottom: solid 1px #dadada;
    }

    .TableMin .Cell {
        padding: 3px;
    }

    .TableMin .CellTop {
        padding: 3px;
        vertical-align: top;
    }

    .TableMin .Body .Cell {
        padding: 3px;
        border-bottom: solid 1px #dadada;
    }

    .TableMin .Body .CellTop {
        padding: 3px;
        vertical-align: top;
        border-bottom: solid 1px #dadada;
    }

.Table {
    width: 100%;
    border-right: solid 1px #dfedf8;
    border-bottom: solid 1px #dfedf8;
    border-left: solid 1px #dfedf8;
    background-color: #f8f8f8;
}

    .Table .Header .Cell {
        color: #2e6e9e;
        font-weight: bold;
        background: #dfeffc url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
        height: 25px;
        padding-left: 3px;
    }

    .Table .Row {
        background-color: #ffffff;
    }

    .Table .Alt {
        background-color: #f7f9fd;
    }

    .Table .AltLight {
        background-color: #fbfbfb;
    }

    .Table .Body .Cell {
        padding: 4px;
    }

    .Table .Cell {
        padding: 4px;
        border-top: Solid 1px #dfedf8;
    }

.Filter {
    display: block;
    font-size: 7.5pt;
}

.FilterAlt {
    display: block;
    font-size: 7.5pt;
    background-color: #f7f9fd;
}

.pnlShow {
    display: inline;
}

.pnlHide {
    display: none !important;
}

.MultiPanelNavHeaderDefault {
    border: 1px solid #dfedf8;
    background: #dfeffc url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #2e6e9e;
    outline: none;
}

.MultiPanelNavHeaderActive {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url('/jQuery/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009;
    outline: none;
}

.SinglePanelNavigationRightHeader {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .5em;
    cursor: default;
    margin-top: 1px;
    position: relative;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding-box;
    background: #FFFFFF url('/jQuery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png') repeat-x scroll 50% 50%;
    border: 1px solid #AAAAAA;
    color: #212121;
    font-weight: bold;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
}

.SinglePanelNavigationRightHeaderImage {
    background-image: url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png');
    background-position: -64px -16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
    height: 16px;
}

.SinglePanelNavigationRightBody {
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
    display: block;
    border-top: 0 none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    position: relative;
    top: 1px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding-box;
    background: #FFFFFF url('/jQuery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png') repeat-x scroll 50% 50%;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    color: #222222;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    text-decoration: none;
}

    .SinglePanelNavigationRightBody .ListItem {
        margin-left: 10px;
        display: block;
    }

.SinglePanelNavigationLeftContainer {
    margin-bottom: 20px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    text-decoration: none;
}

.SinglePanelNavigationLeftHeader {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .5em;
    cursor: default;
    margin-top: 1px;
    position: relative;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding-box;
    background: #F5F8F9 url('/jQuery/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png') repeat-x scroll 50% 50%;
    border: 1px solid #79B7E7;
    color: #E17009;
    font-weight: bold;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
}

.SinglePanelNavigationLeftHeaderImage {
    background-image: url('/jQuery/css/redmond/images/ui-icons_f9bd01_256x240.png');
    background-position: -32px -96px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
    height: 16px;
}

.EResourcesNavigationLeftHeaderImage {
    background-image: url('/jQuery/css/redmond/images/ui-icons_f9bd01_256x240.png');
    background-position: -80px -144px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
    height: 16px;
}

.SinglePanelNavigationLeftBody {
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
    display: block;
    border-top: 0 none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    position: relative;
    top: 1px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding-box;
    background: #FFFFFF url('/jQuery/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png') repeat-x scroll 50% 50%;
    border-left: 1px solid #A6C9E2;
    border-right: 1px solid #A6C9E2;
    border-bottom: 1px solid #A6C9E2;
    color: #222222;
    color: #222222;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    text-decoration: none;
}

.MultiCategoryNavigationHeader {
    font-weight: bold;
    padding: 0px 0px 3px 5px;
    color: #555;
    font-size: 13px;
}

.NoBold {
    font-weight: normal !important;
}

.NoUnderline {
    text-decoration: none !important;
}

.LinkDisableColor {
    color: #666;
}

.ButtonGreen {
    display: inline-block;
    height: 16px;
    padding: 2px 6px 0px 3px;
    background-color: #5da860;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none !important;
    color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

    .ButtonGreen:hover {
        background: #457d47;
    }

.ButtonGreenSmall {
    display: inline-block;
    height: 13px;
    padding: 1px 6px 1px 3px;
    background-color: #5da860;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none !important;
    color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

    .ButtonGreenSmall:hover {
        background: #457d47;
    }

.ButtonGreenSmall {
    display: inline-block;
    height: 13px;
    padding: 1px 6px 1px 3px;
    background-color: #5da860;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none !important;
    color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

    .ButtonGreenSmall:hover {
        background: #457d47;
    }

.add-to-cart {
    display: inline-block;
    width: 93px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px 0px;
}

    .add-to-cart:hover {
        background-position: 0px -18px;
    }

.quick-add {
    display: inline-block;
    width: 93px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -36px;
    margin-top: 1px;
}

    .quick-add:hover {
        background-position: 0px -54px;
    }

.open-access-badge {
    display: inline-block;
    width: 93px;
    height: 24px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -400px;
    float: right;
}

.open-access-badge-forthcoming {
    display: inline-block;
    margin-top: 3px;
    font-size: 10px;
    float: right;
}

.open-access-badge:hover {
    background-position: 0px -424px;
}

.open-access-badge-download {
    display: inline-block;
    width: 93px;
    height: 38px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -324px;
    float: right;
}

    .open-access-badge-download:hover {
        background-position: 0px -362px;
    }

.open-access-badge-sm {
    display: inline-block;
    width: 32px;
    height: 17px;
    cursor: default;
    background: url('/Images/open-access-badge-sm.png') no-repeat;
    float: left;
    margin: -1px 0px 0px 4px;
}

.supplementary-materials-included {
    display: inline-block;
    width: 160px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -180px;
    margin-top: 1px;
}

    .supplementary-materials-included:hover {
        background-position: 0px -198px;
    }

.supplementary-materials-not-included {
    display: inline-block;
    width: 160px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -216px;
    margin-top: 1px;
}

    .supplementary-materials-not-included:hover {
        background-position: 0px -234px;
    }

.show-complete-details {
    display: inline-block;
    width: 160px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -252px;
    margin-top: 1px;
}

    .show-complete-details:hover {
        background-position: 0px -270px;
    }

.show-complete-details-off {
    display: inline-block;
    width: 160px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -288px;
    margin-top: 1px;
}

    .show-complete-details-off:hover {
        background-position: 0px -306px;
    }

.ShoppingCartButtonIconSmall {
    height: 12px;
    width: 16px;
    display: inline-block;
    margin-top: -7px;
    background: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png') no-repeat -48px -112px;
    text-decoration: none !important;
}

.ButtonGreenTextSmall {
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none !important;
    display: inline-table;
    margin-top: -1px;
}

.ButtonGreenSpace {
    margin-right: 7px;
}

.ButtonGreenText {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 1px;
}

.ButtonIcon {
    height: 16px;
    width: 16px;
    display: inline-block;
    padding-right: 6px;
}

.DownloadButtonIcon {
    height: 16px;
    width: 16px;
    display: block;
    background: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png') no-repeat -48px -64px;
}

.PriceListHeader {
    font-weight: bold;
    margin-left: 10px;
    border-bottom: 1px solid #dadada;
    font-size: 11px;
    margin-top: 10px;
}

.ListPriceHeader {
    font-size: 11px;
    color: #777;
    margin-right: 9px;
    font-weight: normal;
    float: right;
}

.priceddl {
    display: inline-block;
    cursor: pointer;
    border: 1px solid silver;
    padding: 1px;
    width: 200px;
    height: 22px;
}

.pricedllselected {
    color: #444;
    display: inline-block;
    font-size: 14px;
    padding: 0 8px 2px 4px;
    font-weight: bold;
    width: 400px;
    height: 18px;
}

.priceddlarrow {
    display: inline-block;
    height: 18px;
    width: 16px;
    float: right;
    border: 1px solid #777;
    background: #f3f3f3 url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png') no-repeat -64px -15px;
}

.priceddlitems {
    margin: -1px 0px 0px -0px;
    border: 1px Solid #bebebe;
    display: none;
    width: 375px;
    float: right;
    position: absolute;
    background-color: #fff;
    z-index: 10;
}

    .priceddlitems .content {
        padding: 0px 10px 10px 10px;
        display: block;
    }

.orangesmall {
    color: #e48100;
    font-size: 11px;
    font-weight: bold;
}

.Price {
    color: #e48100;
    font-size: 20px;
    font-weight: bold;
}

.PriceSmall {
    color: #e48100;
    font-size: 18px;
    font-weight: bold;
}

.overview-price {
    color: #e48100;
    font-size: 18px;
    font-weight: bold;
    padding-right: 9px;
}

.overview-list-price-discount {
    color: #666;
    font-size: 11px;
    padding-right: 9px;
    margin-bottom: 4px;
}

.PriceExtraSmall {
    color: #e48100;
    font-size: 14px;
    font-weight: bold;
}

.price-container {
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #eaeaea;
}

    .price-container .formats {
        text-align: left;
        padding-right: 0px;
        padding-left: 18px;
        padding-top: 5px;
        width: 300px;
    }

        .price-container .formats .text {
            color: #444;
            display: inline-table;
            font-size: 14px;
        }

        .price-container .formats .subtext {
            font-size: 11px;
            color: #777;
            margin-top: 2px;
        }

    .price-container .price {
        text-align: center;
        padding-left: 0px;
    }

        .price-container .price .current-price {
            color: #e48100;
            font-size: 20px;
            font-weight: bold;
            padding-top: 3px;
            line-height: 16px;
        }

        .price-container .price .list-price {
            color: #666;
            font-size: 11px;
        }

            .price-container .price .list-price .strike {
                text-decoration: line-through;
            }

    .price-container .add-to-cart-container {
        width: 120px;
        text-align: center;
    }

        .price-container .add-to-cart-container .padding {
            padding: 0px 0px 0px 8px;
        }

.content-lp-main-fixed {
    display: inline-block;
    width: 530px;
}

.content-lp-img-outer {
    position: relative;
    float: left;
    max-width: 152px;
    margin: 10px 30px 0px 0px;
}

    .content-lp-img-outer .contents-hash {
        position: relative;
    }

.open-access-logo {
    margin-top: 13px;
}

.open-access-logo-platform {
    margin-top: 10px;
}

.cite-container-gateway {
    display: none;
    margin: 6px 0px 0px -65px !important;
    width: 400px !important;
    padding: 15px;
    font-size: 10px;
    position: absolute;
    z-index: 31;
    right: auto !important;
}

.isbn-doi-outer {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 11px;
}

.isbn-doi-inner {
    display: inline-block;
    float: left;
}

    .isbn-doi-inner .top {
        margin-bottom: 5px;
    }

.isbn-label {
    color: #888;
}

.isbn-divider {
    color: #ddd;
    margin: 0px 10px;
}

.rb-sc {
    display: inline-block;
    list-style-type: none;
    margin: 0px 0px 4px 0px;
}

    .rb-sc input {
        display: inline-block;
        margin: 0px 4px 1px 0px;
        height: 13px;
        padding: 0px;
        vertical-align: top;
    }

    .rb-sc label {
        display: inline-block;
        width: 160px;
        vertical-align: top;
    }

.add-to-cart-sb {
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 3px;
    width: 215px;
    float: right;
    margin: 0px 0px 0px 10px;
}

    .add-to-cart-sb .inner {
        display: inline-block;
        padding: 12px 15px;
    }

        .add-to-cart-sb .inner .customer-type {
            font-size: 11px;
            margin-top: 7px;
            padding-top: 4px;
            border-top: 1px solid #dadada;
        }

            .add-to-cart-sb .inner .customer-type .customer-type-label-text {
                font-size: 11px;
                color: #333;
                margin-bottom: 5px;
            }

            .add-to-cart-sb .inner .customer-type .option-space {
                margin-right: 7px;
            }

        .add-to-cart-sb .inner .buy {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .add-to-cart-sb .inner .quantity {
            display: inline-block;
            width: 80px;
            float: left;
        }

        .add-to-cart-sb .inner .price {
            display: inline-block;
            margin-bottom: 10px;
        }

        .add-to-cart-sb .inner .price-text {
            display: inline-block;
            width: 105px;
            color: #e48100;
            font-size: 22px;
            font-weight: bold;
            line-height: .9;
        }

        .add-to-cart-sb .inner .price-savings {
            display: inline-block;
            float: left;
            margin-bottom: 8px;
        }

            .add-to-cart-sb .inner .price-savings .row {
                margin-bottom: 2px;
                color: #888;
                float: left;
            }

                .add-to-cart-sb .inner .price-savings .row .label-text {
                    display: inline-block;
                    width: 81px;
                }

        .add-to-cart-sb .inner .promotions {
            display: inline-block;
            width: 100%;
            margin: 0px 0px 15px 0px;
        }

            .add-to-cart-sb .inner .promotions .row {
                display: inline-block;
                width: 100%;
                font-size: 11px;
                margin: 0px 0px 2px 0px;
            }

                .add-to-cart-sb .inner .promotions .row .img {
                    margin-right: 4px;
                    float: left;
                }

        .add-to-cart-sb .inner .access-type {
            display: inline-block;
            width: 100%;
            font-size: 11px;
            margin: 0px 0px 5px 0px;
        }

            .add-to-cart-sb .inner .access-type .ddl {
                width: 185px;
                font-size: 11px;
            }

            .add-to-cart-sb .inner .access-type .subscription-years {
                display: inline-block;
                position: relative;
                width: 185px;
                z-index: 800;
            }

                .add-to-cart-sb .inner .access-type .subscription-years .alt-row {
                    display: inline-block;
                    width: 100%;
                    background-color: #f5f5f5;
                }

                    .add-to-cart-sb .inner .access-type .subscription-years .alt-row .inner {
                        padding: 5px 8px;
                    }

                .add-to-cart-sb .inner .access-type .subscription-years .header {
                    border-bottom: 1px solid #dadada;
                }

                .add-to-cart-sb .inner .access-type .subscription-years .footer {
                    border-top: 1px solid #dadada;
                }

                .add-to-cart-sb .inner .access-type .subscription-years .chk {
                    display: inline-block;
                    padding: 0;
                    margin: 0px 5px 0 0px;
                    vertical-align: top;
                }

                .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list {
                    max-height: 200px;
                    overflow-y: auto;
                    padding: 4px 0px;
                }

                    .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .row {
                        padding: 0px 8px;
                    }

                    .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .active-text {
                        color: #333;
                    }

                    .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .inactive-text {
                        color: #777;
                    }

        .add-to-cart-sb .inner .button {
            margin: 5px 0px 20px 0px;
        }

            .add-to-cart-sb .inner .button .bg {
                position: relative;
                background-color: #4b9456;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

            .add-to-cart-sb .inner .button .button-style {
                width: 165px;
                text-align: center;
            }

                .add-to-cart-sb .inner .button .button-style .icon-style {
                    width: 20px;
                    height: 20px;
                    background: url('/Images/shopping-cart-icon-med.png') no-repeat;
                }

        .add-to-cart-sb .inner .fulfillment {
            display: inline-block;
            width: 100%;
            font-size: 11px;
        }

            .add-to-cart-sb .inner .fulfillment .in-stock {
                font-size: 14px;
                color: #080;
            }

            .add-to-cart-sb .inner .fulfillment .coming-soon {
                font-size: 14px;
                color: #333;
            }

            .add-to-cart-sb .inner .fulfillment .in-stock .img {
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url('/Images/accept.png');
                vertical-align: text-bottom;
                margin: 0px 3px 0px -1px;
            }

.checkout {
}

    .checkout .box-container {
        display: inline-block;
        float: left;
        margin: 15px 0px 0px 0px;
        cursor: pointer;
    }

        .checkout .box-container .active {
            border: 1px solid #e48100;
            background-color: #fcf6f0;
        }

        .checkout .box-container .outer {
            display: inline-block;
            border-radius: 3px;
        }

            .checkout .box-container .outer .inner {
                display: inline-block;
                padding: 10px 18px 10px 16px;
            }

                .checkout .box-container .outer .inner .upper .text {
                    display: inline-block;
                    float: left;
                    color: #333;
                    font-weight: bold;
                }

                .checkout .box-container .outer .inner .lower .text {
                    display: inline-block;
                    float: left;
                    color: #777;
                    margin: 2px 0px 0px 19px;
                    font-size: 11px;
                }

    .checkout .checkbox-link {
        display: inline-block;
        font-size: 12px;
        padding: 2px 0px;
        width: 100%;
    }

        .checkout .checkbox-link .checkbox {
            display: inline-block;
            width: 14px;
            height: 13px;
            background-repeat: no-repeat;
            margin-right: 6px;
            float: left;
        }

        .checkout .checkbox-link .empty {
            background-image: url('/images/checkbox-empty.png');
        }

        .checkout .checkbox-link .selected {
            background-image: url('/images/checkbox-selected.png');
        }

    .checkout:hover .checkbox-link:hover {
        background-color: inherit;
    }

    .checkout:hover .checkbox-link .empty {
        background-image: url('/images/checkbox-select.png');
    }

    .checkout:hover .checkbox-link .selected {
        background-image: url('/images/checkbox-close.png');
    }

.price-container-grid {
    display: inline-block;
    width: 500px;
    float: left;
    margin: 15px 0px 20px 0px;
}

    .price-container-grid .header-text {
        color: #e48100;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .price-container-grid .box-container {
        display: inline-block;
        width: 219px;
        float: left;
        margin: 0px 15px 5px 0px;
        cursor: pointer;
    }

        .price-container-grid .box-container .active {
            border: 1px solid #e48100;
            background-color: #fcf6f0;
        }

        .price-container-grid .box-container .inactive {
            border: 1px solid #dadada;
            background-color: #fff;
        }

        .price-container-grid .box-container .outer {
            display: inline-block;
            height: 49px;
            border-radius: 3px;
        }

            .price-container-grid .box-container .outer .inner {
                display: inline-block;
                padding: 4px 10px;
            }

                .price-container-grid .box-container .outer .inner .upper {
                    display: inline-block;
                }

                    .price-container-grid .box-container .outer .inner .upper .price-type-text {
                        display: inline-block;
                        width: 95px;
                        float: left;
                        margin: 3px 5px 2px 0px;
                        color: #333;
                        font-weight: bold;
                    }

                    .price-container-grid .box-container .outer .inner .upper .prices {
                        display: inline-block;
                        float: right;
                        text-align: center;
                        width: 97px;
                    }

                        .price-container-grid .box-container .outer .inner .upper .prices .price-text {
                            color: #e48100;
                            font-size: 18px;
                        }

                        .price-container-grid .box-container .outer .inner .upper .prices .list-price-label-text {
                            color: #777;
                            font-size: 10px;
                        }

                        .price-container-grid .box-container .outer .inner .upper .prices .list-price-text {
                            display: inline-block;
                            text-decoration: line-through;
                        }

                .price-container-grid .box-container .outer .inner .customer-type {
                    font-size: 11px;
                    margin-top: 2px;
                    padding-top: 3px;
                    border-top: 1px solid #dadada;
                }

                    .price-container-grid .box-container .outer .inner .customer-type .customer-type-label-text {
                        display: inline-block;
                        margin-right: 4px;
                        font-size: 11px;
                        color: #777;
                    }

                    .price-container-grid .box-container .outer .inner .customer-type .option-space {
                        margin-right: 7px;
                    }

.journal-price-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #eaeaea;
}

    .journal-price-container .formats {
        text-align: left;
        /*width: 184px;*/
        padding-right: 0px;
        /*padding-left: 18px;*/
        padding-top: 4px;
    }

    .journal-price-container .subscription-year {
        text-align: left;
        width: 105px;
        padding-right: 0px;
        padding-left: 10px;
        padding-top: 4px;
    }

        .journal-price-container .subscription-year .ddl {
            width: 105px;
            height: 24px;
        }

    .journal-price-container .price {
        text-align: center;
        padding-left: 0px;
    }

        .journal-price-container .price .current-price {
            color: #e48100;
            font-size: 20px;
            font-weight: bold;
            padding-top: 21px;
            line-height: 16px;
        }

        .journal-price-container .price .list-price {
            color: #666;
            font-size: 11px;
        }

            .journal-price-container .price .list-price .strike {
                text-decoration: line-through;
            }


    .journal-price-container.book-series .price {
        text-align: left;
        padding: 0 15px;
    }

    .journal-price-container.book-series .add-to-cart-container {
        text-align: left;
    }

    .journal-price-container .add-to-cart-container {
        /*width: 120px;*/
        height: 65px;
        text-align: center;
    }

        .journal-price-container .add-to-cart-container .padding {
            padding: 10px 8px 18px 0px;
        }

.strike {
    text-decoration: line-through;
}

.ToolBarBox {
    background: #F8F8F8;
    border: 1px solid #E0E0E0;
    display: inline-block;
    height: 22px;
    margin: 10px 0 15px;
    padding: 0;
}

.GrayButton {
    border: 1px solid #e0e0e0;
    background: #ccc url('/jQuery/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;
    font-weight: normal;
    color: #777;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: .3em .5em .2em 0.25em;
}

.BlueButton {
    border: 1px solid #2E6E9E;
    background: #ccc url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
    font-weight: normal;
    color: #2E6E9E;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: .3em .5em .2em 0.25em;
}

.GrayButtonIcon {
    height: 16px;
    width: 16px;
    display: block;
    background: url('/jQuery/css/redmond/images/ui-icons_6da8d5_256x240.png') no-repeat -80px -96px;
}

.BlankButtonIcon {
    height: 16px;
    width: 16px;
    display: block;
}

.DefaultTextBoxText {
    width: 125px;
}

.DefaultTextBoxTextActive {
    color: #a1a1a1 !important;
    font-style: italic;
}

.jQueryIcon {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/redmond/images/ui-icons_6da8d5_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: -1px;
}

.jQueryIconSmoothness {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/smoothness/images/ui-icons_454545_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: -1px;
}

.jQueryIconSmoothnessLight {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: -1px;
}

.jQueryIconUiLightness {
    height: 15px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: -1px;
}

.jQueryIconBlitzer {
    height: 18px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
}

.jQueryIconRedmond {
    height: 18px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/redmond/images/ui-icons_f9bd01_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
}

.HeaderNavigationText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 16px;
    padding-right: 3px;
    vertical-align: top;
    color: #555;
    text-decoration: none;
    margin-top: -1px;
}

a.HeaderNavigationLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 16px;
    padding-right: 3px;
    vertical-align: top;
    color: #555;
    text-decoration: none;
}

    a.HeaderNavigationLink:hover {
        text-decoration: underline;
        color: #000;
    }

a.HoverOverLink {
    font-family: Arial;
    font-size: 13px;
    color: #36c;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

    a.HoverOverLink:hover {
        background-color: #edf8fd;
    }

a.navlinknavh {
    font-family: Arial;
    font-size: 13px;
    color: #36c;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
}

    a.navlinknavh:hover {
        background-color: #edf8fd;
    }

a.navlinkitem {
    font-family: Arial;
    font-size: 11px;
    color: #444;
    padding: 3px 5px;
    text-decoration: none;
    display: block;
}

    a.navlinkitem:hover {
        background-color: #ccc;
    }

a.navlinkitemlight {
    font-family: Arial;
    font-size: 11px;
    color: #444;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
    margin: 2px 1px 0px 1px;
    display: inline-block;
    cursor: pointer;
}

    a.navlinkitemlight:hover {
        background-color: #eee;
    }

.arrowsmall {
    display: inline-block;
    background: url('/Images/arrowsmall.png') no-repeat;
    height: 5px;
    width: 2px;
    vertical-align: middle;
    margin-right: 3px;
}

a.navlinknavhsmall {
    font-family: Arial;
    font-size: 12px;
    color: #36c;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
}

    a.navlinknavhsmall:hover {
        background-color: #edf8fd;
    }

span.navlinkc,
a.navlinkc {
    font-family: Arial;
    font-size: 11px;
    color: #777;
    text-decoration: none;
}

    a.navlinkc:hover {
        color: #333;
    }

.link-gray-s {
    font-family: Arial;
    font-size: 11px;
    color: #777;
    text-decoration: none;
    cursor: pointer;
}

    .link-gray-s:hover {
        color: #333;
    }

.navc {
    font-family: 'Arial';
    font-size: 12px;
    color: #555;
    text-decoration: none;
    cursor: default;
    position: relative;
    padding: 5px 6px;
}

    .navc a {
        color: #555;
        text-decoration: none;
        cursor: pointer;
    }

a.navlinkl {
    font-family: 'Arial';
    font-size: 12px;
    color: #555;
    text-decoration: none;
    padding: 5px 6px;
    display: block;
    width: 100%;
}

    a.navlinkl:hover {
        color: #333;
        background-color: #f3f3f3;
    }

.leftinner a.navlinkl:last-child {
    border-bottom: 0;
}

a.link-12-555 {
    font-family: 'Arial';
    font-size: 12px;
    color: #555;
    text-decoration: none;
}

    a.link-12-555:hover {
        color: #333;
    }

a.link-12-999 {
    font-family: 'Arial';
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

    a.link-12-999:hover {
        color: #555;
    }

    a.link-12-999 .glyphicon {
        font-size: 11px;
    }

a.navlinkllast {
    font-family: 'Arial';
    font-size: 12px;
    color: #555;
    text-decoration: none;
    padding: 5px 6px;
    display: block;
    border-bottom: 0px;
    width: 100%;
}

    a.navlinkllast:hover {
        color: #333;
        background-color: #f3f3f3;
    }

.chkboxlist td {
    vertical-align: top;
    padding-bottom: 5px;
}

.chkboxlist input {
    float: left;
}

.chkboxlist label {
    display: inline-block;
    width: 90%;
    margin-left: 5px;
    padding-top: 2px;
    font-weight: normal;
}

.leftouter {
    width: 175px;
    padding: 0px 0px 4px 0px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

.leftheader {
    width: 163px;
    padding: 5px 6px 7px 6px;
    font-size: 15px;
    font-family: 'Tahoma', 'Trebuchet MS';
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-color: #e5e5e5;
    background-image: url('/Images/leftheader-bg-fallback.png');
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #eee), color-stop(.25, #fcfcfc), color-stop(.5, #f9f9f9), color-stop(1, #e5e5e5));
    background-image: -webkit-linear-gradient(top, #eee 0%, #fcfcfc 25%, #f9f9f9 50%, #e5e5e5 100%);
    background-image: -moz-linear-gradient(top, #eee 0%, #fcfcfc 25%, #f9f9f9 50%, #e5e5e5 100%);
    background-image: -ms-linear-gradient(top, #eee 0%, #fcfcfc 25%, #f9f9f9 50%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #eee 0%, #fcfcfc 25%, #f9f9f9 50%, #e5e5e5 100%);
}

    .leftheader a {
        color: #333;
        width: 100%;
        display: inline-block;
    }

        .leftheader a:hover {
            color: #777;
        }

.leftinner {
    width: 163px;
    padding: 0px 0px;
}

    .leftinner .header {
        font-weight: bold;
        margin: 0px 0px 4px 6px;
    }

.rightouter {
    width: 166px;
    padding: 0px 0px 7px 0px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

.rightheader {
    width: 154px;
    padding: 4px 6px 8px 6px;
    font-size: 15px;
    font-family: 'Tahoma', 'Trebuchet MS';
    color: #555;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    background-image: url('/Images/rightheader-bg-fallback.png');
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #f0f0f0), color-stop(1, #fcfcfc));
    background-image: -webkit-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
    background-image: -ms-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
}

.rightinner {
    width: 154px;
    padding: 4px 6px 6px 6px;
    background-color: #fff;
}

.rightinnernopad {
    width: 154px;
    background-color: #fff;
}

a.navlinkcsmall {
    font-family: Arial;
    font-size: 11px;
    color: #36c;
    text-decoration: none;
}

    a.navlinkcsmall:hover {
        color: #333;
    }

.navlinkcsmall {
    font-family: Arial;
    font-size: 11px;
    color: #36c;
    text-decoration: none;
    cursor: pointer;
}

    .navlinkcsmall:hover {
        color: #333;
    }

a.navlinkgraysmall {
    font-family: Arial;
    font-size: 11px;
    color: #777;
    text-decoration: none;
    display: inline !important;
}

    a.navlinkgraysmall:hover {
        color: #333;
    }

a.navlinklightc {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 12px;
    color: #eee;
    text-decoration: none;
    padding: 0px 4px;
}

    a.navlinklightc:hover {
        color: #ccc;
    }

a.footerlink {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
}

    a.footerlink:hover {
        color: #fff;
    }

.footerlink {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
}

    .footerlink:hover {
        color: #fff;
    }

.TopNavText {
    font-family: "Tahoma", "Arial";
    font-size: 12px;
    color: #777;
    padding: 5px;
    text-decoration: none;
}

a.TopNavLink {
    font-family: "Tahoma", "Arial";
    font-size: 12px;
    color: #ddd;
    padding: 0px 5px;
    text-decoration: none;
}

    a.TopNavLink:hover {
        color: #bbb;
    }

.ImpactFactor {
    width: 75px;
    margin-top: -7px;
    margin-right: -3px;
    margin-left: 6px;
}

.ImpactFactorImage {
    width: 75px;
    float: right;
}

.excellence-in-research-journal-award {
    width: 100px;
    float: right;
}

.PrePubInfo {
    margin: -7px -3px 0px 6px;
}

.coming-soon-banner {
    margin-top: -7px;
}

.LightBlueBg {
    background-color: #EDF8FD;
}

.ssl-seal-fix a {
    padding: 0;
}

#jQueryTooltipDialog {
    display: none;
    background: transparent url('/Images/Tooltip/black_arrow.png');
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #f1f1f1;
}

.GridViewHeader {
    color: #2e6e9e;
    font-weight: bold;
    background: #dfeffc url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
    border-bottom: solid 1px #dfedf8;
    height: 35px;
}

.Combo2Button {
    border: 1px solid #79b7e7;
    background: #dfedf8 url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #333;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: 0.1em .5em 0.1em .25em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Combo2ButtonIcon {
    height: 16px;
    width: 16px;
    display: block;
    background-image: url('/jQuery/css/redmond/images/ui-icons_217bc0_256x240.png');
    background-repeat: no-repeat;
}

a.Combo2Link:link {
    color: #333 !important;
    text-decoration: none !important;
}

a.Combo2Link:visited {
    color: #333 !important;
    text-decoration: none !important;
}

a.Combo2Link:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

a.Combo2Link:active {
    color: #333 !important;
    text-decoration: none !important;
}

.ToggleButtonOn {
    border: 1px solid #79b7e7;
    background: #dfedf8 url('/jQuery/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #333;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: 0.1em .5em 0.1em .25em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ToggleButtonOff {
    border: 1px solid #ccc;
    background: #dfedf8 url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #555;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: 0.1em .5em 0.1em .25em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ToggleButtonIconOn {
    height: 16px;
    width: 0px;
    display: block;
}

.ToggleButtonIconOff {
    height: 16px;
    width: 16px;
    display: block;
    background-image: url('/jQuery/css/redmond/images/ui-icons_6da8d5_256x240.png');
    background-repeat: no-repeat;
    background-position: 0 -192px;
}

a.ToggleButtonLinkOn:link {
    color: #333 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.ToggleButtonLinkOn:visited {
    color: #333 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.ToggleButtonLinkOn:hover {
    color: #333 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.ToggleButtonLinkOn:active {
    color: #333 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.ToggleButtonLinkOff:link {
    color: #333 !important;
    text-decoration: none !important;
}

a.ToggleButtonLinkOff:visited {
    color: #333 !important;
    text-decoration: none !important;
}

a.ToggleButtonLinkOff:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

a.ToggleButtonLinkOff:active {
    color: #333 !important;
    text-decoration: none !important;
}

a.RemoveLink:link {
    color: #777 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink:visited {
    color: #777 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink:hover {
    color: #777 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink:active {
    color: #777 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink333:link {
    color: #333 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink333:visited {
    color: #333 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink333:hover {
    color: #333 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink333:active {
    color: #333 !important;
    text-decoration: none !important;
    cursor: default !important;
}

.StripLeftPadding p {
    padding-left: 0px;
}

#jsddm {
    margin: 0px;
    padding: 0px;
}

    #jsddm li {
        float: left;
        list-style: none;
        height: 20px;
        padding: 0px;
        margin: 0px;
    }

        #jsddm li a {
            cursor: pointer;
            display: block;
        }

        #jsddm li ul {
            background-color: #fff;
            margin: 0px;
            position: absolute;
            visibility: hidden;
            padding: 10px;
            border: 3px solid #bebebe;
            z-index: 999;
            text-align: left;
            display: block;
        }

.ddmtop {
    background: #f7f7f7 url('/Images/navbg.png') 0% 0% repeat-x;
    margin: 0px;
    position: absolute;
    padding: 0px 20px 0px 20px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    z-index: 1200;
    text-align: left;
    left: -200px;
    top: 44px;
    width: 950px;
    -moz-box-shadow: 1px 3px 3px 0px #ccc;
    -webkit-box-shadow: 1px 3px 3px 0px #ccc;
    box-shadow: 1px 3px 3px 0px #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

    .ddmtop .header {
        display: inline-block;
        color: #222;
        font-size: 16px;
        padding: 5px;
        font-family: 'Tahoma', 'Trebuchet MS';
        cursor: default;
    }

    .ddmtop .header-link {
        cursor: pointer;
    }

    .ddmtop .header-link-dark {
        color: #222;
    }

.ddmlist {
    background: #f3f3f3 url('/Images/navbg.png') repeat-x;
    margin: 0px;
    position: absolute;
    padding: 10px 20px 20px 20px;
    border: 1px solid #aaa;
    z-index: 1200;
    text-align: left;
    left: 170px;
    top: -5px;
    width: 250px;
}

.ddmtop .link-light {
    color: #777;
    text-decoration: underline;
}

    .ddmtop .link-light:hover {
        color: #333;
        text-decoration: none;
    }

.ddmtop .ddm-divider {
    display: inline-block;
    height: 258px;
    border-left: 1px solid #dadada;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.5, #f1f1f1), color-stop(1, #f7f7f7));
    background-image: -webkit-linear-gradient(left, #f1f1f1 50%, #f7f7f7 100%);
    background-image: -moz-linear-gradient(left, #f1f1f1 50%, #f7f7f7 100%);
    background-image: -ms-linear-gradient(left, #f1f1f1 50%, #f7f7f7 100%);
    background-image: -o-linear-gradient(left, #f1f1f1 50%, #f7f7f7 100%);
}

.ddmtop-books {
    background: #f7f7f7 url('/Images/reference-books-t-nav.png') 0px 3px no-repeat;
}

.ddmtop-journals {
    background: #f7f7f7 url('/Images/reference-journals-t-nav.png') 0px 3px no-repeat;
}

.ddmtop-e-resources {
    background: #f7f7f7 url('/Images/e-resources-t-nav.png') 0px 62px no-repeat;
}

.ddmtop-teaching-cases {
    background: #f7f7f7 url('/Images/teaching-cases-t-nav.png') 0px 1px no-repeat;
}

.ddmtop-videos {
    background: #f7f7f7 url('/Images/teaching-cases-t-nav.png') 0px 1px no-repeat;
}

.ddmtop-resources {
    background: #f7f7f7;
    height: 200px;
}

.ddmtop-media {
    background: #f7f7f7;
    height: 200px;
}

/*.ddmtop .item{float:right;}*/

.ddmtop .item {
    float: left;
    padding: 10px 0px 20px 0px;
}

.ddmtop .desc {
    display: inline-block;
    color: #333;
    padding: 5px 15px 5px 5px;
    cursor: pointer;
}

.leftnavstheader {
    color: #222;
    font-size: 16px;
    padding: 5px 10px;
    font-family: 'Tahoma', 'Trebuchet MS';
    cursor: default;
}

.featureboxinner {
    padding: 20px 15px;
    margin-right: 10px;
    width: 212px;
    height: 80px;
    background: #f7f7f7 url('/Images/featurebox.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #666;
}

.featureboxinnerlast {
    padding: 20px 15px;
    width: 212px;
    height: 80px;
    background: #f7f7f7 url('/Images/featurebox.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #666;
}

.featureboxinnerheader {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.topicscoveredheader {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 4px 0px;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-style: italic;
    margin-top: 10px;
}

.topicscovered {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    padding-top: 5px;
    color: #333;
}

    .topicscovered .tcleft {
        width: 220px;
        float: left;
    }

    .topicscovered .tcright {
        width: 220px;
        float: right;
    }

#jsddm li ul li {
    float: none;
    display: inline;
}

#jsddml {
    margin: 0px;
    padding: 0px;
}

    #jsddml li {
        float: left;
        list-style: none;
        font: 12px 'Tahoma', 'Trebuchet MS', 'Arial';
        margin: 0px;
        padding: 0px;
        position: relative;
    }

        #jsddml li ul {
            left: 150px;
            top: -4px;
            background-color: #fff;
            margin: 0px;
            position: absolute;
            visibility: hidden;
            padding: 5px 10px;
            border: 3px solid #bebebe;
            z-index: 999;
            width: 225px;
        }

            #jsddml li ul li {
                float: none;
                display: inline;
            }

select.SmallTextListBox {
    font-size: x-small;
}

.ImageBorder {
    border: Solid 1px #666;
}

.Title1 {
    font-size: 16px;
    color: #333;
    font-family: 'Tahoma';
    font-weight: bold;
}

.Title2 {
    font-size: 14px;
    color: #333;
    font-family: 'Tahoma';
    font-weight: normal;
}

.Title3 {
    font-size: 12px;
    color: #333;
    font-family: 'Tahoma';
    font-weight: normal;
}

.BorderBottom {
    border-bottom: Solid 1px #eeeeee;
    margin-bottom: 7px;
    width: 100%;
}

A.BlogFeed {
    font-size: 12px;
    padding-right: 20px;
    background: url('/Images/Rss_Icon_16x16.png') no-repeat 100%;
    right: 1px;
    top: 5px;
    position: absolute;
}

.sf_postTitle a {
    color: #e17009;
    font-size: .75em;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}

    .sf_postTitle a:hover {
        text-decoration: underline;
    }

.sf_CommentsCount {
    padding-top: 20px;
}

.sf_socialBookmarks {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.blogDisclaimer {
    font-size: 11px;
    font-style: italic;
    font-weight: lighter;
}

.RemoveListItemBullets {
    list-style-type: none;
    margin-left: -15px;
}

.MainRadioButtonList {
    list-style-type: none;
    margin-left: 0;
}

    .MainRadioButtonList input {
        margin: 0px 5px 1px 0px;
        height: 15px;
        padding: 0px;
        vertical-align: top;
        display: inline-block;
    }

    .MainRadioButtonList label {
        display: inline-block;
        vertical-align: top;
        height: 15px;
        font-weight: normal;
    }

.bComments {
    border-top: #b8c4cd 1px solid;
    padding-top: 22px;
}

ul.bCommentsList {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

    ul.bCommentsList LI {
        border-bottom: #e5e5e5 1px solid;
        padding-bottom: 17px;
        padding-left: 5px;
        width: 99%;
        padding-right: 0px;
        float: left;
        clear: both;
        font-size: 12px;
        padding-top: 17px;
    }

    ul.bCommentsList .bAuthorComment {
        background-color: #fffde5;
    }

    ul.bCommentsList LI .bLeft {
        width: 96px;
        padding-right: 10px;
        float: left;
    }

    * html ul.bCommentsList LI .bLeft {
        width: 74px;
    }

    ul.bCommentsList LI .bRight {
        padding-bottom: 7px;
        width: 350px;
        float: left;
    }

.bPostNewComment {
    margin-top: 26px;
    clear: both;
}

    .bPostNewComment LEGEND {
        margin-bottom: 17px;
        color: #222;
        font-size: 18px;
    }

    .bPostNewComment LI {
        padding-bottom: 14px;
        padding-left: 106px;
    }

.sClear:after {
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "";
}

.sClear {
    DISPLAY: inline-block;
}

.sClear {
    DISPLAY: block;
}

.inputLabel {
    display: block;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete-loading {
    background: white url('/Images/loading-ico.gif') right center no-repeat;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    width: 300px;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        float: left;
        clear: left;
        width: 300px;
        text-align: left;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: normal;
                margin: -1px;
            }

#CitationDropDownMenu {
    margin: 0px;
    padding: 0px;
}

    #CitationDropDownMenu li {
        float: left;
        list-style: none;
    }

        #CitationDropDownMenu li a {
            display: block;
            text-decoration: none;
            padding: 1px 3px 1px 1px;
            border: 1px solid #e7e7e7;
            white-space: nowrap;
        }

            #CitationDropDownMenu li a:hover {
            }

        #CitationDropDownMenu li ul {
            margin: 0px;
            padding: 5px;
            position: absolute;
            visibility: hidden;
            border: Solid 1px #ccc;
            width: 150px;
            height: 100px;
            background: #f7f7f7;
        }

            #CitationDropDownMenu li ul li {
                float: none;
                display: inline;
            }

                #CitationDropDownMenu li ul li a {
                    width: auto;
                }

                    #CitationDropDownMenu li ul li a:hover {
                    }

.CleanButton {
    font-weight: normal !Important;
    background-color: Transparent;
    padding: 0px;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    text-decoration: underline !Important;
}

.CleanImageButton {
    padding: 3px;
    border: Solid 1px #e0e0e0 !Important;
    background-color: #f9f9f9;
}

.CssLink {
    cursor: pointer;
}

.catalog-img {
    border: Solid 1px #777;
    width: 115px;
    margin-right: 10px;
    float: left;
}

.catalog-container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.catalog-title {
    font-size: 16px;
    vertical-align: top;
    width: 460px;
    display: inline-block;
}

.InfoSciHeaderText {
    color: #333;
    font-size: 22px;
    vertical-align: top;
    padding-left: 0px;
}

.InfoSciHeaderLink {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 11px;
    vertical-align: top;
    padding-left: 0px;
}

.InfoSciHeaderBackground {
    background: #efefef url('/Images/BlueSmoke.png') 50% 50% repeat-x;
    padding-top: 3px;
    border-top: Solid 1px #bfcee8;
}

.InfoSciContent {
    padding: 3px 3px 5px 17px;
    color: #333;
}

.HomepageHeaderText {
    font-family: Times New Roman;
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
    padding-left: 0px;
}

.HomepageHeaderBackground {
    background: #efefef url('/Images/BlueSmokeDark.png') 50% 50% repeat-x;
    border-top: Solid 1px #bfcee8;
    padding: 3px 0px 0px 3px;
}

.HomepageContent {
    padding: 3px 3px 5px 5px;
    color: #333;
}

.CssRow {
    height: auto;
}

.CssColumn {
    display: inline-table;
    vertical-align: top;
}

.LiTab {
    border: 0px !important;
    background-image: none !important;
    -border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.CheckBox input {
    margin: 0px 5px 1px 0px;
    height: 15px;
    padding: 0px;
    vertical-align: top;
    display: inline-block;
}

.CheckBox label {
    display: inline-table;
    vertical-align: top;
    height: 15px;
    font-weight: normal;
}

.CheckBoxInline input {
    margin: 0px 5px 1px 0px;
    height: 15px;
    padding: 0px;
    vertical-align: top;
    display: inline-block;
}

.CheckBoxInline label {
    display: inline;
    vertical-align: top;
    height: 15px;
    font-weight: normal;
}

.CheckBoxSmall input {
    margin: 1px 5px 0px 0px;
    height: 13px;
    padding: 0px;
    vertical-align: top;
    display: inline-block;
}

.CheckBoxSmall label {
    display: inline-table;
    vertical-align: top;
    height: 13px;
    font-weight: normal;
    margin-bottom: 0;
}

.CheckBoxSmall {
    border-spacing: 0px;
}

.TextBox {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0px;
    border: 1px Solid Silver;
    font-family: "Arial";
    color: #444;
}

.TextArea {
    padding: 0px;
    margin: 0px;
    border: 1px Solid Silver;
    font-size: 12px;
    font-family: "Arial";
    color: #444;
}

.DropDownList {
    font-size: 12px;
    font-family: "Arial";
    padding: 1px;
    height: 19px;
    margin: 0px;
    border: 1px Solid Silver;
    color: #444;
}

.DropDownListLight {
    font-size: 11px;
    font-family: "Arial";
    padding: 1px;
    height: 19px;
    margin: 0px;
    border: 1px Solid Silver;
    color: #777;
}

    .DropDownListLight option {
        color: #777;
    }

.DropDownListDark {
    font-size: 11px;
    font-family: "Arial";
    padding: 1px;
    height: 19px;
    margin: 0px;
    border: 1px Solid Silver;
    color: #333;
}

    .DropDownListDark option {
        color: #777;
    }

.DropDownListLarge {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    font-family: "Arial";
    padding: 1px;
    height: 19px;
    margin: 0px;
    border: 1px Solid Silver;
    color: #444;
}

.MultiSelect {
    font-size: 12px;
    font-family: "Arial";
    padding: 1px;
    margin: 0px;
    border: 1px Solid Silver;
    color: #444;
}

.UnorderedList {
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.UlMargins {
    margin-top: 2px;
    margin-bottom: 5px;
}

.ul-margins-med {
    margin-top: 5px;
    margin-bottom: 12px;
}

    .ul-margins-med .header, .ul-margins-med .ul-margins-med-header {
        font-size: 16px;
        margin-left: -1px;
    }

    .ul-margins-med ul {
        margin-top: 5px;
    }

.ul-checkbox-img {
    list-style-type: none;
}

    .ul-checkbox-img li {
        background-image: url('/Images/checkbox-20x15.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 30px;
        margin-bottom: 7px;
    }

.ul-arrow-right-img {
    list-style-type: none;
    padding-left: 0px;
    margin: 15px 0px 20px 0px;
}

    .ul-arrow-right-img li {
        background-image: url('/images/arrow-r.png');
        background-repeat: no-repeat;
        background-position: 0px 4px;
        padding-left: 15px;
        margin: 0px 0px 7px 2px;
    }

.ul-arrow-right-img-cond {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

    .ul-arrow-right-img-cond li {
        background-image: url('/images/arrow-r.png');
        background-repeat: no-repeat;
        background-position: 0px 4px;
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 3px 0px;
    }

.ul-arrow-right-img-cond-s {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

    .ul-arrow-right-img-cond-s li {
        background-image: url('/images/arrow-r.png');
        background-repeat: no-repeat;
        background-position: 0px 4px;
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 3px 0px;
        font-size: 11px;
    }

.LiMargin {
    margin-bottom: 5px;
}

.RadioButton {
    list-style-type: none;
    display: inline-table;
}

    .RadioButton input {
        margin: 0px 5px 1px 0px;
        height: 15px;
        padding: 0px;
        vertical-align: top;
        display: inline-block;
    }

    .RadioButton label {
        display: inline;
        vertical-align: text-top;
        height: 15px;
        font-weight: normal;
    }

    .RadioButton td {
        vertical-align: middle;
        padding: 0px;
        margin: 0px;
        height: 15px;
    }

.rbl {
    list-style-type: none;
    display: inline-table;
    width: 100%;
}

    .rbl input {
        margin: 1px 5px 1px 0px;
        height: 15px;
        padding: 0px;
        vertical-align: top;
        display: inline-block;
    }

    .rbl label {
        display: inline-block;
        vertical-align: top;
        min-height: 15px;
        width: 90%;
        font-weight: normal;
    }

    .rbl td {
        vertical-align: middle;
        padding: 0px 0px 5px 0px;
        margin: 0px;
    }

.LeftNavHeader {
    color: #e17009;
    font-weight: bold;
    font-size: 13px;
    border-top: Solid 1px #e8e8e8;
    border-bottom: Solid 1px #e8e8e8;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.LeftNavHeaderActive {
    color: #b65908;
    font-weight: bold;
    font-size: 13px;
    border-top: Solid 1px #e8e8e8;
    border-bottom: Solid 1px #e8e8e8;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.LeftNavHeaderLink {
    color: #e17009 !important;
    text-decoration: none !important;
}

    .LeftNavHeaderLink:hover {
        color: #b65908 !important;
    }

.LeftNavHeaderLinkBlue {
    color: #1D5987 !important;
    text-decoration: none !important;
}

.LeftNavItemLink {
    font-family: "Arial";
    font-size: 11px;
    color: #222 !important;
    text-decoration: none !important;
}

    .LeftNavItemLink:hover {
        color: #777 !important;
    }

.LeftNavItemHeaderLink {
    font-family: "Arial";
    font-size: 11px;
    color: #222 !important;
    text-decoration: none !important;
}

    .LeftNavItemHeaderLink:hover {
        color: #b65908 !important;
    }

.LeftNavItemHeaderLinkActive {
    font-family: "Arial";
    font-size: 11px;
    color: #b65908 !important;
    text-decoration: none !important;
}

.LeftNavItemSubLink {
    font-family: "Arial";
    font-size: 11px;
    color: #444 !important;
    text-decoration: none !important;
}

    .LeftNavItemSubLink:hover {
        color: #000 !important;
    }

.LeftNavItemLinkActive {
    font-family: "Arial";
    font-size: 11px;
    color: #222 !important;
    text-decoration: none !important;
    font-weight: bold;
}

.RightNavHeader {
    color: #222;
    font-weight: bold;
    border-top: Solid 1px #e8e8e8;
    border-bottom: Solid 1px #e8e8e8;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.RightNavItemLink {
    font-family: "Arial";
    font-size: 11px;
    color: #222 !important;
    text-decoration: none !important;
    padding: 3px 10px !important;
}

    .RightNavItemLink:hover {
        color: #777 !important;
    }

.BulletUl {
    margin-left: 5px;
    margin-bottom: 10px;
    list-style-image: url('/Images/ulbulletdark2.png');
}

    .BulletUl li {
        margin-bottom: 2px;
    }

.BulletUlDark {
    margin-left: 5px;
    margin-bottom: 15px;
    list-style-image: url('/Images/ulbulletdark.png');
}

    .BulletUlDark li {
        margin-bottom: 2px;
    }

.BulletUlSmall {
    margin-left: 5px;
    margin-bottom: 10px;
    list-style-image: url('/Images/ulbulletsmall.png');
}

    .BulletUlSmall li {
        margin-bottom: 1px;
    }

.ButtonBlue {
    display: inline-block;
    height: 16px;
    padding: 1px 12px 0px 12px;
    background: #6ba4d0 url('/Images/buttonbgblue.png') 50% 50% repeat-x;
    vertical-align: middle;
    border: Solid 1px #6ba4d0;
    cursor: pointer;
}

    .ButtonBlue:hover {
        background: #6ba4d0 url('/Images/buttonbgblueover.png') 50% 50% repeat-x;
    }

.ButtonBlueSpace {
    margin-right: 7px;
}

.ButtonBlueText {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 1px;
}

.ButtonGray {
    display: inline-block;
    height: 16px;
    padding: 1px 12px 0px 12px;
    background: #eee url('/Images/graygradbg.png') 50% 50% repeat-x;
    vertical-align: middle;
    border: Solid 1px #ccc;
    cursor: pointer;
}

    .ButtonGray:hover {
        background: #eee url('/Images/graygradbgover.png') 50% 50% repeat-x;
    }

.ButtonGraySpace {
    margin-right: 7px;
}

.ButtonGrayText {
    color: #444;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 1px;
}

.ButtonYellow {
    display: inline-block;
    height: 16px;
    padding: 1px 12px 0px 12px;
    background: #eee url('/Images/graygradbg.png') 50% 50% repeat-x;
    vertical-align: middle;
    border: Solid 1px #ccc;
    cursor: pointer;
}

    .ButtonYellow:hover {
        background: #eee url('/Images/graygradbgover.png') 50% 50% repeat-x;
    }

.ButtonSpace {
    margin-right: 7px;
}

.ButtonYellowText {
    color: #444;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 1px;
}

.CoverThumbnailLink {
    width: 75px;
    display: block;
    border: 1px Solid #777;
    margin: auto;
}

.CoverThumbnailImage {
    width: 75px;
    border-width: 0px;
}

.CoverImage {
    width: 150px;
    border-width: 0px;
}

.img-b {
    border: 1px solid #777;
    width: 150px;
}

.img-no-b {
    border: 1px solid transparent;
    width: 150px;
}

.img-b-t {
    border: 1px solid #777;
    width: 75px;
}

.img-b-t-video {
    border: 1px solid #777;
    width: 75px;
    height: 42px;
}

.img-no-b-t {
    border: 1px solid transparent;
    width: 75px;
}

.img-no-b-t-video {
    border: 1px solid transparent;
    width: 75px;
    height: 42px;
}

.img-b-cs {
    border: 1px solid #777;
    width: 100px;
    height: 129px;
    margin-bottom: 10px;
}

.img-no-b-cs {
    border: 1px solid transparent;
    width: 100px;
    height: 129px;
    margin-bottom: 10px;
}

.img-b-cs-video {
    border: 1px solid #777;
    width: 100px;
    height: 56px;
    margin-bottom: 10px;
}

.img-no-b-cs-video {
    border: 1px solid transparent;
    width: 100px;
    height: 129px;
    margin-bottom: 10px;
}

.img-sc-b-cs {
    border: 1px solid #777;
    width: 40px;
    height: 52px;
}

.img-sc-no-b-cs {
    border: 1px solid transparent;
    width: 40px;
    height: 52px;
}

.img-sc-b-cs-video {
    border: 1px solid #777;
    width: 40px;
    height: 22px;
}

.img-sc-no-b-cs-video {
    border: 1px solid transparent;
    width: 40px;
    height: 22px;
}

.img-b-cs-160 {
    border: 1px solid #777;
    width: 160px;
    height: 100px;
    margin-bottom: 10px;
}

.img-no-b-cs-160 {
    border: 1px solid transparent;
    width: 160px;
    height: 100px;
    margin-bottom: 10px;
}

.img-b-cs-75 {
    border: 1px solid #777;
    width: 75px;
    height: 100px;
    margin-bottom: 10px;
}

.img-no-b-cs-75 {
    border: 1px solid transparent;
    width: 75px;
    height: 100px;
    margin-bottom: 10px;
}

.img-b-cs-48 {
    border: 1px solid #777;
    width: 48px;
    margin-bottom: 10px;
}

.img-no-b-cs-48 {
    border: 1px solid transparent;
    width: 48px;
    margin-bottom: 10px;
}

.img-b-cs-h129 {
    border: 1px solid #777;
    height: 129px;
    margin-bottom: 10px;
}

.img-no-b-cs-h129 {
    border: 1px solid transparent;
    height: 129px;
    margin-bottom: 10px;
}

.img-b-cs-video-h129 {
    border: 1px solid #777;
    height: 72px;
    width: 129px;
    margin-bottom: 10px;
}

.img-no-b-cs-video-h129 {
    border: 1px solid transparent;
    height: 72px;
    width: 129px;
    margin-bottom: 10px;
}

.SocialNetworkingLinks {
    display: inline-table;
    height: 16px;
    vertical-align: middle;
}

.ButtonBlack {
    display: inline-block;
    height: 19px;
    padding: 0px 8px;
    background-color: #333;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
    border-right: 1px solid #555;
}

    .ButtonBlack:hover {
        background-color: #555;
    }

.SearchTextBox {
    border: 1px Solid #c8c8c8;
    width: 158px;
    color: #333;
}

.TextBoxWatermark {
    font-size: 11px;
    padding: 1px;
    height: 15px;
    margin: 0px 0px 0px 0px;
}

.TextBoxWatermarkActive {
    margin: 0px 0px 0px 0px;
    line-height: 15px;
    color: #a1a1a1 !important;
    font-style: italic;
    font-size: 10px !important;
    height: 15px;
}

.loginstatus {
    display: inline-block;
    height: 18px;
    vertical-align: top;
    padding-top: 3px;
    margin-right: 10px;
}

    .loginstatus .text {
        display: inline-block;
        color: #ddd;
        height: 15px;
        vertical-align: top;
    }

    .loginstatus .useremail {
        cursor: pointer;
        height: 15px;
        display: inline-block;
        padding-left: 5px;
    }

        .loginstatus .useremail .link {
            color: #ddd;
            font-family: 'Tahoma', 'Trebuchet MS';
        }

            .loginstatus .useremail .link:hover {
                color: #bbb;
            }

        .loginstatus .useremail .arrow {
            height: 12px;
            width: 13px;
            vertical-align: top;
            margin-left: -4px;
            line-height: 15px;
            display: inline-block;
            background: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png') no-repeat -64px -16px;
        }

.goog-te-gadget-simple {
    padding-top: 0px !Important;
    padding-bottom: 0px !Important;
}

.goog-te-gadget-icon {
    height: 17px !Important;
    width: 17px !Important;
}

.useroptions {
    margin: 6px 0px 0px -65px;
    border: 1px Solid #bebebe;
    display: none;
    width: 220px;
    float: right;
    position: absolute;
    background-color: #fff;
    z-index: 1300;
}

    .useroptions .username {
        padding-left: 20px;
        padding-top: 10px;
        display: block;
    }

    .useroptions .spacing {
        display: block;
        padding: 0px 10px;
    }

    .useroptions .profile {
        margin-top: 5px;
    }

    .useroptions .logout {
        margin-top: 5px;
        padding: 5px 10px;
        border-top: 1px Solid #ccc;
        display: block;
    }

.hp-c-featured-row {
    margin: 0px 7px 10px 18px;
    display: inline-block;
    padding-left: 10px;
}

    .hp-c-featured-row a {
        color: #333;
    }

.hp-c-featured-row-alt {
    margin: 0px 7px 10px 18px;
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
}

    .hp-c-featured-row-alt a {
        color: #333;
    }

    .hp-c-featured-row-alt .hp-c-featured-item:hover {
        background: #eee;
        cursor: pointer;
    }

.hp-c-featured-row-last {
    margin-bottom: 30px;
}

.hp-c-featured-item {
    height: 164px;
    padding: 0px;
    margin: 0px;
    width: 176px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    float: left;
    background-color: #fff;
    background-image: url('/Images/boxhp-bg-fallback.png');
    background-image: -webkit-gradient(277deg, color-stop(.7, #fff), color-stop(1, #f1f1f1));
    background-image: -webkit-linear-gradient(277deg, #fff 70%, #f1f1f1 100%);
    background-image: -moz-linear-gradient(277deg, #fff 70%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(277deg, #fff 70%, #f1f1f1 100%);
    background-image: -o-linear-gradient(277deg, #fff 70%, #f1f1f1 100%);
}

.hp-c-featured-item-hp {
    height: 154px;
}

.hp-c-featured-item-center {
    margin: 0px 21px;
}

.hp-c-featured-item .img-container {
    padding: 2px;
    border: 1px solid #dadada;
    width: 168px;
}

    .hp-c-featured-item .img-container .img {
        background-image: url('/Images/hp-img-set-c.png');
        display: inline-block;
        height: 69px;
        width: 168px;
    }

    .hp-c-featured-item .img-container .img-e-resources {
        background-image: url('/Images/e-resources-img-set-c.png');
        display: inline-block;
        height: 69px;
        width: 168px;
    }

.hp-c-featured-item:hover .img-container .img-e-resources {
    background-image: url('/Images/e-resources-img-set-c-over.png');
}

    .hp-c-featured-item:hover .img-container .img-e-resources .content {
        display: inline-block;
        height: 69px;
        width: 162px;
        cursor: pointer;
    }

.hp-c-featured-item .header {
    font-size: 15px;
    font-family: 'Tahoma', 'Trebuchet MS';
    padding: 10px 3px 3px 2px;
}

.hp-c-featured-item .sub-header {
    font-size: 14px;
    font-family: 'Tahoma', 'Trebuchet MS';
    padding: 1px 3px 1px 2px;
}

.hp-c-featured-item .header a {
    color: #222;
}

    .hp-c-featured-item .header a:hover {
        color: #777;
    }

.hp-c-featured-item .body {
    width: 176px;
    margin: 0px 0px 5px 2px;
}

    .hp-c-featured-item .body a {
        font-family: Arial;
        font-size: 12px;
        color: #444;
        padding: 3px 5px;
        text-decoration: none;
        display: block;
    }

.hp-c-featured-item .body-reg {
    width: 176px;
    margin: 0px 0px 5px 2px;
}

    .hp-c-featured-item .body-reg a {
        font-family: Arial;
        font-size: 12px;
        color: #049;
        text-decoration: none;
    }

.hp-c-featured-item-hp .body a {
    font-family: Arial;
    font-size: 12px;
    color: #049;
    padding: 3px 0px;
    text-decoration: none;
    display: block;
}

.hp-c-featured-item .body a:hover {
    background-color: #eee;
}

.hp-c-featured-item .link {
    color: #eee;
    text-decoration: none;
    display: inline-block;
}

.hp-c-featured-item .content {
    cursor: default;
    font-size: 12px;
    color: #eee;
    margin: 5px;
    display: none;
    font-family: 'Tahoma', 'Trebuchet MS';
}

.hp-c-featured-img-books {
    background-position: 0px 0px;
}

.hp-c-featured-img-journals {
    background-position: 0px -69px;
}

.hp-c-featured-img-e-resources {
    background-position: 0px -138px;
}

.hp-c-featured-img-teaching-cases {
    background-position: 0px -207px;
}

.hp-c-featured-img-topic-collections {
    background-position: 0px -276px;
}

.hp-c-featured-img-alis-book-series {
    background-position: 0px -345px;
}

.hp-c-featured-img-i1 {
    background-position: 0px 0px;
}

.hp-c-featured-img-i2 {
    background-position: 0px -69px;
}

.hp-c-featured-img-i3 {
    background-position: 0px -138px;
}

.hp-c-featured-img-i4 {
    background-position: 0px -207px;
}

.hp-c-featured-img-i5 {
    background-position: 0px -276px;
}

.hp-c-featured-img-i6 {
    background-position: 0px -345px;
}

.hp-c-featured-img-i7 {
    background-position: 0px -414px;
}

.hp-c-featured-img-i8 {
    background-position: 0px -483px;
}

.hp-c-featured-img-i9 {
    background-position: 0px -552px;
}

.hp-c-featured-img-i10 {
    background-position: 0px -621px;
}

.hp-c-featured-img-i11 {
    background-position: 0px -690px;
}

.letter-spacing-s {
    letter-spacing: -0.08em;
}

.linkcolorln {
    height: 32px;
    width: 7px;
}

.linkcontainerln {
    cursor: pointer;
    width: 167px;
    cursor: pointer;
    height: 32px;
    border-top: Solid 1px #e7e7e7;
    border-bottom: Solid 1px #e7e7e7;
    border-right: Solid 1px #e7e7e7;
    color: #444;
    background-color: #fff;
}

    .linkcontainerln:hover {
        background-color: #f6f6f6;
        color: #000;
    }

.linkln {
    padding-left: 8px;
    font-family: 'Arial';
    font-size: 11px;
}

.headerln {
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 4px;
    color: #1b325c;
}

.headercontainerrn {
    padding: 2px;
    border: 1px Solid #dadada;
    margin-bottom: 2px;
}

.textrn {
    font-size: 11px;
    color: #444;
}

.tophash {
    float: right;
    padding-top: 9px;
}

.testimonialquote {
    color: #555;
    font-size: 48px;
    display: inline-block;
    width: 30px;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
}

.testimonialtext {
    color: #777;
    font-size: 16px;
    font-style: italic;
    display: inline-block;
    width: 460px;
    text-align: left;
    padding: 5px 10px 5px 5px;
    letter-spacing: .05em;
    margin: 15px 0px 20px 0px;
    border-top: 1px Solid #eee;
    border-bottom: 1px Solid #eee;
}

.testimonialby {
    margin-top: 7px;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    float: right;
    text-align: right;
    color: #555;
}

.contentc {
    background-color: #fff;
    padding: 20px 15px 15px 30px;
    display: inline-block;
    border: solid 1px #dadada;
    width: 763px;
}

    .contentc .right {
        float: right;
        width: 585px;
    }

    .contentc .right-l {
        width: 760px;
        float: left;
    }

    .contentc .bottom-space {
        margin-bottom: 7px;
    }

    .contentc .font-14 {
        font-size: 14px;
    }

    .contentc .bottom-space-10 {
        margin-bottom: 10px;
    }

    .contentc .font-small {
        font-size: 11px;
    }

    .contentc .cover-image {
        float: left;
        max-width: 152px;
    }

    .contentc .source {
        margin-bottom: 5px;
    }

    .contentc .sample-pdf {
        display: inline-block;
        margin-right: 5px;
        float: left;
    }

    .contentc .cite {
        display: inline-block;
        margin-right: 5px;
        float: left;
    }

    .contentc .favorite {
        display: inline-block;
        float: left;
        margin-bottom: 15px;
    }

    .contentc .share {
        display: inline-block;
        float: left;
    }

    .contentc .share-chapter {
        min-width: 350px;
    }

    .contentc .share-book {
        min-width: 420px;
    }

    .contentc .share-journal {
        min-width: 410px;
    }

    .contentc .share-article {
        min-width: 350px;
    }

.contentc-full {
    background-color: #fff;
    padding: 20px 15px 20px 30px;
    display: inline-block;
    border: solid 1px #dadada;
    width: 945px;
}

.contentcnav {
    text-align: center;
    color: #666;
    padding: 4px;
    background-color: #888;
    border-left: 1px Solid #dadada;
    border-right: 1px Solid #dadada;
    width: 800px;
}

.contentareac {
    position: relative;
    background-color: #fff;
    padding: 10px 15px 20px 15px;
    margin-bottom: 10px;
    border: 1px solid #dadada;
}

    .contentareac h1 {
        margin: 0px;
        font-family: 'Tahoma', 'Trebuchet MS';
        font-size: 18px;
        font-weight: normal;
    }

    .contentareac .xmlReaderTableContainer {
        width: 581px;
    }

.contentcfeature {
    background: #fff url('/Images/feature-bg.png') repeat-x;
    background-size: 100% 100%;
    padding: 20px 15px 20px 30px;
    display: inline-block;
    width: 763px;
}

.headerdivider {
    height: 1px;
    width: 100%;
    background-color: #dadada;
    margin: 3px 0px 5px 0px;
}

.testimonialdivider {
    height: 1px;
    width: 100%;
    background-color: #e3e3e3;
    margin: 10px 0px 5px 0px;
}

.headerdividergreen {
    height: 3px;
    width: 100%;
    background-color: #8ba29f;
    margin: 3px 0px 5px 0px;
}

.headerdividergray {
    height: 3px;
    width: 100%;
    background-color: #dadada;
    margin: 3px 0px 5px 0px;
}

.affiliateLink a:link {
    color: #36c;
    text-decoration: none;
}

.affiliateLink a:visited {
    color: #36c;
}

.affiliateLink a:hover {
    color: #333;
}

.affiliateLink a:active {
    color: #36c;
}

.inlineblock {
    display: inline-block;
    position: relative;
}

.lnkarea {
    cursor: pointer;
    display: inline-block;
}

    .lnkarea .lnkarealink {
        color: #36c;
    }

    .lnkarea:hover .lnkarealink {
        color: #333;
    }

    .lnkarea a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }

.imageOverlay {
    font-size: 11px;
    display: inline-block;
    width: 160px;
    border-bottom: dotted 1px #dadada;
    padding: 4px 0px;
    margin-bottom: 0px;
}

.imageOverlayLast {
    border-bottom: 0px;
}

.imageOverlay img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    width: 48px;
}

.imageOverlay .imageOverlayTitle {
    float: right;
    padding-left: 5px;
    width: 105px;
    display: inline-block;
}

.imageOverlayInfoSciImg {
    background-color: Transparent !important;
    border: 0px !important;
    width: 65px !important;
}

.imageOverlay:hover img {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.imageOverlay a {
    font-family: Arial;
    font-size: 11px;
    color: #36c;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.imageOverlay:hover a {
    color: #333;
}

.image-overlay {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    border-bottom: dotted 1px #dadada;
    padding: 4px 0px;
    margin-bottom: 0px;
}

    .image-overlay img {
        opacity: 0.4;
        filter: alpha(opacity=40);
        background-color: #fff;
    }

    .image-overlay:hover img {
        filter: alpha(opacity=100);
        opacity: 1.0;
    }

.image-overlay-last {
    border-bottom: 0px;
}

.image-overlay-infosci-img {
    background-color: Transparent !important;
    border: 0px !important;
    width: 65px !important;
}

.image-overlay a {
    display: inline-block;
    width: 100%;
    font-family: Arial;
    font-size: 11px;
    color: #36c;
    text-decoration: none;
    cursor: pointer;
}

.image-overlay:hover a {
    color: #333;
}

.textOverlay {
    font-size: 11px;
    display: inline-block;
    border-bottom: dotted 1px #dadada;
    padding: 6px 6px;
    width: 154px;
    margin: 0px -6px;
}

    .textOverlay:hover {
        background-color: #f5f5f5;
    }

.buttongreenc {
    display: inline-block;
    background-color: #8ba29f;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    height: 18px;
    padding-left: 4px;
    text-decoration: none;
}

.buttongreencspace {
    margin-right: 4px;
}

.buttongreenc:hover {
    background-color: #718481;
}

.buttongreentextc {
    display: inline-block;
    line-height: 18px;
    color: #fff;
}

.buttongreentextchover {
    background-color: #718481;
}

.buttongrayc {
    display: inline-block;
    background-color: #ababab;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    height: 18px;
    padding-left: 4px;
    text-decoration: none;
}

    .buttongrayc:hover {
        background-color: #999;
    }

.buttongraytextchover {
    background-color: #ababab;
}

.leftnavcell {
    padding: 0px;
    position: relative;
}

.leftnavcellr {
    padding: 4px 0px;
    width: 13px;
}

.leftnavdiv {
    position: relative;
    z-index: 998;
}

.leftnavtbl {
    width: 175px;
}

    .leftnavtbl tr:hover td {
        background-color: #f3f3f3;
    }

.twtr-hd {
    display: none;
    border-bottom: 0px;
}

.twtr-tweet-wrap {
    padding: 6px 0px !important;
}

.twtr-ft {
    height: 1px;
}

.listitemouter {
    border-bottom: 1px solid #dadada;
}

.listiteminner {
    margin: 0px 0px;
    padding: 13px 0px 17px 0px;
}

    .listiteminner:hover {
        background-color: #f5f5f5;
    }

    .listiteminner .rankbarouter {
        width: 85px;
        height: 4px;
        background-color: #ccc;
        display: block;
        margin-top: 1px;
        margin-bottom: 3px;
        text-align: left;
    }

    .listiteminner .rankbarinner {
        height: 4px;
        background-color: Green;
        border-right: 1px Solid #fff;
        display: block;
    }

    .listiteminner .abstract {
        margin-bottom: 5px;
        color: #555;
        font-style: italic;
    }

    .listiteminner .info {
        margin: 5px 0px;
    }

    .listiteminner .divider {
        margin: 0px 7px;
        color: #777;
    }

.listiteminnersmall {
    padding: 5px 0px;
}

.listitemouteractive {
    background-color: #f5f5f5;
}

.mar-l-4 {
    margin-left: 4px;
}

.fadein {
    position: relative;
    width: 443px;
    min-height: 100px;
}

    .fadein .container {
        position: absolute;
        left: 0;
        top: 0;
    }

.cartConfirmOverview {
    border: 1px solid #bababa;
    width: 175px;
    margin: 1px 0px 0px -65px;
    float: right;
    font-size: 11px;
    position: absolute;
    background-color: #f7f7f7;
    z-index: 100;
}

    .cartConfirmOverview .upper {
        text-align: center;
        display: block;
        padding: 10px;
    }

    .cartConfirmOverview .lower {
        text-align: center;
        display: block;
        padding: 0px 10px 10px 10px;
    }

.headerBox {
    margin-bottom: 12px;
    padding: 12px 7px;
    border: 1px solid #dadada;
    font-size: 11px;
    color: #777;
    background-color: #f7f7f7;
}

.cartHeaderBox {
    margin-bottom: 12px;
    padding: 7px;
    border: 1px solid #dadada;
    font-size: 11px;
    color: #777;
    background-color: #f7f7f7;
}

.tbllnk {
    width: 100%;
}

.tbllnk-inactive {
    width: 100%;
    cursor: default !important;
}

.list-item-link {
    cursor: pointer;
}

    .list-item-link .link-color {
        color: #36c;
    }

    .list-item-link:hover .link-color {
        color: #333;
    }

.loadmore {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.xmlReader {
}

    .xmlReader p {
        font-family: 'Times New Roman';
        font-size: 14px;
    }

    .xmlReader div {
        font-family: 'Times New Roman';
        font-size: 14px;
    }

    .xmlReader span {
        font-family: 'Times New Roman';
        font-size: 14px;
    }

    .xmlReader h1 {
        font-family: Arial !important;
        font-size: 30px !important;
        font-weight: bold !important;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

.xmlReaderAffiliates {
    font-size: 16px !important;
    font-style: italic !important;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.xmlReaderAbstract {
    font-style: italic;
}

.xmlReaderTitle1 {
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: Arial !important;
    text-transform: uppercase !important;
    margin-top: 15px;
}

.xmlReaderTitle2 {
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: Arial !important;
    margin-top: 15px;
}

.xmlReaderTitle3 {
    font-size: 16px !important;
    font-style: italic !important;
    font-family: Arial !important;
}

.xmlReaderUl {
    list-style-type: none;
}

    .xmlReaderUl li p {
        display: inline;
    }

.xmlReaderInlineFormula {
    display: inline-block;
    padding: 0px 4px;
}

    .xmlReaderInlineFormula img {
        margin: 0px !important;
    }

.xmlReaderFig {
    font-style: italic;
    margin-top: 20px;
    display: inline;
}

    .xmlReaderFig p {
        display: inline;
    }

.xmlReaderTableNumber {
    font-style: italic;
    display: inline;
}

.xmlReaderTitle4 {
    font-style: italic;
    display: inline;
}

.xmlReaderPre {
    border: 1px solid #777;
    padding: 5px 10px;
    margin-bottom: 30px;
    overflow: auto;
}

.xmlReaderTocContent {
    margin: 0px 0px 0px -22px;
    padding: 2px 3px;
    font-size: 11px;
    list-style-type: none;
}

    .xmlReaderTocContent a {
        color: #333;
    }

    .xmlReaderTocContent:hover {
        background-color: #edf8fd;
    }

.xmlReaderHover {
    color: #555;
}

    .xmlReaderHover:hover {
        background-color: #edf8fd;
    }

.xmlReaderTocTitle1 {
    margin: 3px 0px 0px 7px;
    padding: 2px 3px 2px 0px;
    font-size: 11px;
    list-style-type: disc;
}

    .xmlReaderTocTitle1 a {
        color: #494949;
        margin-left: -5px;
    }

.xmlReaderTocTitle2 {
    margin: 0px 0px 0px 20px;
    padding: 2px 3px;
    font-size: 11px;
    list-style-type: circle;
}

    .xmlReaderTocTitle2 a {
        color: #595959;
        margin-left: -5px;
    }

    .xmlReaderTocTitle2:hover {
        background-color: #edf8fd;
    }

.xmlReaderTocTitle3 {
    margin: 0px 0px 0px 10px;
    padding: 2px 3px;
    font-size: 11px;
    color: #777;
    list-style-type: circle;
}

    .xmlReaderTocTitle3 a {
        color: #777;
        margin-left: -5px;
    }

    .xmlReaderTocTitle3:hover {
        background-color: #edf8fd;
    }

.xmlReaderTable {
    margin: 10px 0px 30px 0px;
    width: 100%;
}

.xmlReaderTableContainer {
    overflow: auto;
    width: 773px;
}

.xmlReaderTop {
    font-family: Arial;
    font-size: 12px;
    color: #36c;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
}

    .xmlReaderTop:hover {
        color: #333;
    }

.xmlReaderUl .xmlReaderTableContainer {
    width: 753px;
}

.xmlReaderSampleContentNotice {
    width: 773px;
    overflow: auto;
}

    .xmlReaderSampleContentNotice > div {
        width: 70%;
        margin: 30px auto;
        border: 1px solid black;
        padding: 10px;
        text-align: center;
    }

    .xmlReaderSampleContentNotice p {
    }

.pdfReaderTocTitle1 {
    font-size: 11px;
    list-style-type: none;
    padding: 3px 3px;
    margin: 1px -10px 1px -22px;
    cursor: default;
    display: inline-block;
    color: #444;
}

    .pdfReaderTocTitle1 a {
        color: #444;
        cursor: pointer;
        text-decoration: none;
    }

    .pdfReaderTocTitle1 span {
        display: inline-block;
        width: 90%;
        margin-left: 3px;
        float: right;
    }

    .pdfReaderTocTitle1:hover {
        background-color: #edf8fd;
    }

.pdfReaderTocTitleHeader {
    margin: 0px 0px 3px -3px;
    font-style: italic;
    font-size: 11px;
    padding: 3px 3px;
}

    .pdfReaderTocTitleHeader a {
        color: #444;
    }

    .pdfReaderTocTitleHeader:hover {
        background-color: #edf8fd;
    }

.view-full-text-outer {
    height: 40px;
    padding: 3px 0px;
    border: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    display: inline-block;
    cursor: pointer;
}

.view-full-text-html-icon {
    background: url('/Images/view-full-text.png') 100% 100% no-repeat;
    width: 34px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
}

.view-full-text-pdf-icon {
    background: url('/Images/view-full-text.png') no-repeat;
    width: 34px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
}

.view-full-text-inner {
    font-size: 20px;
    color: #e17009;
    font-weight: bold;
    vertical-align: top;
    padding: 8px 35px 0px 15px;
    display: inline-block;
}

.feature-box-link {
    background: #f7f7f7 url('/Images/featurebox.png') 100% 0% no-repeat;
    padding: 10px 15px;
    float: right;
    margin: 0px 0px 10px 15px;
    width: 130px;
    cursor: pointer;
}

    .feature-box-link .text {
        font-size: 16px;
        float: right;
        color: #333;
        padding-left: 15px;
        display: inline-block;
    }

.img-bg-red-icons {
    width: 50px;
    height: 40px;
    display: inline-block;
    background-image: url('/Images/red-icon-set.png');
    background-repeat: no-repeat;
}

.img-bg-gray-icons {
    width: 50px;
    height: 40px;
    display: inline-block;
    background-image: url('/Images/gray-icon-set.png');
    background-repeat: no-repeat;
}

.img-gears {
    background-position: 0px 0px;
}

.img-notepad {
    background-position: -50px 0px;
}

.img-medical {
    background-position: 0px -40px;
}

.img-hand-e {
    background-position: -50px -40px;
}

.img-book {
    background-position: 0px -80px;
}

.img-signal {
    background-position: -50px -80px;
}

.img-question-bubble {
    background-position: 0px -120px;
}

.img-hand-book {
    background-position: -50px -120px;
}

.img-hand-paper {
    background-position: 0px -160px;
}

.img-book-mag-glass {
    background-position: -50px -160px;
}

.round-box-link {
    background: #f3f3f3;
    padding: 0px 10px;
    float: right;
    margin: 0px 0px 10px 15px;
    cursor: pointer;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #dadada;
}

    .round-box-link .text {
        font-size: 13px;
        color: #333;
        padding: 12px 12px 0px 7px;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }

.r-nav-bg-border {
    display: inline-block;
    padding: 2px;
    margin-bottom: 2px;
    border: 1px solid #f5f5f5;
    -moz-box-shadow: 0px 2px 3px 0px #ddd;
    -webkit-box-shadow: 0px 2px 3px 0px #ddd;
    box-shadow: 0px 2px 3px 0px #ddd;
}

.r-nav-bg {
    width: 162px;
    height: 35px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: 1px solid #e5e5e5;
}

.shadow-box-bg-border {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 20px 0px;
}

    .shadow-box-bg-border .outer {
        padding: 2px;
        margin-bottom: 2px;
        border: 1px solid #f5f5f5;
        -moz-box-shadow: 0px 2px 3px 0px #ddd;
        -webkit-box-shadow: 0px 2px 3px 0px #ddd;
        box-shadow: 0px 2px 3px 0px #ddd;
    }

    .shadow-box-bg-border .inner {
        height: 50px;
        background-color: #333;
        border: 1px solid #e5e5e5;
    }

    .shadow-box-bg-border .text {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #f7f7f7;
        font-family: 'Open Sans Condensed', 'Trebuchet MS', 'Tahoma';
        font-size: 32px;
        /*margin-top: 2px;*/
        cursor: pointer;
    }

.right-nav-button-grad {
    background-color: #e1e1e1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #e7e7e7), color-stop(.50, #eee), color-stop(1, #e7e7e7));
    background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #eee 50%, #e7e7e7 100%);
    background-image: -moz-linear-gradient(top, #e7e7e7 0%, #eee 50%, #e7e7e7 100%);
    background-image: -ms-linear-gradient(top, #e7e7e7 0%, #eee 50%, #e7e7e7 100%);
    background-image: -o-linear-gradient(top, #e7e7e7 0%, #eee 50%, #e7e7e7 100%);
}

.right-nav-button-grad-blue {
    background-color: #5a82ad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #5a82ad), color-stop(.50, #5a8ab5), color-stop(1, #5a82ad));
    background-image: -webkit-linear-gradient(top, #5a82ad 0%, #5a8ab5 50%, #5a82ad 100%);
    background-image: -moz-linear-gradient(top, #5a82ad 0%, #5a8ab5 50%, #5a82ad 100%);
    background-image: -ms-linear-gradient(top, #5a82ad 0%, #5a8ab5 50%, #5a82ad 100%);
    background-image: -o-linear-gradient(top, #5a82ad 0%, #5a8ab5 50%, #5a82ad 100%);
}

.right-nav-button-grad-gray {
    background-color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #292929), color-stop(.50, #313131), color-stop(1, #292929));
    background-image: -webkit-linear-gradient(top, #292929 0%, #313131 50%, #292929 100%);
    background-image: -moz-linear-gradient(top, #292929 0%, #313131 50%, #292929 100%);
    background-image: -ms-linear-gradient(top, #292929 0%, #313131 50%, #292929 100%);
    background-image: -o-linear-gradient(top, #292929 0%, #313131 50%, #292929 100%);
}

.r-nav-bg:hover {
    background: #222;
}

.r-nav-bg .text {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 16px;
    padding: 8px 0px 0px 12px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.right-nav-button-grad .text {
    color: #111;
}

.right-nav-button-grad-blue .text {
    color: #f7f7f7;
}

.right-nav-button-grad-gray .text {
    color: #f7f7f7;
    font-size: 14px;
    padding: 9px 0px 0px 12px;
}

.r-nav-bg .img-s {
    float: right;
    padding: 2px 2px 0px 0px;
}

.r-nav-bg .text .small {
    letter-spacing: -0.08em;
}

.r-nav-bg .details {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 12px;
    color: #eee;
    padding: 3px 0px 0px 8px;
    display: none;
}

.r-nav-bg:hover .text {
    display: none;
}

.r-nav-bg:hover .img-s {
    display: none;
}

.r-nav-bg:hover .details {
    display: inline-block;
    position: absolute;
    z-index: 2;
}

.r-nav-bg:hover .img-bg-blue-gray-icons {
    background-image: none;
}

.img-bg-blue-gray-icons {
    width: 75px;
    height: 37px;
    display: inline-block;
    background-image: url('/Images/r-nav-sp-l.png');
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
}

.img-bg-blue-gray-icons-full {
    width: 75px;
    height: 54px;
    display: inline-block;
    background-image: url('/Images/r-nav-sp-l.png');
    background-repeat: no-repeat;
    float: left;
}

.img-blue-gray-rss {
    background-position: 0px -15px;
}

.img-blue-gray-book {
    background-position: 5px -78px;
}

.img-blue-gray-person-book {
    background-position: 5px -138px;
}

.img-blue-gray-infosci {
    background-position: 8px -204px;
}

.img-blue-gray-monitor {
    background-position: 8px -264px;
}

.img-blue-gray-books {
    background-position: 12px -323px;
}

.img-blue-gray-book-outline {
    background-position: 12px -398px;
}

.img-blue-gray-video {
    background-position: 0px -468px;
}

.feature-box-link:hover {
    background: #eee;
}

.list-box-medium {
    display: inline-block;
    width: 390px;
    height: 48px;
    background-repeat: no-repeat;
    color: #333;
    cursor: pointer;
}

    .list-box-medium:hover {
        background-image: url('/Images/list-button-bg-medium.png');
    }

    .list-box-medium .inner {
        padding: 4px 5px 4px 15px;
        display: inline-block;
        height: 40px;
        font-size: 16px;
    }

        .list-box-medium .inner .text {
            vertical-align: top;
            display: inline-block;
            padding-top: 10px;
            margin-left: 10px;
        }

.list-box {
    display: inline-block;
    width: 288px;
    height: 48px;
    background-repeat: no-repeat;
    color: #333;
    cursor: pointer;
    background-image: url('/Images/list-button-bg-light.png');
}

    .list-box:hover {
        background-image: url('/Images/list-button-bg.png');
    }

.list-box-space {
    margin-right: 12px;
}

.list-box .inner {
    padding: 4px 5px 4px 15px;
    display: inline-block;
    height: 40px;
    font-size: 16px;
}

    .list-box .inner .text-one {
        vertical-align: top;
        display: inline-block;
        padding-top: 10px;
        margin-left: 10px;
    }

    .list-box .inner .text-two {
        vertical-align: top;
        display: inline-block;
        padding-top: 1px;
        margin-left: 10px;
    }

    .list-box .inner .text-small {
        letter-spacing: -0.08em;
    }

.list-box-260 {
    display: inline-block;
    width: 260px;
    height: 48px;
    background-repeat: no-repeat;
    color: #333;
    cursor: pointer;
    background-image: url('/Images/list-button-bg-260.png');
}

    .list-box-260 .inner {
        padding: 4px 5px 4px 15px;
        display: inline-block;
        height: 40px;
        font-size: 16px;
    }

        .list-box-260 .inner .text-one {
            vertical-align: top;
            display: inline-block;
            padding-top: 10px;
            margin-left: 10px;
        }

        .list-box-260 .inner .text-two {
            vertical-align: top;
            display: inline-block;
            padding-top: 1px;
            margin-left: 10px;
        }

        .list-box-260 .inner .text-small {
            letter-spacing: -0.08em;
        }

.notification-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #333;
    height: 55px;
    z-index: 999;
    opacity: .95;
    filter: Alpha(Opacity=95);
    text-align: center;
    display: none;
}

.notification-inner {
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
}

.notification-close {
    padding: 3px 0px;
    font-size: 11px;
    color: #999;
    cursor: pointer;
}

.notification-sub-outer {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #777;
    z-index: 999;
    opacity: .95;
    filter: Alpha(Opacity=95);
    text-align: center;
    display: none;
}

.notification-sub-inner {
    width: 990px;
    margin: 0px auto;
    padding: 10px 0px 7px 0px;
    font-size: 20px;
    font-weight: bold;
}

.notification-sub-close {
    padding-bottom: 10px;
    font-size: 11px;
    color: #999;
    cursor: pointer;
}

.toc-nav {
    font-size: 11px;
}

    .toc-nav a {
        display: inline-block;
        width: 100%;
        color: #333;
    }

        .toc-nav a:hover {
            background-color: #edf8fd;
        }

    .toc-nav .source {
        font-style: italic;
    }

    .toc-nav .li {
        display: inline-block;
        cursor: pointer;
    }

        .toc-nav .li:hover {
        }

        .toc-nav .li span {
            cursor: pointer;
        }

        .toc-nav .li.current {
            cursor: default;
            font-weight: bold;
        }

            .toc-nav .li.current span {
                cursor: default;
            }

        .toc-nav .li .f-l {
            float: left;
            display: inline;
            padding-right: 3px;
        }

        .toc-nav .li .f-r {
            float: left;
            display: inline;
        }

    .toc-nav .title1 {
        padding: 4px 3px 4px 6px;
        width: 90%;
    }

        .toc-nav .title1 .f-r {
            width: 90%;
        }

    .toc-nav .title2 {
        padding: 4px 3px 4px 18px;
        width: 90%;
    }

        .toc-nav .title2 .f-l {
            font-weight: bold;
        }

        .toc-nav .title2 .f-r {
            width: 90%;
        }

    .toc-nav .title3 {
        padding: 4px 3px 4px 24px;
        width: 90%;
    }

        .toc-nav .title3 .f-l {
            line-height: 18px;
            height: 14px;
        }

        .toc-nav .title3 .f-r {
            width: 90%;
            color: #444;
        }

.updates-nav-r {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    font-family: 'Tahoma', 'Trebuchet MS';
    margin: 4px 0px 7px 0px;
    background-color: #fff;
}

    .updates-nav-r .header {
        font-size: 14px;
        color: #555;
        padding: 8px 0px 8px 12px;
        background-repeat: no-repeat;
        background-color: #fcfcfc;
        background-image: url('/Images/rightheader-bg-fallback.png');
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #f0f0f0), color-stop(1, #fcfcfc));
        background-image: -webkit-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
        background-image: -moz-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
        background-image: -ms-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
        background-image: -o-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
    }

        .updates-nav-r .header .link {
            font-size: 10px;
            padding: 3px 5px 0px 3px;
            display: inline-block;
            color: #777;
        }

    .updates-nav-r .date {
        margin: 5px 0px -2px 10px;
        font-size: 10px;
        font-style: italic;
        color: #999;
    }

    .updates-nav-r .item {
        width: 153px;
        color: #555;
    }

    .updates-nav-r .arrow {
        position: relative;
        top: 5px;
    }

.shadow {
    margin: 10px 0px;
    background-color: #ddd;
    -moz-box-shadow: 0px 0px 10px 3px #ddd;
    -webkit-box-shadow: 0px 0px 10px 3px #ddd;
    box-shadow: 0px 0px 10px 3px #ddd;
    border: 1px solid #ddd;
    width: 990px;
}

    .shadow .content {
        position: relative;
        padding: 0px;
        background-color: #fff;
        width: 990px;
    }

.shadow-bottom {
    -moz-box-shadow: 0px 3px 6px 1px #ccc;
    -webkit-box-shadow: 0px 3px 6px 1px #ccc;
    box-shadow: 0px 3px 6px 1px #ccc;
}

.shadow-small {
    -moz-box-shadow: 0px -1px 6px 1px #ddd;
    -webkit-box-shadow: 0px -1px 6px 1px #ddd;
    box-shadow: 0px -1px 6px 1px #ddd;
}

.feature-tabs {
    width: 990px;
    text-align: center;
    font-size: 14px;
}

    .feature-tabs .tab {
        background-color: #333;
        width: 197px;
        display: inline-block;
        color: #eee;
        border-left: 1px solid #111;
        cursor: pointer;
        float: left;
        -moz-box-shadow: 1px 3px 5px 1px #222 inset;
        -webkit-box-shadow: 1px 3px 5px 1px #222 inset;
        box-shadow: 1px 3px 5px 1px #222 inset;
    }

        .feature-tabs .tab:hover {
            background-color: #171717;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .feature-tabs .tab .text {
            padding: 5px 0px;
            font-family: 'Tahoma', 'Trebuchet MS';
        }

    .feature-tabs .tab-active {
        background-color: #fff;
        width: 198px;
        display: inline-block;
        float: left;
        cursor: default;
        -moz-box-shadow: 0px 5px 6px 0px #ccc;
        -webkit-box-shadow: 0px 5px 6px 0px #ccc;
        box-shadow: 0px 5px 6px 0px #ccc;
        border-bottom: 1px solid #ccc;
    }

        .feature-tabs .tab-active .text {
            padding: 5px 0px;
            font-size: 18px;
            font-family: 'Tahoma', 'Trebuchet MS';
        }

.fb {
    width: 32px;
    height: 32px;
    background: url('/Images/generic-img-set.png') -0px -0px no-repeat;
    display: inline-block;
    cursor: pointer;
}

.tw {
    width: 32px;
    height: 32px;
    background: url('/Images/generic-img-set.png') -0px -32px no-repeat;
    display: inline-block;
    cursor: pointer;
}

.current-promotions {
    margin: 7px 0px 5px 18px;
    display: inline-block;
    font-size: 11px;
    padding: 0px;
}

    .current-promotions .header {
        display: inline-block;
        height: 15px;
        vertical-align: top;
    }

    .current-promotions .item {
        cursor: default;
        padding: 0px 0px 0px 10px;
        text-align: left;
        display: inline-block;
    }

    .current-promotions .img {
        padding: 1px 4px 0px 0px;
        display: inline-block;
        height: 15px;
    }

.proceed-to-checkout {
    width: 167px;
    height: 58px;
    background: url('/Images/button-set-1.png') -0px -0px no-repeat;
    display: inline-block;
    cursor: pointer;
}

.continue-shopping {
    width: 110px;
    height: 58px;
    background: url('/Images/button-set-1.png') -0px -58px no-repeat;
    display: inline-block;
    cursor: pointer;
}

.view-details {
    width: 85px;
    height: 18px;
    background: url('/Images/button-set-2.png') -0px -72px no-repeat;
    display: inline-block;
    cursor: pointer;
}

    .view-details:hover {
        background-position: 0px -90px;
    }

.search-button {
    width: 69px;
    height: 18px;
    background: url('/Images/button-set-2.png') -0px -108px no-repeat;
    display: inline-block;
    cursor: pointer;
}

    .search-button:hover {
        background-position: 0px -126px;
    }

.sample-pdf-button {
    display: inline-block;
    width: 93px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -144px;
}

    .sample-pdf-button:hover {
        background-position: 0px -162px;
    }

.checkout-set {
    width: 167px;
    height: 58px;
    background: url('/Images/checkout-set.png') no-repeat;
    display: inline-block;
    cursor: pointer;
}

.checkout-set-checkout {
    background-position: -0px -0px;
}

.checkout-set-payment-information {
    background-position: -0px -58px;
}

.checkout-set-review-order {
    background-position: -0px -116px;
}

.checkout-set-place-order {
    background-position: -0px -174px;
}

.continue-submit-set {
    width: 167px;
    height: 58px;
    background: url('/Images/continue-submit-set.png') no-repeat;
    display: block;
    cursor: pointer;
}

.continue-submit-set-continue {
    background-position: -0px -0px;
}

.continue-submit-set-submit {
    background-position: -0px -58px;
}

.e-resources-feature {
    background: #000 url('/Images/e-resources-bg.png') 450px 100% no-repeat;
    width: 986px;
    min-height: 282px;
    border: 1px solid #777;
    position: relative;
}

    .e-resources-feature .outer {
        padding: 23px 0px 0px 20px;
    }

    .e-resources-feature .icon {
        float: left;
        width: 110px;
        height: 60px;
        display: inline-block;
        padding-top: 12px;
    }

    .e-resources-feature .header-s {
        color: #eee;
        font-size: 22px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 12px;
        margin-left: 120px;
    }

    .e-resources-feature .header-m {
        color: #fff;
        font-size: 50px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 50px;
        margin-left: 120px;
        margin-top: 13px;
    }

    .e-resources-feature .header-m-alt {
        color: #fff;
        font-size: 40px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 50px;
        margin-left: 120px;
        margin-top: -3px;
    }

    .e-resources-feature .header-m-alt-100 {
        color: #fff;
        font-size: 50px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 50px;
        margin-left: 100px;
        margin-top: -3px;
    }

    .e-resources-feature .header-m2-alt {
        color: #fff;
        font-size: 46px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 50px;
        margin: 4px 0px 5px 120px;
    }

    .e-resources-feature .header-s-alt {
        color: #eee;
        font-size: 18px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 12px;
        margin-left: 120px;
    }

    .e-resources-feature .header-l {
        color: #fff;
        font-size: 56px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 56px;
        margin-left: 120px;
        margin-top: 5px;
    }

    .e-resources-feature .header-s-100 {
        color: #eee;
        font-size: 22px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 12px;
        margin-left: 100px;
    }

.reg {
    display: inline-block;
    font-size: 10px;
    vertical-align: top;
    margin: 7px 0 0 1px;
}

.e-resources-feature .header-s .reg {
    line-height: 24px;
}

.e-resources-feature .header-s-100 .reg {
    line-height: 24px;
}

.e-resources-feature .header-m .reg {
    line-height: 30px;
}

.e-resources-feature .header-m-alt .reg {
    line-height: 50px;
}

.e-resources-feature .header-m-alt-100 .reg {
    line-height: 50px;
}

.e-resources-feature .header-m2-alt .reg {
    line-height: 50px;
}

.e-resources-feature .header-l .reg {
    line-height: 56px;
}

.e-resources-feature .desc {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 30px 0px 0px 20px;
}

.e-resources-feature .desc-s {
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 30px 0px 0px 20px;
}

.e-resources-feature .issn {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 10px 0px 0px 20px;
}

.e-resources-feature .social-networking {
    position: absolute;
    right: 20px;
    bottom: 15px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.e-resources-feature .free-access {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.e-resources-feature .social-networking:hover {
    opacity: 1;
}

.e-resources-hash-nav {
    width: 986px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    background-repeat: repeat-x;
    background-color: #eee;
    background-image: url('/Images/e-resources-nav-fallback.png');
    background-image: -webkit-linear-gradient(top, #ccc 0%, #fcfcfc 40%, #fcfcfc 60%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #ccc), color-stop(.4, #fcfcfc), color-stop(.6, #fcfcfc), color-stop(1, #ccc));
    background-image: -webkit-linear-gradient(top, #ccc 0%, #fcfcfc 40%, #fcfcfc 60%, #ccc 100%);
    background-image: -moz-linear-gradient(top, #ccc 0%, #fcfcfc 40%, #fcfcfc 60%, #ccc 100%);
    background-image: -ms-linear-gradient(top, #ccc 0%, #fcfcfc 40%, #fcfcfc 60%, #ccc 100%);
    background-image: -o-linear-gradient(top, #ccc 0%, #fcfcfc 40%, #fcfcfc 60%, #ccc 100%);
}

    .e-resources-hash-nav .item {
        padding: 11px 22px;
        font-family: 'Tahoma', 'Trebuchet MS';
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
    }

.e-resources-hash-nav-p1 .item {
    padding: 11px 30px;
}

.e-resources-hash-nav-p2 .item {
    padding: 11px 42px;
}

.e-resources-hash-nav-p3 .item {
    padding: 11px 80px;
}

.e-resources-hash-nav-p4 .item {
    padding: 11px 57px;
}

.e-resources-hash-nav a {
    color: #333;
}

    .e-resources-hash-nav a:hover {
        color: #777;
    }

.e-resources-hash-nav .divider {
    width: 2px;
    height: 37px;
    background-color: #ccc;
    display: inline-block;
}

.topic-collection-tc-box {
    background-color: #e48100;
    margin-top: 7px;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.topic-collection-r {
    border: 1px solid #eee;
    margin-top: 5px;
}

    .topic-collection-r .img {
        background: url('/Images/topic-collection-new-release-r-n.png') no-repeat;
        display: inline-block;
        width: 168px;
        height: 226px;
        cursor: pointer;
    }

    .topic-collection-r .text {
        display: inline-block;
        width: 158px;
        padding: 0px 5px 8px 5px;
        cursor: pointer;
        color: #333;
        text-align: center;
        font-size: 18px;
        font-family: 'Open Sans Condensed', sans-serif;
    }

    .topic-collection-r .topic-collection-tc-box {
        display: inline-block;
        width: 128px;
        background-color: #e48100;
        margin: 0px 10px 5px 10px;
        padding: 3px 10px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.e-content-pro-r {
    display: block;
    margin-top: 5px;
    background: url('/Images/e-content-pro-banner-263.png') no-repeat;
    background-size: cover;
    width: 100%;
    background-size: 100% auto;
    cursor: pointer;
    height: 520px;
}

.img-list-link {
    display: block;
    cursor: pointer;
}

    .img-list-link a {
        color: #333;
        cursor: pointer;
    }

    .img-list-link:hover {
        background-color: #f3f3f3;
    }

    .img-list-link .img-list-link-header {
        font-size: 16px;
    }

    .img-list-link .additional {
        margin-top: 4px;
        font-style: italic;
        display: block;
    }

.newsroom-categories {
    float: left;
    width: 100%;
    color: #ccc;
    margin-left: 10px;
    margin-bottom: -1px;
    position: relative;
}

    .newsroom-categories .link {
        display: inline-block;
        font-size: 14px;
        padding: 4px 15px;
    }

    .newsroom-categories .active {
        background-color: #6a6a6a;
        color: #fff;
    }

    .newsroom-categories .tab {
        display: inline-block;
        margin-top: 2px;
        text-align: center;
        background-color: #333;
        width: 135px;
        display: inline-block;
        color: #eee;
        border-left: 1px solid #111;
        border-top: 1px solid #111;
        cursor: pointer;
        float: left;
        -moz-box-shadow: 1px 3px 5px 1px #222 inset;
        -webkit-box-shadow: 1px 3px 5px 1px #222 inset;
        box-shadow: 1px 3px 5px 1px #222 inset;
    }

        .newsroom-categories .tab:hover {
            background-color: #171717;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .newsroom-categories .tab .text {
            display: inline-block;
            padding: 5px 0px;
            font-family: 'Tahoma', 'Trebuchet MS';
        }

    .newsroom-categories .tab-active {
        display: inline-block;
        text-align: center;
        background-color: #fff;
        width: 135px;
        display: inline-block;
        float: left;
        cursor: pointer;
        border-top: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-left: 1px solid #bbb;
        -moz-box-shadow: 0px -4px 6px -2px #bbb;
        -webkit-box-shadow: 0px -4px 6px -2px #bbb;
        box-shadow: 0px -4px 6px -2px #bbb;
    }

        .newsroom-categories .tab-active .text {
            display: inline-block;
            padding: 6px 0px;
            font-family: 'Tahoma', 'Trebuchet MS';
            color: #333;
        }

.newsroom-main-post-featured {
    display: inline-block;
    padding: 30px 20px 35px 20px;
    width: 100%;
    background-image: -webkit-linear-gradient(263deg, white 70%, #e9e9e9 100%);
}

    .newsroom-main-post-featured:hover {
        background: #f1f1f1;
    }

    .newsroom-main-post-featured .excerpt-image {
        display: inline-block;
        float: left;
        width: 100px;
        margin-right: 20px;
    }

        .newsroom-main-post-featured .excerpt-image img {
            width: 100px;
        }

    .newsroom-main-post-featured .newsroom-container {
    }

    .newsroom-main-post-featured .newsroom-container-s {
        width: 461px;
    }

    .newsroom-main-post-featured .newsroom-container .title {
        display: inline-block;
        width: 100%;
        font-size: 22px;
        color: #111;
        margin-bottom: 5px;
        margin-top: -4px;
    }

    .newsroom-main-post-featured .newsroom-container .publish-date {
        float: right;
        color: #a00000;
        font-size: 10px;
        padding-top: 10px;
    }

    .newsroom-main-post-featured .newsroom-container .excerpt {
        color: #333;
        display: inline-block;
        font-size: 14px;
    }

.newsroom-main-post-item {
    display: inline-block;
    padding: 20px 20px 25px 20px;
    width: 100%;
    background-image: -webkit-linear-gradient(top, #fff 95%, #fafafa 100%);
}

    .newsroom-main-post-item:hover {
        background: #f1f1f1;
    }

    .newsroom-main-post-item .excerpt-image {
        display: inline-block;
        float: left;
        width: 100px;
        margin-right: 20px;
    }

        .newsroom-main-post-item .excerpt-image img {
            width: 100px;
        }

    .newsroom-main-post-item .newsroom-container {
    }

    .newsroom-main-post-item .newsroom-container-s {
        width: 461px;
    }

    .newsroom-main-post-item .newsroom-container .title {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #111;
        margin-bottom: 5px;
    }

    .newsroom-main-post-item .newsroom-container .publish-date {
        float: right;
        display: inline-block;
        color: #a00000;
        font-size: 10px;
        padding: 8px 0px 0px 5px;
    }

    .newsroom-main-post-item .newsroom-container .excerpt {
        display: inline-block;
        color: #333;
    }

.newsroom-tags {
    display: inline-block;
}

.newsroom-tag {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    padding: 1px 6px;
    color: #ccc;
    border: 1px solid #ccc;
    margin-right: 5px;
    box-shadow: 1px 2px 7px 0px #ccc;
}

    .newsroom-tag .text {
        color: #6a6a6a;
        font-size: 11px;
    }

    .newsroom-tag:hover {
        background-color: #6a6a6a;
    }

        .newsroom-tag:hover .text {
            color: #fff;
        }

.newsroom-search-box {
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #fff 75%, #f5f5f5 100%);
}

.newsroom-search-box-show {
    display: inline-block;
}

.newsroom-search-box-hide {
    display: none;
}

.newsroom-comment-list-item-inactive {
    padding: 10px 5px;
}

    .newsroom-comment-list-item-inactive .reply {
        display: none;
    }

.newsroom-comment-list-item {
    width: 571px;
    padding: 10px 5px;
}

    .newsroom-comment-list-item:hover {
        background-color: #f1f1f1;
        background-image: -webkit-linear-gradient(top, #fafafa 75%, #eee 100%);
    }

        .newsroom-comment-list-item:hover .reply {
            display: inline-block;
        }

    .newsroom-comment-list-item .comment {
        display: inline-block;
        width: 450px;
    }

    .newsroom-comment-list-item .reply {
        display: none;
        width: 75px;
        float: right;
        text-align: right;
    }

.newsroom-comment-list-item-reply-active {
    padding: 10px 5px;
    background-color: #f1f1f1;
    background-image: -webkit-linear-gradient(top, #f9f9f9 75%, #eee 100%);
}

    .newsroom-comment-list-item-reply-active .reply {
        display: none;
    }

.newsroom-comment-list-item-indent {
    width: 541px;
    margin-left: 30px;
}

.newsroom-comment-list-item-reply-active textarea {
    color: #555;
    font-family: Arial;
    height: 70px;
    width: 551px;
}

.newsroom-comment-list-item-indent textarea {
    color: #555;
    font-family: Arial;
    height: 70px;
    width: 521px;
}

.show-comment-active {
    margin-left: 3px;
    cursor: pointer;
    color: #36c;
}

.show-comment-inactive {
    display: none;
}

.newsroom-cbl input {
    margin: 1px 5px 0px 0px;
    height: 13px;
    padding: 0px;
    vertical-align: top;
    display: inline-block;
}

.newsroom-cbl label {
    display: inline-table;
    vertical-align: top;
    height: 13px;
    font-weight: normal;
}

.newsroom-cbl {
    width: 100%;
    border-spacing: 0px;
}

    .newsroom-cbl td {
        width: 50%;
    }

.newsroom-featured-post {
    display: inline-block;
    width: 100%;
    margin: 90px 0px 30px 0px;
}

    .newsroom-featured-post .excerpt-image {
        display: inline-block;
        float: right;
        width: 100px;
        margin-left: 15px;
        padding-top: 4px;
    }

        .newsroom-featured-post .excerpt-image img {
            max-width: 100px;
        }

.img-f-l {
    float: left;
    margin: 0px 15px 15px 0px;
    max-width: 100%;
}

.img-f-r {
    float: right;
    margin: 0px 0px 15px 15px;
    max-width: 100%;
}

.img-p-b {
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #dadada;
}

.list-item-toggle {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 0px 7px 0px 13px;
    cursor: pointer;
    width: 170px;
}

    .list-item-toggle:hover {
        background: url('/Images/toggle-bg-over.png') 0px 32px no-repeat;
        position: absolute;
        width: 175px;
        height: 330px;
        z-index: 800;
    }

        .list-item-toggle:hover .list-item-toggle-over {
            display: inline-block;
        }

    .list-item-toggle .list-item-toggle-over {
        display: none;
    }

.list-item-toggle-s {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 0px 7px 0px 13px;
    cursor: pointer;
    width: 170px;
}

    .list-item-toggle-s:hover {
        background: url('/Images/toggle-bg-over-s.png') 0px 0px no-repeat;
        position: absolute;
        width: 175px;
        height: 221px;
        z-index: 800;
    }

        .list-item-toggle-s:hover .list-item-toggle-over {
            display: inline-block;
        }

    .list-item-toggle-s .list-item-toggle-over {
        display: none;
    }

.listing-h .item-s-box {
    display: inline-block;
    margin: 0px 6px 15px 5px;
    width: 185px;
    position: relative;
    height: 125px;
    float: left;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

    .listing-h .item-s-box a {
        color: #36c;
    }

    .listing-h .item-s-box .title {
        width: 175px;
        font-family: 'Tahoma', 'Trebuchet MS';
        font-size: 12px;
        color: #36c;
        text-align: center;
    }

.listing-h .tbllnk-inactive .title {
    color: #333 !important;
}

.listing-h .item-s-box .title-alt {
    width: 157px;
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 16px;
    margin: 10px 0px;
    text-align: center;
    padding-right: 9px;
}

.listing-h .item-s-box:hover {
    border: 1px solid transparent;
}

.list-item-toggle-s-box {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 10px 5px 0px 5px;
    cursor: pointer;
    width: 170px;
    word-wrap: break-word;
}

.listing-h .item-s-box:hover .list-item-toggle-s-box {
    background: url('/Images/toggle-bg-over.png') 0px 0px no-repeat;
    position: absolute;
    width: 175px;
    height: 330px;
    z-index: 800;
    margin-left: -2px;
    padding-left: 15px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.list-item-toggle-s-box:hover .list-item-toggle-over {
    display: inline-block;
    width: 171px;
    height: 190px;
    overflow: auto;
}

.list-item-toggle-s-box .list-item-toggle-over {
    display: none;
}

.list-item-toggle-s-box .img-container {
    display: table;
    height: 60px;
    position: absolute;
    overflow: hidden;
    width: 175px;
    margin-bottom: 10px;
}

    .list-item-toggle-s-box .img-container .helper {
        position: absolute; /*a variation of an "lte ie7" hack*/
        /* top: 50%; */
        display: table-cell;
        vertical-align: middle;
        width: 175px;
    }

        .list-item-toggle-s-box .img-container .helper .content {
            position: relative;
            top: -50%;
            margin: 0 auto;
            width: 150px;
            text-align: center;
        }

.nav-item-db {
    display: inline-block;
    background-color: #2d2d2d;
    width: 168px;
    color: #eee;
    padding: 10px 5px 10px 10px;
    font-size: 12px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #252525;
    cursor: pointer;
}

.nav-item-db-hdr {
    display: inline-block;
    background-color: #252525;
    width: 168px;
    color: #eee;
    padding: 10px 5px 10px 10px;
    font-size: 16px;
    font-family: 'Tahoma', 'Trebuchet MS';
    border-bottom: 1px solid #252525;
    cursor: pointer;
}

.nav-item-db:hover {
    background-color: #272727;
}

.nav-item-db-hdr:hover {
    background-color: #212121;
}

.partners-nav {
    width: 100%;
    background-color: #333;
    padding: 2px 0px;
}

    .partners-nav .item {
        color: #ccc;
        padding: 4px 0px 4px 15px;
        font-size: 11px;
    }

    .partners-nav ul {
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 0px 15px;
    }

        .partners-nav ul li {
            color: #bbb;
            padding: 4px 0px 4px 0px;
            margin: 0px;
            font-size: 11px;
        }

            .partners-nav ul li a {
                color: #ddd;
            }

                .partners-nav ul li a:hover {
                    color: #fff;
                }

.lp-featured-bg-videos {
    display: inline-block;
    background: url('/Images/reference-videos.png') no-repeat;
    width: 990px;
}

.lp-featured-bg-videos {
    background: url('/Images/video_lecture_banner.gif') no-repeat;
}

.lp-featured-bg-books {
    display: inline-block;
    background: url('/Images/reference-books.png') no-repeat;
    width: 990px;
}

.lp-featured-bg-journals {
    display: inline-block;
    background: url('/Images/reference-journals.png') no-repeat;
    width: 990px;
}

.lp-featured-bg-infosci-dictionary {
    display: inline-block;
    background: url('/Images/dictionary-lp.png') 0 100% no-repeat;
    width: 100%;
}

.lp-featured-bg-researchers {
    display: inline-block;
    background: url('/Images/researcher-resources.png') no-repeat;
    width: 990px;
}

.lp-nav-r {
    display: inline-block;
    float: right;
    width: 120px;
    margin: 0px 30px 20px 0px;
    text-align: center;
    font-size: 11px;
}

    .lp-nav-r .item {
        display: inline-block;
        margin-top: 20px;
        cursor: pointer;
    }

        .lp-nav-r .item .text {
            display: inline-block;
            margin-top: 2px;
            cursor: pointer;
        }

        .lp-nav-r .item:hover a {
            color: #777;
        }

        .lp-nav-r .item:hover .lp-sprite {
            background-image: url('/Images/lp-sprite-over.png?v=1');
        }

    .lp-nav-r a {
        color: #aaa;
    }

.lp-nav-r-s {
    display: inline-block;
    float: right;
    width: 170px;
    margin: 5px 20px 20px 0px;
    font-size: 15px;
}

    .lp-nav-r-s .item {
        display: inline-block;
        margin: 0px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        padding: 13px 0px 10px 0px;
        -moz-box-shadow: 0px 3px 5px -2px #eee;
        -webkit-box-shadow: 0px 3px 5px -2px #eee;
        box-shadow: 0px 3px 5px -2px #eee;
    }

        .lp-nav-r-s .item .text {
            display: inline-block;
            float: right;
            margin: 2px 0px 0px 5px;
            cursor: pointer;
            width: 120px;
            font-family: 'Open Sans Condensed', sans-serif;
        }

        .lp-nav-r-s .item:hover {
            background-color: #f7f7f7;
        }

            .lp-nav-r-s .item:hover .text {
                color: #111;
            }

            .lp-nav-r-s .item:hover .lp-sprite {
                background-image: url('/Images/lp-sprite-over.png?v=1');
            }

    .lp-nav-r-s a {
        color: #777;
    }

.lp-sprite-s {
    display: inline-block;
    float: left;
    width: 45px;
    height: 26px;
    background-image: url('/Images/lp-sprite-s.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.lp-sprite-s-collection {
    background-position: 0px 0px;
}

.lp-sprite-s-infosci {
    background-position: 0px -26px;
}

.lp-sprite-s-indices {
    background-position: 0px -52px;
}

.lp-sprite-s-book-series {
    background-position: 0px -78px;
}

.lp-sprite-s-topic-collections {
    background-position: 0px -104px;
}

.lp-nav-c-s-top {
    display: inline-block;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 5px 0px 0px 0px;
    -moz-box-shadow: 0px 3px 5px -2px #eee;
    -webkit-box-shadow: 0px 3px 5px -2px #eee;
    box-shadow: 0px 3px 5px -2px #eee;
}

.lp-nav-c-s {
    display: inline-block;
    width: 100%;
    margin: 0px;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0px 10px 0px;
    border-bottom: 1px solid #eee;
    -moz-box-shadow: 0px 3px 5px -2px #eee;
    -webkit-box-shadow: 0px 3px 5px -2px #eee;
    box-shadow: 0px 3px 5px -2px #eee;
}

    .lp-nav-c-s .item {
        display: inline-block;
        width: 100%;
    }

        .lp-nav-c-s .item .text {
            display: inline-block;
            float: left;
            margin: 2px 0px 0px 5px;
            color: #777;
            cursor: pointer;
            font-family: 'Open Sans Condensed', sans-serif;
        }

    .lp-nav-c-s:hover .item .text {
        color: #111;
    }

    .lp-nav-c-s .item:hover .lp-sprite {
        background-image: url('/Images/lp-sprite-over.png?v=1');
    }

    .lp-nav-c-s:hover {
        background-color: #f7f7f7;
    }

.lp-sprite {
    display: inline-block;
    width: 100px;
    height: 58px;
    background-image: url('/Images/lp-sprite.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.lp-sprite-collection {
    background-position: 0px 0px;
}

.lp-sprite-infosci {
    background-position: 0px -58px;
}

.lp-sprite-indices {
    background-position: 0px -116px;
}

.lp-impact-factor {
    float: left;
    margin-left: 75px;
    margin-top: -5px;
    position: absolute;
    width: 65px;
}

    .lp-impact-factor img {
    }

.lp-featured-description {
    display: inline-block;
    float: left;
    margin: 70px 0px 0px 250px;
    width: 525px;
}

    .lp-featured-description ul {
        margin-bottom: 0px;
    }

    .lp-featured-description a {
        color: #777;
        text-decoration: underline;
    }

        .lp-featured-description a:hover {
            color: #333;
            text-decoration: none;
        }

.lp-sub-featured {
    background: #303030 url('/images/lp-ddl-sub-header-bg.png') repeat-x;
    width: 990px;
    height: 55px;
}

    .lp-sub-featured .outer {
        display: inline-block;
        width: 300px;
        margin: 1px 0px 0px 20px;
    }

        .lp-sub-featured .outer .inner {
            float: left;
            color: #ddd;
            width: 200px;
            margin: 11px 0px 0px 7px;
        }

    .lp-sub-featured .search {
        float: right;
        margin: 15px 15px 0px 0px;
        height: 26px;
    }

    .lp-sub-featured .outer-text-l {
        display: inline-block;
        padding-top: 4px;
        color: #ddd;
        font-size: 16px;
        margin-right: 10px;
    }

        .lp-sub-featured .outer-text-l a {
            color: #ccc;
            text-decoration: underline;
        }

    .lp-sub-featured .outer-text-r {
        color: #ddd;
        font-size: 16px;
        margin-left: 10px;
    }

    .lp-sub-featured .outer-text-box {
        width: 250px;
        vertical-align: top;
        height: 22px;
    }

    .lp-sub-featured .button {
        display: inline-block;
        height: 20px;
        padding: 4px 8px 0px 8px;
        background-color: #333;
        vertical-align: top;
        cursor: pointer;
        text-decoration: none !important;
        border: 1px solid #3d3d3d;
    }

        .lp-sub-featured .button:hover {
            background-color: #444;
        }

.lp-popup-help {
    vertical-align: bottom;
    cursor: pointer;
}

.lp-popup {
    border: 1px solid #bababa;
    margin: -100px 0px 0px 0;
    float: right;
    font-size: 11px;
    position: absolute;
    background-color: #f7f7f7;
    display: none;
    width: 550px;
    z-index: 999;
    color: #333;
}

    .lp-popup .upper {
        text-align: center;
        display: block;
        padding: 10px;
    }

    .lp-popup .lower {
        text-align: center;
        display: block;
        padding: 0px 10px 10px 10px;
    }

.lp-search-popup {
    width: 434px;
    margin: 0px 0px 0px 557px;
    float: right;
    font-size: 11px;
    position: absolute;
    display: none;
    height: 76px;
    z-index: 998;
    color: #eee;
    background: url('/Images/lp-ddl-bg.png') no-repeat;
    border: 0px;
}

    .lp-search-popup .upper {
        text-align: left;
        display: block;
        padding: 10px 10px 10px 25px;
    }

        .lp-search-popup .upper .top {
            display: inline-block;
            padding-bottom: 8px;
        }

        .lp-search-popup .upper .bottom {
            display: inline-block;
        }

        .lp-search-popup .upper .text-l {
            display: inline-block;
            margin-right: 4px;
            width: 39px;
        }

        .lp-search-popup .upper .text-r {
            display: inline-block;
            margin-right: 4px;
            margin-left: 15px;
        }

        .lp-search-popup .upper select {
            width: 140px;
        }

.listing-h {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

.listing-h-1 {
    z-index: -1;
    position: relative;
}

.listing-h-2 {
    z-index: -2;
    position: relative;
}

.listing-h-3 {
    z-index: -3;
    position: relative;
}

.listing-h-4 {
    z-index: -4;
    position: relative;
}

.listing-h-5 {
    z-index: -5;
    position: relative;
}

.listing-h h2 { /*margin:0px 0px 15px 10px;*/
}

.listing-h-headerdivider {
    display: inline-block;
    height: 1px;
    width: 100%;
    margin: 3px 0px 10px 0px;
    background-color: #e0e0e0;
}

.listing-h .item {
    display: inline-block;
    width: 186px;
    position: relative;
    height: 220px;
    float: left;
}

.listing-h .img {
    margin-bottom: 10px;
    border: 1px solid #777;
}

.listing-h .title {
    width: 163px;
}

.listing-h .info {
    margin-top: 6px;
}

.listing-h .info-s {
    font-size: 11px;
}

.listing-h .shaded {
    color: #555;
    font-size: 11px;
}

.listing-h .subject-topic {
    margin: 4px 0px 0px 0px;
    font-size: 11px;
    width: 163px;
}

.listing-h .description {
    color: #777;
    font-size: 11px;
    margin: 6px 0px;
    font-style: italic;
}

.listing-h .details {
    margin-top: 7px;
}

.listing-h .item .details .check {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/Images/accept.png');
    margin: 0px 3px 0px 7px;
    vertical-align: top;
}

.listing-h .item .details .text {
    color: green;
    font-weight: bold;
    vertical-align: top;
    line-height: 16px;
    font-weight: bold;
}

.listing-h .item .sub-links {
    margin-top: 7px;
    font-size: 11px;
}

.listing-h .item-s {
    display: inline-block;
    width: 186px;
    position: relative;
    height: 75px;
    float: left;
}

    .listing-h .item-s .check {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('/Images/accept.png');
        margin-right: 3px;
        vertical-align: text-bottom;
    }

    .listing-h .item-s .delivery {
        color: green;
        font-weight: bold;
    }

.delivery-time {
    padding-top: 2px;
    margin-bottom: 15px;
    font-size: 11px;
}

    .delivery-time .in-stock {
        font-size: 14px;
        color: #080;
        font-weight: bold;
    }

        .delivery-time .in-stock .img {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url('/Images/accept.png');
            vertical-align: text-bottom;
            margin-right: 3px;
        }

.lp-topic-collections {
    display: inline-block;
    background: url('/Images/topic-collections-lp.png') no-repeat;
    width: 990px;
}

.lp-video-submission {
    display: inline-block;
    background: url('/Images/video-submission-lp.png') no-repeat;
    width: 990px;
}

.lp-product-catalogs {
    display: inline-block;
    background: url('/Images/product-catalogs-lp.png') no-repeat;
    width: 990px;
}

.lp-open-access {
    display: inline-block;
    width: 990px;
    height: 200px;
}

.lp-book-series {
    display: inline-block;
    background: url('/Images/book-series-lp.png') no-repeat;
    width: 990px;
}

.lp-teaching-cases {
    display: inline-block;
    background: url('/Images/teaching-cases-lp.png') no-repeat;
    width: 990px;
}

.item-already-selected {
    padding: 0px 7px 0px 13px;
}

    .item-already-selected img {
        opacity: .15;
        filter: Alpha(Opacity=15);
    }

    .item-already-selected div {
        opacity: .15;
        filter: Alpha(Opacity=15);
    }

    .item-already-selected .list-item-toggle-over {
        display: none;
    }

    .item-already-selected .added {
        float: left;
        height: 16px;
        width: 16px;
        position: absolute;
        background: url('/Images/accept.png') no-repeat;
    }

.list-item-toggle .added {
    display: none;
    float: left;
    height: 16px;
    width: 16px;
    position: absolute;
    background: url('/Images/accept.png') no-repeat;
}

.selected-items {
    display: inline-block;
    margin-bottom: 10px;
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .selected-items .img {
        display: inline-block;
        width: 30px;
        float: left;
    }

        .selected-items .img img {
            width: 20px;
            height: 29px;
        }

        .selected-items .img .img-b-cs {
            margin-bottom: 0px;
        }

        .selected-items .img .img-no-b-cs {
            margin-bottom: 0px;
        }

    .selected-items .img-s-i-b img {
        border: 1px solid #777;
    }

    .selected-items .title {
        display: inline-block;
        width: 129px;
        float: right;
        font-size: 11px;
        padding-right: 16px;
    }

    .selected-items .remove {
        display: none;
        position: absolute;
        float: right;
        font-size: 11px;
        margin-left: 130px;
    }

    .selected-items:hover .remove {
        display: inline-block;
        cursor: pointer;
    }

    .selected-items .title:hover {
        -webkit-user-select: all;
        -khtml-user-select: all;
        -moz-user-select: all;
        -o-user-select: all;
        user-select: all;
    }

.search-contents {
    display: inline-block;
    border-bottom: 1px solid #dadada;
    padding: 2px 0px 7px 0px;
    width: 100%;
}

    .search-contents .text {
        display: inline-block;
        float: left;
        padding: 2px 0px 0px 4px;
    }

    .search-contents .text-box-container {
        display: inline-block;
        float: left;
    }

        .search-contents .text-box-container .text-box {
            width: 250px;
            margin: 0px 15px 0px 5px;
        }

    .search-contents .search {
        display: inline-block;
        float: left;
        padding-top: 2px;
        margin-right: 7px;
    }

    .search-contents .reset {
        display: inline-block;
        float: left;
        padding-top: 3px;
    }

.isod-ft-banner {
    display: inline-block;
    width: 579px;
    padding: 5px;
    border-bottom: 1px solid #dadada;
    background-color: #f9f9f9;
}

    .isod-ft-banner .isod-ft-banner-text {
        padding: 10px 0px 0px 35px;
        float: left;
        text-align: center;
        color: #1a1a1a;
        font-family: 'Trebuchet MS', 'Tahoma', 'Arial';
        line-height: 1.3;
    }

.isod-lp {
}

.isod-lp-alt {
    display: inline-block;
    width: 100%;
}

.isod-lp .shadow {
    background-color: #fff;
}

.isod-lp-alt .shadow {
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0px 0px 10px 3px #ddd;
    -webkit-box-shadow: 0px 0px 10px 3px #ddd;
    box-shadow: 0px 0px 10px 3px #ddd;
}

.isod-lp .shadow .content {
    display: inline-block;
}

.isod-lp-alt .shadow .content {
    display: inline-block;
}

.isod-lp .title {
    display: inline-block;
    padding: 40px 0;
    text-align: center;
    color: #333;
    width: 100%;
}

    .isod-lp .title .l {
        display: inline-block;
        text-align: center;
        margin: 5px 15px 0 -72px;
        vertical-align: top;
    }

    .isod-lp .title .r {
        display: inline-block;
        text-align: center;
    }

    .isod-lp .title .text {
        display: block;
        font-size: 62px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 1;
    }

    .isod-lp .title .sub-text {
        display: block;
        font-size: 24px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 1;
    }

.isod-lp .desc1 {
    margin: 0px 0px 3px 0px;
    color: #555;
    font-size: 14px;
    text-align: center;
}

.isod-lp .desc2 {
    margin: 0px 0px 15px 0px;
    color: #777;
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

.isod-lp .search {
    margin: 0px 0px 5px 0px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

    .isod-lp .search .search-box-container {
        position: relative;
        width: 540px;
        margin: 0px auto;
        border: 1px solid #eaeaea;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
    }

    .isod-lp .search .search-box {
        width: 500px;
        font-size: 16px;
        padding: 3px 6px;
        border: 0px;
        outline: none;
    }

    .isod-lp .search .button {
        display: inline-block;
        float: right;
        margin: 3px 3px 2px 3px;
        width: 22px;
        height: 22px;
        background: url('/images/search-button-blue.png') no-repeat;
        cursor: pointer;
    }

    .isod-lp .search .lp-link {
        padding: 5px 0px 30px 0px;
        /*width: 535px;*/
        margin: 0px auto;
        color: #777;
        font-size: 10px;
        text-align: right;
    }

    .isod-lp .search .reset {
        display: none;
    }

.isod-lp .isod-quote {
    display: inline-block;
    width: 100%;
}

    .isod-lp .isod-quote .isod-quote-shadow {
        margin: 10px 0px;
        background-color: #ddd;
        -moz-box-shadow: 0px 0px 3px 3px #ddd;
        -webkit-box-shadow: 0px 0px 3px 3px #ddd;
        box-shadow: 0px 0px 10px 3px #ddd;
        border: 1px solid #ddd;
        width: 100%;
        min-height: 192px;
    }

        .isod-lp .isod-quote .isod-quote-shadow .isod-content {
            position: relative;
            padding: 0px;
            background-color: #fff;
            width: 100%;
            min-height: 192px;
        }

            .isod-lp .isod-quote .isod-quote-shadow .isod-content .isod-container {
                padding: 15px 15px 15px 25px;
                color: #777;
                font-size: 16px;
                line-height: 1.3;
            }

                .isod-lp .isod-quote .isod-quote-shadow .isod-content .isod-container .quote-name {
                    color: #999;
                    font-size: 12px;
                    margin-top: 12px;
                }

.isod-lp .eist-banner {
    display: inline-block;
    width: 100%;
}

.isod-lp-alt .title {
    display: inline-block;
    /*padding: 10px 25px 20px 25px;*/
    text-align: center;
    color: #333;
    /*width: 375px;*/
    float: left;
    margin-bottom: 15px;
}

    .isod-lp-alt .title .l {
        display: inline-block;
        float: left;
        text-align: left;
        padding-top: 5px;
    }

    .isod-lp-alt .title .r {
        display: inline-block;
        float: left;
        text-align: left;
        margin-left: 20px;
    }

    .isod-lp-alt .title .text {
        display: block;
        font-size: 38px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 1.2;
    }

    .isod-lp-alt .title .sub-text {
        display: block;
        font-size: 18px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 1;
        padding-left: 2px;
    }

.isod-lp-alt .desc1 {
    display: none;
}

.isod-lp-alt .desc2 {
    display: none;
}

.isod-lp-alt .search {
    display: inline-block;
    float: right;
    margin: 25px 25px 0px 0px;
    color: #999;
    font-size: 12px;
    text-align: right;
    width: 500px;
}

    .isod-lp-alt .search .search-box-container {
        position: relative;
        width: 500px;
        border: 1px solid #eaeaea;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
    }

    .isod-lp-alt .search .search-box {
        width: 460px;
        font-size: 16px;
        padding: 3px 6px;
        border: 0px;
        outline: none;
    }

    .isod-lp-alt .search .button {
        display: inline-block;
        float: right;
        margin: 3px 3px 2px 3px;
        width: 22px;
        height: 22px;
        background: url('/images/search-button-blue.png') no-repeat;
        cursor: pointer;
    }

    .isod-lp-alt .search .lp-link {
        display: inline-block;
        padding-top: 5px;
        color: #777;
        font-size: 10px;
        text-align: right;
    }

    .isod-lp-alt .search .reset {
        display: inline;
    }

.isod-lp-alt .isod-quote {
    display: none;
}

.isod-lp-alt .eist-banner {
    display: none;
}

.isod-lp-alt-s {
    display: inline-block;
}

    .isod-lp-alt-s .title {
        display: inline-block;
        text-align: center;
        color: #333;
        width: 100%;
        float: left;
    }

        .isod-lp-alt-s .title .l {
            display: inline-block;
            float: left;
            text-align: left;
            padding-top: 5px;
        }

            .isod-lp-alt-s .title .l img {
                width: 43px;
            }

        .isod-lp-alt-s .title .r {
            display: inline-block;
            float: left;
            text-align: left;
            margin-left: 10px;
        }

        .isod-lp-alt-s .title .text {
            display: block;
            font-size: 28px;
            font-family: 'Open Sans Condensed', sans-serif;
            line-height: 1.2;
        }

        .isod-lp-alt-s .title .sub-text {
            display: block;
            font-size: 14px;
            font-family: 'Open Sans Condensed', sans-serif;
            line-height: 1;
            padding-left: 2px;
        }

    .isod-lp-alt-s .search {
        display: inline-block;
        float: right;
        color: #999;
        font-size: 12px;
        text-align: right;
        width: 250px;
    }

        .isod-lp-alt-s .search .search-box-container {
            position: relative;
            width: 250px;
            border: 1px solid #eaeaea;
            -moz-box-shadow: 0px 0px 10px 3px #eee;
            -webkit-box-shadow: 0px 0px 10px 3px #eee;
            box-shadow: 0px 0px 10px 3px #eee;
        }

        .isod-lp-alt-s .search .search-box {
            width: 210px;
            font-size: 16px;
            padding: 3px 6px;
            border: 0px;
            outline: none;
        }

        .isod-lp-alt-s .search .button {
            display: inline-block;
            float: right;
            margin: 3px 3px 2px 3px;
            width: 22px;
            height: 22px;
            background: url('/images/search-button-blue.png') no-repeat;
            cursor: pointer;
        }

        .isod-lp-alt-s .search .lp-link {
            display: inline-block;
            padding-top: 5px;
            color: #777;
            font-size: 10px;
            text-align: right;
        }

        .isod-lp-alt-s .search .reset {
            display: inline;
        }

.list-item {
    border-bottom: 1px solid #dadada;
    display: inline-block;
}

    .list-item a {
        color: #069;
        font-size: 11px;
    }

    .list-item .inner {
        display: inline-block;
        margin: 0px 0px;
        padding: 13px 0px 17px 0px;
        width: 100%;
    }

    .list-item:hover .inner {
        background-color: #f8fbff;
    }

    .list-item .inner .title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 20px;
        line-height: 1;
        color: #049;
    }

    .list-item .inner .info {
        margin: 5px 0px 7px 0px;
    }

    .list-item .inner .abstract {
        margin-bottom: 7px;
        color: #222;
        width: 610px;
        line-height: 1.4;
    }

    .list-item .inner .divider {
        margin: 0px 7px;
        color: #777;
    }

    .list-item .inner .link {
        font-family: 'Open Sans Condensed', sans-serif;
        color: #049;
        font-size: 16px;
    }

    .list-item .inner .add-to-cart-container {
        display: inline-block;
        width: 100px;
        float: right;
    }

    .list-item:hover .inner .add-to-cart-container {
        display: inline-block;
    }

    .list-item .inner .price {
        color: #e48100;
        font-size: 18px;
        font-weight: bold;
    }

    .list-item .inner .rank-bar {
        width: 85px;
        height: 4px;
        background-color: #ccc;
        display: block;
        margin-top: 1px;
        margin-bottom: 3px;
        text-align: left;
    }

        .list-item .inner .rank-bar .rank-bar-inner {
            height: 4px;
            background-color: Green;
            border-right: 1px Solid #fff;
            display: block;
        }

    .list-item .inner .content-type {
        font-size: 10px;
    }

.lp-tabs {
    float: left;
    width: 100%;
    color: #ccc;
    margin-bottom: -1px;
    position: relative;
    background-color: #333;
}

    .lp-tabs .link {
        display: inline-block;
        font-size: 14px;
        padding: 4px 15px;
    }

    .lp-tabs .active {
        background-color: #6a6a6a;
        color: #fff;
    }

    .lp-tabs .tab {
        display: inline-block;
        background-color: #333;
        width: 197px;
        display: inline-block;
        color: #eee;
        border-left: 1px solid #111;
        border-top: 1px solid #111;
        cursor: pointer;
        float: left;
        -moz-box-shadow: 1px 3px 5px 1px #222 inset;
        -webkit-box-shadow: 1px 3px 5px 1px #222 inset;
        box-shadow: 1px 3px 5px 1px #222 inset;
    }

        .lp-tabs .tab:hover {
            background-color: #171717;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .lp-tabs .tab .text {
            display: inline-block;
            padding: 5px 0px 5px 25px;
            font-family: 'Tahoma', 'Trebuchet MS';
            font-size: 16px;
        }

    .lp-tabs .tab-active {
        display: inline-block;
        margin: -5px 0px 0px -1px;
        background-color: #fff;
        width: 197px;
        display: inline-block;
        float: left;
        cursor: pointer;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        -moz-box-shadow: 0px -4px 6px 0px #ddd;
        -webkit-box-shadow: 0px -4px 6px 0px #ddd;
        box-shadow: 0px -4px 6px 0px #ddd;
    }

        .lp-tabs .tab-active .text {
            display: inline-block;
            padding: 7px 0px 5px 25px;
            font-family: 'Tahoma', 'Trebuchet MS';
            color: #333;
            font-size: 18px;
        }

.blue-button-set {
    display: inline-block;
    width: 167px;
    height: 37px;
    background: url('/images/blue-button-set.png');
    cursor: pointer;
}

.blue-button-set-0 {
    background-position: 0px 0px;
}

.blue-button-set-1 {
    background-position: 0px -37px;
}

.blue-button-set-2 {
    background-position: 0px -74px;
}

.blue-button-set-3 {
    background-position: 0px -111px;
}

.blue-button-set-4 {
    background-position: 0px -148px;
}

.blue-button-set-5 {
    background-position: 0px -185px;
}

.blue-button-set-6 {
    background-position: 0px -222px;
}

.oa-tab {
    display: none;
}

.oa-tab-active {
    display: block;
}

.oa-nav {
    display: inline-block;
    padding: 10px 10px 5px 10px;
    width: 150px;
    background: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .oa-nav .box {
        display: inline-block;
        padding-bottom: 5px;
    }

    .oa-nav .header {
        display: inline-block;
        color: #eee;
        font-size: 16px;
        padding-bottom: 4px;
    }

        .oa-nav .header a {
            color: #eee;
        }

    .oa-nav .items {
        display: inline-block;
    }

        .oa-nav .items a {
            display: block;
            color: #eee;
            padding: 2px 0px;
        }

    .oa-nav ul {
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 0px 7px;
    }

        .oa-nav ul li {
            color: #bbb;
            padding: 4px 0px 4px 0px;
            margin: 0px;
            font-size: 11px;
        }

            .oa-nav ul li a {
                color: #ddd;
            }

                .oa-nav ul li a:hover {
                    color: #fff;
                }

.oa-overview-content {
    background: url('/images/isod-become-a-reviewer-bg.png') 100% 30px no-repeat;
    min-height: 340px;
}

.oa-search-database-content {
    background: url('/images/isod-search-our-database-bg.png') 100% 35px no-repeat;
    min-height: 340px;
}

.oa-submit-paper-content {
    background: url('/images/isod-submit-a-paper-bg.png') 100% 50% no-repeat;
    min-height: 340px;
}

.oa-become-reviewer-content {
    background: url('/images/isod-become-a-reviewer-bg.png') 100% 30px no-repeat;
    min-height: 340px;
}

.oa-research-services-content {
    background: url('/images/isod-become-a-reviewer-bg.png') 100% 30px no-repeat;
    min-height: 340px;
}

.blue-link {
    cursor: pointer;
    color: #36c;
    text-decoration: underline;
}

    .blue-link:hover {
        color: #333;
    }

.auto-complete {
    display: inline-block;
    position: absolute;
    /*border: 1px solid #eaeaea;*/
    top: 28px;
    /*right: -1px;*/
    z-index: 999;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px 0px #ccc;
    -webkit-box-shadow: 0px 2px 10px 0px #ccc;
    box-shadow: 0px 2px 10px 0px #ccc;
}

.isod-lp .auto-complete {
    width: 540px;
    display: none;
}

.isod-lp-alt .auto-complete {
    width: 500px;
    display: none;
}

.auto-complete .item {
    display: block;
    padding: 4px 6px;
    text-align: left;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

    .auto-complete .item:hover {
        background-color: #f3f3f3;
    }

.auto-complete .item-selected {
    background-color: #f3f3f3;
}

.isod-lp .auto-complete .item {
    width: 528px;
}

.isod-lp-alt .auto-complete .item {
    width: 488px;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

.btn-gray-rnd {
    display: inline-block;
    cursor: pointer;
    font-family: 'Arial';
    font-size: 10px;
    font-weight: bold;
    color: #5c4c30 !important;
    line-height: 1.3;
    padding: 2px 6px;
    border: 1px solid #bab4ab;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #eae9e2;
    background-image: url('/Images/btn-gray-rnd.png');
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #eae9e2), color-stop(1, #c6c3bd));
    background-image: -webkit-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
    background-image: -moz-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
    background-image: -ms-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
    background-image: -o-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
}

    .btn-gray-rnd:hover {
        border-color: #9e9991;
        color: #392f1e;
    }

    .btn-gray-rnd .icon {
        display: inline-block;
        height: 16px;
        width: 16px;
        margin-top: -2px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

    .btn-gray-rnd .icon-active {
        background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
    }

    .btn-gray-rnd .icon-active-blue {
        background-image: url('/jQuery/css/redmond/images/ui-icons_469bdd_256x240.png');
    }

    .btn-gray-rnd .icon-active-green {
        background-image: url('/jQuery/css/le-frog/images/ui-icons_4eb305_256x240.png');
    }

    .btn-gray-rnd .icon-active-red {
        background-image: url('/jQuery/css/redmond/images/ui-icons_cd0a0a_256x240.png');
    }

    .btn-gray-rnd .icon-inactive {
        background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    }

.btn-gray-rnd-space {
    margin-right: 7px;
}

.btn-grn-rnd {
    display: inline-block;
    cursor: pointer;
    font-family: 'Arial';
    font-size: 14px;
    color: #f7f7f7 !important;
    line-height: 1.3;
    padding: 8px 10px;
    background-color: #68b473;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .btn-grn-rnd:hover {
        background-color: #58ad65;
    }

    .btn-grn-rnd .icon {
        display: inline-block;
        height: 16px;
        width: 16px;
        margin: -2px 0px 0px 8px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

    .btn-grn-rnd .icon-active {
        background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
    }

    .btn-grn-rnd .icon-active-blue {
        background-image: url('/jQuery/css/redmond/images/ui-icons_469bdd_256x240.png');
    }

    .btn-grn-rnd .icon-active-green {
        background-image: url('/jQuery/css/le-frog/images/ui-icons_4eb305_256x240.png');
    }

    .btn-grn-rnd .icon-active-red {
        background-image: url('/jQuery/css/redmond/images/ui-icons_cd0a0a_256x240.png');
    }

    .btn-grn-rnd .icon-inactive {
        background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    }

.btn-grn-rnd-space {
    margin-right: 7px;
}

.btn-grn-rnd-abs {
    display: inline-block;
    cursor: wait;
    font-family: 'Arial';
    font-size: 14px;
    color: #f7f7f7 !important;
    line-height: 1.3;
    padding: 8px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #488c52;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .btn-grn-rnd-abs .icon {
        display: inline-block;
        height: 16px;
        width: 16px;
        margin: -2px 0px 0px 8px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

.btn-wht-rnd {
    display: inline-block;
    cursor: pointer;
    font-family: 'Arial';
    font-size: 11px;
    color: #333 !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .btn-wht-rnd:hover {
        border-color: #9e9991;
        color: #392f1e;
    }

    .btn-wht-rnd .icon {
        display: inline-block;
        height: 16px;
        width: 16px;
        margin-top: -2px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

    .btn-wht-rnd .icon-active {
        background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
    }

    .btn-wht-rnd .icon-active-blue {
        background-image: url('/jQuery/css/redmond/images/ui-icons_469bdd_256x240.png');
    }

    .btn-wht-rnd .icon-active-green {
        background-image: url('/jQuery/css/le-frog/images/ui-icons_4eb305_256x240.png');
    }

    .btn-wht-rnd .icon-active-red {
        background-image: url('/jQuery/css/redmond/images/ui-icons_cd0a0a_256x240.png');
    }

    .btn-wht-rnd .icon-inactive {
        background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    }

.btn-wht-rnd-space {
    margin-right: 7px;
}

.btn-ss-rnd {
    display: inline-block;
    cursor: pointer;
    font-family: 'Arial';
    font-size: 10px;
    color: #5c4c30 !important;
    line-height: 1;
    margin: 0px 7px 5px 0px;
    padding: 1px 6px 1px 4px;
    border: 1px solid #dadada;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #f7f7f7), color-stop(1, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 50%, #f1f1f1 100%);
    background-image: -moz-linear-gradient(top, #f7f7f7 50%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 50%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 50%, #f1f1f1 100%);
}

    .btn-ss-rnd:hover {
        border-color: #bbb;
        color: #392f1e;
    }

    .btn-ss-rnd .btn-ss-rnd-txt {
        display: inline-block;
        padding-top: 4px;
    }

    .btn-ss-rnd:hover .btn-ss-rnd-txt {
        color: #111;
    }

    .btn-ss-rnd .icon {
        display: inline-block;
        height: 16px;
        width: 16px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

    .btn-ss-rnd .icon-active {
        background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
    }

    .btn-ss-rnd .icon-inactive {
        background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    }

.pager-icon {
    display: inline-block;
    background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    height: 14px;
    width: 16px;
    vertical-align: top;
    cursor: pointer;
}

.pager-textbox {
    width: 16px;
    font-size: 11px;
    height: 12px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #aaa;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: -1px;
}

.xml-reader-bookstore {
    margin-top: 10px;
}

    .xml-reader-bookstore p {
        font-family: 'Arial';
        font-size: 12px;
    }

    .xml-reader-bookstore div {
        font-family: 'Arial';
        font-size: 12px;
    }

    .xml-reader-bookstore span {
        font-family: 'Arial';
        font-size: 12px;
    }

    .xml-reader-bookstore h1 {
        display: inline-block;
        font-family: Arial !important;
        font-size: 30px !important;
        font-weight: bold !important;
        text-decoration: none !important;
        width: 100%;
    }

    .xml-reader-bookstore h3 {
        display: inline-block;
        font-family: Arial !important;
        font-size: 16px !important;
        font-weight: normal !important;
        text-decoration: none !important;
        border: 0px !important;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    .xml-reader-bookstore h4 {
        display: inline-block;
        font-family: Arial !important;
        font-size: 16px !important;
        font-weight: normal !important;
        text-decoration: none !important;
        font-style: italic;
        border: 0px !important;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    .xml-reader-bookstore .title-1 {
        font-size: 16px !important;
        font-weight: bold !important;
        font-family: Arial !important;
        text-transform: capitalize !important;
        margin-top: 15px;
    }

    .xml-reader-bookstore .title-2 {
        font-size: 16px !important;
        font-weight: bold !important;
        font-family: Arial !important;
        margin-top: 15px;
    }

    .xml-reader-bookstore .title-3 {
        font-size: 16px !important;
        font-style: italic !important;
        font-family: Arial !important;
    }

    .xml-reader-bookstore .preview-header {
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0;
        padding: 10px;
        border-top: 1px solid #eaeaea;
        font-size: 16px;
        color: #6a6a6a;
        background-color: #fcfcfc;
        background-repeat: repeat-x;
        background-image: -o-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
    }

    .xml-reader-bookstore .preview-footer {
        width: 100%;
        text-align: center;
        margin: 5px 0px -10px 0px;
        padding: 10px;
        font-size: 14px;
        color: #6a6a6a;
        background-color: #f5f5f5;
        background-repeat: repeat-x;
        background-image: -o-linear-gradient(bottom, #f0f0f0 50%, #fcfcfc 100%);
    }

.preview-alt {
    display: inline-block;
    width: 75px;
    text-align: center;
}

    .preview-alt .bg {
        width: 75px;
        height: 100px;
        background: url('/Images/ondemand-download.png') 0px 0px no-repeat;
    }

    .preview-alt .bg-title {
        width: 75px;
        height: 100px;
        background: url('/Images/ondemand-title.png') 0px 0px no-repeat;
        background-size: 75px 100px;
    }

        .preview-alt .bg-title.chapter {
            background-image: url('/Images/search-chapter.png');
        }

        .preview-alt .bg-title.article {
            background-image: url('/Images/search-article.png');
        }

        .preview-alt .bg-title.lesson {
            background-image: url('/Images/search-lesson.png');
        }

    .preview-alt .sample {
        display: inline-block;
        width: 61px;
        margin-top: 3px;
        cursor: pointer;
        font-family: 'Arial';
        font-size: 10px;
        color: #5c4c30 !important;
        line-height: 1.3;
        padding: 1px 6px;
        border: 1px solid #bab4ab;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #eae9e2;
        background-image: url('/Images/btn-gray-rnd.png');
        background-repeat: repeat-x;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #eae9e2), color-stop(1, #c6c3bd));
        background-image: -webkit-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -moz-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -ms-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -o-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
    }

        .preview-alt .sample:hover {
            border-color: #9e9991;
            color: #392f1e !important;
        }

    .preview-alt .hide {
        display: none;
    }

.preview {
    display: inline-block;
}

    .preview .pdf, .preview .html {
        display: inline-block;
        float: left;
        background-color: #999;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 9px;
        padding: 1px 6px;
        opacity: .90;
        filter: Alpha(Opacity=90);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #858585;
    }

    .preview .pdf {
        margin-right: 3px;
    }

    .preview a {
        color: #fff;
    }

    .preview .pdf:hover, .preview .html:hover {
        background-color: #555;
    }

    .preview .hide {
        display: none;
    }

.toc-bar {
    background-color: #eee;
    padding: 5px;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    color: #555;
    /*height: 20px;*/
    line-height: 1.5;
    cursor: pointer;
}

    .toc-bar:hover .toggle-arrow-up {
        background-position: 0px -60px;
    }

    .toc-bar:hover .toggle-arrow-down {
        background-position: 0px 0px;
    }

.toc-bar-search {
    display: inline-block;
    width: 100%;
    /*height: 26px;*/
    background-color: #fff;
    cursor: default;
}

    .toc-bar-search .search-contents {
        display: inline-block;
        float: left;
        /*width: 550px;*/
        font-size: 14px;
        border: 0px;
        padding: 3px 0px 0px 0px;
    }

.toggle-arrow {
    display: inline-block;
    float: right;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background: url('/Images/arrow-toggle.png');
}

.toggle-arrow-up {
    background-position: 0px -40px;
}

    .toggle-arrow-up:hover {
        background-position: 0px -60px;
    }

.toggle-arrow-down {
    background-position: 0px -20px;
}

    .toggle-arrow-down:hover {
        background-position: 0px 0px;
    }

.toggle-arrow-15 {
    display: inline-block;
    float: right;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background: url('/Images/arrow-toggle-15.png');
}

.toggle-arrow-up-15 {
    background-position: 0px -30px;
}

    .toggle-arrow-up-15:hover {
        background-position: 0px -45px;
    }

.toggle-arrow-down-15 {
    background-position: 0px -15px;
}

    .toggle-arrow-down-15:hover {
        background-position: 0px 0px;
    }

.toggle-arrow-container {
    background-color: #f7f7f7;
    cursor: pointer;
}

    .toggle-arrow-container:hover .listiteminner {
        background-color: #eee;
    }

    .toggle-arrow-container:hover .toggle-arrow-up-15 {
        background-position: 0px -45px;
    }

    .toggle-arrow-container:hover .toggle-arrow-down-15 {
        background-position: 0px 0px;
    }

.gateway-right {
    width: 625px;
    float: right;
    margin-bottom: 15px;
}

.gateway-sup-mats-lp {
    float: right;
    font-size: 12px;
    margin-top: 2px;
}

.gateway-sup-mats-reader {
    text-align: center;
    margin: 6px 0 8px 6px;
}

.html-reader-page-tb {
    width: 25px !important;
    height: 16px;
    font-size: 11px !important;
    vertical-align: top;
    text-align: center;
    border: 1px solid #aaa !important;
    margin-top: -1px;
}

.lp-content {
    position: relative;
    background-color: #fff;
    padding: 0px 15px 20px 15px;
    margin-bottom: 10px;
    border: 1px solid #dadada;
}

.lp-sec-div {
    margin-bottom: 30px;
}

    .lp-sec-div h2 {
        border-top: 1px solid #dadada;
        padding: 15px 0px 0px 0px;
        margin-bottom: 15px;
        font-family: 'Open Sans Condensed';
        font-size: 20px;
        font-weight: bold;
        color: #e48100;
    }

.access-on-platform-btn {
    margin-bottom: 10px;
    width: 163px;
    text-align: center;
}

.checkbox-link {
    display: inline-block;
    font-size: 11px;
    padding: 2px 6px;
    cursor: pointer;
    width: 156px;
}

    .checkbox-link .checkbox {
        display: inline-block;
        width: 14px;
        height: 13px;
        background-repeat: no-repeat;
        margin-right: 6px;
        float: left;
    }

    .checkbox-link .text {
        float: left;
        width: 136px;
        color: #333;
    }

    .checkbox-link .empty {
        background-image: url('/images/checkbox-empty.png');
    }

    .checkbox-link .close {
        background-image: url('/images/checkbox-close.png');
    }

    .checkbox-link .select {
        background-image: url('/images/checkbox-select.png');
    }

    .checkbox-link .selected {
        background-image: url('/images/checkbox-selected.png');
    }

    .checkbox-link:hover {
        background-color: #eee;
    }

        .checkbox-link:hover .empty {
            background-image: url('/images/checkbox-select.png');
        }

        .checkbox-link:hover .selected {
            background-image: url('/images/checkbox-close.png');
        }

.search-lp {
}

    .search-lp .shadow {
        background-color: #fff;
        border: 1px solid #ddd;
        -moz-box-shadow: 0px 0px 10px 3px #ddd;
        -webkit-box-shadow: 0px 0px 10px 3px #ddd;
        box-shadow: 0px 0px 10px 3px #ddd;
    }

        .search-lp .shadow .content {
            display: inline-block;
        }

    .search-lp .search {
        display: inline-block;
        margin: 5px 0px 11px 0px;
        color: #999;
        font-size: 12px;
        text-align: right;
        width: 765px;
    }

        .search-lp .search .search-box-container {
            position: relative;
            width: 765px;
            border: 1px solid #eaeaea;
            -moz-box-shadow: 0px 0px 10px 3px #eee;
            -webkit-box-shadow: 0px 0px 10px 3px #eee;
            box-shadow: 0px 0px 10px 3px #eee;
        }

        .search-lp .search .search-box {
            width: 725px;
            font-size: 16px;
            padding: 7px 6px 6px 6px;
            border: 0px;
            outline: none;
        }

        .search-lp .search .button {
            display: inline-block;
            float: right;
            margin: 3px 3px 2px 3px;
            width: 22px;
            height: 22px;
            background: url('/images/search-button-blue.png') no-repeat;
            cursor: pointer;
        }

        .search-lp .search .lp-link {
            display: inline-block;
            padding-top: 5px;
            color: #777;
            font-size: 10px;
            text-align: right;
        }

        .search-lp .search .reset {
            display: inline;
        }

        .search-lp .search .search-box-container .auto-complete {
            width: 765px;
            display: none;
        }

            .search-lp .search .search-box-container .auto-complete .item {
                width: 753px;
            }

.search-lp-3c {
}

    .search-lp-3c .shadow {
        background-color: #fff;
        border: 1px solid #ddd;
        -moz-box-shadow: 0px 0px 10px 3px #ddd;
        -webkit-box-shadow: 0px 0px 10px 3px #ddd;
        box-shadow: 0px 0px 10px 3px #ddd;
    }

        .search-lp-3c .shadow .content {
            display: inline-block;
        }

    .search-lp-3c .search {
        display: inline-block;
        margin: 5px 0px 11px 0px;
        color: #999;
        font-size: 12px;
        text-align: right;
        width: 100%;
    }

        .search-lp-3c .search .search-box-container {
            display: inline-block;
            position: relative;
            width: 100%;
            border: 1px solid #eaeaea;
            -moz-box-shadow: 0px 0px 10px 3px #eee;
            -webkit-box-shadow: 0px 0px 10px 3px #eee;
            box-shadow: 0px 0px 10px 3px #eee;
        }

        .search-lp-3c .search .search-box {
            width: 100%;
            font-size: 16px;
            padding: 7px 6px 6px 6px;
            border: 0px;
            outline: none;
            height: 28px;
            float: left;
        }

        .search-lp-3c .search .button {
            display: inline-block;
            float: right;
            margin: 3px 3px 2px 3px;
            width: 22px;
            height: 22px;
            background: url('/images/search-button-blue.png') no-repeat;
            cursor: pointer;
            position: absolute;
            right: 0;
        }

        .search-lp-3c .search .lp-link {
            display: inline-block;
            padding-top: 5px;
            color: #777;
            font-size: 10px;
            text-align: right;
        }

        .search-lp-3c .search .reset {
            display: inline;
        }

        .search-lp-3c .search .search-box-container .auto-complete {
            width: 565px;
            display: none;
        }

            .search-lp-3c .search .search-box-container .auto-complete .item {
                width: 753px;
            }

        .search-lp-3c .search .container {
            display: inline-block;
            width: 289px;
            float: left;
            margin: 0px 15px 7px 0px;
        }

        .search-lp-3c .search .container-end {
            display: inline-block;
            width: 289px;
            float: left;
            margin: 0px 0px 7px 0px;
        }

        .search-lp-3c .search .search-tb-label {
            display: inline-block;
            width: 100%;
            /*float: left;*/
            color: #555;
            text-align: left;
        }

        .search-lp-3c .search .search-box-s {
            display: inline-block;
            width: 100%;
            font-size: 16px;
            padding: 7px 6px 6px 6px;
            border: 0px;
            outline: none;
            height: 28px;
        }

        .search-lp-3c .search .search-box-s-expert {
            display: inline-block;
            width: 100%;
            font-size: 16px;
            padding: 7px 6px 6px 6px;
            border: 0px;
            outline: none;
            height: 28px;
        }

        .search-lp-3c .search .search-box-container-s {
            display: inline-block;
            /*position: relative;*/
            width: 100%;
            /*float: left;*/
            border: 1px solid #eaeaea;
            -moz-box-shadow: 0px 0px 10px 0px #eee;
            -webkit-box-shadow: 0px 0px 10px 0px #eee;
            box-shadow: 0px 0px 10px 0px #eee;
        }

        .search-lp-3c .search .search-box-container-s-expert {
            /*width: 244px;*/
        }

        .search-lp-3c .search .container-m {
            display: inline-block;
            /*width: 593px;*/
            width: 100%;
            float: left;
            margin-bottom: 7px;
        }

            .search-lp-3c .search .container-m .search-ddl {
                /*display: inline-block;
            width: 593px;
            float: left;
            margin-bottom: 7px;*/
                width: 100%;
                height: 28px;
                padding: 7px 6px 6px 6px;
                border: 0px;
                outline: none;
            }

        .search-lp-3c .search .item-l {
            display: inline-block;
            /*width: 250px;*/
            padding: 0px 0px 0px 0px;
            float: left;
            color: #555;
            text-align: left;
        }

        .search-lp-3c .search .item-m {
            display: inline-block;
            /*width: 100px;*/
            padding: 6px 0px 0px 0px;
            float: left;
            color: #555;
            text-align: left;
        }

        .search-lp-3c .search .item-center {
            text-align: center;
        }

        .search-lp-3c .search .search-box-xs {
            width: 88px;
        }

        .search-lp-3c .search .search-box-container-xs {
            width: 47%;
        }

            .search-lp-3c .search .search-box-container-xs .search-ddl {
                width: 100%;
                height: 28px;
                padding: 7px 6px 6px 6px;
                border: 0px;
                outline: none;
            }

        .search-lp-3c .search .search-box-container-s .auto-complete {
            width: 565px;
            display: none;
        }

            .search-lp-3c .search .search-box-container-s .auto-complete .item {
                width: 753px;
            }

.auto-complete-advanced-search {
    display: inline-block;
    position: absolute;
    border: 1px solid #eaeaea;
    top: 28px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px 0px #ccc;
    -webkit-box-shadow: 0px 2px 10px 0px #ccc;
    box-shadow: 0px 2px 10px 0px #ccc;
}

    .auto-complete-advanced-search .item {
        display: block;
        padding: 4px 6px;
        text-align: left;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }

        .auto-complete-advanced-search .item:hover {
            background-color: #f3f3f3;
        }

    .auto-complete-advanced-search .item-selected {
        background-color: #f3f3f3;
    }

.search-lp-3c .search .search-box-container-s .auto-complete-advanced-search {
    width: 400px;
    display: none;
}

    .search-lp-3c .search .search-box-container-s .auto-complete-advanced-search .item {
        width: 388px;
    }

.auto-complete-basic-search {
    display: inline-block;
    position: absolute;
    border: 1px solid #eaeaea;
    top: 28px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px 0px #ccc;
    -webkit-box-shadow: 0px 2px 10px 0px #ccc;
    box-shadow: 0px 2px 10px 0px #ccc;
}

    .auto-complete-basic-search .item {
        display: block;
        padding: 4px 6px;
        text-align: left;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }

        .auto-complete-basic-search .item:hover {
            background-color: #f3f3f3;
        }

    .auto-complete-basic-search .item-selected {
        background-color: #f3f3f3;
    }

.search-lp-3c .search .search-box-container .auto-complete-basic-search {
    width: 100%;
    display: none;
}

    .search-lp-3c .search .search-box-container .auto-complete-basic-search .item {
        width: 100%;
    }

.button-s-dark {
    display: inline-block;
    width: 231px;
    height: 28px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: url('/images/workflow-wizard-button-s-dark.png') no-repeat;
}

    .button-s-dark .button-text {
        display: inline-block;
        width: 231px;
        height: 13px;
        margin: 4px 5px 0px 0px;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #fff;
    }

.button-xs-dark {
    display: inline-block;
    width: 95px;
    height: 25px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: url('/images/workflow-wizard-button-xs-dark.png') no-repeat;
}

    .button-xs-dark .button-text {
        display: inline-block;
        width: 95px;
        height: 12px;
        margin: 4px 5px 0px 0px;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #fff;
    }

.button-xs-med {
    display: inline-block;
    width: 95px;
    height: 25px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: url('/images/workflow-wizard-button-xs-med.png') no-repeat;
}

    .button-xs-med .button-text {
        display: inline-block;
        width: 95px;
        height: 12px;
        margin: 4px 5px 0px 0px;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #fff;
    }

.generic-button {
    display: inline-block;
    width: 200px;
    height: 49px;
    line-height: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.generic-button-blue {
    background: url('/images/workflow-wizard-button-med.png') no-repeat;
}

.generic-button .button-text {
    display: inline-block;
    width: 200px;
    height: 34px;
    margin: 11px 3px 0px 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    color: #fff;
}

.ww {
    margin-bottom: 50px;
}

    .ww .shadow {
        margin: 10px 0px;
        background-color: #eee;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
        border: 1px solid #eee;
        width: 990px;
    }

        .ww .shadow .content {
            position: relative;
            padding: 0px;
            background-color: #fff;
            width: 990px;
        }

    .ww .section-margin {
        margin-top: 20px;
    }

    .ww .step {
        display: inline-block;
        background: url('/images/workflow-wizard-step-circle.png') no-repeat;
        width: 114px;
        height: 114px;
        position: absolute;
        top: -15px;
        left: 20px;
    }

        .ww .step .text {
            text-align: center;
            font-family: 'Trebuchet MS', Arial, 'Open Sans Condensed', sans-serif;
            font-size: 80px;
            margin: 14px 0px 0px 2px;
            line-height: 1;
            color: #fff;
        }

    .ww .header-top {
        padding: 15px;
        background-color: #fff;
    }

    .ww .padding {
        padding: 7px 10px;
        background-color: #6486b7;
    }

    .ww .text {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 32px;
        line-height: 1;
        color: #fff;
        margin-left: 120px;
    }

    .ww .step-bullets {
        display: inline-block;
        height: 13px;
        position: absolute;
        top: 18px;
        right: 20px;
    }

        .ww .step-bullets .step-bullets-padding {
            margin: 14px 0px 0px 2px;
            line-height: 1;
            color: #fff;
        }

        .ww .step-bullets .bullet {
            display: inline-block;
            width: 13px;
            height: 13px;
            background-color: #fff;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin: 1px 10px 0px 0px;
            vertical-align: top;
        }

        .ww .step-bullets .bullet-active {
            display: inline-block;
            width: 13px;
            height: 13px;
            background-color: #404042;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-right: 10px;
            margin-top: 1px;
            border: 3px solid #eee;
            vertical-align: top;
        }

    .ww .body {
        padding: 15px;
        background-color: #fff;
    }

        .ww .body .body-inner-bg {
            background-color: #f7f2e6;
            padding: 25px 30px 25px 30px;
        }

    .ww .button-row {
        display: inline-block;
        width: 100%;
        margin-top: 75px;
    }

        .ww .button-row .left {
            display: inline-block;
            position: relative;
            width: 360px;
            height: 69px;
            float: left;
        }

        .ww .button-row .right {
            display: inline-block;
            width: 286px;
            float: right;
        }

    .ww .button {
        display: inline-block;
        width: 286px;
        height: 69px;
        font-size: 28px;
        line-height: 1;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }

    .ww .button-blue {
        background: url('/images/workflow-wizard-button.png') no-repeat;
    }

    .ww .button-blue-inactive {
        background: url('/images/workflow-wizard-button-inactive.png') no-repeat;
        cursor: default;
    }

    .ww .button-gray {
        background: url('/images/workflow-wizard-button-gray.png') no-repeat;
    }

    .ww .button .button-text {
        display: inline-block;
        width: 286px;
        height: 54px;
        margin: 15px 3px 0px 0px;
        font-family: 'Open Sans Condensed', sans-serif;
    }

    .ww .button-row-s {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
    }

    .ww .button-row-s-margin-m {
        margin-top: 10px;
    }

    .ww .button-s-dark {
        display: inline-block;
        width: 231px;
        height: 28px;
        cursor: pointer;
        font-size: 13px;
        line-height: 1;
        color: #fff;
        text-align: center;
        background: url('/images/workflow-wizard-button-s-dark.png') no-repeat;
    }

        .ww .button-s-dark .button-text {
            display: inline-block;
            width: 231px;
            height: 13px;
            margin: 4px 5px 0px 0px;
            font-family: 'Open Sans Condensed', sans-serif;
        }

    .ww input[type=text], .ww textarea {
        width: 100%;
        font-size: 12px;
        padding: 1px 4px;
        height: 19px;
        margin: 0px;
        border: 1px solid #ddd;
        font-family: "Arial";
        color: #444;
        -moz-box-shadow: 0px 1px 5px 0px #ddd;
        -webkit-box-shadow: 0px 1px 5px 0px #ddd;
        box-shadow: 0px 1px 5px 0px #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ww input[type=checkbox] {
        display: inline-block;
        width: 12px;
        height: 12px;
        padding: 0px;
        margin: 0px 5px 7px 0px;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ww input[type=radio] {
        display: inline-block;
        width: 12px;
        height: 12px;
        padding: 0px;
        margin: 0px 5px 0px 0px;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ww label {
        display: inline-table;
        vertical-align: top;
        height: 15px;
        font-size: 11px;
        font-family: "Arial";
        color: #333;
    }

    .ww select {
        width: 100%;
        font-size: 12px;
        padding: 1px;
        height: 20px;
        margin: 0px;
        border: 1px solid #ddd;
        font-family: "Arial";
        color: #444;
        -moz-box-shadow: 0px 1px 5px 0px #ddd;
        -webkit-box-shadow: 0px 1px 5px 0px #ddd;
        box-shadow: 0px 1px 5px 0px #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ww input[disabled], .ww select[disabled] {
            background-color: #ebebe4;
        }

    .ww .sec-r {
        display: inline-block;
        float: right;
        width: 550px;
        padding: 20px 25px 20px 25px;
        margin-top: 7px;
        background-color: #fbf9f4;
        font-family: 'Trebuchet MS', Arial;
        font-size: 14px;
        line-height: 1.2;
        color: #2a2a2a;
    }

        .ww .sec-r .sec-row {
            display: inline-block;
            margin: 0px 0px 7px 0px;
        }

            .ww .sec-r .sec-row .sec-field {
                display: inline-block;
                float: left;
                font-family: 'Trebuchet MS', Arial;
                font-size: 14px;
                color: #3a3a3a;
            }

            .ww .sec-r .sec-row .sec-input {
                display: inline-block;
                float: right;
            }

        .ww .sec-r .sec-row-492 {
            width: 492px;
        }

            .ww .sec-r .sec-row-492 .sec-field {
                width: 105px;
            }

            .ww .sec-r .sec-row-492 .sec-input {
                width: 367px;
            }

        .ww .sec-r .sec-row-312 {
            width: 492px;
        }

            .ww .sec-r .sec-row-312 .sec-field {
                width: 160px;
            }

            .ww .sec-r .sec-row-312 .sec-input {
                width: 312px;
            }

        .ww .sec-r .sec-row-step5 {
            width: 492px;
        }

            .ww .sec-r .sec-row-step5 .sec-field {
                width: 422px;
            }

                .ww .sec-r .sec-row-step5 .sec-field label {
                    font-size: 12px;
                    line-height: 1.1;
                }

            .ww .sec-r .sec-row-step5 .sec-input {
                width: 50px;
                font-size: 12px;
            }

            .ww .sec-r .sec-row-step5 .sec-input-inactive {
                color: #999;
            }

    .ww .circle-hand-blue-m {
        display: inline-block;
        background: url('/images/workflow-wizard-hand-circle-medium.png') no-repeat;
        width: 102px;
        height: 102px;
        position: absolute;
        top: 35px;
        left: 25px;
    }

    .ww .error-summary, .error-summary {
        color: red;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .ww .error-item {
        display: inline-block;
        width: 5px;
        height: 12px;
        float: right;
    }

    .ww .form-text {
        font-family: Calibri, Arial;
    }

    .ww .form-text-header {
        font-size: 14px;
        font-family: Calibri, Arial;
        margin: 15px 0px 7px 0px;
    }

    .ww .form-text-small {
        font-size: 12px;
        font-family: Calibri, Arial;
        margin-bottom: 5px;
    }

    .ww .message {
        display: none;
        margin-bottom: 15px;
    }

    .ww .message-success {
        display: block;
        color: green;
    }

    .ww .message-fail {
        display: block;
        color: red;
    }

.free-preview-arrow {
    display: inline-block;
    position: absolute;
    left: -10px;
    bottom: -15px;
    width: 100px;
    height: 45px;
    background: url('/images/free-preview-arrow.png') no-repeat;
}

.free-preview-arrow-hide {
    display: none;
}

.download-toolbar {
    display: inline-block;
    position: relative;
    top: -10px;
    left: -15px;
    width: 573px;
    margin: 0px 0px 10px 0px;
    padding: 5px 25px;
    background-color: #f3f3f3;
}

    .download-toolbar .textbox-container {
        position: relative;
        width: 250px;
        margin: 0px;
        border: 1px solid #e1e1e1;
        background-color: #fff;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
    }

    .download-toolbar .textbox {
        width: 210px;
        font-size: 16px;
        padding: 7px 6px 6px 6px;
        border: 0px;
        outline: none;
    }

    .download-toolbar .button {
        display: inline-block;
        float: right;
        margin: 3px 3px 2px 3px;
        width: 22px;
        height: 22px;
        background: url('/images/check-button-blue.png') no-repeat;
        cursor: pointer;
    }

.download-toolbar-alt {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    float: right;
    width: 213px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background-color: Transparent;
}

.download-toolbar .button-container {
    display: inline-block;
    width: 213px;
    float: left;
}

    .download-toolbar .button-container .outer {
        background: url('/images/workflow-wizard-button-s1.png') no-repeat;
        display: inline-block;
        width: 213px;
        height: 56px;
    }

    .download-toolbar .button-container .inner {
        display: inline-block;
        width: 209px;
        font-family: 'Open Sans Condensed';
        font-size: 18px;
        line-height: 1;
        color: #fff;
        text-align: center;
        margin-top: 14px;
    }

.download-toolbar .subscribe-container {
    display: inline-block;
    width: 250px;
    float: right;
}

    .download-toolbar .subscribe-container .success {
        font-family: 'Open Sans Condensed', sans-serif;
        color: green;
        font-size: 18px;
        line-height: 1;
        margin: 6px 0px 4px 2px;
        text-align: center;
    }

    .download-toolbar .subscribe-container .error {
        font-family: 'Open Sans Condensed', sans-serif;
        color: red;
        font-size: 16px;
        line-height: 1;
        margin: 6px 0px 4px 2px;
        font-weight: bold;
        text-align: center;
    }

    .download-toolbar .subscribe-container .message {
        font-family: 'Open Sans Condensed', sans-serif;
        color: #111;
        font-size: 16px;
        line-height: 1;
        margin: 0px 0px 4px 2px;
    }

.last-updated {
    margin-top: 20px;
    padding-top: 10px;
    color: #777;
    font-style: italic;
    border-top: 1px solid #eee;
}

.toggle-container {
    display: none;
    border: 1px solid #dadada;
    font-size: 11px;
    color: #555;
    background-color: #f9f9f9;
    padding: 5px 10px;
    margin: 10px 0px;
}

.errorsummary {
    color: Red;
    margin-bottom: 15px;
}

    .errorsummary ul {
        list-style-type: disc;
    }

.error {
    color: Red;
}

.validator {
    color: Red !important;
}

.shadow-border {
    border: 1px solid #ddd;
    -moz-box-shadow: 0px 0px 6px 1px #dadada;
    -webkit-box-shadow: 0px 0px 6px 1px #dadada;
    box-shadow: 0px 0px 6px 1px #dadada;
}

.submit-a-paper {
    display: inline-block;
    width: 100%;
    height: 62px;
    background: url('/Images/submit-paper-to-journal.png') no-repeat 0 100%;
    border: 1px solid #dadada;
    cursor: pointer;
    margin-bottom: 10px;
}

    .submit-a-paper .submit-a-paper-inner {
        display: inline-block;
        float: right;
        padding: 5px 15px 0 0;
        font-size: 38px;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #4a4a4a;
    }

.hr {
    border: 1px solid #dadada;
    border-bottom-color: #f1f1f1;
}

.resource-picker {
    background-color: #f7f7f7;
    border: 1px solid #dadada;
    border-top: 0px;
    padding: 10px;
    margin-bottom: 20px;
}

    .resource-picker .resource-picker-header {
        margin-bottom: 5px;
        font-weight: bold;
    }






.shopping-cart-tabs {
    float: left;
    width: 100%;
    color: #ccc;
    margin: 10px 0px -1px 0px;
    position: relative;
}

    .shopping-cart-tabs .link {
        display: inline-block;
        font-size: 14px;
        padding: 4px 15px;
    }

    .shopping-cart-tabs .active {
        background-color: #6a6a6a;
        color: #fff;
    }

    .shopping-cart-tabs .tab {
        display: inline-block;
        margin-top: 2px;
        background-color: #333;
        /*width: 135px;*/
        height: 45px;
        color: #eee;
        border-left: 1px solid #111;
        border-top: 1px solid #111;
        cursor: pointer;
        float: left;
        -moz-box-shadow: 1px 3px 5px 1px #222 inset;
        -webkit-box-shadow: 1px 3px 5px 1px #222 inset;
        box-shadow: 1px 3px 5px 1px #222 inset;
        min-width: 140px;
    }

        .shopping-cart-tabs .tab:hover {
            background-color: #171717;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .shopping-cart-tabs .tab .text {
            display: inline-block;
            font-family: 'Tahoma', 'Trebuchet MS';
            color: #fff;
        }

            .shopping-cart-tabs .tab .text.product-name {
                font-size: 16px;
                line-height: 1;
                padding: 5px 15px 0 15px;
            }

            .shopping-cart-tabs .tab .text.price {
                padding: 0 15px 3px 15px;
            }

    .shopping-cart-tabs .tab-active {
        display: inline-block;
        background-color: #fff;
        /*width: 135px;*/
        height: 47px;
        float: left;
        cursor: pointer;
        border-top: 1px solid #dadada;
        border-right: 1px solid #dadada;
        border-left: 1px solid #eaeaea;
        -moz-box-shadow: 0px -4px 6px -2px #bbb;
        -webkit-box-shadow: 0px -4px 6px -2px #bbb;
        box-shadow: 0px -4px 6px -2px #bbb;
        min-width: 140px;
    }

        .shopping-cart-tabs .tab-active .text {
            display: inline-block;
            font-family: 'Tahoma', 'Trebuchet MS';
            color: #e48100;
        }

            .shopping-cart-tabs .tab-active .text.product-name {
                font-size: 16px;
                line-height: 1;
                padding: 7px 15px 0 15px;
            }

            .shopping-cart-tabs .tab-active .text.price {
                padding: 0 15px 3px 15px;
            }

.shopping-cart-tab-content {
    display: inline-block;
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 12px 10px 10px 15px;
}

    .shopping-cart-tab-content .icon-style {
        width: 20px;
        height: 20px;
        background: url('/Images/shopping-cart-icon-med.png') no-repeat;
    }

    .shopping-cart-tab-content .fulfillment {
        display: inline-block;
        /*width: 100%;*/
        font-size: 11px;
        margin: 22px 0 0 10px;
        float: left;
    }

        .shopping-cart-tab-content .fulfillment .in-stock {
            font-size: 14px;
            color: #080;
        }

            .shopping-cart-tab-content .fulfillment .in-stock .img {
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url('/Images/accept.png');
                vertical-align: text-bottom;
                margin: 0px 3px 0px -1px;
            }

    .shopping-cart-tab-content .price-text {
        display: inline-block;
        width: auto;
        color: #e48100;
        font-size: 22px;
        font-weight: bold;
        line-height: .9;
    }

    .shopping-cart-tab-content .quantity {
        display: inline-block;
        width: 80px;
        float: left;
    }

    .shopping-cart-tab-content .quantity-ddl {
        font-size: 14px;
        font-family: "Arial";
        padding: 1px;
        height: 34px;
        margin: 0;
        border: 1px solid #ddd;
        color: #444;
    }

    .shopping-cart-tab-content .price-savings {
        color: #888;
        font-size: 11px;
        margin-top: 5px;
    }

    .shopping-cart-tab-content .promotions .img {
        margin-right: 4px;
        float: left;
    }

    .shopping-cart-tab-content .access-type-text {
        margin-left: 18px;
        font-size: 11px;
        color: #888;
    }



.search-tabs {
    float: left;
    width: 100%;
    color: #ccc;
    margin: 10px 0px -1px 0px;
    position: relative;
}

    .search-tabs .link {
        display: inline-block;
        font-size: 14px;
        padding: 4px 15px;
    }

    .search-tabs .active {
        background-color: #6a6a6a;
        color: #fff;
    }

    .search-tabs .tab {
        display: inline-block;
        margin-top: 2px;
        text-align: center;
        background-color: #333;
        width: 135px;
        display: inline-block;
        color: #eee;
        border-left: 1px solid #111;
        border-top: 1px solid #111;
        cursor: pointer;
        float: left;
        -moz-box-shadow: 1px 3px 5px 1px #222 inset;
        -webkit-box-shadow: 1px 3px 5px 1px #222 inset;
        box-shadow: 1px 3px 5px 1px #222 inset;
    }

        .search-tabs .tab:hover {
            background-color: #171717;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .search-tabs .tab .text {
            display: inline-block;
            padding: 5px 0px;
            font-family: 'Tahoma', 'Trebuchet MS';
        }

    .search-tabs .tab-active {
        display: inline-block;
        text-align: center;
        background-color: #fff;
        width: 135px;
        display: inline-block;
        float: left;
        cursor: pointer;
        border-top: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-left: 1px solid #bbb;
        -moz-box-shadow: 0px -4px 6px -2px #bbb;
        -webkit-box-shadow: 0px -4px 6px -2px #bbb;
        box-shadow: 0px -4px 6px -2px #bbb;
    }

        .search-tabs .tab-active .text {
            display: inline-block;
            padding: 6px 0px;
            font-family: 'Tahoma', 'Trebuchet MS';
            color: #333;
        }

.search-tabs-border {
    float: left;
    width: 100%;
    height: 1px;
    margin-bottom: 5px;
    -moz-box-shadow: 0px -4px 6px -2px #bbb;
    -webkit-box-shadow: 0px -4px 6px -2px #bbb;
    box-shadow: 0px -4px 6px -2px #bbb;
    background-color: #dadada;
    background-image: url('/Images/rightheader-bg-fallback.png');
    background-image: -webkit-gradient(linear, left, right, color-stop(.75, #aaa), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(left, #aaa 75%, #fff 100%);
    background-image: -moz-linear-gradient(left, #aaa 75%, #fff 100%);
    background-image: -ms-linear-gradient(left, #aaa 75%, #fff 100%);
    background-image: -o-linear-gradient(left, #aaa 75%, #fff 100%);
}

.title-contents-container {
    margin-bottom: 15px;
    -moz-box-shadow: 0px 4px 6px 2px #ddd;
    -webkit-box-shadow: 0px 4px 6px 2px #ddd;
    box-shadow: 0px 4px 6px 2px #ddd;
}

.title-contents-container-inner {
    width: 100%;
    height: 225px;
    overflow-y: auto;
}

.title-contents-container .search-contents-container {
    border-bottom: 1px solid #dadada;
    height: 225px;
    overflow-y: auto;
    margin-right: 3px;
}

.title-contents-container .listitemouter .listiteminner {
    padding: 12px 0px;
}

    .title-contents-container .listitemouter .listiteminner .preview-container {
        padding: 0px 10px 0px 5px;
        font-size: 12px;
        width: 90px;
    }

    .title-contents-container .listitemouter .listiteminner .space-b {
        margin-bottom: 4px;
    }

.format-selected {
    display: inline-block;
    float: right;
    width: 190px;
    height: 28px;
    border-left: 1px solid #dadada;
    background-color: #f7f7f7;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #f9f9f9), color-stop(1, #eee));
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f9f9f9 0%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f9f9f9 0%, #eee 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #eee 100%);
}

.format-selection-box {
    display: none;
    position: absolute;
    width: 190px;
    border: 1px solid #b8d8f5;
    border-top: 0px;
    text-align: left;
    right: 31px;
    z-index: 999;
    background-color: #fff;
    color: #222;
}

    .format-selection-box .format-link {
        padding: 3px 15px;
        cursor: pointer;
    }

        .format-selection-box .format-link:hover {
            background-color: #eaeaea;
        }

.ddl-selected-color {
    border: 0px;
    color: #333;
    height: 24px;
    font-size: 12px;
    text-align: left;
    width: 97px;
}

    .ddl-selected-color option {
        font-size: 11px;
    }

.search-result-contents {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('/jQuery/css/blitzer/images/ui-icons_004276_256x240.png');
    background-repeat: no-repeat;
}

.search-result-contents-show {
    background-position: -65px -16px;
}

.search-result-contents-hide {
    background-position: 0px -16px;
}

.save-search-nav {
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
    width: 100%;
    padding: 2px 0px;
}

    .save-search-nav .inner {
        display: block;
        padding: 0 6px 0 0;
    }

    .save-search-nav .text {
        display: inline-block;
        float: left;
        width: 126px;
        color: #333;
        cursor: pointer;
        padding: 0 0 0 6px;
    }

    .save-search-nav .img {
        display: inline-block;
        width: 10px;
        height: 13px;
        background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
        background-repeat: no-repeat;
        background-position: -179px -98px;
    }

    .save-search-nav:hover {
        background-color: #eee;
    }

    .save-search-nav .img:hover {
        background-image: url('/jQuery/css/blitzer/images/ui-icons_004276_256x240.png');
    }

.hp-search {
    position: relative;
}

    .hp-search .icon {
        display: inline-block;
        width: 95px;
        height: 30px;
        background: url('/Images/search-box-overlay.png') no-repeat;
        float: left;
        margin-top: -1px;
        cursor: pointer;
    }

    .hp-search .cont {
        position: relative;
        border: 1px solid #b8d8f5;
        width: 988px;
        height: 28px;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
    }

    .hp-search .txt {
        font-size: 16px;
        padding: 7px 6px 6px 6px;
        border: 0px;
        outline: none;
        width: 645px;
        height: 15px;
        float: left;
    }

    .hp-search .formats-cont {
        display: inline-block;
        position: relative;
        width: 190px;
        text-align: center;
        padding-top: 6px;
        font-family: Arial;
        color: #222;
        font-size: 16px;
        line-height: 1;
    }

        .hp-search .formats-cont .selected {
            display: inline-block;
            width: 164px;
            float: left;
        }

        .hp-search .formats-cont .d-arrow {
            display: inline-block;
            height: 18px;
            width: 16px;
            float: right;
            background: #f3f3f3 url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png') no-repeat;
            border: 0px;
            margin-right: 10px;
            background-position: -64px -14px;
        }

    .hp-search .btn {
        display: inline-block;
        width: 31px;
        height: 30px;
        background: url('/Images/search-box-overlay-r.png') no-repeat;
        float: right;
        margin-top: -1px;
        cursor: pointer;
    }

.hp-auto-complete {
    display: none;
    position: absolute;
    width: 671px;
    border: 1px solid #eaeaea;
    top: 28px;
    right: 221px;
    z-index: 1250;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px 0px #ccc;
    -webkit-box-shadow: 0px 2px 10px 0px #ccc;
    box-shadow: 0px 2px 10px 0px #ccc;
}

    .hp-auto-complete .item {
        display: block;
        padding: 4px 6px;
        text-align: left;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }

        .hp-auto-complete .item:hover {
            background-color: #f3f3f3;
        }

    .hp-auto-complete .item-selected {
        background-color: #f3f3f3;
    }

.bst {
    display: inline-block;
}

    .bst .search {
        display: inline-block;
        width: 195px;
    }

    .bst .search-container {
        display: inline-table;
        padding-left: 5px;
    }

    .bst .hp-auto-complete {
        right: 335px;
    }

.custom-ddl {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: Arial;
    color: #222;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #dadada;
    cursor: default;
}

    .custom-ddl .selected {
        display: inline-block;
        float: left;
        padding: 4px 0px 0px 4px;
    }

    .custom-ddl .d-arrow {
        display: inline-block;
        height: 18px;
        width: 17px;
        float: right;
        background: #f3f3f3 url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png') no-repeat;
        border: 0px;
        background-position: -64px -14px;
    }

.custom-ddl-selection-box {
    display: none;
    position: absolute;
    min-width: 240px;
    width: 100%;
    border: 1px solid #dadada; /*border-top:0px;*/
    text-align: left;
    right: 0px;
    z-index: 999;
    background-color: #fff;
    color: #222;
    margin: -1px 0px 0px 0px;
}

    .custom-ddl-selection-box .format-link {
        padding: 3px 15px;
        cursor: pointer;
    }

        .custom-ddl-selection-box .format-link:hover {
            background-color: #eaeaea;
        }

.ss-display-options {
    display: inline-block;
    position: relative;
    width: 150px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    cursor: pointer;
}

    .ss-display-options .ss-label {
        display: inline-block;
        float: right;
    }

    .ss-display-options .ss-d-arrow {
        display: inline-block;
        float: right;
        height: 14px;
        width: 16px;
        float: right;
        background: #fff url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png') no-repeat;
        border: 0px;
        margin-right: 10px;
        background-position: -64px -17px;
    }

.ss-display-options-box {
    display: none;
    position: absolute;
    width: 150px;
    border: 1px solid #e1e1e1;
    border-top: 0px;
    text-align: left;
    right: -1px;
    top: 16px;
    z-index: 999;
    background-color: #fff;
    color: #222;
    padding: 7px 0px;
}

    .ss-display-options-box .format-link {
        display: inline-block;
        width: 120px;
        padding: 3px 15px;
        font-size: 11px;
        cursor: default;
    }

        .ss-display-options-box .format-link:hover {
        }

.hp-box-lrg {
    display: inline-block;
    width: 990px;
    border-top: 0px solid #eee;
    margin: 10px 0px 10px 0px;
}

    .hp-box-lrg .r-space {
        margin-right: 21px;
    }

    .hp-box-lrg .outer {
        display: inline-block;
        width: 308px;
        height: 134px;
        float: left;
        padding: 3px;
        border: 1px solid #dadada;
    }

        .hp-box-lrg .outer .inner {
            display: inline-block;
            width: 308px;
            height: 134px;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #fff), color-stop(1, #f3f3f3));
            background-image: -webkit-linear-gradient(bottom, #fff 0%, #f3f3f3 100%);
            background-image: -moz-linear-gradient(bottom, #fff 0%, #f3f3f3 100%);
            background-image: -ms-linear-gradient(bottom, #fff 0%, #f3f3f3 100%);
            background-image: -o-linear-gradient(bottom, #fff 0%, #f3f3f3 100%);
        }

            .hp-box-lrg .outer .inner .pad {
                display: inline-block;
                padding: 12px 0px 18px 0px;
            }

                .hp-box-lrg .outer .inner .pad .img-cont {
                    display: inline-block;
                    float: left;
                    margin: 0px 10px;
                }

                .hp-box-lrg .outer .inner .pad .img {
                    display: inline-block;
                    background-image: url('/Images/r-nav-sp-grad.png');
                }

                .hp-box-lrg .outer .inner .pad .img-books {
                    height: 66px;
                    width: 72px;
                    background-position: 0px -314px;
                }

                .hp-box-lrg .outer .inner .pad .img-monitor {
                    height: 60px;
                    width: 66px;
                    background-position: -4px -251px;
                }

                .hp-box-lrg .outer .inner .pad .img-person {
                    height: 55px;
                    width: 60px;
                    background-position: -7px -134px;
                }

                .hp-box-lrg .outer .inner .pad .text-cont {
                    display: inline-block;
                    width: 210px;
                    float: left;
                }

                    .hp-box-lrg .outer .inner .pad .text-cont .header {
                        font-family: 'Open Sans Condensed', sans-serif;
                        font-size: 24px;
                        line-height: .8;
                        margin-bottom: 9px;
                    }

                    .hp-box-lrg .outer .inner .pad .text-cont .desc {
                        font-size: 12px;
                        line-height: 1.4;
                        margin-bottom: 4px;
                        font-weight: bold;
                    }

                    .hp-box-lrg .outer .inner .pad .text-cont .link-cont {
                        font-size: 11px;
                        line-height: 1.3;
                        margin-bottom: 14px;
                    }

                        .hp-box-lrg .outer .inner .pad .text-cont .link-cont .space {
                            margin-bottom: 2px;
                        }

                        .hp-box-lrg .outer .inner .pad .text-cont .link-cont a {
                            color: #777;
                            text-decoration: underline;
                        }

                            .hp-box-lrg .outer .inner .pad .text-cont .link-cont a:hover {
                                color: #333;
                                text-decoration: none;
                            }

.hp-media {
    display: inline-block;
    position: relative;
    width: 590px;
    border-top: 1px solid #dadada;
    margin: 0px 14px 10px 14px;
}

    .hp-media .l-border {
        border-left: solid #eaeaea 1px;
    }

    .hp-media .outer {
        display: inline-block;
        position: relative;
        width: 294px;
        height: 105px;
        float: left;
        cursor: pointer;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #fff), color-stop(1, #f7f7f7));
        background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
        background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
        background-image: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    }

        .hp-media .outer .pad {
            display: inline-block;
            width: 294px;
            height: 75px;
            padding: 15px 0px;
        }

            .hp-media .outer .pad .img-cont {
                display: inline-block;
                float: left;
                margin: 0px 10px;
                width: 75px;
            }

                .hp-media .outer .pad .img-cont img {
                    max-width: 75px;
                    max-height: 75px;
                }

            .hp-media .outer .pad .text {
                display: inline-block;
                width: 185px;
                float: left;
            }

                .hp-media .outer .pad .text .header {
                    display: inline-block;
                    width: 185px;
                    font-family: 'Open Sans Condensed', sans-serif;
                    color: #e48100;
                    font-size: 22px;
                    line-height: .8;
                    margin-bottom: 7px;
                }

                .hp-media .outer .pad .text .body {
                    display: inline-block;
                    width: 185px;
                    color: #333;
                    margin-bottom: 5px;
                }

                .hp-media .outer .pad .text .link {
                    color: #777;
                    text-decoration: underline;
                    font-size: 11px;
                }

                    .hp-media .outer .pad .text .link:hover {
                        color: #333;
                        text-decoration: none;
                    }

    .hp-media .hp-hr {
        display: inline-block;
        width: 590px;
        height: 1px;
        float: left;
        border-top: 1px solid #eee;
    }

.search-overlay-text {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 22px;
    margin: 15px 0px;
}

.search-overlay-cancel {
    font-size: 11px;
    color: #36c;
    text-decoration: none;
    margin-bottom: 15px;
}

.form-block {
    display: inline-block;
    width: 230px;
    margin: 0px 50px 15px 0px;
}

.form-block-full-width {
    width: 510px;
}

.form-block input[type=text], .form-block textarea {
    font-size: 16px;
    padding: 7px 6px 6px 6px;
    width: 100%;
    margin: 3px 0px 0px 0px;
    font-family: "Arial";
    color: #444;
    border: 1px solid #eaeaea;
    -moz-box-shadow: 0px 0px 10px 0px #eee;
    -webkit-box-shadow: 0px 0px 10px 0px #eee;
    box-shadow: 0px 0px 10px 0px #eee;
}

.form-block input[type=text] {
    height: 28px;
}

.form-block textarea {
    height: 40px;
}

.yellow-gen-button {
    display: inline-block;
    width: 200px;
    height: 50px;
    background: url('/images/yellow-gen-button-200.png');
    margin-top: 10px;
}

    .yellow-gen-button .text {
        display: inline-block;
        width: 140px;
        padding: 11px 30px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #222;
    }

        .yellow-gen-button .text .yellow-gen-icon {
            display: inline-block;
            width: 16px;
            background-image: url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png');
            background-repeat: no-repeat;
            height: 16px;
        }

.pager-custom-container {
    float: left;
    vertical-align: top;
    padding-top: 1px;
    margin: 15px 0px;
}

    .pager-custom-container .page {
        font-size: 11px;
        display: inline-block;
        vertical-align: top;
        padding: 1px 3px;
    }

    .pager-custom-container .content-count {
        vertical-align: top;
    }

.box-shadow {
    margin-bottom: 8px;
    -moz-box-shadow: 0px 4px 6px 2px #ddd;
    -webkit-box-shadow: 0px 4px 6px 2px #ddd;
    box-shadow: 0px 4px 6px 2px #ddd;
}

.blur-contents {
    color: #aaa !important;
    background-color: #f7f7f7 !important;
}

    .blur-contents div,
    .blur-contents span {
        color: #aaa !important;
        background-color: #f7f7f7 !important;
    }

    .blur-contents a,
    .blur-contents .generic-link {
        pointer-events: none;
        cursor: default;
        color: #aaa;
    }

    .blur-contents .edit-entry {
        display: none;
    }

    .blur-contents img,
    .blur-contents li {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
        -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        filter: gray;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    }

.focus-contents {
    background-color: #fff !important;
}

.description-text-default {
    color: #777;
}

input[disabled], select[disabled] {
    background-color: #ebebe4;
}

.generic-link {
    color: #36c;
    cursor: pointer;
}

    .generic-link:hover {
        color: #333;
    }

.validation-warning-img {
    vertical-align: top;
}

.validation-warning-txt {
    display: inline-block;
    margin: 1px 7px 0px 2px;
    font-style: italic;
    color: Orange;
}

.ts-stats {
    display: inline-block;
    width: 100%;
    margin-top: 3px;
}

    .ts-stats img {
        display: inline-block;
        vertical-align: top;
        float: left;
        margin-right: 2px;
    }

    .ts-stats .ts-stat-label {
        display: inline-block;
        width: 115px;
        margin: 1px 0px 0px 3px;
        float: left;
    }

    .ts-stats .ts-stat-label-s {
        display: inline-block;
        width: 100px;
        margin: 1px 0px 0px 3px;
        float: left;
    }

    .ts-stats .ts-stat-desc {
        margin-top: 1px;
    }

.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.growlUI {
    background: url('/Images/check48.png') no-repeat 10px 10px;
}

    div.growlUI h1, div.growlUI h2 {
        color: white;
        padding: 5px 5px 5px 75px;
        text-align: left;
    }

#catalogs-container .catalog-img-container {
    height: 150px;
}

#catalogs-container .catalog-img {
    display: block;
    float: none;
}

#catalogs-container .preview-alt {
    margin-bottom: 5px;
    display: block;
}

    #catalogs-container .preview-alt .sample {
        text-align: center;
        width: 120px;
    }

#catalogs-container .listing-h h2 {
    font-size: 16px;
}

#catalogs-container .listing-h .item {
    height: 220px;
}

#catalogs-container .list-item-toggle:hover {
    padding-bottom: 20px;
    height: auto;
    background-position: bottom;
}

    #catalogs-container .list-item-toggle:hover .list-item-toggle-over {
        display: block;
    }

#catalogs-header {
    width: 990px;
    min-height: 288px;
    background: url('/Images/product-catalogs-lp.png') no-repeat;
    overflow: hidden;
    position: relative;
}

    #catalogs-header .description {
        margin: 80px 0 20px 270px;
        float: left;
        width: 350px;
        color: #777;
    }

#catalogs-container {
    position: relative;
}

#categories-list {
    width: 250px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #b8b8b8;
    background-color: #fafafa;
}

    #categories-list a {
        padding: 8px 5px;
        padding-left: 10px;
        display: block;
        color: black;
        text-decoration: none;
        overflow: hidden;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e8e8e8;
        cursor: pointer;
    }

        #categories-list a.selected,
        #categories-list a:hover {
            background-color: #e9e9e9;
            border-top: 1px solid #d8d8d8;
            border-bottom: 1px solid #e4e4e4;
        }

            #categories-list a.selected:first-child,
            #categories-list a:first-child:hover {
                border-top-color: transparent;
            }

        #categories-list a span {
            display: block;
            float: left;
            padding-top: 2px;
            pointer-events: none;
        }

        #categories-list a .bullet {
            display: block;
            margin-right: 4px;
            float: left;
            background: url('/Images/ulbulletdark2.png') no-repeat center top;
            width: 16px;
            height: 16px;
        }

        #categories-list a.selected .bullet {
            background-image: url('/Images/ulbulletsmall.png');
        }

#catalogs-container .catalog .description,
#catalogs-container .catalog .copyright,
#catalogs-container .catalog .category {
    font-size: 11px;
    margin-top: 4px;
    color: #777;
}

#catalogs-container .catalog .title {
    font-size: 12px;
    margin-top: 6px;
}

#banner-rotator {
    width: 990px;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

    #banner-rotator .shadow {
        background-color: #ffffff;
        border: 1px solid #ddd;
    }

#banner-container {
    position: relative;
    padding: 0;
    background-color: #ffffff;
    height: 282px;
    overflow: hidden;
}

#banner-images a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

    #banner-images a.selected {
        z-index: 10;
        opacity: 1.0;
        cursor: pointer;
    }

    #banner-images a.last-selected {
        z-index: 9;
    }

#tabs-container {
    height: 30px;
    background-color: #333;
    box-shadow: 0 3px 5px #ccc;
}

    #tabs-container .tab-group {
        display: block;
        float: left;
    }

    #tabs-container .subtab-group {
        display: none;
        position: absolute;
        z-index: 1000;
        bottom: 40px;
        right: 20px;
    }

    #tabs-container .tab {
        display: block;
        float: left;
        cursor: pointer;
        width: 175px;
        height: 30px;
        text-align: center;
        font-size: 14px;
        font-family: Tahoma, "Trebuchet MS";
        box-sizing: border-box;
        background-color: #333;
        color: white;
        box-shadow: 1px 3px 5px 1px #222 inset;
        border-right: 1px solid black;
    }

        #tabs-container .tab.selected ~ .subtab-group {
            display: block;
        }

        #tabs-container .tab:hover {
            background-color: #171717;
        }

        #tabs-container .tab span {
            pointer-events: none;
            margin-top: 6px;
            display: block;
        }

        #tabs-container .tab.selected span {
            font-size: 18px;
            margin-top: 7px;
        }

    #tabs-container .subtab {
        display: block;
        float: left;
        cursor: pointer;
        background-color: transparent;
        background-image: url('/jQuery/css/smoothness/images/ui-icons_454545_256x240.png');
        background-position: -112px -144px;
        color: #555;
        height: 16px;
        width: 16px;
        padding: 0;
        border: none;
    }

        #tabs-container .subtab.selected {
            background-position: -80px -144px;
        }

    #tabs-container .tab.selected {
        background-color: #fff;
        color: black;
        height: 35px;
        box-shadow: 0 5px 6px 0 #ccc;
        border: 1px solid #ccc;
        border-top: none;
        margin-left: -1px;
    }

        #tabs-container .tab.selected:hover {
            background-color: #fff;
        }

#data-sets {
    margin: 5px 25px 25px 0;
    clear: both;
}

    #data-sets ul.dataset-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #data-sets ul.dataset-list li {
            padding: 5px 0;
        }

#title-awards, #title-awards-summary {
}

    #title-awards div.award-image-container {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        float: left;
    }

        #title-awards div.award-image-container img {
            width: 50px;
            height: 50px;
        }

    #title-awards div.award-details {
        float: left;
        width: 520px;
    }

        #title-awards div.award-details .award-name {
            display: block;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #e6e6e6;
        }

    #title-awards-summary div.award-image-container {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        float: left;
    }

        #title-awards-summary div.award-image-container img {
            width: 50px;
            height: 50px;
        }

    #title-awards-summary div.award-details {
        float: left;
        width: 520px;
    }

        #title-awards-summary div.award-details .award-title {
            display: block;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #e6e6e6;
        }

ul.title-awards-list {
    padding: 0;
    margin: 0;
}

    ul.title-awards-list li {
        overflow: hidden;
        width: 580px;
        list-style-type: none;
        border-top: 1px solid #d6d6d6;
        padding: 10px 0;
    }

        ul.title-awards-list li:first-child {
            border-top: 0;
        }

.isd-mobile-container {
    width: 600px;
    margin: 10px auto 30px auto;
}

    .isd-mobile-container .isd-store-icons {
        text-align: center;
        margin: 5px 0;
    }

        .isd-mobile-container .isd-store-icons a {
            text-align: left;
            width: 50%;
            display: inline-block;
        }

            .isd-mobile-container .isd-store-icons a:first-child {
                text-align: right;
            }

        .isd-mobile-container .isd-store-icons.vertical a {
            display: block;
            text-align: left;
            width: auto;
        }

        .isd-mobile-container .isd-store-icons a img {
            height: 45px;
            margin: 5px 10px;
        }

    .isd-mobile-container .isd-description {
        font-family: Arial;
        font-size: 14px;
        color: #555;
        margin: 10px auto;
        text-align: center;
        font-style: italic;
    }

.platformdemo-signup-button {
    background-color: #156284;
    color: #ffffff;
    font-size: 13px;
    border: 2px solid #ddd;
    border-radius: 5px;
    display: block;
    width: 175px;
    padding: 10px 0;
    margin-bottom: 15px;
}

    .platformdemo-signup-button:hover {
        background-color: #7399bc;
        cursor: pointer;
    }

.staff-box-header {
    display: inline-block;
    width: 100%;
    float: left;
}

.staff-box {
    display: inline-block;
    float: left;
    width: 197px;
    margin-bottom: 25px;
}

    .staff-box .img {
        display: inline-block;
        width: 197px;
        height: 210px;
    }

    .staff-box .name {
        font-size: 16px;
        margin: 15px 0px 5px 0px;
    }

    .staff-box .position {
        color: #777;
    }

.staff-box-contact {
    margin-bottom: 15px;
}

.free-e-access-popup-help {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    vertical-align: bottom;
    cursor: pointer;
}

    .free-e-access-popup-help .img {
        display: inline-block;
        float: left;
        width: 16px;
        height: 16px;
        float: left;
        background: url('/Images/i-icon-16x16.png') no-repeat;
    }

    .free-e-access-popup-help .txt {
        display: inline-block;
        float: left;
        font-weight: bold;
        font-size: 11px;
        margin: 2px 0px 0px 5px;
    }

.free-e-access-popup {
    display: none;
    margin: 10px 0px 0px 0px;
    float: left;
    font-size: 12px;
    position: absolute;
    background-color: #fff;
    width: 500px;
    z-index: 999;
    color: #333;
    padding: 12px 15px 20px 15px;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.eed-nav-box {
    display: inline-block;
    width: 85px;
    height: 85px;
    padding: 20px;
    background-color: #86b639; /* IE Fallback for Opacity */
    background-color: rgba(134, 182, 57, 0.80);
    text-align: center;
    float: left;
}

    .eed-nav-box .text {
        font-size: 16px;
        color: #fff;
    }

    .eed-nav-box:hover {
        background-color: #7bac2d;
    }

.page-stack {
    display: inline-block;
    width: 50px;
    height: 62px;
    background: url('/Images/page-stack.png');
    margin-bottom: 10px;
}

.plus-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/Images/plus-circle.png');
    margin: 6px 0px 16px 0px;
}

.publish-wp .ww {
    display: inline-block;
    margin: 15px 0px 25px 0px;
}

    .publish-wp .ww .section-margin {
        width: 593px;
        margin-bottom: 28px;
    }

        .publish-wp .ww .section-margin .content {
            width: 593px;
        }

            .publish-wp .ww .section-margin .content .step {
                background: url('/Images/workflow-wizard-hand-circle-medium-gray.png') no-repeat;
            }

.publish-wp .resource-box {
    display: inline-block;
    width: 200px;
    float: left;
    margin-left: 75px;
}

    .publish-wp .resource-box .header {
        font-size: 14px;
        margin: 0px 0px 8px 0px;
        font-weight: bold;
    }

    .publish-wp .resource-box .item {
        margin-bottom: 6px;
    }

        .publish-wp .resource-box .item a, .publish-wp .resource-box .header .item a:link, .publish-wp .resource-box .header .item a:visited {
            color: #777;
            text-decoration: underline;
        }

            .publish-wp .resource-box .item a:hover {
                color: #333;
                text-decoration: none;
            }

.searchresults-item {
    position: relative;
}

    .searchresults-item .show-contents-link {
        cursor: pointer;
        color: #049;
        float: right;
    }

        .searchresults-item .show-contents-link > .ui-icon {
            display: inline-block;
            height: 12px;
            width: 12px;
        }

    .searchresults-item .item-sidebar {
        position: absolute;
        right: 0;
        top: 2%;
        width: 3px;
        height: 96%;
        background-color: transparent;
    }

        .searchresults-item .item-sidebar.sidebar-ownedtitle {
            background-color: #8FB98F;
        }

        .searchresults-item .item-sidebar.sidebar-freetitle {
            background-color: #cbdd52;
        }


.unowned-title-message {
    margin-top: 50px;
}

    .unowned-title-message h3 {
    }

    .unowned-title-message p {
    }

.show-content-link {
    cursor: pointer;
    color: #049;
    float: right;
}

.title-recommendation {
    margin: 30px 0;
    border: 1px solid #d6d6d6;
    padding: 10px;
    background-color: #f7f7f7;
}

    .title-recommendation > .header {
    }

    .title-recommendation > .message {
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .title-recommendation .field-row {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .title-recommendation .field-row > label {
            display: inline-block;
            width: 100px;
        }

        .title-recommendation .field-row > input[type=text] {
        }

        .title-recommendation .field-row > input[type=text],
        .title-recommendation .field-row > select {
            max-width: 350px;
        }

            .title-recommendation .field-row > select > option {
            }

        .title-recommendation .field-row > textarea {
            width: 100%;
            resize: none;
        }

    .title-recommendation .button-row {
        padding-top: 10px;
    }

        .title-recommendation .button-row > input[type=submit] {
            padding: 4px 8px;
        }

.xmlReader disp-quote {
    font-style: italic;
}
.xmlReader ul + p {
    margin-top: 1em;
}


ul.indices-list {
    margin: 0;
    padding: 0;
}
ul.indices-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    display: block;
    width: 50%;
}
    ul.indices-list li .name, 
    ul.indices-list li a {
        line-height: 30px;
    }

    ul.indices-list li img {
        width: 75px;
        max-height: 30px;
        float: right;
    }
/*body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    height: 100%;
    margin: 0;
    min-width: 1024px;
}*/

html {
    height: auto !important;
}

body {
    background: #fff; /*url('/Images/bodybggrad.png') repeat-x*/
    padding: 0 0 50px 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    height: 100%;
    min-width: initial;
    text-align: left;
    position: static !important;
    margin: 0;
}

.CenterContent h1 {
    margin: 0px 0px 7px 0px;
}

h1 {
    font-family: 'Tahoma', 'Trebuchet MS';
    clear: left;
    font-size: 22px;
    font-weight: normal;
    border-bottom: solid 0px #bababa;
    margin: 0px 0px 7px 0px;
    padding: 0px;
}

    h1 span {
        font-family: 'Tahoma', 'Trebuchet MS';
    }

    h1.BlogTitle {
        padding-right: 85px;
    }

    h1.sf_postTitle {
        color: #e17009;
        font-size: 1.75em;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.2em;
    }

h2 {
    margin: 30px 0 7px 0;
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 20px;
    font-weight: normal;
    color: #333;
    /*color: #e7672b;*/
}

    h2 span {
        font-family: 'Tahoma', 'Trebuchet MS';
    }

    h2 a:link {
        text-decoration: none;
    }

    h2.margin-top-0 {
        margin: 0 0 7px 0;
    }

h3 {
    margin: 0 0 7px;
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 18px;
    font-weight: normal;
    color: #333;
    border: 0;
    line-height: 20px;
}

h4 {
    margin: 20px 0 7px;
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border: 0;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 5px;
    margin-bottom: 0px;
}

input[type=text],
input[type=password],
textarea,
select {
    border: 1px solid #e1e1e1;
    padding: 2px;
}

select {
    padding: 3px 2px 2px 2px;
}

input[type=text],
input[type=password],
textarea {
    color: #444;
    font-size: 1em;
    font-family: Arial;
    width: 100%;
}

textarea {
    resize: vertical;
}

.footer {
    background-color: #26282b;
}

    .footer .top-margin {
        display: inline-block;
        width: 100%;
        margin-top: 50px;
    }

    .footer .text {
        color: #ddd;
        font-size: 12px;
    }

    .footer .footer-header {
        font-weight: bold;
        font-size: 12px;
        color: #eee;
    }

    .footer a.footer-link {
        font-size: 12px;
        color: #ccc;
        text-decoration: none;
    }

        .footer a.footer-link:hover {
            color: #fff;
        }

    .footer .header-margin-top {
        margin-top: 15px;
    }

    .footer .td-l {
        width: 495px;
        text-align: left;
    }

        .footer .td-l .td-l-header {
            font-size: 12px;
            margin: 0px;
            padding: 0px;
        }

    .footer .td-r {
        /*width: 495px;*/
        text-align: right;
    }

        .footer .td-r .td-r-t {
            display: inline-block;
            width: 495px;
            margin-bottom: 15px;
        }

            .footer .td-r .td-r-t .td-r-t-r {
                display: inline-block;
                width: 250px;
                margin-left: 20px;
                float: right;
            }

            .footer .td-r .td-r-t .td-r-t-l {
                display: inline-block;
                width: 157px;
                float: right;
            }

                .footer .td-r .td-r-t .td-r-t-l .t-space {
                    display: inline-block;
                    margin: 23px 0px 6px 0px;
                }

                .footer .td-r .td-r-t .td-r-t-l .b-space {
                    display: inline-block;
                    margin-bottom: 4px;
                }

        .footer .td-r .td-r-b {
            padding-bottom: 5px;
        }

        .footer .td-r .td-r-ip {
            margin-top: 10px;
            color: #777;
            font-size: 11px;
        }

.margin-top {
    margin-top: 30px;
}

.margin-top-sm {
    margin-top: 20px;
}

.hp-box-r {
    padding: 10px 15px 10px 15px;
    background-color: #413627;
}

.hp-box-r-margin-top {
    margin-top: 15px;
}

.hp-box-r a {
    color: #ddd;
}

    .hp-box-r a:hover {
        text-decoration: underline;
    }

.hp-box-r h2 {
    color: #fff;
}

.glyph-fix-6px {
    font-size: 6px;
    vertical-align: top;
    padding-top: 4px;
}

.bookstore-nav {
    display: inline-block;
    float: left;
    color: #fafafa;
    margin: 0;
    width: 100%;
    z-index: 1200;
}

.bookstore-nav-container {
    display: inline;
    float: left;
    padding: 10px 20px 15px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .bookstore-nav-container {
        padding: 10px 12px 15px;
    }
}

.bookstore-nav-container-active {
    background-color: #797c81;
}

.bookstore-nav-container .nav-seperator {
    display: inline-block;
    width: 6px;
    height: 42px;
}

.download-toolbar {
    display: inline-block;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 25px;
    background-color: #f3f3f3;
}

    .download-toolbar .textbox-container {
        position: relative;
        width: 250px;
        margin: 0px;
        border: 1px solid #e1e1e1;
        background-color: #fff;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
    }

    .download-toolbar .textbox {
        width: 210px;
        font-size: 14px;
        padding: 5px 6px 4px 6px;
        border: 0px;
        outline: none;
    }

    .download-toolbar .button {
        display: inline-block;
        float: right;
        margin: 3px 3px 2px 3px;
        width: 22px;
        height: 22px;
        background: url('/images/check-button-blue.png') no-repeat;
        cursor: pointer;
    }

.download-toolbar-alt {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    float: right;
    width: 213px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background-color: Transparent;
}

.download-toolbar .button-container {
    display: inline-block;
    width: 213px;
    float: left;
}

    .download-toolbar .button-container .outer {
        background: url('/images/workflow-wizard-button-s1.png') no-repeat;
        display: inline-block;
        width: 213px;
        height: 56px;
    }

    .download-toolbar .button-container .inner {
        display: inline-block;
        width: 209px;
        font-family: 'Open Sans Condensed';
        font-size: 18px;
        line-height: 1;
        color: #fff;
        text-align: center;
        margin-top: 14px;
    }

.download-toolbar .subscribe-container {
    display: inline-block;
    width: 250px;
    float: right;
}

    .download-toolbar .subscribe-container .success {
        font-family: 'Open Sans Condensed',sans-serif;
        color: green;
        font-size: 18px;
        line-height: 1;
        margin: 6px 0px 4px 2px;
        text-align: center;
    }

    .download-toolbar .subscribe-container .error {
        font-family: 'Open Sans Condensed',sans-serif;
        color: red;
        font-size: 16px;
        line-height: 1;
        margin: 6px 0px 4px 2px;
        font-weight: bold;
        text-align: center;
    }

    .download-toolbar .subscribe-container .message {
        font-family: 'Open Sans Condensed',sans-serif;
        color: #111;
        font-size: 16px;
        line-height: 1;
        margin: 0px 0px 4px 2px;
    }

/*.col-fixed-150 {
    width: 150px;
    position: absolute;
}

.col-fixed-215 {
    right:0;
    width: 215px;
    position: absolute;
}

.col-offset-400 {
    padding: 0 250px 0 200px;
}*/

/*.col-fixed-240 {
    width: 240px;
    background: red;
    position: fixed;
    height: 100%;
}

.col-fixed-160 {
    margin-left: 240px;
    width: 160px;
    background: blue;
    position: fixed;
    height: 100%;
}

.col-offset-400 {
    padding-left: 415px;
}*/

.toc-nav-affix {
    overflow-y: auto;
}

    .toc-nav-affix.affix-top {
        position: static;
        margin-top: 0px;
        /*width: 228px;*/
    }

    .toc-nav-affix.affix {
        position: fixed;
        top: 20px;
        width: inherit;
    }

.sidebar-navigation-collapse {
    cursor: pointer;
}

    .sidebar-navigation-collapse .sidebar-navigation-collapse-header {
        /*display: inline-block;*/
        padding: 14px 14px 10px;
        color: #777;
        font-size: 18px;
    }

.box-corner {
    border-radius: 0;
    border: 0;
}

    .box-corner .caret {
        display: none;
        border-top-color: #777;
        border-bottom-color: #777;
    }

.menu-right {
    float: right;
    width: 100%;
}

.nav-stacked-custom {
    width: 100%;
    background-color: #fff;
    border: 1px solid #efefef !important;
    border-top: 0;
    margin-bottom: 10px !important;
}

    .nav-stacked-custom .navlinkl {
        padding: 7px 10px;
    }

.affiliate-font {
    margin-bottom: 4px;
}

    .affiliate-font,
    .affiliate-font a {
        color: #093;
    }

.img-b {
    border: 1px solid #777;
    width: 150px;
}

.add-to-cart-sb {
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 3px;
    width: 100%;
    float: right;
    margin: 0px 0px 20px 10px;
}

    .add-to-cart-sb .inner {
        display: inline-block;
        width: 100%;
        padding: 12px 15px;
    }

        .add-to-cart-sb .inner .customer-type {
            font-size: 11px;
            margin-top: 7px;
            padding-top: 4px;
            border-top: 1px solid #dadada;
        }

            .add-to-cart-sb .inner .customer-type .customer-type-label-text {
                font-size: 11px;
                color: #333;
                margin-bottom: 5px;
            }

            .add-to-cart-sb .inner .customer-type .option-space {
                margin-right: 7px;
            }

        .add-to-cart-sb .inner .buy {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .add-to-cart-sb .inner .quantity {
            display: inline-block;
            width: 80px;
            float: left;
        }

        .add-to-cart-sb .inner .price {
            display: block;
            margin-bottom: 10px;
        }

        .add-to-cart-sb .inner .price-text {
            display: inline-block;
            width: auto;
            color: #e48100;
            font-size: 22px;
            font-weight: bold;
            line-height: .9;
        }

        .add-to-cart-sb .inner .price-savings {
            display: inline-block;
            float: left;
            margin-bottom: 8px;
        }

            .add-to-cart-sb .inner .price-savings .price-row {
                display: block;
                margin-bottom: 2px;
                color: #888;
                /*float: left;*/
            }

                .add-to-cart-sb .inner .price-savings .price-row .label-text {
                    display: inline-block;
                    width: 81px;
                }

        .add-to-cart-sb .inner .promotions {
            display: inline-block;
            width: 100%;
            margin: 0px 0px 15px 0px;
        }

            .add-to-cart-sb .inner .promotions .price-row {
                display: inline-block;
                width: 100%;
                font-size: 11px;
                margin: 0px 0px 2px 0px;
            }

                .add-to-cart-sb .inner .promotions .price-row .img {
                    margin-right: 4px;
                    float: left;
                }

        .add-to-cart-sb .inner .access-type {
            display: inline-block;
            width: 100%;
            font-size: 11px;
            margin: 0px 0px 5px 0px;
        }

            .add-to-cart-sb .inner .access-type .ddl {
                width: 100%;
                font-size: 11px;
            }

            .add-to-cart-sb .inner .access-type .subscription-years {
                display: inline-block;
                position: relative;
                width: 100%;
                z-index: 800;
            }

                .add-to-cart-sb .inner .access-type .subscription-years .alt-row {
                    display: inline-block;
                    width: 100%;
                    background-color: #f5f5f5;
                }

                    .add-to-cart-sb .inner .access-type .subscription-years .alt-row .inner {
                        padding: 5px 8px;
                    }

                .add-to-cart-sb .inner .access-type .subscription-years .add-to-cart-header {
                    border-bottom: 1px solid #dadada;
                }

                .add-to-cart-sb .inner .access-type .subscription-years .add-to-cart-footer {
                    border-top: 1px solid #dadada;
                }

                .add-to-cart-sb .inner .access-type .subscription-years .chk {
                    display: inline-block;
                    padding: 0;
                    margin: 0px 5px 0 0px;
                    vertical-align: top;
                }

                .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list {
                    max-height: 200px;
                    overflow-y: auto;
                    padding: 4px 0px;
                }

                    .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .subscription-year-list-row {
                        padding: 0px 8px;
                    }

                        .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .subscription-year-list-row input {
                            margin: 0px 5px 1px 0px;
                        }

                        .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .subscription-year-list-row label {
                            font-weight: normal;
                            margin: 0;
                        }

                    .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .active-text {
                        color: #333;
                    }

                    .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .inactive-text {
                        color: #777;
                    }

        .add-to-cart-sb .inner .button {
            display: inline-block;
            width: 100%;
            margin: 5px 0px 20px 0px;
        }

            .add-to-cart-sb .inner .button .bg {
                position: relative;
                background-color: #4b9456;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

            .add-to-cart-sb .inner .button .button-style {
                width: 165px;
                text-align: center;
            }

                .add-to-cart-sb .inner .button .button-style .icon-style {
                    width: 20px;
                    height: 20px;
                    background: url('/Images/shopping-cart-icon-med.png') no-repeat;
                }

        .add-to-cart-sb .inner .fulfillment {
            display: inline-block;
            width: 100%;
            font-size: 11px;
        }

            .add-to-cart-sb .inner .fulfillment .in-stock {
                font-size: 14px;
                color: #080;
            }

            .add-to-cart-sb .inner .fulfillment .coming-soon {
                font-size: 14px;
                color: #333;
            }

            .add-to-cart-sb .inner .fulfillment .in-stock .img {
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url('/Images/accept.png');
                vertical-align: text-bottom;
                margin: 0px 3px 0px -1px;
            }

.pager-textbox {
    width: 25px !important;
    height: 16px !important;
    font-size: 11px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #aaa;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: -1px;
}

.price-container-grid {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

    .price-container-grid .header-text {
        color: #e48100;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .price-container-grid .box-container {
        display: inline-block;
        width: 219px;
        float: left;
        margin: 0px 15px 5px 0px;
        cursor: pointer;
    }

        .price-container-grid .box-container .active {
            border: 1px solid #e48100;
            background-color: #fcf6f0;
        }

        .price-container-grid .box-container .inactive {
            border: 1px solid #dadada;
            background-color: #fff;
        }

        .price-container-grid .box-container .outer {
            display: inline-block;
            height: 49px;
            border-radius: 3px;
        }

            .price-container-grid .box-container .outer .inner {
                display: inline-block;
                padding: 4px 10px;
            }

                .price-container-grid .box-container .outer .inner .upper {
                    display: inline-block;
                }

                    .price-container-grid .box-container .outer .inner .upper .price-type-text {
                        display: inline-block;
                        width: 95px;
                        float: left;
                        margin: 3px 5px 2px 0px;
                        color: #333;
                        font-weight: bold;
                    }

                    .price-container-grid .box-container .outer .inner .upper .prices {
                        display: inline-block;
                        float: right;
                        text-align: center;
                        width: 97px;
                    }

                        .price-container-grid .box-container .outer .inner .upper .prices .price-text {
                            color: #e48100;
                            font-size: 18px;
                        }

                        .price-container-grid .box-container .outer .inner .upper .prices .list-price-label-text {
                            color: #777;
                            font-size: 10px;
                        }

                        .price-container-grid .box-container .outer .inner .upper .prices .list-price-text {
                            display: inline-block;
                            text-decoration: line-through;
                        }

                .price-container-grid .box-container .outer .inner .customer-type {
                    font-size: 11px;
                    margin-top: 2px;
                    padding-top: 3px;
                    border-top: 1px solid #dadada;
                }

                    .price-container-grid .box-container .outer .inner .customer-type .customer-type-label-text {
                        display: inline-block;
                        margin-right: 4px;
                        font-size: 11px;
                        color: #777;
                    }

                    .price-container-grid .box-container .outer .inner .customer-type .option-space {
                        margin-right: 7px;
                    }

ul.ul-col-2 {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 3px;
    list-style-position: inside;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

    ul.ul-col-2 li {
        margin: 0 50px 0 0;
    }

ul.full-width {
    width: 100%;
}

.add-to-cart-sb .inner .button {
    margin: 5px 0px 20px 0px;
}

    .add-to-cart-sb .inner .button .bg {
        position: relative;
        background-color: #4b9456;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .add-to-cart-sb .inner .button .button-style {
        width: 100%;
        text-align: center;
    }

        .add-to-cart-sb .inner .button .button-style .icon-style {
            width: 20px;
            height: 20px;
            background: url('/Images/shopping-cart-icon-med.png') no-repeat;
        }

.add-to-cart-sb .inner .fulfillment {
    display: inline-block;
    width: 100%;
    font-size: 11px;
}

    .add-to-cart-sb .inner .fulfillment .in-stock {
        font-size: 14px;
        color: #080;
    }

    .add-to-cart-sb .inner .fulfillment .coming-soon {
        font-size: 14px;
        color: #333;
    }

    .add-to-cart-sb .inner .fulfillment .in-stock .img {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('/Images/accept.png');
        vertical-align: text-bottom;
        margin: 0px 3px 0px -1px;
    }

.access-on-platform-btn {
    margin-bottom: 10px;
    width: 215px;
    text-align: center;
}

.leftouter {
    display: inline-block;
    width: 215px;
    padding: 0 0 4px 0;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

.leftheader {
    display: inline-block;
    width: 100%;
    padding: 5px 6px 7px 6px;
    font-size: 15px;
    font-family: 'Tahoma','Trebuchet MS';
    margin-bottom: 4px;
    background-color: #eaeaea;
    background-image: none;
}

    .leftheader a {
        color: #333;
        width: 100%;
        display: inline-block;
    }

        .leftheader a:hover {
            color: #777;
        }

.leftinner {
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
}

    .leftinner .header {
        display: inline-block;
        font-weight: bold;
        margin: 0px 0px 4px 6px;
    }

.isbn-doi-outer {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    font-size: 11px;
}

.isbn-doi-inner {
    display: inline-block;
    float: left;
}

    .isbn-doi-inner .top {
        margin-bottom: 5px;
    }

.isbn-label {
    color: #888;
}

.isbn-divider {
    color: #ddd;
    margin: 0px 10px;
}

.line-break {
    display: none;
}

.institution-img-icon {
    margin: 0;
}

.platform-img-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
}

.search-contents .text {
    display: inline-block;
    float: left;
    padding: 2px 0 0 0;
    margin: 0 5px 5px 0;
}

.search-contents .text-box-container {
    display: inline-block;
    float: left;
    margin: 0 15px 3px 0;
}

    .search-contents .text-box-container .text-box {
        width: 225px;
        margin: 0;
    }

.title-img-container {
    display: inline-block;
    position: relative;
    margin: 0 0 25px 0;
    max-width: 152px;
}

.listiteminner .info.last {
    margin: 5px 0 0;
}

.listitemouter {
    border-bottom: 1px solid #dadada;
}

.listiteminner {
    margin: 0px 0px;
    padding: 13px 0;
}

    .listiteminner.pad-sm {
        padding: 5px;
    }

    .listiteminner.pad-fix {
        padding: 13px 5px;
    }

    .listiteminner:hover {
        background-color: #f5f5f5;
    }

    .listiteminner .rankbarouter {
        width: 100%;
        max-width: 85px;
        height: 4px;
        background-color: #ccc;
        display: block;
        margin-top: 1px;
        margin-bottom: 3px;
        text-align: left;
    }

    .listiteminner .rankbarinner {
        height: 4px;
        background-color: Green;
        border-right: 1px Solid #fff;
        display: block;
    }

    .listiteminner .abstract {
        margin-bottom: 5px;
        color: #555;
        font-style: italic;
    }

    .listiteminner .info {
        margin: 5px 0px;
    }

    .listiteminner .pricing {
        display: inline-block;
        width: 102px;
        vertical-align: top;
        text-align: right;
        float: right;
    }

    .listiteminner .divider {
        margin: 0px 7px;
        color: #777;
    }

.listiteminnersmall {
    padding: 5px 0px;
}

.free-preview-arrow {
    display: inline-block;
    position: absolute;
    left: -10px;
    bottom: -15px;
    width: 100px;
    height: 45px;
    background: url('/images/free-preview-arrow.png') no-repeat;
}

.free-preview-arrow-hide {
    display: none;
}

.nav-popout-img {
    max-width: 990px;
}

.header-nav-link {
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top;
    font-family: 'Tahoma','Trebuchet MS','Arial' !important;
    font-weight: normal !important;
    font-size: 14px;
    cursor: pointer;
    /*padding: 0 20px;*/
    float: left;
}

.header-nav-link-left {
    margin-left: -20px;
}

.header-nav-link-right {
    line-height: 1.1 !important;
    border: 1px solid #404E5F;
    border-radius: 5px;
    /*padding: 5px 20px 5px !important;*/
    padding: 10px !important;
    margin-top: 4px;
    float: right !important;
}

    .header-nav-link-right .text-top {
        /*display: block;*/
        font-size: 12px;
        color: #ccc;
        padding: 0 0 0 1px;
    }

    .header-nav-link-right .text-bottom {
        /*font-size: 16px;*/
        font-size: 12px;
        font-weight: bold;
    }

.nav-bar-promo-align {
    float: right !important;
}

.dropdown.open .header-nav-link-right {
    line-height: 1.1;
    border: 0;
    border-radius: 0;
    /*padding: 6px 10px 9px !important;*/
    padding: 11px 11px 17px 10px !important;
}


    .dropdown.open .header-nav-link-right .text-top {
        color: #555;
    }

/*.header-nav-link-right {
    margin-right: -18px;
    padding: 5px 20px 5px !important;
}*/

.nav-bar-index-fix {
    z-index: 1100;
    /*margin-bottom:59px;*/
}

.nav-dd-icon {
    height: 10px;
    width: 14px;
    display: inline-block;
    background: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png') -64px -18px;
    line-height: 13px;
}

.top-nav-expand {
    display: none;
    position: fixed;
    /*top: 128px;*/
    left: 0px;
    width: 100%;
    background: #fafafa;
    z-index: 999;
    opacity: 0.98;
    filter: alpha(opacity=98);
    text-align: center;
}

    .top-nav-expand .top-nav-container {
        /*display: inline-block;*/
        /*width: 990px;
        margin: 0px auto;
        position: relative;*/
        min-height: 150px;
    }

    .top-nav-expand .item {
        float: left;
        padding: 10px 0px 20px 0px;
        margin: 0 0px 0 0;
    }

.top-nav-expand-header {
    color: #2a2a2a;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-family: 'Tahoma','Trebuchet MS';
    cursor: default;
    text-align: left;
}

.top-nav-expand-header-margin {
    margin-top: 15px !important;
}

.top-nav-expand-desc {
    display: inline-block;
    width: 150px;
    font-size: 12px !important;
}

    .top-nav-expand-desc .banner-button {
        margin-top: 15px;
    }

.full-text-search-box {
    width: 200px !important;
    padding: 2px 2px 1px 6px !important;
    margin: 0 10px 0 5px;
}

.isod-ft-banner {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #dadada;
    background-color: #f9f9f9;
}

a.navlinkitem {
    font-family: Arial;
    font-size: 11px;
    color: #2a2a2a;
    padding: 3px 5px;
    margin-left: -5px;
    text-decoration: none;
    display: block;
    text-align: left;
}

    a.navlinkitem:hover {
        background-color: #dadada;
    }

a.color-fff {
    color: #fff;
    text-decoration: underline;
}

.link-light {
    color: #777;
    text-decoration: underline;
    cursor: pointer;
}

    .link-light:hover {
        color: #333;
        text-decoration: none;
    }

/*.login-status {
    text-align: right;
}*/

.cc-main {
    width: 990px;
    margin: 0 auto;
    text-align: left;
    display: block;
    padding-bottom: 261px;
}

.loginstatus {
    display: inline-block;
    height: 18px;
    vertical-align: top;
    padding-top: 3px;
    margin: 0;
    text-align: right;
    float: right;
    clear: right;
}

    .loginstatus .text {
        display: inline-block;
        color: #ddd;
        height: 15px;
        vertical-align: top;
    }

    .loginstatus .useremail {
        cursor: pointer;
        height: 15px;
        display: inline-block;
        padding-left: 5px;
    }

        .loginstatus .useremail .link {
            color: #ddd;
            font-family: 'Tahoma','Trebuchet MS';
        }

            .loginstatus .useremail .link:hover {
                color: #bbb;
            }

        .loginstatus .useremail .arrow {
            height: 12px;
            width: 13px;
            vertical-align: top;
            margin-left: -4px;
            line-height: 15px;
            display: inline-block;
            background: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png') no-repeat -64px -16px;
        }

.hp-auto-complete {
    right: 1px;
    width: 504px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .hp-auto-complete .item {
        font-size: 14px;
    }

.bst {
    display: inline-block;
    float: right;
    clear: right;
}

    .bst .search {
        display: inline-block;
        width: auto;
        margin-top: 15px;
    }

    .bst .search-container {
        display: inline-table;
    }

        .bst .search-container .ui-icon-search {
            margin-top: 3px;
        }

    .bst .hp-auto-complete {
        right: 335px;
    }

.header-right,
.header-search-menu {
    display: inline-block;
    float: right;
}

.header-search-menu {
    width: 505px;
}

.cite-container {
    display: none;
    width: 100%;
    padding: 10px;
    font-size: 10px;
    /*position: absolute;*/
    right: 0;
    z-index: 31;
    border: 0;
    background-color: #fff;
}

.navlinkl .icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-top: -2px;
    background-repeat: no-repeat;
    vertical-align: top;
}

.navlinkl .icon-active {
    background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
}

.add-to-cart-container {
    float: right;
}

.search-menu {
    display: inline-block;
    margin-top: 22px;
    width: 100%;
    position: relative;
}

    .search-menu .btn {
        border-radius: 0;
        padding: 5px 12px 8px;
        background-color: #e7672b;
        color: #fff;
        height: 100%;
        position: absolute;
        top: 0;
        right: 1px;
        border: 0;
        /*border-top: 1px solid #555 !important;
        border-bottom: 1px solid #555 !important;
        border-left: 1px solid #555 !important;*/
        box-sizing: border-box;
    }

/*
#searchContentType.jq-selectx {
    position: relative;
    display: block;
    width: 22% !important;
    font-size: 1em !important;
    /* padding: 7px 8px 5px !important; !1!
    margin: 0 !important;
    height: 28px !important;
    float: right !important;
    margin-right: 39px !important;
    border: 0 !important;
    /* background-color: #eee; !1!
}
*/

/*#searchContentType.jq-selectx button {
    border: 0 !important;
    padding-bottom: 6px !important;
}*/

.SearchTextBox {
    border: 1px solid #c8c8c8;
    width: 158px;
    color: #333;
}

.TextBoxWatermark {
    font-size: 11px;
    padding: 1px;
    height: 19px;
    margin: 0px 0px 0px 0px;
}

.TextBoxWatermarkActive {
    margin: 0px 0px 0px 0px;
    line-height: 15px;
    color: #a1a1a1 !important;
    font-style: italic;
    font-size: 10px !important;
    height: 19px;
}

.search-textbox {
    font-size: 1.2em !important;
    padding: 5px 8px 3px !important;
    margin: 0 !important;
    /*border: 1px solid #555 !important;
    border-right: none !important;*/
    border: 0 !important;
    margin-right: 1px !important;
    /*box-shadow: inset 0 2px 2px rgba(0,0,0,.15),0 1px 0 rgba(255,255,255,.3),inset -2px 0 2px rgba(0,0,0,.1);*/
    width: 69% !important;
    float: right !important;
    height: 28px !important;
}

/*.TextBoxWatermark {
    font-size: 11px;
    padding: 1px 1px 1px 4px !important;
    height: 24px;
    margin: 0px 0px 0px 0px;
}*/

/*.TextBoxWatermarkActive {
    margin: 0px 0px 0px 0px;
    line-height: 15px;
    color: #ccc !important;
    font-style: unset;
    font-size: 12px !important;
    height: 24px;
}*/

.width-140 {
    width: 140px;
}

.ButtonBlack {
    display: inline-block;
    height: 34px;
    padding: 0px 8px;
    background-color: #e7672b;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
    border-right: 1px solid #555;
    float: right;
}

    .ButtonBlack:hover {
        background-color: #555;
    }

.or-spacer-vertical {
    display: inline-block;
    margin: 10px 7px 15px 20px;
    float: left;
    height: 200px;
}

.or-spacer-vertical-90 {
    height: 90px;
}

.or-spacer-vertical-150 {
    height: 150px;
}

.or-spacer-vertical-200 {
    height: 200px;
}

.or-spacer-vertical-243 {
    height: 243px;
}

.or-spacer-vertical-275 {
    height: 275px;
}

.mask {
    overflow: hidden;
    width: 20px;
    height: 100%;
}

.left .mask:after {
    content: '';
    display: block;
    margin-left: -20px;
    width: 20px;
    height: 100%;
    border-radius: 12px / 125px;
    box-shadow: 0 0 8px #aaa;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.newsroom-box {
    background-color: #eee;
    padding: 10px 10px 21px;
    height: 330px;
}

    .newsroom-box h2 {
        color: #e7672b;
    }

#newsroom-container .slick-dots {
    bottom: -5px;
}

.newsroom-item {
    display: none;
    width: 100%;
    margin-bottom: 15px;
    height: 55px !important;
}

    .newsroom-item a {
        color: #777;
    }

    .newsroom-item:hover a {
        text-decoration: underline;
    }

.newsroom-header {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
    color: #555;
}

.newsroom-body {
    display: block;
    color: #333;
}

.newsroom-link {
    font-size: 11px;
    color: #777;
    text-decoration: underline;
}

.e-resource-testimonial-carousel {
    margin-bottom: 20px;
}

    .e-resource-testimonial-carousel .slick-dots {
        bottom: 0;
    }

.e-resource-testimonial-carousel-item {
    display: none;
    width: 100%;
    /*margin-bottom: 15px;
    height: 55px !important;*/
}

a.subset-link {
    font-size: 14px;
    text-decoration: underline !important;
    color: #aaa;
}

    a.subset-link span {
        color: #333;
    }

    a.subset-link .subset-link-text {
        color: #333;
        text-decoration: underline !important;
    }

.platform-img-sidebar {
    max-width: 100%;
}

.r-nav-bg-border {
    display: inline-block;
    width: 100%;
    padding: 2px;
    margin-bottom: 2px;
    border: 1px solid #f5f5f5;
    -moz-box-shadow: 0px 2px 3px 0px #ddd;
    -webkit-box-shadow: 0px 2px 3px 0px #ddd;
    box-shadow: 0px 2px 3px 0px #ddd;
    line-height: 1.2;
}

.r-nav-bg .img-s {
    float: right;
    padding: 2px 2px 0px 0px;
}

.r-nav-bg .text .small {
    letter-spacing: -0.08em;
}

.r-nav-bg .details {
    font-family: 'Tahoma','Trebuchet MS';
    font-size: 12px;
    color: #eee;
    padding: 3px 0px 0px 8px;
    display: none;
}

.r-nav-bg:hover .text {
    display: none;
}

.r-nav-bg:hover .img-s {
    display: none;
}

.r-nav-bg:hover .details {
    display: inline-block;
    position: absolute;
    z-index: 2;
}

.r-nav-bg:hover .img-bg-blue-gray-icons {
    background-image: none;
}

.r-nav-bg {
    width: 100%;
    height: 35px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: 1px solid #e5e5e5;
}

.topic-collection-r {
    border: 1px solid #eee;
    margin-top: 5px;
    text-align: center;
}

    .topic-collection-r .img {
        background: url('/Images/topic-collection-new-release-r-n.png') no-repeat;
        display: inline-block;
        width: 168px;
        height: 226px;
        cursor: pointer;
    }

    .topic-collection-r .text {
        display: inline-block;
        width: 158px;
        padding: 0px 5px 8px 5px;
        cursor: pointer;
        color: #333;
        text-align: center;
        font-size: 18px;
        font-family: 'Open Sans Condensed',sans-serif;
    }

    .topic-collection-r .topic-collection-tc-box {
        display: inline-block;
        width: 128px;
        background-color: #e48100;
        margin: 0px 10px 5px 10px;
        padding: 3px 10px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.shareaholic-container {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 25px;
    margin-bottom: 15px;
}

    .shareaholic-container .shareaholic-container-inner {
        display: inline-block;
        position: absolute;
        width: 230px;
        height: 25px;
        overflow: hidden;
        float: left;
        margin: -5px 0 0 -5px;
    }

.feature-banner {
    background-size: cover;
    background-position: center top;
    min-height: 300px;
    max-height: 400px;
    margin-top: -20px;
}

.homepage-banner {
    background-image: url('/Images/ThinkstockPhotos-162719547-3-r.jpg');
    min-height: 350px;
}

.books-banner {
    background-image: url('/Images/reference-books-banner-1.jpg');
    min-height: 275px;
}

.journals-banner {
    background-image: url('/Images/journals-banner-1.jpg');
    min-height: 275px;
}

.e-resources-banner {
    background-image: url('/Images/e-resources-banner-1.jpg');
    max-height: 650px;
}

.info-sci-books-banner {
    background-image: url('/Images/info-sci-books-banner.jpg');
}

.info-sci-journals-banner {
    background-image: url('/Images/info-sci-journals-banner.jpg');
}

.info-sci-videos-banner {
    background-image: url('/Images/info-sci-videos-banner.jpg');
}

.videos-banner {
    background-image: url('/Images/videos-banner.jpg');
    min-height: 275px;
}

.topic-collections-banner {
    background-image: url('/Images/topic-collections-banner.jpg');
    min-height: 275px;
}

.essential-for-box {
    display: inline-block;
    width: 277px;
    height: 283px;
    margin-bottom: 15px;
    padding: 50px;
    font-size: 18px;
    text-align: center;
}

.essential-for-business-professionals {
    background: url('/Images/question-circle-orange.png');
}

.essential-for-engineering-professionals {
    background: url('/Images/question-circle-green.png');
}

.essential-for-information-technology-professionals {
    background: url('/Images/essential-for-information-technology-professionals.png');
}

.essential-for-medical-professionals {
    background: url('/Images/question-circle-yellow.png');
}

.essential-for-students {
    background: url('/Images/question-circle-blue.png');
}

.essential-for-teachers {
    background: url('/Images/essential-for-teachers.png');
}

.color-fff {
    color: #fff;
}

.color-fff-important {
    color: #fff !important;
}

.color-ddd {
    color: #ddd;
}

.color-eee {
    color: #eee;
}

.color-777 {
    color: #777;
}

.color-888 {
    color: #888;
}

.text-group {
    display: inline-block;
}

.lp-sub-featured {
    width: 100%;
    background: #f7f7f7;
    padding: 10px 0;
    height: auto;
}

    .lp-sub-featured .outer-text-l {
        color: #333;
    }

    .lp-sub-featured .outer .inner {
        color: #333;
    }

.nav-special-offer {
    background-image: url('/Images/hp-featured-bg-24.jpg');
    background-size: cover;
    background-position: left top;
    min-height: 250px;
    color: #fff;
}

.hp-feature-banner-30-off {
    background-image: url('/Images/hp-featured-blue-to-white-grad-bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    height: 330px;
    margin: 0 0 10px 0;
    text-align: center;
    /*margin-top: -20px;*/
}

.hp-feature-banner {
    background-image: url('/Images/hp-featured-bg-24.jpg');
    background-size: cover;
    background-position: left top;
    height: 330px;
    margin: 0 0 10px 0;
    text-align: center;
    /*margin-top: -20px;*/
}

    .hp-feature-banner .hp-feature-banner-text {
        display: inline-block;
        width: 100%;
        padding: 8px 25px;
        line-height: 1;
        font-size: 42px;
        color: #fff;
        font-family: 'Open Sans Condensed','Trebuchet MS','Tahoma';
        margin-bottom: 5px;
    }

.text-dark-so-bg {
    display: inline-block;
    padding: 8px 25px;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    font-family: 'Open Sans Condensed','Trebuchet MS','Tahoma';
    clear: both;
    float: left;
    margin-bottom: 5px;
}

.text-light-so-bg {
    display: inline-block;
    padding: 8px 25px;
    line-height: 1;
    font-size: 28px;
    color: #333;
    font-family: 'Open Sans Condensed','Trebuchet MS','Tahoma';
    clear: both;
    float: left;
    margin-bottom: 5px;
}

.bg-000-opacity-40 {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-fff-opacity-20 {
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-fff-opacity-35 {
    background-color: rgba(255, 255, 255, 0.35);
}

.bg-fff-opacity-50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-fff-opacity-75 {
    background-color: rgba(255, 255, 255, 0.75);
}

.color-4a4a4a {
    color: #4a4a4a;
}

.font-weight-600 {
    font-weight: 600;
}

.font-style-italic {
    font-style: italic;
}

.sub-menu-nav-bar {
    background-color: #f1f1f1;
    margin: 0 0 0px 0;
    padding: 10px 5px;
}

    .sub-menu-nav-bar .arrow-fix {
        margin-top: -1px;
        background-position: -67px -16px;
    }

.sub-menu {
    background-color: #fcfcfc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.sub-menu-item {
    padding: 8px 10px;
    /*margin: -10px;*/
}

.excel-download-information-panel {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #dadada;
}

.active-sub-menu-item {
    background-color: #fcfcfc;
    border-top: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    border-left: 1px solid #eee !important;
}

.sub-menu-panel {
    padding: 15px 15px 10px 15px;
    background-color: #fcfcfc;
    line-height: 1;
}

.sub-menu-panel-header {
    color: #555;
    font-size: 14px;
    margin-bottom: 5px;
}

.text-align-center {
    text-align: center;
}

.padding-0 {
    padding: 0;
}

.padding-0-important {
    padding: 0 !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-right-0-important {
    padding-right: 0 !important;
}

.margin-0 {
    margin: 0;
}

.margin-0-important {
    margin: 0 !important;
}

.margin-bottom-0-important {
    margin-bottom: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.inline-block {
    display: inline-block;
}

.inline-block-100 {
    display: inline-block;
    width: 100%;
}

.position-relative {
    position: relative;
}

.width-100 {
    width: 100%;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.e-resources-feature-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .e-resources-feature-item .e-resource-icon-sprite-40 {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .e-resources-feature-item:hover .e-resource-icon-sprite-40 {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .e-resources-feature-item .text {
        display: inline-block;
        float: left;
        font-size: 16px;
        margin-left: 20px;
        line-height: 1;
    }

    .e-resources-feature-item .e-resource-icon-sprite-40 {
        display: inline-block;
        float: left;
        width: 40px;
        background: url('/Images/e-resource-icon-sprite-40.png') no-repeat;
    }

    .e-resources-feature-item.pdf .e-resource-icon-sprite-40 {
        background-position: 0 0;
        height: 33px;
    }

    .e-resources-feature-item.pdf .text {
        margin-top: 9px;
    }

    .e-resources-feature-item.xml .e-resource-icon-sprite-40 {
        background-position: 0 -34px;
        height: 32px;
    }

    .e-resources-feature-item.xml .text {
        margin-top: 8px;
    }

    .e-resources-feature-item.url .e-resource-icon-sprite-40 {
        background-position: 0 -67px;
        height: 31px;
    }

    .e-resources-feature-item.url .text {
        margin-top: 8px;
    }

    .e-resources-feature-item.rss .e-resource-icon-sprite-40 {
        background-position: 0 -99px;
        height: 33px;
    }

    .e-resources-feature-item.rss .text {
        margin-top: 8px;
    }

    .e-resources-feature-item.chat .e-resource-icon-sprite-40 {
        background-position: 0 -135px;
        height: 27px;
    }

    .e-resources-feature-item.chat .text {
        margin-top: 4px;
    }

    .e-resources-feature-item.cite .e-resource-icon-sprite-40 {
        background-position: 0 -172px;
        height: 14px;
    }

    .e-resources-feature-item.cite .text {
        margin-top: 0px;
    }

    .e-resources-feature-item.google-scholar .e-resource-icon-sprite-40 {
        background-position: 0 -198px;
        height: 30px;
    }

    .e-resources-feature-item.google-scholar .text {
        margin-top: 8px;
    }

    .e-resources-feature-item.folder .e-resource-icon-sprite-40 {
        background-position: 0 -234px;
        height: 26px;
    }

    .e-resources-feature-item.folder .text {
        margin-top: 5px;
    }

    .e-resources-feature-item.no-wrench .e-resource-icon-sprite-40 {
        background-position: 0 -263px;
        height: 33px;
    }

    .e-resources-feature-item.no-wrench .text {
        margin-top: 7px;
    }

    .e-resources-feature-item.check-red .e-resource-icon-sprite-40 {
        background-position: 0 -297px;
        height: 31px;
    }

    .e-resources-feature-item.check-red .text {
        margin-top: 9px;
    }

    .e-resources-feature-item.no-drm .e-resource-icon-sprite-40 {
        background-position: 0 -330px;
        height: 30px;
    }

    .e-resources-feature-item.no-drm .text {
        margin-top: 6px;
    }

    .e-resources-feature-item.magnifying-glass .e-resource-icon-sprite-40 {
        background-position: 0 -362px;
        height: 32px;
    }

    .e-resources-feature-item.magnifying-glass .text {
        margin-top: 6px;
    }

    .e-resources-feature-item.university .e-resource-icon-sprite-40 {
        background-position: 0 -395px;
        height: 31px;
    }

    .e-resources-feature-item.university .text {
        margin-top: 6px;
    }

    .e-resources-feature-item.check-green .e-resource-icon-sprite-40 {
        background-position: 0 -429px;
        height: 31px;
    }

    .e-resources-feature-item.check-green .text {
        margin-top: 7px;
    }

    .e-resources-feature-item.no-block-wall .e-resource-icon-sprite-40 {
        background-position: 0 -462px;
        height: 29px;
    }

    .e-resources-feature-item.no-block-wall .text {
        margin-top: 6px;
    }

    .e-resources-feature-item.calendar .e-resource-icon-sprite-40 {
        background-position: 0 -495px;
        height: 28px;
    }

    .e-resources-feature-item.calendar .text {
        margin-top: 6px;
    }

    .e-resources-feature-item.search-sru .e-resource-icon-sprite-40 {
        background-position: 0 -526px;
        height: 32px;
    }

    .e-resources-feature-item.search-sru .text {
        margin-top: 7px;
    }

    .e-resources-feature-item.search-funnel .e-resource-icon-sprite-40 {
        background-position: 0 -558px;
        height: 33px;
    }

    .e-resources-feature-item.search-funnel .text {
        margin-top: 8px;
    }

    .e-resources-feature-item.marc-records .e-resource-icon-sprite-40 {
        background-position: 0 -598px;
        height: 18px;
    }

    .e-resources-feature-item.marc-records .text {
        margin-top: 1px;
    }

    .e-resources-feature-item.people .e-resource-icon-sprite-40 {
        background-position: 0 -620px;
        height: 31px;
    }

    .e-resources-feature-item.people .text {
        margin-top: 5px;
    }

.pending {
    font-style: italic;
    color: #ccc;
}

.navlinkl {
    font-family: 'Arial';
    font-size: 12px;
    color: #555;
    text-decoration: none;
    padding: 5px 6px;
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
}

    .navlinkl:hover {
        color: #333;
        background-color: #f3f3f3;
        text-decoration: none;
    }

.icon-777 {
    color: #999;
    font-size: 9px;
    top: auto;
    margin-left: 3px;
}

.banner-button {
    display: inline-block;
    margin-top: 25px;
    color: #fff;
    background-color: #e7672b;
    clear: both;
    float: left;
    border: 0;
    border-radius: 0;
}

    .banner-button:hover {
        color: #fff;
        background-color: #e87641;
    }

a.banner-button {
    color: #fff;
}

.orange-button {
    display: inline-block;
    margin: 25px 15px 0 0;
    color: #fff;
    background-color: #e7672b;
    float: left;
    border: 0;
    border-radius: 0;
}

    .orange-button:hover {
        color: #fff;
        background-color: #e87641;
    }

a.orange-button {
    color: #fff;
}

.product-page-button,
a.product-page-button {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 10px !important;
    color: #fff;
    background-color: #7a7a7a;
    clear: both;
    float: left;
    border: 0;
    border-radius: 0;
}

    .product-page-button:hover,
    a.product-page-button:hover {
        color: #fff;
        background-color: #e87641;
    }

    .banner-button .glyphicon,
    .product-page-button .glyphicon,
    a.product-page-button .glyphicon {
        top: 2px;
    }





.button-alt,
a.button-alt {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px !important;
    color: #fff;
    background-color: #7a7a7a;
    clear: both;
    float: left;
    border: 0;
    border-radius: 0;
}

    .button-alt:hover,
    a.button-alt:hover {
        color: #fff;
        background-color: #e87641;
    }

    .banner-button .glyphicon,
    .button-alt .glyphicon,
    a.button-alt .glyphicon {
        top: 2px;
    }




.background-transparent {
    background-color: transparent !important;
}

.nav > li > a.product-page-button:hover, .nav > li > a.product-page-button:focus {
    background-color: #6a6a6a;
}

.gray-inline-button,
a.gray-inline-button,
a.gray-inline-button:visited {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    background-color: #7a7a7a;
    border: 0;
    border-radius: 0;
}

    .gray-inline-button:hover {
        color: #fff;
        background-color: #e87641;
    }

.publish-wp .ww {
    display: inline-block;
    width: 100%;
    margin: 15px 0px 25px 0px;
}

    .publish-wp .ww .section-margin {
        width: 100%;
        margin-bottom: 28px;
    }

        .publish-wp .ww .section-margin .content {
            width: 100%;
        }

            .publish-wp .ww .section-margin .content .step {
                background: url('/Images/workflow-wizard-hand-circle-medium-gray.png') no-repeat;
            }

.publish-wp .resource-box {
    display: inline-block;
    width: 200px;
    float: left;
    margin-left: 75px;
}

    .publish-wp .resource-box .publish-wp-header {
        font-size: 14px;
        margin: 0px 0px 8px 0px;
        font-weight: bold;
    }

    .publish-wp .resource-box .item {
        margin-bottom: 6px;
    }

        .publish-wp .resource-box .item a, .publish-wp .resource-box .header .item a:link, .publish-wp .resource-box .header .item a:visited {
            color: #777;
            text-decoration: underline;
        }

            .publish-wp .resource-box .item a:hover {
                color: #333;
                text-decoration: none;
            }

.feature-box-link {
    background: #f7f7f7 url('/Images/featurebox.png') 100% 0% no-repeat;
    padding: 10px 15px;
    float: right;
    margin: 0px 0px 10px 15px;
    width: 200px;
    cursor: pointer;
}

    .feature-box-link .text {
        font-size: 16px;
        float: right;
        color: #333;
        padding-left: 15px;
        display: inline-block;
    }

.filter-header {
    font-weight: bold;
    margin: 0px 0px 4px 6px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-left-important {
    float: left !important;
}

.float-right-important {
    float: right !important;
}

.checkbox-link {
    display: inline-block;
    font-size: 11px;
    padding: 2px 6px;
    cursor: pointer;
    width: 100%;
}

    .checkbox-link .checkbox {
        display: inline-block;
        width: 14px;
        height: 13px;
        background-repeat: no-repeat;
        margin: 0 6px 0 0;
        float: left;
    }

    .checkbox-link .text {
        float: left;
        width: 167px;
        color: #333;
        margin-top: -1px;
    }

    .checkbox-link .empty {
        background-image: url('/images/checkbox-empty.png');
    }

    .checkbox-link .close {
        background-image: url('/images/checkbox-close.png');
    }

    .checkbox-link .select {
        background-image: url('/images/checkbox-select.png');
    }

    .checkbox-link .selected {
        background-image: url('/images/checkbox-selected.png');
    }

    .checkbox-link:hover {
        background-color: #eee;
    }

        .checkbox-link:hover .empty {
            background-image: url('/images/checkbox-select.png');
        }

        .checkbox-link:hover .selected {
            background-image: url('/images/checkbox-close.png');
        }

.list-item {
    border-bottom: 1px solid #dadada;
    display: inline-block;
}

    .list-item a {
        color: #069;
        font-size: 11px;
    }

    .list-item .inner {
        display: inline-block;
        width: 100%;
        margin: 0px 0px;
        padding: 13px 0px 17px 0px;
    }

    .list-item:hover .inner {
        background-color: #f8fbff;
    }

    .list-item .inner .title {
        font-family: 'Open Sans Condensed',sans-serif;
        font-size: 20px;
        line-height: 1;
        color: #049;
    }

    .list-item .inner .info {
        margin: 5px 0px 7px 0px;
    }

    .list-item .inner .abstract {
        margin-bottom: 7px;
        color: #222;
        width: 100%;
        line-height: 1.4;
    }

    .list-item .inner .divider {
        margin: 0px 7px;
        color: #777;
    }

    .list-item .inner .link {
        font-family: 'Open Sans Condensed',sans-serif;
        color: #049;
        font-size: 16px;
    }

    .list-item .inner .add-to-cart-container {
        display: inline-block;
        width: 100px;
        float: right;
    }

    .list-item:hover .inner .add-to-cart-container {
        display: inline-block;
    }

    .list-item .inner .price {
        color: #e48100;
        font-size: 18px;
        font-weight: bold;
    }

    .list-item .inner .rank-bar {
        width: 85px;
        height: 4px;
        background-color: #ccc;
        display: block;
        margin-top: 1px;
        margin-bottom: 3px;
        text-align: left;
    }

        .list-item .inner .rank-bar .rank-bar-inner {
            height: 4px;
            background-color: Green;
            border-right: 1px Solid #fff;
            display: block;
        }

    .list-item .inner .content-type {
        font-size: 10px;
    }

.search-lp {
}

    .search-lp .shadow {
        background-color: #fff;
        border: 1px solid #ddd;
        -moz-box-shadow: 0px 0px 10px 3px #ddd;
        -webkit-box-shadow: 0px 0px 10px 3px #ddd;
        box-shadow: 0px 0px 10px 3px #ddd;
    }

        .search-lp .shadow .content {
            display: inline-block;
        }

    .search-lp .search {
        display: inline-block;
        margin: 5px 0px 11px 0px;
        color: #999;
        font-size: 12px;
        text-align: right;
        width: 100%;
    }

        .search-lp .search .search-box-container {
            display: inline-block;
            position: relative;
            width: 100%;
            border: 1px solid #eaeaea;
            -moz-box-shadow: 0px 0px 10px 3px #eee;
            -webkit-box-shadow: 0px 0px 10px 3px #eee;
            box-shadow: 0px 0px 10px 3px #eee;
        }

        .search-lp .search .search-box {
            width: 100%;
            font-size: 16px;
            padding: 7px 6px 6px 6px;
            border: 0px;
            outline: none;
            height: 28px;
            float: left;
        }

        .search-lp .search .button {
            display: inline-block;
            float: right;
            margin: 3px 3px 2px 3px;
            width: 22px;
            height: 22px;
            background: url('/images/search-button-blue.png') no-repeat;
            cursor: pointer;
            position: absolute;
            right: 0;
        }

        .search-lp .search .lp-link {
            display: inline-block;
            padding-top: 5px;
            color: #777;
            font-size: 10px;
            text-align: right;
        }

        .search-lp .search .reset {
            display: inline;
        }

        .search-lp .search .search-box-container .auto-complete {
            width: 100%;
            display: none;
        }

            .search-lp .search .search-box-container .auto-complete .item {
                width: 100%;
            }

.top-nav-mobile-icon {
    color: #eee;
    font-size: 14px;
}

.preview-alt {
    width: auto;
}

    .preview-alt .sample {
        display: inline-block;
        width: 100%;
        margin-top: 3px;
        cursor: pointer;
        font-family: 'Arial';
        font-size: 10px;
        color: #5c4c30 !important;
        line-height: 1.3;
        padding: 1px 6px;
        border: 1px solid #bab4ab;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #eae9e2;
        background-image: url('/Images/btn-gray-rnd.png');
        background-repeat: repeat-x;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #eae9e2), color-stop(1, #c6c3bd));
        background-image: -webkit-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -moz-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -ms-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -o-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
    }

        .preview-alt .sample:hover {
            border-color: #9e9991;
            color: #392f1e !important;
        }

.font-size-large {
    font-size: 48px;
    padding: 12px 25px 15px;
}

.font-size-e-resources {
    font-size: 14px;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-38 {
    font-size: 38px !important;
}

.row-margin-bottom {
    margin-bottom: 50px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.navbar-nav.navbar-font-12 > li > a {
    font-size: 12px;
    padding: 2px 10px 0 10px;
    color: #ddd !important;
}

    .navbar-nav.navbar-font-12 > li > a:hover {
        color: #fff !important;
    }

.navbar-font-12 .dropdown {
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a.google-translate,
.navbar-default .navbar-nav > .open > a.google-translate:hover,
.navbar-default .navbar-nav > .open > a.google-translate:focus {
    background-color: transparent;
    margin-top: -1px;
}

.dropdown-menu.user-options-menu {
    padding: 10px 10px 10px 10px;
}

.user-options-menu {
    background-color: #fff;
    color: #333;
}

    .user-options-menu a.navlinkitem {
        color: #333;
    }

.shadow-divider {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: -50px;
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    position: absolute;
    z-index: -1;
}

    .shadow-divider .grad {
        display: inline-block;
        width: 100%;
        height: 300px;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(.25,#fafafa),color-stop(1,#fff));
        background-image: -webkit-linear-gradient(top,#fafafa 25%,#fff 100%);
        background-image: -moz-linear-gradient(top,#fafafa 25%,#fff 100%);
        background-image: -ms-linear-gradient(top,#fafafa 25%,#fff 100%);
        background-image: -o-linear-gradient(top,#fafafa 25%,#fff 100%);
    }

.shadow-divider-interior-page {
    left: 0;
    margin-top: 0;
}

.shadow {
    margin: 10px 0px;
    background-color: #ddd;
    -moz-box-shadow: 0px 0px 10px 3px #ddd;
    -webkit-box-shadow: 0px 0px 10px 3px #ddd;
    box-shadow: 0px 0px 10px 3px #ddd;
    border: 1px solid #ddd;
    width: 100%;
}

    .shadow .content {
        position: relative;
        padding: 0px;
        background-color: #fff;
        width: 100%;
    }

#catalogs-header {
    width: 100%;
    min-height: 295px;
    background: url('/Images/product-catalogs-lp.png') no-repeat;
    overflow: hidden;
    position: relative;
}

.center-content-full {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 10px 0px 20px 0px;
    border: 0;
    background-color: #fff;
    padding: 0;
    z-index: 1;
}

.list-item-toggle {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 0px 7px 0px 13px;
    cursor: pointer;
    width: 170px;
}

    .list-item-toggle:hover {
        background: url('/Images/toggle-bg-over.png') 0px 32px no-repeat;
        position: absolute;
        width: 195px;
        height: 330px;
        z-index: 800;
    }

        .list-item-toggle:hover .list-item-toggle-over {
            display: inline-block;
        }

    .list-item-toggle .list-item-toggle-over {
        display: none;
    }

.shadow-bottom {
    -moz-box-shadow: 0px 3px 6px 1px #ccc;
    -webkit-box-shadow: 0px 3px 6px 1px #ccc;
    box-shadow: 0px 3px 6px 1px #ccc;
}

.shadow-small {
    -moz-box-shadow: 0px -1px 6px 1px #ddd;
    -webkit-box-shadow: 0px -1px 6px 1px #ddd;
    box-shadow: 0px -1px 6px 1px #ddd;
}

.listing-h .item-s-box {
    display: inline-block;
    margin: 0px 6px 15px 5px;
    width: 185px;
    position: relative;
    height: 125px;
    float: left;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

    .listing-h .item-s-box a {
        color: #36c;
    }

    .listing-h .item-s-box .title {
        width: 175px;
        font-family: 'Tahoma','Trebuchet MS';
        font-size: 12px;
        color: #36c;
        text-align: center;
        /* padding-right: 9px; */
    }

.listing-h .tbllnk-inactive .title {
    color: #333 !important;
}

.listing-h .item-s-box .title-alt {
    width: 175px;
    font-family: 'Tahoma','Trebuchet MS';
    font-size: 16px;
    margin: 10px 0px;
    text-align: center;
    /* padding-right: 9px; */
}

.listing-h .item-s-box:hover {
    border: 1px solid transparent;
}

.list-item-toggle-s-box {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 10px 5px 0px 5px;
    cursor: pointer;
    width: 183px;
    word-wrap: break-word;
}

.listing-h .item-s-box:hover .list-item-toggle-s-box {
    background: url('/Images/toggle-bg-over.png') 0px 0px no-repeat;
    position: absolute;
    width: 195px;
    height: 330px;
    z-index: 800;
    margin-left: -10px;
    padding-left: 15px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.checkout-resources-offset {
    margin: 0 -10px 15px -10px;
}

.nav-item-db {
    display: inline-block;
    background-color: #2d2d2d;
    width: 100%;
    color: #eee;
    padding: 10px 5px 10px 10px;
    font-size: 12px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #252525;
    cursor: pointer;
}

.nav-item-db-hdr {
    display: inline-block;
    background-color: #252525;
    width: 100%;
    color: #eee;
    padding: 10px 5px 10px 10px;
    font-size: 16px;
    font-family: 'Tahoma','Trebuchet MS';
    border-bottom: 1px solid #252525;
    cursor: pointer;
}

.nav-item-db:hover {
    background-color: #272727;
}

.nav-item-db-hdr:hover {
    background-color: #212121;
}

.img-carousel-container {
    margin-bottom: 20px;
}

    .img-carousel-container img {
        width: 100px;
        border: 1px solid #ccc;
    }

    .img-carousel-container .title {
        margin: 10px 5px 0 0;
    }

    .img-carousel-container .subject {
        margin: 4px 5px 0 0;
        color: #777;
        font-size: 11px;
    }

.col-md-3.col-md-3-pad-left-60 {
    padding-left: 60px;
}

.navbar-multi-nav-fix {
    margin-bottom: 0;
    min-height: unset;
}

.text-stroke {
    text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;
    /*-webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;*/
}

/* Start: Bootstrap fixes */

/*.navbar-fixed-top {
    z-index: 999;
}*/

.panel-heading {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-family: 'Tahoma','Trebuchet MS';
    background-color: #eaeaea;
    padding: 10px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
    /*position: absolute;*/
    border: 0;
}

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 100%;
    }

ul.list-unstyled {
    padding: 0;
    margin: 0;
    float: left;
}

    ul.list-unstyled > li {
        padding: 0;
        margin: 0;
    }

.nav > li.dropdown.open {
    position: static;
}

    .nav > li.dropdown.open .dropdown-menu {
        width: 100%;
        background-color: #fafafa;
        opacity: 0.98;
        filter: alpha(opacity=98);
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #fafafa;
}

/*.nav > li.dropdown.open {
    position: static;
}
.nav > li.dropdown.open .dropdown-menu {
    display:table; width: 100%; text-align: center; left:0; right:0;
}
.dropdown-menu>li {
    display: table-cell;
}*/

.dropdown-menu {
    border: 0;
    padding: 20px 0 30px;
}

.navbar-collapse {
    padding: 0;
    margin: 0;
}

.navbar-nav > li > a {
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top;
    font-family: 'Tahoma','Trebuchet MS','Arial' !important;
    font-weight: normal !important;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 20px 15px;
    float: left;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active
/*.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:active*/ {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:active {
    color: #2a2a2a;
}

.navbar-default .navbar-nav > li > a:hover
/*.navbar-default .navbar-nav > .open > a:hover*/ {
    color: #ddd;
}

.navbar-default .navbar-nav > .open > a:hover {
    color: #2a2a2a;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #bbb;
    border-bottom-color: #bbb;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-nav > .dropdown > a:active .caret {
    border-top-color: #999;
    border-bottom-color: #999;
}

#data-sets {
}

    #data-sets ul.dataset-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #data-sets ul.dataset-list li {
            padding: 5px 0;
        }

@media (max-width: 1200px) {

    .isod-ft-banner .isod-ft-banner-text {
        padding: 6px 0 0 0;
        float: left;
        text-align: left;
    }

    .col-md-3.col-md-3-pad-left-60 {
        padding-left: 0;
    }

    .newsroom-item {
        height: auto !important;
    }

    #newsroom-container .slick-dots {
        bottom: -35px;
    }

    .navbar-nav > li > a {
        padding: 10px 13px 15px;
    }

    .header-nav-link-left {
        margin-left: -13px;
    }

    .header-nav-link-right .text-top {
        display: none;
    }

    .footer .td-r {
        width: 100%;
        text-align: left;
    }

        .footer .td-r .td-r-t {
            width: 100%;
        }

            .footer .td-r .td-r-t .td-r-t-r {
                width: 100%;
                margin: 20px 0 0 0;
                float: left;
            }

            .footer .td-r .td-r-t .td-r-t-l {
                width: 100%;
                float: left;
            }

                .footer .td-r .td-r-t .td-r-t-l .b-space {
                    margin: 0 0 0 23px;
                }
}

@media (max-width: 992px) {

    .newsroom-box {
        height: auto;
    }

    #newsroom-container .slick-dots {
        bottom: -45px;
    }

    .dropdown.open .header-nav-link-right {
        line-height: 1.1;
        border: 0;
        border-radius: 0;
        /*padding: 6px 21px 6px !important;*/
        padding: 11px 11px 17px 10px !important;
    }

    .nav-bar-promo-align {
        width: 100%;
    }

        .nav-bar-promo-align.open .dropdown-menu {
            margin-top: -45px;
        }

    .header-nav-link-right .text-top {
        display: inline-block;
    }

    .bookstore-isxns {
        padding: 0;
    }

    .free-e-access-popup-help .txt {
        font-weight: normal;
    }

    .header-search-menu {
        width: 400px;
    }

    .hp-auto-complete {
        width: 399px;
    }

    .navbar-nav > li > a {
        padding: 10px 10px 15px;
    }

    .header-nav-link-left {
        margin-left: -10px;
    }

    /*.search-textbox {
        width: 355px !important;
    }*/
}

@media (max-width: 767px) {
    .toc-nav-affix {
        overflow-y: initial;
    }

        .toc-nav-affix.affix-top {
            position: static;
            margin-top: 0px;
            /*width: 228px;*/
        }

        .toc-nav-affix.affix {
            position: static;
            top: unset;
            width: inherit;
        }

    .search-tabs .tab,
    .search-tabs .tab-active {
        width: 100%;
    }

    .institution-img-icon {
        margin: 0 0 5px 10px;
    }

    .platform-img-icon {
        left: 20px;
    }

    .cite-container {
        padding: 15px 15px 15px 20px;
    }

    .isod-lp .title .text {
        font-size: 30px;
    }

    .isod-lp .title .sub-text {
        font-size: 16px;
    }

    .isod-lp .title .l {
        width: 45px;
        margin: 3px 10px 0 -10px;
    }

        .isod-lp .title .l img {
            width: 100%;
        }

    .isod-lp-alt .title .text {
        display: block;
        font-size: 26px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 1.2;
    }

    .isod-lp-alt .title .sub-text {
        font-size: 16px;
        padding: 0;
    }

    .isod-lp-alt .title .l {
        width: 45px;
    }

        .isod-lp-alt .title .l img {
            width: 100%;
        }

    .isod-lp-alt .title .r {
        margin-left: 10px;
    }

    .search-contents-xs-full-width {
        width: 100%;
    }

    .margin-bottom-5-xs {
        margin-bottom: 5px;
    }

    .margin-bottom-10-xs {
        margin-bottom: 10px;
    }

    .margin-bottom-20-xs {
        margin-bottom: 20px;
    }

    .checkout-resources-offset {
        margin: 0 -20px 15px -20px;
    }

    .dropdown-menu.user-options-menu {
        padding: 0 10px 10px 10px;
    }

    .user-options-menu {
        color: #fff;
        background-color: transparent !important;
    }

        .user-options-menu a.navlinkitem {
            color: #fff;
        }

    .list-unstyled.width-140 {
        width: 100%;
    }

    #share-toggle {
        padding: 7px 20px;
    }

    .newsroom-categories .tab,
    .newsroom-categories .tab-active {
        width: 65px;
        height: 44px;
    }

    .col-md-3.col-md-3-pad-left-60 {
        padding-left: 15px;
    }

    .box-corner {
        /*margin-top: -5px;*/
    }

        .box-corner .caret {
            display: inline-block;
        }

    .col-xs-12.col-xs-12-full-width {
        padding: 0;
        margin-top: -20px;
    }

    .menu-right {
        float: none;
    }

    .panel-heading {
        cursor: pointer;
        border-bottom: 1px solid #dadada;
        padding: 10px 20px;
    }

        .panel-heading:hover {
            background-color: #c1c1c1;
            color: #111;
        }

            .panel-heading:hover .caret {
                border-top-color: #333;
                border-bottom-color: #333;
            }

    .panel-heading-last {
        border-bottom: 0;
    }

    .nav-stacked-custom .navlinkl {
        padding: 7px 20px;
    }

    .top-nav-expand-desc {
        width: 100%;
    }

    .dropdown-menu {
        border: 0;
        padding: 10px 0 20px;
    }

    .add-to-cart-sb,
    .price-container-grid .box-container .outer,
    .price-container-grid .box-container .outer .inner,
    .price-container-grid .box-container .outer .inner .upper,
    .price-container-grid .box-container {
        width: 100%;
    }

    .price-container-grid {
        margin: 15px 0;
    }

    ul.ul-col-2 {
        display: inline-block;
        padding: 0;
        margin: 0 0 0 3px;
        list-style-position: inside;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

        ul.ul-col-2 li {
            margin: 0;
        }

    .add-to-cart-container,
    .add-to-cart-sb {
        float: left;
        margin: 0 0 20px 0;
    }

        .add-to-cart-container.isod-results {
            margin: 0;
        }

    .line-break {
        display: block;
    }

    .isbn-divider {
        display: none;
    }

    .logo-img {
        width: 125px !important;
        height: 43px;
    }

    #nav-parent-container {
        width: 100% !important;
        padding: 0;
        margin: 0;
        background-color: #e1e1e1;
    }

    .navbar-collapse {
        width: 100%;
        margin: 0 !important;
        padding: 0;
        max-height: none;
        border: 0;
        overflow-y: hidden;
    }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .dropdown {
        background-color: #e1e1e1;
        border-bottom: 1px solid #dadada;
    }

        .dropdown:hover {
            background-color: #c1c1c1;
        }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #d1d1d1;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .dropdown > a,
    .navbar-default .navbar-nav > .dropdown > a:visited {
        color: #333;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:active,
        .navbar-default .navbar-nav > .open > a:hover,
        .navbar-default .navbar-nav > .open > a:focus,
        .navbar-default .navbar-nav > .open > a:active,
        .navbar-default .navbar-nav > .dropdown > a:hover,
        .navbar-default .navbar-nav > .dropdown > a:focus,
        .navbar-default .navbar-nav > .dropdown > a:active {
            color: #111;
        }

        .navbar-default .navbar-nav > .dropdown > a .caret {
            border-top-color: #777;
            border-bottom-color: #777;
        }

        .navbar-default .navbar-nav > .dropdown > a:hover .caret,
        .navbar-default .navbar-nav > .dropdown > a:focus .caret,
        .navbar-default .navbar-nav > .dropdown > a:active .caret {
            border-top-color: #333;
            border-bottom-color: #333;
        }
    /*.navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:visited {
        color: #333;
    }*/

    .navbar-nav > li > a {
        text-decoration: none !important;
        display: block;
        vertical-align: top;
        font-family: 'Tahoma','Trebuchet MS','Arial' !important;
        font-weight: normal !important;
        font-size: 14px;
        cursor: pointer;
        padding: 10px 20px;
        float: none;
    }

    .header-nav-link-left {
        margin-left: 0;
    }

    .header-nav-link-right {
        margin-right: 0;
    }

    ul.list-unstyled {
        padding: 0 0 10px;
        margin: 0 0 10px;
        float: none;
        border-bottom: 1px solid #dadada;
    }

        ul.list-unstyled:last-child {
            padding: 0;
            margin: 0;
            border-bottom: 0px;
        }

    .or-spacer-vertical {
        display: none;
    }

    .header-search-menu {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .bst {
        float: left;
    }

    .search-menu {
        margin-top: 15px;
    }

    .hp-auto-complete {
        width: 100%;
    }

    .nav-bar-promo-align {
        width: 100%;
        float: none !important;
    }

    .header-nav-link-right {
        line-height: 20px !important;
        border: 0;
        border-radius: 0;
        padding: 10px 20px !important;
        margin-top: 0;
        float: none !important;
    }

    .dropdown.open .header-nav-link-right {
        padding: 10px 20px !important;
    }

    .header-nav-link-right .text-top {
        color: #555;
    }

    .header-nav-link-right .text-bottom {
        font-size: 12px;
        font-weight: bold;
    }

    .nav-bar-promo-align.open .dropdown-menu {
        margin-top: 0;
    }
}

.freedaysleft > span {
    display: block;
    text-align: center;
    padding: 6px;
    border-radius: 4px;
    background-color: #59699A;
    color: white;
    width: 150px;
    margin-top: 5px;
}

.freedaysleft > a {
    display: block;
    text-align: center;
    padding: 6px;
    border-radius: 4px;
    background-color: #E96B35;
    color: white;
    width: 150px;
    margin-top: 5px;
}

.freedaysleft a:hover {
    background-color: #f28f64;
    text-decoration: none;
    color: white;
}

.ui-datepicker select,
.ui-datepicker option {
    color: #333;
}

ul.recommendations-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.recommendations-list > li {
        padding: 4px 2px;
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
    }

        ul.recommendations-list > li:last-child {
            margin-bottom: 0;
        }

        ul.recommendations-list > li > a {
            display: block;
            padding: 4px 0;
        }

        ul.recommendations-list > li > ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            ul.recommendations-list > li > ul > li {
                padding: 2px 0;
                display: block;
                overflow: hidden;
                margin-bottom: 5px;
            }

                ul.recommendations-list > li > ul > li > a > .title {
                    float: left;
                }

                ul.recommendations-list > li > ul > li > a > .date,
                ul.recommendations-list > li > ul > li > a > .status {
                    float: right;
                    width: 100px;
                }

.recommendation-container {
}

.title-details-container .h4 {
    font-size:;
}

.title-details-container dl {
    font-size: 12px;
    margin-top: 1em;
}

    .title-details-container dl > dt,
    .title-details-container dl > dd {
        margin-top: 4px;
    }

    .title-details-container dl > dt {
        text-align: left;
        font-weight: normal;
        width: 120px;
    }

    .title-details-container dl > dd {
        margin-left: 120px;
    }

    .title-details-container dl > dt.comments,
    .title-details-container dl > dt.comments + dd {
        margin-top: 20px;
    }

        .title-details-container dl > dt.comments + dd > span {
            border-left: 1px solid #bdbdbd;
            padding-left: 4px;
            display: block;
        }

.decision-controls-container {
}

    .decision-controls-container .button-alt {
        display: inline-block;
        float: none;
    }

    .decision-controls-container .btn .glyphicon {
        font-size: 12px;
        margin-left: 1em;
    }

    .decision-controls-container .checkbox label {
        line-height: 1em;
    }

        .decision-controls-container .checkbox label input[type=checkbox] {
            margin-top: 0;
            line-height: 1em;
        }


.btn-dark,
a.btn-dark {
    color: #fff;
    background-color: #7a7a7a;
    border-radius: 0;
}

    .btn-dark:hover,
    a.btn-dark:hover {
        color: #fff;
        background-color: #e87641;
    }

    .btn-dark .glyphicon,
    a.btn-dark .glyphicon {
        top: 2px;
    }


.result-message {
    display: block;
    margin: 10px 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 350px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 350px;
}

@media (max-width: 1200px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 625px;
    }

    .footer {
        /* Set the fixed height of the footer here */
        height: 625px;
    }
}

.title-carousel {
    font-size: 12px;
    padding-top: 15px;
}

.title-carousel .carousel-item {
    padding-bottom: 15px;
}

    .title-carousel .carousel-item > a {
        display: block;
        margin-right: 15px;
    }
    
    .title-carousel .carousel-item img.cover {
        max-width: 100px;
        max-height: 129px;
    }

    .title-carousel .carousel-item img.cover.cover-bordered {
        border: 1px solid #777;
    }

    .title-carousel .carousel-item .title {
        
    }

    .title-carousel .carousel-item .info-margin-top {
        margin-top: 10px;
    }
    .title-carousel .carousel-item .info-margin-top-sm {
        margin-top: 5px;
    }

    .title-carousel .carousel-item .text-muted {
        color: #777;
        font-size: 11px;
    }

.title-carousel .slick-prev:before, 
.title-carousel .slick-next:before {
    color: #aaa !important;
}

.banner-carousel {
    margin-top: -20px;
    margin-bottom: 30px;
    visibility: hidden;
}

    .banner-carousel.slick-initialized {
        visibility: visible;
    }

    .banner-carousel .banner-carousel-item {
        overflow: hidden;
        height: 375px;
    }

        .banner-carousel .banner-carousel-item:focus {
            outline: none;
        }

        .banner-carousel .banner-carousel-item > div {
            padding-top: 30px;
            padding-bottom: 30px;
            margin: 0;
            height: 375px;
            background-size: cover;
            background-position: center top;
        }

        .banner-carousel .banner-carousel-item .banner-title-content {
        }

        .banner-carousel .banner-carousel-item .banner-body-content {
        }

        .banner-carousel .banner-carousel-item .banner-footer-content {
        }

        .banner-carousel .banner-carousel-item .banner-button {
            cursor: pointer;
        }

    .banner-carousel .slick-dots {
        bottom: 10px;
        margin: 0;
        width: 100%;
    }

        .banner-carousel .slick-dots li,
        .banner-carousel .slick-dots li button,
        .banner-carousel .slick-dots button:before {
            height: 15px;
            width: 15px;
        }

            .banner-carousel .slick-dots li button:before {
                color: white;
                background-color: #111;
                content: '';
                border-radius: 100%;
                border: 2px solid #ccc;
            }

            .banner-carousel .slick-dots li.slick-active button:before {
                border: 2px solid #fff;
            }


@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
    .banner-carousel .banner-carousel-item > div {
        height: 375px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-carousel .banner-carousel-item .banner-body-content .text-dark-so-bg {
        line-height: 1.2;
    }

    .banner-carousel .banner-carousel-item .banner-title-content .font-size-large {
        font-size: 36px;
    }
}

.banner-carousel.small {
    margin-top: 0;
    margin-bottom: 0;
}

    .banner-carousel.small.slick-initialized {
        visibility: visible;
    }


    .banner-carousel.small .banner-carousel-item {
        overflow: hidden;
        height: 330px;
    }

        .banner-carousel.small .banner-carousel-item:focus {
            outline: none;
        }

        .banner-carousel.small .banner-carousel-item > div {
            padding: 0;
            margin: 0;
            height: 330px;
            background-size: cover;
            background-position: center top;
        }

        .banner-carousel.small .banner-carousel-item .container {
            margin: 0;
            padding: 0;
            display: table;
            height: 300px;
            width: 100%;
            text-align: center;
            font-size: 12px;
            color: white;
        }

        .banner-carousel.small .banner-carousel-item .banner-content-row {
            display: table-row;
        }


        .banner-carousel.small .banner-carousel-item .banner-title-content {
            height: 1px;
        }


    .banner-carousel.small .banner-carousel-item .banner-body-content {
        height: 100%;
        vertical-align: middle;
    }

        .banner-carousel.small .banner-carousel-item .banner-body-content img {
            display: initial;
        }

    .banner-carousel.small .banner-carousel-item .banner-footer-content {
        height: 1px;
    }

    .banner-carousel.small.debug .banner-carousel-item .banner-title-content {
        background-color: purple;
    }

    .banner-carousel.small.debug .banner-carousel-item .banner-body-content {
        background-color: orange;
    }

    .banner-carousel.small.debug .banner-carousel-item .banner-footer-content {
        background-color: red;
    }

    .banner-carousel.small .banner-carousel-item .banner-button {
        cursor: pointer;
    }

    .banner-carousel.small .slick-dots {
        bottom: 10px;
        margin: 0;
        width: 100%;
    }

        .banner-carousel.small .slick-dots li,
        .banner-carousel.small .slick-dots li button,
        .banner-carousel.small .slick-dots button:before {
            height: 15px;
            width: 15px;
        }

            .banner-carousel.small .slick-dots li button:before {
                color: white;
                background-color: #111;
                content: '';
                border-radius: 100%;
                border: 2px solid #ccc;
            }

            .banner-carousel.small .slick-dots li.slick-active button:before {
                border: 2px solid #fff;
            }

.banner-carousel.small .banner-carousel-item .banner-body-content .text-dark-so-bg {
    font-size: 30px; margin: 30px 30px; text-align: left; padding: 15px 20px; line-height: 130%;
}


@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
    .banner-carousel.small .banner-carousel-item > div {
        height: 330px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .banner-carousel.small .banner-carousel-item .banner-body-content .text-dark-so-bg {
        line-height: 1.2;
    }

    .banner-carousel.small .banner-carousel-item .banner-title-content .font-size-large {
        font-size: 36px;
    }
}

.banner-carousel.small .caption-text {
    color: white;
    font-size: 12px;
}

.banner-carousel.small .disclaimer-text {
    color: #777;
    font-style: italic;
    font-size: 10px;
}

#video-modal-overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.25;
    -webkit-filter: alpha(opacity=25);
       -moz-filter: alpha(opacity=25);
            filter: alpha(opacity=25);
    z-index: 99998;
}

#video-modal {
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiZGBgMGZAA0wMWACFggABBgAWlQA9atSBaAAAAABJRU5ErkJggg==) 0 0 repeat;
    background: black;
    background: rgba(0,0,0,0.2);
    border-radius: 14px;
    padding: 8px;
    z-index: 99999;
}

#video-modal-content {
    border-radius: 8px;
    background: #fff;
}

#video-modal-close {
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAbCAYAAABm409WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABCdJREFUeNqcVl1IbFUUnjNzr47enLFkvKUoDNk1S0kxDPHBH4gCTfHJH4jgYgrpg1APmqjQS2gggiLViyBdkEAxjARFSPBBfPCv/LcRS5tSlLzXMcdxZvWt3d6HmTkzXW8LPs45a6/1rbX3XmvvYzL9hxBRC/AjRZcD4BGQE41Di0JciMfnQDF/n5+fm2ZmZkxnZ2e6TWFhoSknJ4T3a03TmkxPE5C/q9JbX1+nmpoaslgsxEPhSE9Pp6GhIbq5uVEuU8DztyLv7e2NShwOzIRcLpdy/S4auQNws0VHR8etiIORmppKh4eHKshXkQLwZtH4+Pgzkyvk5+cHL1dOMLmTNV6vV6xrsFNxcTHV1tZSSkpKiL6srIyam5spLS0tRM97IuWRHsDv97ezZmRkxJDV3t4enZ6e0sDAADkcDqGrqqqizc1NwdLe3m7YeFXCeoBAIPADa8rLyw0BZmdnhfX19TX19fVRY2OjTg4/amhoMPisra2J8YuLizeY3wzDfVY4nU6DcW5uLq2srAiHy8tLQi+I96urK1EM8fHxBp/h4WGV1EMOYOF3VsTExETdPO4JJZx5T08Pmc3miPZc4iwej+dTMweAwxOOZLfbja2uaSabzcaFoOtQKSYkY0pISIhY8jzGgqLx8zMO0xXp8XKEZ1NZWUk7Ozv6smxvb6vsaHBwkJKTkw0+XOossP2AAzx3dHQkeqClpcVgPDY2pm9yW1sblZSU0OLiotD5fD6qqKgIsefu56pj6ezsfJ0DJMzNzX3MCt798ADd3d20sbFBXV1dhOXSj4apqSmanp6mvLy8EPvq6mpBfnJysoLvFBEAyHK73aL26uvrQxx4CYqKigzVkp2dTRkZGSHnFb9vbW2JAPPz84MqwD3glYmJiS954Pj4WDj+n6Oiv7//3w47ONjhEx24zwGsQDrw9tLS0s/qmH7WINwTSpqamrqgywXE0X0XSAYKkpKSPgL572zEGxW+XNHuhNHRUZ28tbX1G+jLgQwuINHJgA14ALyXmJj4GY6H35TD8vKyqB5utri4OEHKs+Py5Y7l7mbBrefDMfI9xj8E3gJeBGLVtRkr1+tN4H3gC1TPT1gyD91CJicnT7Kysr6F3yfAOzJ7Lh6LupMt3HDAC3I/MoFXgZfr6upeKy0tvV9QUHAvMzPzjtVq1fb39/27u7vehYWFx2gq1+rq6hZseWP5+QvwB/AY8GlBl/8dIF4GSQWcEmmAg08SOVO2vQE8AP8FuAE+ml3Ar8CfktzLB7UW9odxV87ELjee1/ElGSBRjvGeXQMXwKkkdMusOeATOe6P9NuiZhIr+8MuiW2yImJkAJ7BpSQ7B/6S73/zsnDmssoi/hdpkkQFskrEyhlqMjvO8ioIPqkPPPXHK2hMkwWgYFbXuCRThIFwYiX/CDAA8quvgv5A6LkAAAAASUVORK5CYII=) 0 0 no-repeat;
    width: 24px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    top: -7px;
    right: -7px;
}

.video-list-item {
    /*height: 200px;*/
    border-bottom: 1px solid #ccc;
}

    .video-list-item .inner {
        padding: 10px 0;
        overflow: hidden;
    }

    .video-list-item .left-container {
        float: left;
    }

    .video-list-item .right-container {
        float: left;
        width: 60%;
        margin-left: 20px;
    }

.video-thumbnail-container {
    width: 320px;
    height: 180px;
    position: relative;
}

    .video-thumbnail-container.video-preview-playable:hover {
        cursor: pointer;
    }

    .video-thumbnail-container .video-thumbnail {
        width: 320px;
        height: 180px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .video-thumbnail-container .video-thumbnail-overlay {
        width: 210px;
        height: 110px;
        position: absolute;
        display: none;
        left: 55px;
        top: 35px;
    }

    .video-thumbnail-container.video-preview-playable .video-thumbnail-overlay {
        display: block;
    }

.video-list-item a {
    color: #069;
    font-size: 11px;
}

.video-list-item:hover .inner {
    background-color: #f8fbff;
}

.video-list-item .inner .video-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #049;
}

.video-list-item .inner .video-info {
    margin: 5px 0px 7px 0px;
    color: #093;
}

.video-list-item .inner .video-subject {
    margin: 4px 0;
    font-size: 11px;
    font-family: Arial;
    color: #777;
}

.video-list-item .inner .video-description {
    margin-bottom: 7px;
    color: #222;
    width: 100%;
    line-height: 1.4;
}

.toc-container {
}

.toc-frontmaterial-container {
}

.toc-middlematerial-container {
}

.toc-backmaterial-container {
}

.toc-item {
    overflow: hidden;
    padding: 10px 0;
    font-size: 1em;
    border-bottom: 1px solid #ddd;
}

    .toc-item.toc-section {
        font-size: 1.2em;
    }

        .toc-item.toc-section .toc-col-left {
            width: 100%;
        }

        .toc-item.toc-section .toc-col-center,
        .toc-item.toc-section .toc-col-right {
            display: none;
        }

.toc-col {
    float: left;
}

.toc-col-left {
    width: 66%;
    padding-left: 0;
}

.toc-col-center {
    width: 18%;
    text-align: right;
}

.toc-col-right {
    float: right;
    text-align: right;
}

.toc-col-fullwidth {
    width: 80%;
}

.toc-label {
    display: inline-block;
    margin-right: 10px;
    color: #888;
}

.toc-lesson .toc-col-left {
    width: 66%;
    padding-left: 3%;
}

.toc-lesson .toc-label {
    display: inline-block;
    float: left;
}

    .toc-lesson .toc-label + span {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 80%;
        display: block;
        float: left;
    }

.play-preview-button {
    display: inline-block;
}

    .play-preview-button a {
        text-align: center;
        display: block;
        cursor: pointer;
        font-family: 'Arial';
        font-size: 10px;
        color: #5c4c30 !important;
        padding: 3px 10px;
        margin: -3px 0;
        border: 1px solid #bab4ab;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #eae9e2;
        background: url('/Images/btn-gray-rnd.png') repeat-x;
        background-image: -webkit-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -moz-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -ms-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -o-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: linear-gradient(to bottom, #eae9e2 50%, #c6c3bd 100%);
    }

        .play-preview-button a:hover {
            border-color: #9e9991;
            color: #392f1e !important;
        }

.toc-abstract {
    padding-top: 10px;
    color: #666;
}

    .toc-abstract p {
        margin: 0;
    }

.toc-item .play-preview-button {
    display: none;
}

.toc-intro .play-preview-button {
    display: inline-block;
}

.video-price-container.price-container-grid {
    width: 460px;
    margin-right: 20px;
}

.video-price-container.price-container-grid-top {
    margin-bottom: 0px;
}

.video-price-container.price-container-grid .box-container {
    margin: 0px 15px 0px 0px;
    width: 194px;
    display: inline-block;
}

    .video-price-container.price-container-grid .box-container .outer {
        overflow: hidden;
    }

    .video-price-container.price-container-grid .box-container .active {
    }

    .video-price-container.price-container-grid .box-container .outer .inner {
        padding: 0;
    }

        .video-price-container.price-container-grid .box-container .outer .inner .upper {
            display: block;
        }

            .video-price-container.price-container-grid .box-container .outer .inner .upper .price-type-text {
                width: 75px;
                margin: 8px 10px;
                display: block;
            }

            .video-price-container.price-container-grid .box-container .outer .inner .upper .prices {
                display: block;
                margin: 6px 0;
            }

                .video-price-container.price-container-grid .box-container .outer .inner .upper .prices .price-text {
                }

                .video-price-container.price-container-grid .box-container .outer .inner .upper .prices .list-price-label-text {
                }

@media (max-width: 992px) {
    .toc-col-left {
        width: 65%;
    }

    .toc-lesson .toc-col-left {
        width: 65%;
    }

    .toc-col-center {
        width: 15%;
    }

    .toc-col-right {
    }
}

@media (max-width: 992px) AND (min-width: 768px) {
    .toc-lesson .toc-col-left .toc-label,
    .toc-lesson .toc-col-left .toc-label + span {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    .toc-col-left,
    .toc-lesson .toc-col-left {
        width: 75%;
    }

        .toc-lesson .toc-col-left .toc-label,
        .toc-lesson .toc-col-left .toc-label + span {
            display: block;
            width: 100%;
            margin-right: 0;
        }

    .toc-col-center {
        width: 25%;
    }

    .toc-intro .toc-col-right {
        clear: both;
        width: 100%;
        margin-top: 10px;
    }

    .toc-intro .play-preview-button {
        display: block;
    }
    .toc-intro .play-preview-button a {
        font-size: 1em;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.editorial-board-container {
    display: inline-block;
    width: 100%;
}

    .editorial-board-container dl {
    }

    .editorial-board-container dt {
        margin-top: 15px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 5px;
        padding-bottom: 3px;
    }

        .editorial-board-container dt:first-child {
            margin-top: 0;
        }

    .editorial-board-container dd {
        margin-left: 0;
        padding: 1px 0;
    }

