/*! jQuery UI - v1.10.2 - 2013-03-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

.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; 
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

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



.ui-state-disabled {
	cursor: default !important;
}





.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}





.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; 
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.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; 
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

.ui-button-icon-only {
	width: 2.2em;
}

button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}


.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;
}

input.ui-button {
	padding: .4em 1em;
}


.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;
}


.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}



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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.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;
}


.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;
}


.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 {
	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: 21px;
	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: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; 
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}


.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}


.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}


.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.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("/templates/jsp/css/jquery-ui-1.10.2/base/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.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-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.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;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}


.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;
}

.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}


.ui-spinner .ui-icon-triangle-1-s {
	
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;
	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 li a {
	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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, 
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	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;
}


.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}


.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	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(/templates/jsp/css/jquery-ui-1.10.2/base/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);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); 
}




.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-icons_cd0a0a_256x240.png);
}


.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 { 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; }





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


.ui-widget-overlay {
	background: #aaaaaa url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/templates/jsp/css/jquery-ui-1.10.2/base/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
.ms-ctn{position:relative;padding:5px 12px;height:auto}.ms-inv{border:1px solid #c00}.ms-ctn-readonly{cursor:pointer}.ms-ctn-disabled{cursor:not-allowed;background-color:#eee}.ms-ctn-bootstrap-focus,.ms-ctn-bootstrap-focus .ms-res-ctn{border-color:rgba(82,168,236,0.8)!important;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)!important;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)!important;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)!important;border-bottom-left-radius:0;border-bottom-right-radius:0}.ms-ctn-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)}.ms-ctn input{border:0;box-shadow:none;-webkit-transition:none;outline:0;display:block;padding:0;line-height:1.42857143;margin:1px 0;width:100%}.ms-ctn .ms-sel-ctn input{float:left}.ms-ctn-disabled input{cursor:not-allowed;background-color:#eee}.ms-ctn .ms-input-readonly{cursor:pointer}.ms-ctn .ms-empty-text{color:#DDD}.ms-ctn input:focus{border:0;box-shadow:none;-webkit-transition:none;background:#FFF}.ms-ctn input::-ms-clear{width:0;height:0}.ms-ctn .ms-trigger{top:0;width:25px;height:100%;position:absolute;right:0;background:transparent;border-left:1px solid #CCC;cursor:pointer}.ms-ctn .ms-trigger .ms-trigger-ico{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #333;border-right:4px solid transparent;border-left:4px solid transparent;content:"";margin-left:8px;margin-top:15px}.ms-ctn .ms-trigger:hover{background-color:#e6e6e6}.ms-ctn .ms-trigger:hover .ms-trigger-ico{background-position:0 -4px}.ms-ctn-disabled .ms-trigger{cursor:not-allowed;background-color:#eee}.ms-ctn-bootstrap-focus{border-bottom:1px solid #CCC}.ms-res-ctn{width:100%;display:block;overflow-y:auto}.ms-res-ctn .ms-res-group{line-height:23px;text-align:left;padding:2px 5px;font-weight:bold;border-bottom:1px dotted #CCC;border-top:1px solid #CCC;background:#f3edff;color:#333}.ms-res-ctn .ms-res-item{line-height:25px;text-align:left;padding:2px 5px;color:#666;cursor:pointer}.ms-res-ctn .ms-res-item-grouped{padding-left:15px}.ms-res-ctn .ms-res-odd{background:#fafafa}.ms-res-ctn .ms-res-item-active{background-color:#f5f5f5}.ms-res-ctn .ms-res-item-disabled{color:#CCC;cursor:default}.ms-sel-ctn{overflow:auto;line-height:18px;padding-right:25px}.ms-no-trigger .ms-sel-ctn{padding-right:0}.ms-sel-ctn .ms-sel-item{background:#f3f3f3;color:#999;float:left;font-size:12px;padding:3px 5px;border-radius:3px;border:1px solid #DDD;margin:3px 0 1px 0}.ms-sel-ctn .ms-sel-invalid{border-color:#f8a5a5!important;background:#fdf2f2!important}.ms-sel-ctn .ms-sel-item:hover{border:1px solid #BBB}.ms-ctn .ms-sel-item{background:#f3f3f3;color:#999;float:left;font-size:12px;padding:0 5px;border-radius:3px;border:1px solid #DDD;margin:1px 5px 1px 0}.ms-ctn .ms-sel-item:hover{border:1px solid transparent}.ms-ctn-focus .ms-sel-item:hover{border:1px solid #BBB}.ms-sel-ctn .ms-sel-text{background:#FFF;color:#666;padding-right:0;margin-left:0;font-size:14px;font-weight:normal}.ms-as-string .ms-sel-text{border-color:transparent}.ms-res-ctn .ms-res-item em{font-style:normal;background:#565656;color:#FFF}.ms-sel-ctn .ms-sel-text:hover{background:#FFF}.ms-sel-ctn .ms-sel-item-active{border:1px solid red;background:#757575}.ms-stacked .ms-sel-item{float:inherit}.ms-sel-ctn .ms-sel-item .ms-close-btn{width:7px;cursor:pointer;height:7px;float:right;margin:6px 2px 0 10px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC);background-position:0 -7px}.ms-sel-ctn .ms-sel-item .ms-close-btn:hover{background-position:0 0}.ms-stacked .ms-sel-item .ms-close-btn{margin-left:0}.ms-helper{color:#AAA;font-size:10px;position:absolute;top:-17px;right:0}.ms-ctn.input-lg .ms-trigger .ms-trigger-ico{margin-top:17px}.ms-ctn.input-sm .ms-trigger .ms-trigger-ico{margin-top:13px}.ms-ctn.input-lg .ms-sel-ctn .ms-sel-item{padding-top:2px;padding-bottom:3px}.ms-ctn.input-sm .ms-sel-ctn{line-height:15px}.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item{padding-top:1px;padding-bottom:1px;margin-top:0;margin-bottom:0}.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item .ms-close-btn{margin-top:4px}.ms-ctn .ms-sel-ctn{margin-left:-7px}.ms-ctn .ms-trigger:hover{width:24px;right:1px;border-radius:0 3px 3px 0}@font-face {
  font-family: 'fpicons';
  src:url('../templates/jsp/css/flowplayer/skins/fonts/fpicons.eot?yg5dv7');
  src:url('../templates/jsp/css/flowplayer/skins/fonts/fpicons.eot?#iefixyg5dv7') format('embedded-opentype'),
    url('../templates/jsp/css/flowplayer/skins/fonts/fpicons.woff?yg5dv7') format('woff'),
    url('../templates/jsp/css/flowplayer/skins/fonts/fpicons.ttf?yg5dv7') format('truetype'),
    url('../templates/jsp/css/flowplayer/skins/fonts/fpicons.svg?yg5dv7#fpicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fp-i-"], [class*=" fp-i-"] {
  font-family: 'fpicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flowplayer{position:relative;width:100%;counter-increment:flowplayer;background-size:contain;background-repeat:no-repeat;background-position:center center;display:inline-block;}
.flowplayer *{font-weight:inherit;font-family:inherit;font-style:inherit;text-decoration:inherit;font-size:100%;padding:0;border:0;margin:0;list-style-type:none}
.flowplayer a:focus{outline:0}
.flowplayer video{width:100%}
.flowplayer.is-ipad video{-webkit-transform:translateX(-2048px);}
.is-ready.flowplayer.is-ipad video{-webkit-transform:translateX(0)}
.flowplayer .fp-player{position:absolute;top:0;left:0;width:100%;height:100%}
.flowplayer .fp-engine,.flowplayer .fp-ui,.flowplayer .fp-message{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1}
.flowplayer .fp-ui{z-index:11}
.flowplayer .fp-message{display:none;text-align:center;padding-top:5%;cursor:default;}
.flowplayer .fp-message h2{font-size:120%;margin-bottom:1em}
.flowplayer .fp-message p{color:#666;font-size:95%}
.flowplayer .fp-title{line-height:30px;font-weight:normal;font-family:'myriad pro',Helvetica,Arial,sans-serif;font-size:11px;cursor:default;color:#fff;width:auto;max-width:50%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;float:left;padding:0 20px;}
.is-rtl.flowplayer .fp-title{float:right}
.aside-time.flowplayer .fp-title{display:none !important}
.flowplayer .fp-controls{position:absolute;bottom:0;width:100%;}
.no-background.flowplayer .fp-controls{background-color:transparent !important;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent)) !important;background-image:-webkit-linear-gradient(top,transparent,transparent) !important;background-image:-moz-linear-gradient(top,transparent,transparent) !important;background-image:-o-linear-gradient(top,transparent,transparent) !important;background-image:linear-gradient(to bottom,transparent,transparent) !important}
.is-fullscreen.flowplayer .fp-controls{bottom:3px}
.is-mouseover.flowplayer .fp-controls{bottom:0}
.flowplayer .fp-controls,.flowplayer .fp-title,.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close,.flowplayer .fp-embed,.flowplayer.aside-time .fp-time{background-color:#000;background-color:rgba(0,0,0,0.65);}
.no-background.flowplayer .fp-controls,.no-background.flowplayer .fp-title,.no-background.flowplayer .fp-fullscreen,.no-background.flowplayer .fp-unload,.no-background.flowplayer .fp-close,.no-background.flowplayer .fp-embed,.no-background.flowplayer.aside-time .fp-time{background-color:transparent !important;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent)) !important;background-image:-webkit-linear-gradient(top,transparent,transparent) !important;background-image:-moz-linear-gradient(top,transparent,transparent) !important;background-image:-o-linear-gradient(top,transparent,transparent) !important;background-image:linear-gradient(to bottom,transparent,transparent) !important;text-shadow:0 0 1px #000}
.no-background.flowplayer .fp-play,.no-background.flowplayer .fp-brand{background-color:transparent !important;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent)) !important;background-image:-webkit-linear-gradient(top,transparent,transparent) !important;background-image:-moz-linear-gradient(top,transparent,transparent) !important;background-image:-o-linear-gradient(top,transparent,transparent) !important;background-image:linear-gradient(to bottom,transparent,transparent) !important;text-shadow:0 0 1px #000}
.flowplayer.fixed-controls .fp-controls{background-color:#000}
.flowplayer .fp-timeline{background-color:#a5a5a5}
.flowplayer .fp-buffer{background-color:#eee}
.flowplayer .fp-progress{background-color:#00a7c8}
.flowplayer .fp-volumeslider{background-color:#a5a5a5}
.flowplayer .fp-volumelevel{background-color:#00a7c8}
.flowplayer .fp-waiting{display:none;margin:19% auto;text-align:center;}
.flowplayer .fp-waiting *{-webkit-box-shadow:0 0 5px #333;-moz-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333}
.flowplayer .fp-waiting em{width:1em;height:1em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background-color:rgba(255,255,255,0.8);display:inline-block;-webkit-animation:pulse .6s infinite;-moz-animation:pulse .6s infinite;animation:pulse .6s infinite;margin:.3em;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.flowplayer .fp-waiting em:nth-child(1){-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}
.flowplayer .fp-waiting em:nth-child(2){-webkit-animation-delay:.45s;-moz-animation-delay:.45s;animation-delay:.45s}
.flowplayer .fp-waiting em:nth-child(3){-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}
.flowplayer .fp-waiting p{color:#ccc;font-weight:bold}
.flowplayer .fp-speed{font-size:30px;background-color:#333;background-color:rgba(51,51,51,0.8);color:#eee;margin:0 auto;text-align:center;width:120px;padding:.1em 0 0;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;transition:opacity .5s;}
.flowplayer .fp-speed.fp-hilite{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help{position:absolute;top:0;left:-9999em;z-index:100;background-color:#333;background-color:rgba(51,51,51,0.9);width:100%;height:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s;text-align:center;}
.is-help.flowplayer .fp-help{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help .fp-help-section{margin:3%;direction:ltr}
.flowplayer .fp-help .fp-help-basics{margin-top:6%}
.flowplayer .fp-help p{color:#eee;margin:.5em 0;font-size:14px;line-height:1.5;display:inline-block;margin:1% 2%}
.flowplayer .fp-help em{background:#eee;-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;margin-right:.4em;padding:.3em .6em;color:#333}
.flowplayer .fp-help small{font-size:90%;color:#aaa}
.flowplayer .fp-help .fp-close{display:block}
@media (max-width: 600px){.flowplayer .fp-help p{font-size:9px}
}.flowplayer .fp-dropdown{position:absolute;top:5px;width:100px;background-color:#000 !important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;box-sizing:border-box;-moz-box-sizing:border-box;margin:0 !important;list-style-type:none !important;}
.flowplayer .fp-dropdown:before{content:'';display:block;position:absolute;top:-5px;left:calc(50% - 5px);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid rgba(51,51,51,0.9)}
.flowplayer .fp-dropdown li{padding:10px !important;margin:0 !important;color:#fff !important;font-size:11px !important;list-style-type:none !important;}
.flowplayer .fp-dropdown li.active{background-color:#00a7c8 !important;cursor:default !important}
.flowplayer .fp-dropdown.fp-dropup{bottom:20px;top:auto;}
.flowplayer .fp-dropdown.fp-dropup:before{top:auto;bottom:-5px;border-bottom:none;border-top:5px solid rgba(51,51,51,0.9)}
.flowplayer .fp-tooltip{background-color:#000;color:#fff;display:none;position:absolute;padding:5px;}
.flowplayer .fp-tooltip:before{content:'';display:block;position:absolute;bottom:-5px;width:0;height:0;left:calc(50% - 5px);border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}
.flowplayer .fp-timeline-tooltip{bottom:35px}
.flowplayer .fp-timeline:hover+.fp-timeline-tooltip{display:block;}
.is-touch.flowplayer .fp-timeline:hover+.fp-timeline-tooltip{display:none}
.flowplayer .fp-subtitle{position:absolute;bottom:40px;left:-99999em;z-index:10;text-align:center;width:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;}
.flowplayer .fp-subtitle p{display:inline;background-color:#333;background-color:rgba(51,51,51,0.9);color:#eee;padding:.1em .4em;font-size:16px;line-height:1.6;}
.flowplayer .fp-subtitle p:after{content:'';clear:both}
.flowplayer .fp-subtitle p b{font-weight:bold}
.flowplayer .fp-subtitle p i{font-style:italic}
.flowplayer .fp-subtitle p u{text-decoration:underline}
.flowplayer .fp-subtitle.fp-active{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play,.flowplayer .fp-menu{font-family:'fpicons' !important;color:#fff !important;font-size:15px !important;text-align:center !important;line-height:30px !important;text-decoration:none !important;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-mute,.is-rtl.flowplayer .fp-embed,.is-rtl.flowplayer .fp-close,.is-rtl.flowplayer .fp-play,.is-rtl.flowplayer .fp-menu{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);transform:scale(-1,1)}
.is-rtl.flowplayer .fp-menu{-webkit-transform:none;-moz-transform:none;transform:none}
.flowplayer .fp-fullscreen:before{content:"\e602"}
.flowplayer .fp-unload:before,.flowplayer .fp-close:before{content:"\e600"}
.flowplayer .fp-mute:before{content:"\e606"}
.flowplayer .fp-embed:before{content:"\e603"}
.flowplayer .fp-play:before{content:"\e608"}
.flowplayer .fp-menu:before{content:"\e604"}
.flowplayer .fp-flash-disabled{background:#333;width:390px;margin:0 auto;position:absolute;bottom:0;color:#fff}
.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(../templates/jsp/css/flowplayer/skins/img/play_white.png) center no-repeat;background-size:11%;}
.is-rtl.is-splash.flowplayer .fp-ui,.is-rtl.is-paused.flowplayer .fp-ui{background:url(../templates/jsp/css/flowplayer/skins/img/play_white_rtl.png) center no-repeat;background-size:11%}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(../templates/jsp/css/flowplayer/skins/img/play_white@x2.png) center no-repeat;background-size:11%}
.is-rtl.is-splash.flowplayer .fp-ui,.is-rtl.is-paused.flowplayer .fp-ui{background:url(../templates/jsp/css/flowplayer/skins/img/play_white_rtl@x2.png) center no-repeat;background-size:11%}
}.is-fullscreen.flowplayer .fp-ui{background-size:auto}
.is-seeking.flowplayer .fp-ui,.is-loading.flowplayer .fp-ui{background-image:none}
.flowplayer .fp-brand{color:#fff !important;position:absolute;right:115px;font-weight:normal !important;font-family:'myriad pro',Helvetica,Arial,sans-serif !important;text-decoration:none !important;line-height:15px !important;font-size:11px !important;height:15px;width:55px;bottom:9px;box-sizing:border-box;text-align:center;padding:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.has-menu.flowplayer .fp-brand{right:152px}
.is-rtl.flowplayer .fp-brand{right:auto;left:125px}
.has-menu.is-rtl.flowplayer .fp-brand{left:152px}
.no-brand.flowplayer .fp-brand{display:none}
.no-volume.no-mute.flowplayer .fp-brand{right:10px;}
.has-menu.no-volume.no-mute.flowplayer .fp-brand{right:47px}
.no-volume.flowplayer .fp-brand{right:50px}
.no-mute.flowplayer .fp-brand{right:95px}
.flowplayer .fp-logo{position:absolute;top:auto;left:15px;bottom:40px;cursor:pointer;display:none;z-index:100;}
.flowplayer .fp-logo img{width:100%}
.is-embedded.flowplayer .fp-logo{display:block}
.fixed-controls.flowplayer .fp-logo{bottom:15px}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close{position:absolute;top:10px;left:auto;right:10px;display:block;width:30px;height:23px;text-align:center;cursor:pointer;height:30px;width:30px;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-close{right:auto;left:10px}
.flowplayer .fp-unload,.flowplayer .fp-close{display:none}
.flowplayer .fp-play{display:none;height:30px !important;position:absolute;bottom:0;left:0;text-align:center;}
.is-rtl.flowplayer .fp-play{left:auto;right:0}
.is-playing.flowplayer .fp-play:before{content:"\e607"}
.flowplayer .fp-menu{display:none;position:absolute;bottom:0;z-index:11;right:10px;}
.is-rtl.flowplayer .fp-menu{right:auto;left:10px}
.has-menu.flowplayer .fp-menu{display:block}
.flowplayer .fp-menu .fp-dropdown{z-index:12;display:none;left:-42.5px;line-height:auto;width:149px;-webkit-transform:none;-moz-transform:none;transform:none;}
.is-rtl.flowplayer .fp-menu .fp-dropdown{left:-10px}
.flowplayer .fp-menu.dropdown-open .fp-dropdown{display:block}
.flowplayer.is-ready.is-closeable .fp-unload{display:block}
.flowplayer.is-ready.is-closeable .fp-embed{right:90px}
.flowplayer.is-ready.is-closeable .fp-fullscreen{right:50px}
.flowplayer.is-ready.is-closeable.is-rtl .fp-embed{right:auto;left:90px}
.flowplayer.is-ready.is-closeable.is-rtl .fp-fullscreen{right:auto;left:50px}
.flowplayer.is-fullscreen .fp-fullscreen{display:block !important;}
.flowplayer.is-fullscreen .fp-fullscreen:before{content:"\e601"}
.flowplayer .fp-timeline{height:3px;position:relative;overflow:hidden;top:10px;height:10px;margin:0 225px 0 55px;}
.no-brand.flowplayer .fp-timeline{margin-right:160px;}
.has-menu.no-brand.flowplayer .fp-timeline{margin-right:187px}
.no-volume.no-brand.flowplayer .fp-timeline{margin-right:95px}
.no-mute.no-brand.flowplayer .fp-timeline{margin-right:130px}
.no-mute.no-volume.no-brand.flowplayer .fp-timeline{margin-right:55px}
.has-menu.flowplayer .fp-timeline{margin-right:252px}
.no-volume.flowplayer .fp-timeline{margin-right:160px}
.no-mute.flowplayer .fp-timeline{margin-right:195px}
.no-mute.no-volume.flowplayer .fp-timeline{margin-right:120px;}
.has-menu.no-mute.no-volume.flowplayer .fp-timeline{margin-right:157px}
.is-rtl.flowplayer .fp-timeline{margin:0 55px 0 225px;}
.no-brand.is-rtl.flowplayer .fp-timeline{margin-left:160px;}
.has-menu.no-brand.is-rtl.flowplayer .fp-timeline{margin-left:197px}
.has-menu.is-rtl.flowplayer .fp-timeline{margin-left:262px}
.no-volume.is-rtl.flowplayer .fp-timeline{margin-left:95px}
.no-mute.is-rtl.flowplayer .fp-timeline{margin-left:130px}
.no-mute.no-volume.is-rtl.flowplayer .fp-timeline{margin-left:55px}
.is-long.flowplayer .fp-timeline{margin:0 255px 0 85px;}
.no-volume.is-long.flowplayer .fp-timeline{margin-right:180px}
.no-mute.is-long.flowplayer .fp-timeline{margin-right:140px}
.has-menu.is-long.flowplayer .fp-timeline{margin-right:292px}
.no-brand.is-long.flowplayer .fp-timeline{margin-right:190px;}
.no-volume.no-brand.is-long.flowplayer .fp-timeline{margin-right:125px}
.no-mute.no-brand.is-long.flowplayer .fp-timeline{margin-right:85px}
.has-menu.no-brand.is-long.flowplayer .fp-timeline{margin-right:227px}
.is-rtl.is-long.flowplayer .fp-timeline{margin:85px 0 190px 0;}
.no-volume.is-rtl.is-long.flowplayer .fp-timeline{margin-left:125px}
.no-mute.is-rtl.is-long.flowplayer .fp-timeline{margin-left:85px}
.aside-time.flowplayer .fp-timeline,.no-time.flowplayer .fp-timeline{margin:0 190px 0 10px;}
.has-menu.aside-time.flowplayer .fp-timeline,.has-menu.no-time.flowplayer .fp-timeline{margin-right:227px}
.aside-time.no-brand.flowplayer .fp-timeline{margin-right:115px}
.aside-time.no-volume.flowplayer .fp-timeline,.no-time.no-volume.flowplayer .fp-timeline{margin-right:115px}
.aside-time.no-mute.flowplayer .fp-timeline,.no-time.no-mute.flowplayer .fp-timeline{margin-right:75px}
.is-rtl.aside-time.flowplayer .fp-timeline,.is-rtl.no-time.flowplayer .fp-timeline{margin:0 10px 0 115px}
.is-rtl.aside-time.no-volume.flowplayer .fp-timeline,.is-rtl.no-time.no-volume.flowplayer .fp-timeline{margin-left:50px}
.is-rtl.aside-time.no-mute.flowplayer .fp-timeline,.is-rtl.no-time.no-mute.flowplayer .fp-timeline{margin-left:10px}
.flowplayer .fp-buffer,.flowplayer .fp-progress{position:absolute;top:0;left:auto;height:100%;cursor:col-resize}
.flowplayer .fp-buffer{-webkit-transition:width .25s linear;-moz-transition:width .25s linear;transition:width .25s linear}
.flowplayer .fp-timeline.no-animation .fp-buffer{-webkit-transition:none;-moz-transition:none;transition:none}
.flowplayer .fp-progress.animated{transition-timing-function:linear;transition-property:width,height}
.flowplayer.is-touch .fp-timeline{overflow:visible}
.flowplayer.is-touch .fp-progress{-webkit-transition:width .2s linear;-moz-transition:width .2s linear;transition:width .2s linear;box-sizing:border-box}
.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress{-webkit-transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear;-moz-transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear;transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear}
.flowplayer.is-touch.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-mouseover .fp-progress:before{content:'';box-sizing:border-box;display:block;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:absolute;right:-5px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before{right:auto;left:-5px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after{left:-10px;-webkit-box-shadow:-1px 0 4px rgba(0,0,0,0.5);-moz-box-shadow:-1px 0 4px rgba(0,0,0,0.5);box-shadow:-1px 0 4px rgba(0,0,0,0.5)}
.flowplayer.is-touch.is-mouseover .fp-progress:before{width:10px;height:10px}
.flowplayer.is-touch.is-mouseover .fp-progress:after{height:18px;width:18px;top:-4px;right:-10px;border:5px solid rgba(255,255,255,0.65);-webkit-box-shadow:1px 0 4px rgba(0,0,0,0.5);-moz-box-shadow:1px 0 4px rgba(0,0,0,0.5);box-shadow:1px 0 4px rgba(0,0,0,0.5)}
.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after{border:10px solid #fff;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-transition:inherit;-moz-transition:inherit;transition:inherit;top:-5px;right:-10px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after{left:-15px;right:auto;border:10px solid #fff}
.flowplayer .fp-volume{position:absolute;height:6px;bottom:12px;right:10px;}
.has-menu.flowplayer .fp-volume{right:37px}
.is-rtl.flowplayer .fp-volume{right:auto;left:10px}
.is-rtl.has-menu.flowplayer .fp-volume{left:37px}
.flowplayer .fp-mute{position:relative;width:30px;height:30px;float:left;top:-12px;cursor:pointer;}
.is-rtl.flowplayer .fp-mute{float:right}
.no-mute.flowplayer .fp-mute{display:none}
.flowplayer .fp-volumeslider{width:75px;height:6px;cursor:col-resize;float:left;}
.is-rtl.flowplayer .fp-volumeslider{float:right}
.no-volume.flowplayer .fp-volumeslider{display:none}
.flowplayer .fp-volumelevel{height:100%}
.flowplayer .fp-time{text-shadow:0 0 1px #000;font-size:11px;font-weight:normal;font-family:'myriad pro',Helvetica,Arial,sans-serif !important;color:#fff;width:100%;}
.flowplayer .fp-time.is-inverted .fp-duration{display:none}
.flowplayer .fp-time.is-inverted .fp-remaining{display:inline}
.flowplayer .fp-time em{width:35px;height:10px;line-height:10px;text-align:center;position:absolute;bottom:9px}
.no-time.flowplayer .fp-time{display:none}
.is-long.flowplayer .fp-time em{width:65px}
.flowplayer .fp-elapsed{left:10px;}
.is-rtl.flowplayer .fp-elapsed{left:auto;right:10px}
.flowplayer .fp-remaining,.flowplayer .fp-duration{right:180px;color:#eee;}
.no-brand.flowplayer .fp-remaining,.no-brand.flowplayer .fp-duration{right:125px;}
.has-menu.no-brand.flowplayer .fp-remaining,.has-menu.no-brand.flowplayer .fp-duration{right:152px}
.no-volume.no-brand.flowplayer .fp-remaining,.no-volume.no-brand.flowplayer .fp-duration{right:50px}
.no-mute.no-brand.flowplayer .fp-remaining,.no-mute.no-brand.flowplayer .fp-duration{right:95px}
.no-mute.no-volume.no-brand.flowplayer .fp-remaining,.no-mute.no-volume.no-brand.flowplayer .fp-duration{right:10px}
.has-menu.flowplayer .fp-remaining,.has-menu.flowplayer .fp-duration{right:217px}
.no-volume.flowplayer .fp-remaining,.no-volume.flowplayer .fp-duration{right:115px}
.no-mute.flowplayer .fp-remaining,.no-mute.flowplayer .fp-duration{right:160px}
.no-mute.no-volume.flowplayer .fp-remaining,.no-mute.no-volume.flowplayer .fp-duration{right:75px;}
.has-menu.no-mute.no-volume.flowplayer .fp-remaining,.has-menu.no-mute.no-volume.flowplayer .fp-duration{right:112px}
.is-rtl.flowplayer .fp-remaining,.is-rtl.flowplayer .fp-duration{right:auto;left:180px;}
.no-brand.is-rtl.flowplayer .fp-remaining,.no-brand.is-rtl.flowplayer .fp-duration{left:115px;}
.has-menu.no-brand.is-rtl.flowplayer .fp-remaining,.has-menu.no-brand.is-rtl.flowplayer .fp-duration{left:142px}
.has-menu.is-rtl.flowplayer .fp-remaining,.has-menu.is-rtl.flowplayer .fp-duration{left:227px}
.no-volume.is-rtl.flowplayer .fp-remaining,.no-volume.is-rtl.flowplayer .fp-duration{left:50px}
.no-mute.is-rtl.flowplayer .fp-remaining,.no-mute.is-rtl.flowplayer .fp-duration{left:95px}
.no-mute.no-volume.is-rtl.flowplayer .fp-remaining,.no-mute.no-volume.is-rtl.flowplayer .fp-duration{left:10px}
.flowplayer .fp-remaining{display:none}
.flowplayer.aside-time .fp-time{position:absolute;top:10px;left:10px;bottom:auto !important;width:auto;background-color:#000;background-color:rgba(0,0,0,0.65);height:30px;padding:0 5px;-webkit-border-radius:control_border_radius;-moz-border-radius:control_border_radius;border-radius:control_border_radius;line-height:30px;text-align:center;font-size:15px;}
.no-background.flowplayer.aside-time .fp-time{background-color:transparent !important}
.flowplayer.aside-time .fp-time strong,.flowplayer.aside-time .fp-time em{position:static}
.flowplayer.aside-time .fp-time .fp-elapsed::after{content:' / '}
.flowplayer.is-splash,.flowplayer.is-poster{cursor:pointer;}
.flowplayer.is-splash .fp-controls,.flowplayer.is-poster .fp-controls,.flowplayer.is-splash .fp-fullscreen,.flowplayer.is-poster .fp-fullscreen,.flowplayer.is-splash .fp-unload,.flowplayer.is-poster .fp-unload,.flowplayer.is-splash .fp-time,.flowplayer.is-poster .fp-time,.flowplayer.is-splash .fp-embed,.flowplayer.is-poster .fp-embed,.flowplayer.is-splash .fp-title,.flowplayer.is-poster .fp-title,.flowplayer.is-splash .fp-brand,.flowplayer.is-poster .fp-brand{display:none !important}
.flowplayer.is-poster .fp-engine{top:-9999em}
.flowplayer.is-loading .fp-waiting{display:block}
.flowplayer.is-loading .fp-controls,.flowplayer.is-loading .fp-time{display:none}
.flowplayer.is-loading .fp-ui{background-position:-9999em}
.flowplayer.is-loading video.fp-engine{position:absolute;top:-9999em}
.flowplayer.is-seeking .fp-waiting{display:block}
.flowplayer.is-playing{background-image:none !important;background-color:#333;}
.flowplayer.is-playing.hls-fix.is-finished .fp-engine{position:absolute;top:-9999em}
.flowplayer.is-fullscreen{top:0 !important;left:0 !important;border:0 !important;margin:0 !important;width:100% !important;height:100% !important;max-width:100% !important;z-index:99999 !important;-webkit-box-shadow:0 !important;-moz-box-shadow:0 !important;box-shadow:0 !important;background-image:none !important;background-color:#333;}
.is-rtl.flowplayer.is-fullscreen{left:auto !important;right:0 !important}
.flowplayer.is-fullscreen .fp-player{background-color:#333}
.flowplayer.is-error{border:1px solid #909090;background:#fdfdfd !important;}
.flowplayer.is-error h2{font-weight:bold;font-size:large;margin-top:10%}
.flowplayer.is-error .fp-message{display:block}
.flowplayer.is-error object,.flowplayer.is-error video,.flowplayer.is-error .fp-controls,.flowplayer.is-error .fp-time,.flowplayer.is-error .fp-subtitle{display:none}
.flowplayer.is-ready.is-muted .fp-mute{opacity:.7;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70)}
.flowplayer.is-ready.is-muted .fp-mute:before{content:"\e605"}
.flowplayer.is-mouseout .fp-controls{height:0;-webkit-transition:height .15s .3s;-moz-transition:height .15s .3s;transition:height .15s .3s}
.is-fullscreen.flowplayer.is-mouseout .fp-controls{height:3px;bottom:0}
.flowplayer.is-mouseout .fp-title{overflow:hidden}
.flowplayer.is-mouseout .fp-timeline{margin:0 !important}
.flowplayer.is-mouseout .fp-timeline{-webkit-transition:height .15s .3s,top .15s .3s,margin .15s .3s;-moz-transition:height .15s .3s,top .15s .3s,margin .15s .3s;transition:height .15s .3s,top .15s .3s,margin .15s .3s;height:4px;top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.flowplayer.is-mouseout .fp-fullscreen,.flowplayer.is-mouseout .fp-unload,.flowplayer.is-mouseout .fp-elapsed,.flowplayer.is-mouseout .fp-remaining,.flowplayer.is-mouseout .fp-duration,.flowplayer.is-mouseout .fp-embed,.flowplayer.is-mouseout .fp-title,.flowplayer.is-mouseout .fp-volume,.flowplayer.is-mouseout .fp-play,.flowplayer.is-mouseout .fp-menu,.flowplayer.is-mouseout .fp-brand,.flowplayer.is-mouseout .fp-timeline-tooltip,.flowplayer.is-mouseout.aside-time .fp-time{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .15s .3s;-moz-transition:opacity .15s .3s;transition:opacity .15s .3s}
.flowplayer.is-mouseover .fp-controls,.flowplayer.fixed-controls .fp-controls{height:30px}
.flowplayer.is-mouseover .fp-title,.flowplayer.fixed-controls .fp-title{height:30px}
.flowplayer.is-mouseover .fp-fullscreen,.flowplayer.fixed-controls .fp-fullscreen,.flowplayer.is-mouseover .fp-unload,.flowplayer.fixed-controls .fp-unload,.flowplayer.is-mouseover .fp-elapsed,.flowplayer.fixed-controls .fp-elapsed,.flowplayer.is-mouseover .fp-remaining,.flowplayer.fixed-controls .fp-remaining,.flowplayer.is-mouseover .fp-duration,.flowplayer.fixed-controls .fp-duration,.flowplayer.is-mouseover .fp-embed,.flowplayer.fixed-controls .fp-embed,.flowplayer.is-mouseover .fp-logo,.flowplayer.fixed-controls .fp-logo,.flowplayer.is-mouseover .fp-volume,.flowplayer.fixed-controls .fp-volume,.flowplayer.is-mouseover .fp-play,.flowplayer.fixed-controls .fp-play,.flowplayer.is-mouseover .fp-menu,.flowplayer.fixed-controls .fp-menu{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.fixed-controls .fp-volume{display:block}
.flowplayer.fixed-controls .fp-controls{bottom:-30px;}
.is-fullscreen.flowplayer.fixed-controls .fp-controls{bottom:0}
.flowplayer.fixed-controls .fp-time em{bottom:-20px;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.is-fullscreen.flowplayer.fixed-controls .fp-time em{bottom:10px}
.flowplayer.is-disabled .fp-progress{background-color:#999}
.flowplayer.is-flash-disabled{background-color:#333;}
.flowplayer.is-flash-disabled object.fp-engine{z-index:100}
.flowplayer.is-flash-disabled .fp-flash-disabled{display:block;z-index:101}
.flowplayer .fp-embed{position:absolute;top:10px;left:auto;right:50px;display:block;width:30px;height:30px;text-align:center;}
.is-rtl.flowplayer .fp-embed{right:auto;left:50px}
.flowplayer .fp-embed-code{position:absolute;display:none;top:10px;right:67px;background-color:#333;padding:3px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 3px #ccc;-moz-box-shadow:0 0 3px #ccc;box-shadow:0 0 3px #ccc;font-size:12px;}
.is-closeable.flowplayer .fp-embed-code{right:99px}
.flowplayer .fp-embed-code:before{content:'';width:0;height:0;position:absolute;top:2px;right:-10px;border:5px solid transparent;border-left-color:#333}
.is-rtl.flowplayer .fp-embed-code{right:auto;left:67px;}
.is-rtl.flowplayer .fp-embed-code:before{right:auto;left:-10px;border-left-color:transparent;border-right-color:#333}
.flowplayer .fp-embed-code textarea{width:400px;height:16px;font-family:monaco,"courier new",verdana;color:#777;white-space:nowrap;resize:none;overflow:hidden;border:0;outline:0;background-color:transparent;color:#ccc}
.flowplayer .fp-embed-code label{display:block;color:#999}
.flowplayer.is-embedding .fp-embed,.flowplayer.is-embedding .fp-embed-code{display:block;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.no-time .fp-embed{left:10px !important;}
.is-rtl.flowplayer.no-time .fp-embed{left:auto;right:10px !important}
.flowplayer.is-live .fp-timeline,.flowplayer.is-live .fp-duration,.flowplayer.is-live .fp-remaining{display:none}
.flowplayer .fp-context-menu{position:absolute;display:none;z-index:1001;background-color:#fff;padding:10px;border:1px solid #aaa;-webkit-box-shadow:0 0 4px #888;-moz-box-shadow:0 0 4px #888;box-shadow:0 0 4px #888;width:170px;}
.flowplayer .fp-context-menu li{text-align:center !important;padding:10px;color:#444 !important;font-size:11px !important;margin:0 -10px 0 -10px;}
.flowplayer .fp-context-menu li a{color:#00a7c8 !important;font-size:12.100000000000001px !important}
.flowplayer .fp-context-menu li:hover:not(.copyright){background-color:#eee}
.flowplayer .fp-context-menu li.copyright{margin:0;padding-left:110px;background-image:url("../templates/jsp/css/flowplayer/skins/img/flowplayer.png");background-repeat:no-repeat;background-size:100px 20px;background-position:5px 5px;border-bottom:1px solid #bbb;}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){.flowplayer .fp-context-menu li.copyright{background-image:url("../templates/jsp/css/flowplayer/skins/img/flowplayer@2x.png")}
}@-moz-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-webkit-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-o-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-ms-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@keyframes pulse{0%{opacity:0}
100%{opacity:1}
}.flowplayer.is-touch.is-mouseover .fp-progress:before{background-color:#00a7c8}
.flowplayer .fp-menu .fp-dropdown{right:-10px;left:auto;bottom:30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.flowplayer .fp-menu .fp-dropdown:before{display:none}
.is-rtl.flowplayer .fp-menu .fp-dropdown{right:auto;left:-10px}
.flowplayer .fp-play{width:30px}
.flowplayer.aside-time .fp-time{top:0;left:0}
.no-brand.flowplayer .fp-remaining,.no-brand.flowplayer .fp-duration{right:115px}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close,.flowplayer .fp-embed{right:0;top:0;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-close,.is-rtl.flowplayer .fp-embed{right:auto;left:0}
.flowplayer .fp-embed{right:32px;}
.is-rtl.flowplayer .fp-embed{right:auto;left:32px}
.flowplayer.is-closeable.is-ready .fp-fullscreen{right:32px}
.flowplayer.is-closeable.is-ready .fp-embed{right:64px}
.is-rtl.flowplayer.is-closeable.is-ready .fp-fullscreen{right:auto;left:32px}
.is-rtl.flowplayer.is-closeable.is-ready .fp-embed{right:auto;left:64px}
.flowplayer.play-button .fp-play{display:block}
.flowplayer.play-button .fp-elapsed{left:27px;}
.is-rtl.flowplayer.play-button .fp-elapsed{right:27px}
.flowplayer.play-button .fp-timeline{margin-left:72px;}
.is-rtl.flowplayer.play-button .fp-timeline{margin-right:72px}
.is-long.flowplayer.play-button .fp-timeline{margin-left:102px;}
.is-rtl.is-long.flowplayer.play-button .fp-timeline{margin-right:102px}
.no-time.flowplayer.play-button .fp-timeline,.aside-time.flowplayer.play-button .fp-timeline{margin-left:27px;}
.is-rtl.no-time.flowplayer.play-button .fp-timeline,.is-rtl.aside-time.flowplayer.play-button .fp-timeline{margin-right:27px}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 110000;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: scroll;
}
.registration-popup .content .close {
  font-size: 1.25rem !important;
  margin: 0 -12px !important;
}
.preview-container {
  display: inline;
}
.preview-container .preview_button {
  font-size: 16px;
  font-weight: 600;
  min-width: 166px;
  color: #464646;
  background: transparent;
  border: 1px solid #464646;
  text-align: center;
  padding: 12px;
  transition: all .25s;
  font-family: Open Sans, sans-serif;
}
.preview-container .preview_button:hover {
  color: #fff;
  background: #a1a1a1;
}
.preview-container .preview_button .icon-preview-eye2,
.preview-container .preview_button .icon-preview-eye-hidden {
  margin-right: 5px;
  font-size: 25px;
  vertical-align: middle;
}
.preview-container .preview_button.borderless {
  border: 0;
  font-size: 13px;
}
.preview-container .preview_button.borderless i {
  font-size: 20px;
  vertical-align: text-top;
}
.preview-container .preview_button.borderless:hover {
  color: #464646;
  background: transparent;
}
#pb-page-content .preview__modal.popup {
  background-color: rgba(189, 189, 190, 0.85);
}
#pb-page-content .preview__modal.popup .preview__content {
  width: 380px;
  margin: 30px auto;
  overflow: auto;
  position: relative;
  background: #fff;
  padding: 17px 30px 30px;
  border-radius: 10px;
}
#pb-page-content .preview__modal.popup .preview__content .modal__header .close {
  margin-right: 0px;
  margin-top: 10px;
  float: right;
  font-size: 20px;
  color: #a7a7a7;
}
#pb-page-content .preview__modal.popup .preview__content .modal__header .close:hover {
  text-decoration: none;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body {
  clear: both;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .body-title {
  font-size: 24px;
  color: #000;
  border: none;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .available__previews {
  color: #a7a7a7;
  display: block;
  text-align: center;
  text-transform: lowercase;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .initiate__Message {
  text-align: center;
  color: #000;
  margin-top: 30px;
  font-weight: bold;
  text-transform: lowercase;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .allowance__message {
  margin-top: 25px;
  font-size: 13px;
  color: #000000;
  display: inline-block;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .allowance__message .arrow_d_n {
  font-size: 7px;
  font-weight: 900;
  margin-left: 10px;
  display: inline-block;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .allowance__message .arrow_d_n.openAllowance {
  transform: rotate(-180deg);
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .allowance__message .icon-preview-information-solid {
  font-size: 15px;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .allowance__message .allowance__text {
  font-size: 15px;
  color: #a7a7a7;
  margin-top: 10px;
  text-transform: lowercase;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .preview__options {
  margin-top: 20px;
  border-top: 2px solid #888;
  padding-top: 20px;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .preview__options .btn {
  display: inline-block;
  border: none;
  float: right;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  background: #a1a1a1;
  font-weight: 700;
  transition: all .25s;
  font-family: Open Sans, sans-serif;
  margin-top: 0;
  margin-right: 0;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .preview__options .btn:hover {
  cursor: pointer;
  background: #bdbdbd;
  color: #fff;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .preview__options .btn-cancel {
  padding: 9px;
  font-size: 1rem;
  font-weight: 600;
  color: #646464;
  float: right;
  margin-top: 2px;
}
#pb-page-content .preview__modal.popup .preview__content .modal__body .limit,
#pb-page-content .preview__modal.popup .preview__content .modal__body .depleted {
  font-size: 13px;
  text-align: center;
}
.preview-eye2 {
  background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMjQiIGhlaWdodD0iMTAyNCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+Cjx0aXRsZT48L3RpdGxlPgo8ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPgo8L2c+CjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik01MTIgMjg4djBjMjg4IDAgNDE2IDIyNCA0MTYgMjI0cy0xMjggMjI0LTQxNiAyMjRjLTI4OCAwLTQxNi0yMjQtNDE2LTIyNHMxMjgtMjI0IDQxNi0yMjR6TTUxMiA2NDBjNzAuNjkyIDAgMTI4LTU3LjMwOCAxMjgtMTI4cy01Ny4zMDgtMTI4LTEyOC0xMjhjLTcwLjY5MiAwLTEyOCA1Ny4zMDgtMTI4IDEyOHM1Ny4zMDggMTI4IDEyOCAxMjh2MHpNNTEyIDYwOHYwYy01My4wMTkgMC05Ni00Mi45ODEtOTYtOTZzNDIuOTgxLTk2IDk2LTk2YzUzLjAxOSAwIDk2IDQyLjk4MSA5NiA5NnMtNDIuOTgxIDk2LTk2IDk2ek01MTIgNTQ0YzE3LjY3MyAwIDMyLTE0LjMyNyAzMi0zMnMtMTQuMzI3LTMyLTMyLTMyYy0xNy42NzMgMC0zMiAxNC4zMjctMzIgMzJzMTQuMzI3IDMyIDMyIDMydjB6Ij48L3BhdGg+Cjwvc3ZnPgo=);
  width: 20px;
  height: 20px;
  background-position: bottom;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: relative;
  bottom: 1px;
  display: inline-block;
}
.preview-eye-hidden {
  background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMjQiIGhlaWdodD0iMTAyNCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+Cjx0aXRsZT48L3RpdGxlPgo8ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPgo8L2c+CjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNTkuNDc4IDY2OC41MjJjLTExMS43MjgtNjUuOTU4LTE2My40NzgtMTU2LjUyMi0xNjMuNDc4LTE1Ni41MjJzMTI4LTIyNCA0MTYtMjI0YzQxLjc0NCAwIDgwLjEyNyA0LjcwNiAxMTUuMjQ2IDEyLjc1NGwtODYuNDg5IDg2LjQ4OWMtOS4yNDQtMi4xMjItMTguODY5LTMuMjQzLTI4Ljc1Ny0zLjI0My03MC42OTIgMC0xMjggNTcuMzA4LTEyOCAxMjggMCA5Ljg4OCAxLjEyMSAxOS41MTMgMy4yNDMgMjguNzU3bC0xMjcuNzY1IDEyNy43NjV6TTM5Ni43NTQgNzIzLjI0NmMzNS4xMTkgOC4wNDggNzMuNTAyIDEyLjc1NCAxMTUuMjQ2IDEyLjc1NCAyODggMCA0MTYtMjI0IDQxNi0yMjRzLTUxLjc1MS05MC41NjQtMTYzLjQ3OC0xNTYuNTIybC0xMjcuNzY1IDEyNy43NjVjMi4xMjIgOS4yNDQgMy4yNDMgMTguODY5IDMuMjQzIDI4Ljc1NyAwIDcwLjY5Mi01Ny4zMDggMTI4LTEyOCAxMjgtOS44ODggMC0xOS41MTMtMS4xMjEtMjguNzU3LTMuMjQzbC04Ni40ODkgODYuNDg5ek02MDggNTEyYzAgMjQuNTY5LTkuMzczIDQ5LjEzNy0yOC4xMTggNjcuODgycy00My4zMTQgMjguMTE4LTY3Ljg4MiAyOC4xMThsOTYtOTZ6TTUxMiA0MTZjLTI0LjU2OSAwLTQ5LjEzNyA5LjM3My02Ny44ODIgMjguMTE4cy0yOC4xMTggNDMuMzE0LTI4LjExOCA2Ny44ODJsOTYtOTZ6TTc2OCAyMjRsLTU0NCA1NDQgMzIgMzIgNTQ0LTU0NC0zMi0zMnoiPjwvcGF0aD4KPC9zdmc+Cg==);
  width: 20px;
  height: 20px;
  background-position: bottom;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: relative;
  bottom: 1px;
  display: inline-block;
}
.clock {
  background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZmlsbD0iIzAwMCIgZD0iTTMyOS4zNzIgMzc0LjYyOGwtMTA1LjM3Mi0xMDUuMzczdi0xNDEuMjU1aDY0djExNC43NDVsODYuNjI4IDg2LjYyN3pNMjU2IDBjLTE0MS4zODUgMC0yNTYgMTE0LjYxNS0yNTYgMjU2czExNC42MTUgMjU2IDI1NiAyNTYgMjU2LTExNC42MTUgMjU2LTI1Ni0xMTQuNjE1LTI1Ni0yNTYtMjU2ek0yNTYgNDQ4Yy0xMDYuMDM5IDAtMTkyLTg1Ljk2MS0xOTItMTkyczg1Ljk2MS0xOTIgMTkyLTE5MmMxMDYuMDM5IDAgMTkyIDg1Ljk2MSAxOTIgMTkycy04NS45NjEgMTkyLTE5MiAxOTJ6Ij48L3BhdGg+Cjwvc3ZnPgo=);
  width: 20px;
  height: 20px;
  background-position: bottom;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  display: inline-block;
}
.information-solid {
  background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0MCIgaGVpZ2h0PSI2NDAiIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzLjc2IDU0Ni4yNGMtNjAuMjczLTU4LjI3MS05Ny42OTItMTM5Ljg1MS05Ny42OTItMjMwLjE3MyAwLTE3Ni43MzEgMTQzLjI2OS0zMjAgMzIwLTMyMCA5MC4zMjEgMCAxNzEuOTAyIDM3LjQyIDIzMC4wODYgOTcuNjAybDAuMDg2IDAuMDkwYzU1LjU3OCA1Ny40ODcgODkuODI4IDEzNS44OTcgODkuODI4IDIyMi4zMDcgMCAxNzYuNzMxLTE0My4yNjkgMzIwLTMyMCAzMjAtODYuNDEgMC0xNjQuODIxLTM0LjI0OS0yMjIuMzk4LTg5LjkxNGwwLjA5MCAwLjA4NnpNMjg4IDM1MnYxMjhoNjR2LTE5MmgtNjR2NjR6TTI4OCAxNjB2NjRoNjR2LTY0aC02NHoiPjwvcGF0aD4KPC9zdmc+Cg==);
  width: 20px;
  height: 20px;
  background-position: bottom;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  display: inline-block;
}
.arrow_d_n {
  background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2MDAiIGhlaWdodD0iMTAyNCIgdmlld0JveD0iMCAwIDE2MDAgMTAyNCI+Cjx0aXRsZT48L3RpdGxlPgo8ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPgo8L2c+CjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xNTgwIDgyLjEyNWMtMjUuMTI2LTI1LjE5LTY1LjgxMS0yNS4xOS05MC44NzQgMGwtNjU4LjEyNSA3MjIuMTI1LTY1OC4wNjctNzIyLjEyNWMtMjUuMTItMjUuMTktNjUuODExLTI1LjE5LTkwLjg3NCAwLTI1LjEyNiAyNS4yNDgtMjUuMTI2IDY2LjEyNSAwIDkxLjM3M2w3MDAuMzE0IDc2OC4zNzhjMTMuMzc2IDEzLjQ0IDMxLjEyMyAxOS4xODcgNDguNjI3IDE4LjMxIDE3LjQ5OCAwLjg3NyAzNS4yNTEtNC44NyA0OC42ODUtMTguMzFsNzAwLjMxNC03NjguMzc4YzI1LjA2Mi0yNS4yNDggMjUuMDYyLTY2LjEyNSAwLTkxLjM3M3oiPjwvcGF0aD4KPC9zdmc+Cg==);
  width: 20px;
  height: 20px;
  background-position: bottom;
  background-size: 20px 12px;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  display: inline-block;
}
.close_thin {
  background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMjQiIGhlaWdodD0iMTAyNCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+Cjx0aXRsZT48L3RpdGxlPgo8ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPgo8L2c+CjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02OS45MzkgOC44MWw5NDIuMDc0IDk0Mi4wNzQtNTcuOTI2IDU3LjkyNi05NDIuMDc0LTk0Mi4wNzQgNTcuOTI2LTU3LjkyNnoiPjwvcGF0aD4KPHBhdGggZmlsbD0iIzAwMCIgZD0iTTk1NC4wODcgOC43ODFsNTcuOTI2IDU3LjkyNi05NDIuMDc0IDk0Mi4wNzQtNTcuOTI2LTU3LjkyNiA5NDIuMDc0LTk0Mi4wNzR6Ij48L3BhdGg+Cjwvc3ZnPgo=);
  width: 20px;
  height: 20px;
  background-position: bottom;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  display: inline-block;
}
.remote_institutional_access h2 {
  text-transform: unset;
}
.remote_institutional_access .section {
  display: block;
  margin-bottom: 30px;
}
.remote_institutional_access .institution_part {
  display: inline-block;
  vertical-align: top;
  width: 44%;
}
.remote_institutional_access .renew_part {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.remote_institutional_access .icons_part {
  display: inline-block;
  font-size: 24px;
  margin-right: 8px;
  width: 3%;
}
.remote_institutional_access .remaining_time {
  color: #6c6c6c;
  display: block;
  font-size: 13px;
}
.remote_institutional_access .renew_verification_message {
  position: relative;
  display: inline-block;
  left: 13%;
  font-size: 13px;
  text-align: center;
}
.icons_part span {
  vertical-align: middle;
}
.icons_part.connection {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.institution_part .institution_name {
  font-size: 18px;
  font-weight: bold;
}
.abstract_button {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  width: 115px;
}
.abstract_button[disabled] {
  opacity: 0.4;
}
.abstract_button[disabled]:hover {
  opacity: 0.4;
}
.renew_part .renew_message {
  visibility: hidden;
  width: 300px;
  background-color: #ffffff;
  color: #cb2936;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  padding: 16px;
  left: 73%;
  border: 1px solid #000000;
  font-size: 14px;
}
.renew_part .abstract_button .renew_message {
  left: 95%;
}
.add_affiliation {
  width: 100%;
}
.add_affiliation .abstract_button {
  background-color: #cb2936;
  color: #ffffff;
  float: right;
}
.expired .icons_part,
.expired .institution_part {
  opacity: 0.4;
}
.renew_part .abstract_button {
  position: relative;
  display: inline-block;
  left: 25%;
}
.renew_part:hover .renew_message {
  visibility: visible;
}
.connectProfileMenuMainSection {

}
.connectProfileMenu {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  color: #333;
  padding: 24px
}

.connectProfileMenu .border {
  border-top: 1px solid #f0f0f0
}

.connectProfileMenu .logo {
  height: 20px
}

.connectProfileMenu .appsLogo {
  height: 16px
}

.connectProfileMenu .sectionContainer {
  align-items: flex-start;
  display: flex
}

.connectProfileMenu .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  margin: 0
}

.connectProfileMenu .sectionText {
  flex-grow: 1
}

.connectProfileMenu .icon {
  flex: 0 0 22px;
  margin-right: 12px
}

.connectProfileMenu .text {
  font-size: .875rem;
  font-weight: 400;
  margin: 8px 28px 12px 0;
  line-height: 20px
}

.connectProfileMenu .text.contained {
  max-width: calc(100% - 120px)
}

.connectProfileMenu .action {
  flex-shrink: 0;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px;
  transition: all .3s ease
}

.connectProfileMenu .action:not(.btn) {
  color: #005293
}

.connectProfileMenu .action.btn {
  background-color: #005293;
  color: #fff;
}

.connectProfileMenu .action:focus:not(.btn),.connectProfileMenu .action:hover:not(.btn) {
  color: #00192d
}

.connectProfileMenu .action:focus.btn,.connectProfileMenu .action:hover.btn {
  background-color: #00192d
}

.connectProfileMenu .horizontalList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 12px 0 0;
  padding: 0
}

.connectProfileMenu .horizontalList li {
  flex-shrink: 0;
  padding-right: 24px
}

.connectProfileMenu .horizontalList li a {
  padding: 0
}

.connectProfileMenu .profile {
  padding: 12px 0 32px
}

.connectProfileMenu .profile .icon {
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 12px
}

.connectProfileMenu .profile .text {
  margin-top: 0
}

.connectProfileMenu .network {
  padding: 32px 0 12px
}

.connectProfileMenu .institutions {
  padding: 32px 0
}

@media screen and (max-width: 767px) {
  .connectProfileMenu .sectionContainer {
    flex-wrap:wrap
  }

  .connectProfileMenu .sectionContainer .action {
    margin: 0 24px 24px
  }

  .connectProfileMenu .sectionContainer .action.btn {
    margin: 0 36px 24px
  }

  .connectProfileMenu .sectionText {
    width: 80%
  }
}#favorite-deprecation-message {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  max-width: 560px;
  margin: auto;
  color: #989898;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1px;
}
#favorite-deprecation-message h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17;
  color: #353535;
  margin: 30px 0;
}
#favorite-deprecation-message strong,
#favorite-deprecation-message b {
  font-weight: 500;
}
#favorite-deprecation-message a {
  color: #01bfcb;
  font-weight: 500;
}
#favorite-deprecation-message p {
  margin: 30px 0;
}
#favorite-deprecation-message .deprecation-bottom-note {
  margin-top: 100px;
  font-size: 12px;
  line-height: 1.42;
}
#favorite-deprecation-message .deprecation-bottom-note a {
  color: inherit;
  text-decoration: underline;
}
#favorite-deprecation-message svg {
  margin: 50px 0;
}
.login-with-connect h2,
#loginPopup.login-with-connect h2,
#registrationPopup.signup-with-connect h2 {
  border: none;
  margin: 18px 25px 25px;
}
.login-with-connect .content,
#loginPopup.login-with-connect .content,
#registrationPopup.signup-with-connect .content {
  padding: 24px;
}
.login-with-connect .content form,
#loginPopup.login-with-connect .content form,
#registrationPopup.signup-with-connect .content form {
  margin-top: 0;
}
.login-with-connect .login-methods,
#loginPopup.login-with-connect .login-methods,
#registrationPopup.signup-with-connect .login-methods {
  display: flex;
  margin-bottom: 23px;
}
.login-with-connect .login-methods__item,
#loginPopup.login-with-connect .login-methods__item,
#registrationPopup.signup-with-connect .login-methods__item {
  flex: 1;
  padding: 18px 40px;
  border-right: 1px solid #E5E5E5;
  position: relative;
  display: flex;
  align-items: center;
}
.login-with-connect .login-methods__item:after,
#loginPopup.login-with-connect .login-methods__item:after,
#registrationPopup.signup-with-connect .login-methods__item:after {
  content: 'or';
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  background-color: #fff;
  padding: 10px;
}
.login-with-connect .login-methods__item:last-child,
#loginPopup.login-with-connect .login-methods__item:last-child,
#registrationPopup.signup-with-connect .login-methods__item:last-child {
  border: none;
}
.login-with-connect .login-methods__item:last-child:after,
#loginPopup.login-with-connect .login-methods__item:last-child:after,
#registrationPopup.signup-with-connect .login-methods__item:last-child:after {
  content: none;
}
.login-with-connect .connect,
#loginPopup.login-with-connect .connect,
#registrationPopup.signup-with-connect .connect {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login-with-connect .connect-box,
#loginPopup.login-with-connect .connect-box,
#registrationPopup.signup-with-connect .connect-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: .875rem;
  margin-top: 14px;
  padding: 32px;
  background-color: #F4F4F4;
  color: #4D4D4D;
  width: 100%;
  box-sizing: border-box;
}
.login-with-connect .connect-box span a,
#loginPopup.login-with-connect .connect-box span a,
#registrationPopup.signup-with-connect .connect-box span a {
  display: inline-block;
  color: #00A2E5;
  text-decoration: underline;
}
.login-with-connect .connect .site-logo,
#loginPopup.login-with-connect .connect .site-logo,
#registrationPopup.signup-with-connect .connect .site-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: .75rem;
}
.login-with-connect .connect .site-logo img,
#loginPopup.login-with-connect .connect .site-logo img,
#registrationPopup.signup-with-connect .connect .site-logo img {
  margin-top: 32px;
  display: block;
  height: 22px;
}
.login-with-connect .connect p,
#loginPopup.login-with-connect .connect p,
#registrationPopup.signup-with-connect .connect p {
  font-size: .8125rem;
  text-align: center;
  margin: 32px 0;
  max-width: 400px;
}
.login-with-connect .connect p a,
#loginPopup.login-with-connect .connect p a,
#registrationPopup.signup-with-connect .connect p a {
  color: inherit;
}
.login-with-connect .connect .button,
#loginPopup.login-with-connect .connect .button,
#registrationPopup.signup-with-connect .connect .button {
  background-color: #0473DB !important;
  color: #fff !important;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  height: 40px;
  margin: 8px 15px 0;
  padding: 12px 20px;
  border-radius: 4px;
  transition: background-color 0.25s;
  box-sizing: border-box;
  line-height: 1;
  border: none !important;
}
.login-with-connect .connect .button img,
#loginPopup.login-with-connect .connect .button img,
#registrationPopup.signup-with-connect .connect .button img {
  margin-right: 5px;
}
.login-with-connect .connect .button:hover,
#loginPopup.login-with-connect .connect .button:hover,
#registrationPopup.signup-with-connect .connect .button:hover {
  background-color: #004FB6 !important;
}
.login-with-connect .connect-social-login,
#loginPopup.login-with-connect .connect-social-login,
#registrationPopup.signup-with-connect .connect-social-login {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 30px 0;
}
.login-with-connect .connect-social-login span,
#loginPopup.login-with-connect .connect-social-login span,
#registrationPopup.signup-with-connect .connect-social-login span {
  margin-bottom: 12px;
}
.login-with-connect .connect-social-login .social-login-options,
#loginPopup.login-with-connect .connect-social-login .social-login-options,
#registrationPopup.signup-with-connect .connect-social-login .social-login-options {
  display: flex;
}
.login-with-connect .connect-social-login .social-login__item,
#loginPopup.login-with-connect .connect-social-login .social-login__item,
#registrationPopup.signup-with-connect .connect-social-login .social-login__item {
  border: 1px solid #D7D7D7;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  width: 145px;
  height: 40px;
  border-radius: 4px;
  transition: background-color 0.25s;
}
.login-with-connect .connect-social-login .social-login__item.rounded,
#loginPopup.login-with-connect .connect-social-login .social-login__item.rounded,
#registrationPopup.signup-with-connect .connect-social-login .social-login__item.rounded {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.login-with-connect .connect-social-login .social-login__item:hover,
#loginPopup.login-with-connect .connect-social-login .social-login__item:hover,
#registrationPopup.signup-with-connect .connect-social-login .social-login__item:hover {
  background-color: #eee;
}
.login-with-connect .login-form,
#loginPopup.login-with-connect .login-form,
#registrationPopup.signup-with-connect .login-form,
.login-with-connect .registration-form,
#loginPopup.login-with-connect .registration-form,
#registrationPopup.signup-with-connect .registration-form {
  width: auto;
  flex: 1;
}
.login-with-connect .submit,
#loginPopup.login-with-connect .submit,
#registrationPopup.signup-with-connect .submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.login-with-connect input.button,
#loginPopup.login-with-connect input.button,
#registrationPopup.signup-with-connect input.button {
  display: inline-block;
  width: auto;
  min-width: 136px;
}
.login-with-connect .signup-section,
#loginPopup.login-with-connect .signup-section,
#registrationPopup.signup-with-connect .signup-section {
  margin: 0 40px;
  padding-top: 24px;
  border-top: 1px solid #E5E5E5;
  font-size: .875rem;
  display: flex;
}
.login-with-connect .signup-section > span:first-child,
#loginPopup.login-with-connect .signup-section > span:first-child,
#registrationPopup.signup-with-connect .signup-section > span:first-child {
  margin-right: auto;
}
.login-with-connect .signup-section > span:last-child,
#loginPopup.login-with-connect .signup-section > span:last-child,
#registrationPopup.signup-with-connect .signup-section > span:last-child {
  margin-left: auto;
}
.login-with-connect .learnMore,
#loginPopup.login-with-connect .learnMore,
#registrationPopup.signup-with-connect .learnMore {
  text-decoration: underline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tagPublicationDialog .input-group {
    margin: 10px 0;
}

.tagPublicationDialog textarea {
    width: 100%;
    height: 100px;
}

.tagPublicationDialog label {
    display: block;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.taggedPublications .odd {
    background-color: #f9f9f9;
}

.taggedPublications table {
    margin: 10px 0;
}

.taggedPublications td.taggedPublication {
    padding: 3px 0;
}

.taggedPublications .tags {
    border: none;
    background: inherit;
}

.taggedPublications .buttons {
    float: right;
}

.taggedPublications .button .edit {
    outline: none;
    border: none;
    background: none;
    text-decoration: underline;
    cursor: pointer;
}

.taggedPublications tr {
    vertical-align: middle;
}

.taggedPublications tr td.date {
    white-space: nowrap;
}

.taggedPublications td {
    cursor: default;
}

.taggedPublications .tags span.label {
    float: left;
    padding: 6px;
}

.taggedPublications .tags ul.tagit {
    padding: 0;
    margin: 0;
    border: none;
    background:  inherit;
    float: left;
}

.taggedPublications .button-tabs {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.taggedPublications .button-tabs li {
    display: inline;
}

.taggedPublications .button-tabs button {
    background:none!important;
    border:none;
    padding:5px!important;
    
    cursor: pointer;
}

.taggedPublications .button-tabs .active button {
    background: #eee!important;
}

.taggedPublications .tags ul.tagit li {
    padding: 2px;
}ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; 
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}
input.tagit-hidden-field {
    display: none;
}
ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}


ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  
  
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting {
  background: url("/templates/jsp/pb2/widgets/pageBuilderLiteratum/tag-publications/images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("/templates/jsp/pb2/widgets/pageBuilderLiteratum/tag-publications/images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("/templates/jsp/pb2/widgets/pageBuilderLiteratum/tag-publications/images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("/templates/jsp/pb2/widgets/pageBuilderLiteratum/tag-publications/images/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("/templates/jsp/pb2/widgets/pageBuilderLiteratum/tag-publications/images/sort_desc_disabled.png") no-repeat center right;
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable th.center,
table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.right,
table.dataTable td.right {
  text-align: right;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.question-content .separator {
  border-left: 0;
}
.question-content .options .option p {
  display: inline-block;
}
.digitalQuestionTestSummaryWidget.widget {
  padding-top: 10px;
  padding-bottom: 10px;
}
.digitalQuestionTestSummaryWidget h4 {
  border-bottom: thick solid #7DB552;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.digitalQuestionTestSummaryWidget .header h3 {
  display: inline-block;
}
.digitalQuestionTestSummaryWidget .body {
  background-color: #eff3f6;
}
.digitalQuestionTestSummaryWidget .body .panel {
  background-color: #ffffff;
  margin-top: 15px;
  padding: 7px;
}
.digitalQuestionTestSummaryWidget .body h4 {
  margin: 0;
  color: #993300;
}
.digitalQuestionTestSummaryWidget .summary {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.digitalQuestionTestSummaryWidget .summary li {
  background-color: #eff3f6;
  border-bottom: 1px solid #ffffff;
}
.digitalQuestionTestSummaryWidget .questions {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.digitalQuestionTestSummaryWidget .send-email {
  background-color: #eff3f6;
  margin-top: 10px;
  padding: 5px;
}
.digitalQuestionTestSummaryWidget .send-email .row-fluid {
  margin: 10px 0;
}
.digitalQuestionTestSummaryWidget .widget {
  background-color: #ffffff;
}
.digitalQuestionTestSummaryWidget .widget .body {
  background-color: #ffffff;
}
.create__test__form label {
  display: inline-block;
}
.question .options label {
  display: inline-block;
}
.digitalQuestionTestWidget .header.main {
  background-color: #c7d2dc;
  padding: 15px 7px 23px 7px;
}
.digitalQuestionTestWidget .header.secondary {
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.digitalQuestionTestWidget .header.secondary .link {
  padding-top: 4px;
  margin-bottom: 4px;
}
.digitalQuestionTestWidget .header.secondary .separator {
  margin: 2px 5px;
}
.digitalQuestionTestWidget .header h3 {
  display: inline-block;
  margin-bottom: 10px;
}
.digitalQuestionTestWidget .header .link {
  float: right;
  margin-left: 15px;
}
.digitalQuestionTestWidget .question-content .navigation {
  background-color: #e2e8ed;
  min-height: 500px;
  float: left;
  width: 10%;
}
.digitalQuestionTestWidget .question-content .navigation .summary-link {
  font-size: medium;
}
.digitalQuestionTestWidget .question-content .navigation .icon {
  width: 10px;
  height: 10px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #006699;
}
.digitalQuestionTestWidget .question-content .navigation .icon.answered {
  background-color: black;
}
.digitalQuestionTestWidget .question-content .navigation .icon.correct {
  background-color: green;
}
.digitalQuestionTestWidget .question-content .navigation .icon.incorrect {
  background-color: red;
}
.digitalQuestionTestWidget .question-content .body {
  float: left;
  width: 90%;
}
.digitalQuestionTestWidget .question-content .question {
  float: left;
  width: 70%;
}
.digitalQuestionTestWidget .question-content .question .option.correct {
  background-color: yellow;
}
.digitalQuestionTestWidget .question-content .note-flag {
  background-color: #e2e8ed;
  float: left;
  width: 30%;
}
.digitalQuestionTestWidget .question-content .note-flag .flag-question {
  border-bottom: 1px solid #fff;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  margin: 10px;
}
.digitalQuestionTestWidget .question-content .note-flag .note {
  margin: 10px;
}
.digitalQuestionTestWidget .question-content .note-flag .note textarea {
  height: 200px;
  width: 99%;
}
.digitalQuestionTestWidget .question-content .note-flag .note div {
  margin-bottom: 10px;
}
.digitalQuestionTestWidget .question-content .summary {
  margin-top: 15px;
  font-weight: bold;
}
.digitalQuestionTestWidget .separator {
  margin: 0 5px;
  float: right;
}
.digitalQuestionTestWidget .timer {
  margin-left: 15px;
}
.digitalQuestionCreateTest {
  background: #3498db none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: Arial;
  font-size: 15px;
  height: 26px;
  padding: 3px 16px 6px;
  vertical-align: middle;
  width: inherit;
}
.digitalQuestionCreateTest:hover {
  background: #5dadd2 none repeat scroll 0 0;
  color: #fff;
}
.digitalQuestionTestListWidget table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
.digitalQuestionTestListWidget th,
.digitalQuestionTestListWidget td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.digitalQuestionTestListWidget tr:hover {
  background-color: #f5f5f5;
}
.digitalQuestionTestListWidget tr:nth-child(even) {
  background-color: #f2f2f2;
}
.digitalQuestionCreateTestWidget h3 {
  margin: 15px 0 5px 0;
}
.digitalQuestionCreateTestWidget .question-count {
  margin-bottom: 10px;
}
.digitalQuestion-page .page-body > div {
  background: #eff3f6;
  padding: 0 5px;
}
.digitalQuestion-page .width_1_2 .widget {
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.digitalQuestion-page ul {
  padding: 0;
  list-style: none;
}
.digitalQuestion-page ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  display: flow-root;
}
.digitalQuestion-page ul li span:not(.float-right) {
  float: left;
  width: 65%;
}
.digitalQuestion-page tr {
  padding: 3px;
  border-bottom: solid 1px #cccccc;
}
.digitalQuestion-page th {
  font-size: 11px;
}
.digitalQuestion-page h3 {
  border-bottom: thick solid #7DB552;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  width: 100%;
}
.digitalQuestion-page .studenList ul {
  height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}
.redlink-alert {
  font-size: 13px;
  height: 100%;
  color: white;
  padding: 5px;
  border-radius: 10px;
}
.redlink-alert-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.green-redlink-status {
  background: green;
}
.orange-redlink-status {
  background: orange;
}
/*! font-weight: bold; */
/*! padding: 10px 10px; */
.loginSuggestionsContainer .box {
  width: 800px;
}
.loginSuggestionsContainer .flex-container {
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
}
.loginSuggestionsContainer .flex-container.vertical {
  flex-direction: column;
}
.loginSuggestionsContainer .flex-container.double {
  flex: 4;
}
.loginSuggestionsContainer .flex-container.horizontal {
  flex-direction: row;
}
.loginSuggestionsContainer .style-title {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.loginSuggestionsContainer .account-chooser {
  display: flex;
  margin: 30px 0px;
}
.loginSuggestionsContainer .suggestions {
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  flex: 4;
  padding: 20px;
  background-color: white;
}
.loginSuggestionsContainer .suggestion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 1px solid lightgray;
}
.loginSuggestionsContainer .suggestion.padding-notop {
  padding: 0px 20px 20px 20px;
}
.loginSuggestionsContainer .suggestion.small {
  padding: 20px 10px;
  border-bottom: 1px solid gray;
}
.loginSuggestionsContainer .suggestion.item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.loginSuggestionsContainer .suggestion.title {
  flex-direction: column;
  padding: 10px 10px;
  background-color: #d1d1d1;
}
.loginSuggestionsContainer .suggestion.no-border {
  border: none;
}
.loginSuggestionsContainer .horizontal-box {
  display: flex;
  flex-direction: row;
}
.loginSuggestionsContainer .horizontal-box.right {
  justify-content: flex-end;
}
.loginSuggestionsContainer .full-width {
  width: 100%;
}
.loginSuggestionsContainer .mid-width {
  width: 80%;
}
.loginSuggestionsContainer .half-width {
  width: 50%;
}
.loginSuggestionsContainer .vertical-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loginSuggestionsContainer .top20 {
  padding: 20px 0px;
}
.loginSuggestionsContainer .action.action-remove {
  color: #005274;
  font-size: 10px;
  font-weight: unset;
}
.loginSuggestionsContainer .action {
  min-width: 80px;
  display: flex;
  justify-content: center;
  margin: 10px;
  align-self: center;
  padding: 10px;
}
.loginSuggestionsContainer .action-input input {
  padding: 8px;
  width: 100%;
}
.loginSuggestionsContainer .action-social {
  border: 1px solid lightblue;
  border-radius: 50%;
  text-decoration: none;
}
.loginSuggestionsContainer a {
  text-decoration: none !important;
}
.loginSuggestionsContainer .action-text {
  font-size: 14px;
  font-weight: bold;
  color: #005274;
}
.loginSuggestionsContainer .action-input {
  margin: 0px;
  padding: 0px;
  flex: 4;
  width: 100%;
}
.loginSuggestionsContainer .action-next {
  color: white;
  background-color: #005274;
}
.loginSuggestionsContainer .action-next:hover {
  background-color: #003951;
}
.loginSuggestionsContainer .action-remove:hover {
  color: red;
}
.loginSuggestionsContainer .action-text a {
  color: inherit;
  text-decoration: none;
}
.loginSuggestionsContainer .action-secondary {
  padding: 5px 0px;
  justify-content: space-between;
  align-items: center;
}
.loginSuggestionsContainer .small.action-text:hover {
  color: #003951;
}
.loginSuggestionsContainer hr {
  width: 100%;
}
.loginSuggestionsContainer .side-container {
  display: flex;
  flex-direction: column;
  flex: 2;
  padding: 0px 20px;
}
.loginSuggestionsContainer .option {
  align-self: flex-start;
  padding: 10px;
}
.loginSuggestionsContainer .option.title {
  background-color: gray;
  width: 100%;
}
.loginSuggestionsContainer .action-bar {
  display: flex;
  flex-direction: row;
  padding: 20px 20px;
  background-color: white;
  border: 1px solid lightgray;
  justify-content: space-between;
}
.loginSuggestionsContainer .action-bar .action-bar-nav {
  padding: 0px 20px;
  align-self: center;
}
.loginSuggestionsContainer .text-input-space {
  padding: 10px;
}
.loginSuggestionsContainer .h1 {
  font-size: 24px;
  padding: 5px 0px;
  font-weight: bold;
}
.loginSuggestionsContainer .h2 {
  font-size: 20px;
  padding: 5px 0px;
  font-weight: bold;
}
.loginSuggestionsContainer .h3 {
  font-size: 18px;
  padding: 5px 0px;
  font-weight: bold;
}
.loginSuggestionsContainer .h4 {
  font-size: 16px;
  padding: 5px 0px;
  font-weight: bold;
}
.loginSuggestionsContainer .h5 {
  font-size: 14px;
  font-style: italic;
}
.loginSuggestionsContainer .text-xs {
  display: flex;
  font-size: 10px;
  align-items: center;
}
.loginSuggestionsContainer .text-s {
  display: flex;
  font-size: 12px;
  align-items: center;
}
.loginSuggestionsContainer input[type=submit],
.loginSuggestionsContainer input[type=button] {
  border: none;
  cursor: pointer;
}
.loginSuggestionsContainer .ms-res-ctn .ms-res-item .no-highlight em {
  font-style: normal;
  font-weight: normal;
}
.loginSuggestionsContainer input[type=password],
.loginSuggestionsContainer input[type=text] {
  padding: 8px 12px;
  font-size: 14px;
  color: black;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@media screen and (max-width: 800px) {
  .loginSuggestionsContainer .account-chooser {
    flex-direction: column;
  }
  .loginSuggestionsContainer .side-container {
    padding: 20px 20px;
  }
  .loginSuggestionsContainer .box {
    width: 600px;
  }
  .loginSuggestionsContainer .more-options {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .loginSuggestionsContainer .box {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .loginSuggestionsContainer .box {
    width: 100%;
  }
}
.loginSuggestionsContainer .open-athens .header {
  padding-top: 10px;
}
.loginSuggestionsContainer .ms-ctn {
  width: inherit;
}
.loginSuggestionsContainer .ms-ctn input[type=text] {
  border: none;
  box-shadow: none;
}
.loginSuggestionsContainer .ms-sel-ctn {
  overflow: hidden;
}
.loginSuggestionsContainer .filter-result {
  border-bottom: 1px solid #cccccc;
}
.loginSuggestionsContainer .twitter-typeahead {
  width: 100%;
  display: flex !important;
}
.loginSuggestionsContainer .twitter-typeahead .tt-query,
.loginSuggestionsContainer .twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.loginSuggestionsContainer .tt-input,
.loginSuggestionsContainer .tt-hint {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.loginSuggestionsContainer .tt-input {
  color: black !important;
}
.loginSuggestionsContainer .tt-highlight {
  font-weight: bold;
}
.loginSuggestionsContainer .tt-selectable:focus {
  background-color: lightblue;
}
.loginSuggestionsContainer .tt-cursor,
.loginSuggestionsContainer .tt-selectable:hover {
  background-color: #f7f7f7;
}
.loginSuggestionsContainer .tt-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  font-weight: unset;
  color: unset;
  width: 100%;
}
.loginSuggestionsContainer .tt-suggestion {
  display: flex;
  padding: 10px 12px;
  border-bottom: 1px solid lightgray;
  color: black;
  font-weight: normal;
}
.loginSuggestionsContainer .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #428bca;
}
.loginSuggestionsContainer .tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.loginSuggestionsContainer .tt-suggestion p {
  margin: 0;
}
.loginSuggestionsContainer .tt-suggestion.name {
  color: black;
  font-weight: normal;
  font-size: 15px;
  padding: 5px 0px;
  border: none;
}
.loginSuggestionsContainer .tt-suggestion.federation {
  color: #aaa;
  font-size: 12px;
  padding: 5px 0px;
  border: none;
}
.loginSuggestionsContainer .tt-dataset {
  display: flex;
  flex-direction: column;
}
.loginSuggestionsContainer .federation .tt-highlight {
  font-weight: normal;
}
.specify_membership__tables_container {
  margin-top: 105px;
}
.specify_membership__tables_container table {
  border-collapse: collapse;
}
.specify_membership__tables_container table,
.specify_membership__tables_container th,
.specify_membership__tables_container td {
  border: 1px solid black;
}
.specify_membership__tables_container .active {
  background: #c4e3f3;
}
.specify_membership__tables_container .specify_membership__pos_table_head,
.specify_membership__tables_container .specify_membership__neg_table_head {
  margin-bottom: 25px;
}
.specify_membership__tables_container .specify_membership__neg_table_head {
  margin-top: 50px;
}
.specify_membership__tables_container .table-scroll-pos,
.specify_membership__tables_container .table-scroll {
  overflow: auto;
  height: 400px;
}
.specify_membership__tables_container .table-scroll-neg {
  overflow: auto;
  height: 200px;
}
.specify_membership__tables_container .specify_membership__remove_button_pos,
.specify_membership__tables_container .specify_membership__remove_button_neg {
  margin-top: 10px;
}
.specify_membership__tables_container .search-popup__container {
  top: 25%;
  left: 50%;
  position: absolute;
}
.specify_membership__tables_container .back_forward_container {
  font-size: 30px;
}
.specify_membership__tables_container .back_forward_container .forward,
.specify_membership__tables_container .back_forward_container .back {
  cursor: pointer;
  background: white;
}
.specify_membership__tables_container .nav_disabled {
  color: gray;
}
.specify_membership__tables_container .disable_scroll {
  height: 100%;
  overflow: hidden;
}
.specify_membership__tables_container .buttons_container {
  margin-top: 15px;
}
.specify_membership__tables_container .save_button_container {
  margin-top: 30px;
}
.scitrusPromotion__container {
  border: 1px solid grey;
  padding: 10px;
  overflow: hidden;
}
.scitrusPromotion__container .scitrusPromotion__new_label {
  font-weight: bold;
  color: red;
  font-size: 20px;
}
.scitrusPromotion__container .scitrusPromotion__left {
  float: left;
  width: 75%;
}
.scitrusPromotion__container .scitrusPromotion__right {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scitrusPromotion__container .scitrusPromotion__try_button {
  text-decoration: none;
  color: white;
  background-color: #ef8d22;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10%;
}
.relatedArtContainer ul.relatedArt {
    list-style: none;
}.CardField-child {
  transform: translateX(40px) !important;
}
.stripe-form-wrapper {
  background-color: #F7F8F9;
}
.stripe-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px;
}
#payment-form[name=paymentStripe] {
  position: relative;
  padding: 10px 26px 26px 26px;
  display: flex;
  width: 100%;
}
#payment-form[name=paymentStripe] .paymentLoader {
  bottom: 20px;
  top: 0;
}
#payment-form .form-row {
  width: 55%;
  background-color: #ffffff;
}
#payment-form .form-row .StripeElement {
  margin: 10px 10px 0px 10px;
}
#payment-form .stripe-place-order {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#payment-form .stripe-place-order .button.primary {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  margin-left: 16px;
  background: #32325D;
  color: white;
  border: none;
  height: 40px;
  padding: 12px 16px;
}
#payment-form .stripe-place-order .button.place-order__loading--js {
  pointer-events: none;
  opacity: .5;
}
#payment-form .ElementsApp {
  height: 40px;
}
.stripe-payment-label {
  text-transform: uppercase;
}
.stripe-label {
  display: block;
  font-size: 14px;
  padding-left: 26px;
  margin-bottom: 0px;
  color: #555555;
}
.powered_by_stripe img {
  width: 100px;
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
#cardholder-name::placeholder {
  color: #abb6c3;
}
.form-row .card-holder {
  background-color: white;
  border: none;
  padding: 10px 12px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 4px;
}
.errorMsgBox {
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
  border: 3px solid #EF4623;
  border-left-width: 68px;
}
.errorMsg {
  color: #9C9C9C;
  margin-bottom: 0;
  margin-top: 0;
  white-space: normal;
  word-break: break-word;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.activationToken--top-section,
.activationToken--bottom-section {
  text-align: center;
}
.activationToken--top-section a,
.activationToken--bottom-section a {
  color: #204c8b;
}
.activationToken--top-section {
  padding: 48px 0 0;
}
.activationToken--bottom-section {
  padding: 60px 0;
}
.activationToken--content-section {
  padding: 0 16px;
}
.activationToken--content-section--inner {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 40px;
}
.activationToken--content-section p {
  text-align: center;
}
.activationToken--item {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
  padding: 20px 24px;
  margin: 16px 0;
}
.activationToken--item .issue,
.activationToken--item .volume {
  padding: 0 16px;
  line-height: 1.145;
}
.activationToken--item .issue:first-of-type,
.activationToken--item .volume:first-of-type {
  padding-left: 0;
}
.activationToken--item .issue:not(:first-of-type),
.activationToken--item .volume:not(:first-of-type) {
  box-shadow: -1px 0 0 0;
}
.activationToken--type {
  color: #000000;
  font-weight: 800;
  font-size: 1rem;
  margin: 32px 0 0;
}
.activationToken--details {
  margin-top: 8px;
}
.activationToken--title,
.activationToken--link {
  font-weight: 600;
}
.activationToken--link {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .activationToken--link {
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .activationToken--item {
    flex-direction: column;
  }
  .activationToken--link {
    margin-top: 16px;
  }
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.bookPackageAlertLabel {
  color: #204c8b;
}
.manageInstitutionalAlertsWidget .contentAlertsWidget {
  font-size: 13px;
}
.manageInstitutionalAlertsWidget .bookPackages {
  max-width: 400px;
  margin: 0 auto;
  margin-left: 30px;
}
.manageInstitutionalAlertsWidget .bookPackages td {
  padding: 5px;
}
.manageInstitutionalAlertsWidget .alertSubmitButton {
  margin-left: 50px;
  margin-top: 20px;
}
.manageInstitutionalAlertsWidget .alertFreq {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
  padding-bottom: 10px;
}
.manageInstitutionalAlertsWidget .alertFreq select {
  padding: 5px;
  background: #fff;
}
.manageInstitutionalAlertsWidget .success {
  color: #1e5991;
  font-weight: bold;
  padding-top: 20px;
  margin-left: 40px;
}
.manageInstitutionalAlertsWidget .gutter {
  padding-top: 10px;
}
.manageInstitutionalAlertsWidget input[type="submit"] {
  background: #204c8b;
  color: #fff;
  border: 1px solid #204c8b;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  font-size: 12px;
}
.manageInstitutionalAlertsWidget input[type="submit"]:hover {
  color: #204c8b;
  background: #fff;
}
.manageInstitutionalAlertsWidget input[type="reset"] {
  background: #fff;
  color: #204c8b;
  border: 1px solid #204c8b;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  font-size: 12px;
}
.manageInstitutionalAlertsWidget input[type="reset"]:hover {
  color: #fff;
  background: #204c8b;
}
.slideshowWidget {
	position: relative;
	font-family: helvetica, sans-serif;
}
.slideshowWidget .slidePort {
	position: relative;
	overflow-x: hidden;
}
.slideshowWidget .slide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.pb-wrap .genericSlideshow .slide div.pb-selected, .pb-wrap .genericSlideshow .slide div.pb-hover{
    margin-top: 16px;
}
.slideshowWidget .slide1 {
	display: block;
}
.slideshowWidget .slide a {
	display: block;
	text-decoration: none;
}
.slideshowWidget .slide img {
	display: block;
}

.slideshowWidget.animate-slide .slides {
	position: absolute;
	white-space: nowrap;
}
.slideshowWidget.animate-slide .slide {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}

.slideshowWidget.animate-slide .slide .widget {
    white-space: normal;
    margin: 0;
}

.slideshowWidget .slideMeta {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 70%;
	padding: 5px;
	white-space: normal;
    
    background-color: rgb(0, 0, 0);
    
    background-color: rgba(0, 0, 0, 0.65);
    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.slideshowWidget .slideTitle {
	margin: 0 0 5px;
	padding: 0;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #fff;
}
.slideshowWidget .slideAuthors {
	font-size: 11px;
	line-height: normal;
	color: #fff;
}

.slideshowWidget .slideCaption {
	display: none;
}

.slideshowWidget .slideNav {
    display: none;
    position: relative;
    float:right;
    bottom: 3px;
    right: 3px;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
    padding-top:5px;
}

.slideshowWidget .previousSlide, .nextSlide {
	display: inline-block;
	padding: 0 5px 1px;
	font-size: 16px;
	text-align: center;
	background: #333;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background-color 200ms;
	transition: background-color 200ms;
}
.slideshowWidget .previousSlide:hover, .nextSlide:hover {
	background-color: #369;
}

.slideshowWidget .navIndicator {
	display: block;
    list-style-type: circle;
    height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    margin-top: 5px;
}
.slideshowWidget .navIndicator li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px 2px 0;
	padding: 0;
	background: #ccc;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
}
.slideshowWidget .navIndicator span {
	display: none;
}

.slideshowWidget.dotNav .navIndicator li {
	border-radius: 50%;
	-webkit-background-clip: padding-box;
}
.slideshowWidget .navIndicator .active, .navIndicator .active:hover {
	background-color: #333;
	cursor: default;
}
.slideshowWidget .navIndicator li:hover {
	background-color: #369;
	-webkit-transition: background-color 0;
	transition: background-color 0;
}
.slideshowWidget.numNav .navIndicator {
	height: 27px;
	text-align: left;
}
.slideshowWidget.numNav .navIndicator li {
	width: 20px;
	height: 20px;
	margin: 5px 4px 0 0;
	line-height: 20px;
	font-family: inherit;
	color: #333;
	text-align: center;
}
.slideshowWidget.numNav .navIndicator span {
	display: inline;
	vertical-align: middle;
	-webkit-transition: color 1s;
	transition: color 1s;
}
.slideshowWidget.numNav .navIndicator .active, .slideshowWidget.numNav .navIndicator .active:hover {
	background: #369;
	color: #fff;
}
.slideshowWidget.numNav .navIndicator li:hover {
	background: #369;
	color: #fff;
	-webkit-transition: background-color 0;
	transition: background-color 0;
}
.slideshowWidget.numNav .navIndicator li:hover span {
	-webkit-transition: color 0;
	transition: color 0;
}

.slideshowWidget .slideshowCaption {
	margin-top: 10px;
	font-size: 11px;
}


.slideshowWidget.noNav .navIndicator{
    display: none;
    visibility: hidden;
}

.play-options {

	display: inline-block;
}

.collapsed .icon-arrow_u_p {

	display: inline-block;
	transform: rotate(180deg);
}


#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; min-height:28px}
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }
.tfa-form-container {
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    margin: 0px auto;
    max-width: 455px;
    width: 455px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tfa-form-container .type-number {
    border: 1px solid #b3b3b3;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
}
.tfa-form-container .type-pass-pin {
    border: 1px solid #b3b3b3;
    padding: 10px;
    width: 93%;
    border-radius: 3px;
    margin-bottom: 15px;
}
.tfa-form-container .js__pincode-container ,.tfa-form-container .js__pinCode{
    padding: 20px 0px;
}
.tfa-form-container h3 {
    color: #808080;
    font-weight: normal;
    font-size: 20px;
}
.tfa-form-container .text-to-comp {
    font-size: 16px;
    color: #808080;
}
.tfa-form-container .small-container-300 {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0px;
}
.tfa-form-container .small-container-two {
    text-align: left;
    margin: 0 auto;
    padding: 50px 30px;
}
.tfa-form-container #hidden-message {
    padding: 20px;
    background: #e7e7e7;
    border-radius: 3px;
    margin: 20px 0px;
    text-align: left;
    visibility: hidden;
}
.tfa-form-container .extra-space {
    padding: 20px;
    margin: 20px 0px;
    visibility: hidden;
}
.tfa-form-container .extra-space.background-none{
    background: transparent;
}
.tfa-form-container .font-size-12 {
    font-size: 12px
}
.tfa-form-container .font-size-14 {
    font-size: 14px;
}
.tfa-form-container .font-size-nor {
    font-size: 16px;
}
.OK-btn {
    width: 100%;
    height: 38px;
    border-radius: 3px;
    margin: 10px 0px;
    padding: 10px 0px;
    border: none;
    cursor: pointer;
    background-color:#a9a9a9;
}
.tfa-form-container input[type="submit"]:disabled{
    background-color:#dddddd;
    border:none;
}
.tfa-form-container .checked-inp {
    background: #e8e8e8
}
.tfa-form-container .send-anther-pin {
    display: block;
    color: #000;
    margin-top: 5px;
    text-decoration: underline;
}
.tfa-form-container .text-align-left {
    text-align: left;
}
.tfa-form-container .hide {
    display: none
}
.tfa-form-container .js__pinCode input[type="checkbox"] {
    display: none;
}
.tfa-form-container .js__pinCode input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url("/templates/jsp/images/tfa/arowpng.png") -19px top no-repeat;
    cursor: pointer;
}
.tfa-form-container .js__pinCode input[type="checkbox"]:checked + label span {
    background: url("/templates/jsp/images/tfa/arowpng.png") 0px top no-repeat;
}
.tfa-form-container .remember {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 15px;
}
.tfa-form-container .mobile_error, .tfa-form-container .empty-error, .tfa-form-container .char-error ,.tfa-form-container .error-msg  {
    color: red;
    font-size: 14px;
    text-align: left;
    float: left;
    padding-top: 10px;
}
.tfa-form-container .user-email {
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
}
.tfa-form-container .step-two {
    font-size: 14px;
    float: left;
    color: #000;
}
.tfa-form-container .rounded-image {
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.tfa-form-container .gray-button {
    background: #999999;
    border: 1px solid gray;
    border-radius: 3px;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    margin-top: 132px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.tfa-form-container .all-text {
    display: inline-block;

}
.tfa-form-container .all-text p {
    font-size: 14px;
}
.tfa-form-container	.text-box-step2 {
    width: 200px;
    padding: 20px 10px;
    display: inline-block;
    float: left;
}
.tfa-form-container .margin-btm-15 {
    margin-bottom: 15px
}
.tfa-form-container input.js-number{
    width: 160px;
    float: left;
    margin-left: 10px;
}
.tfa-form-container input.js-code{
    width: 80px;
    float: left;
}
.tfa-form-container .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
    padding-left: 13px;
}
@media (max-width: 480px) {
    .tfa-form-container {
        padding: 0px 20px;
        width: 100%;
    }
    .tfa-form-container #hidden-message , .tfa-form-container .extra-space {
        display: none;
    }
    .tfa-form-container   .small-container-300 {
        text-align: left;
    }
    .tfa-form-container .margin-t15 {
        margin-top: 15px;
    }
    .tfa-form-container .font-size-nor {
        font-size: 14px;
    }
    .tfa-form-container .text-to-comp {
        font-size: 14px;
    }
    .tfa-form-container h3 {
        font-size: 22px;
    }
    .tfa-form-container  .remember {
        font-size: 12px
    }
    .tfa-form-container  .step-two {
        font-size: 12px
    }
}
.f32 .flag { width: auto; clear: right; display: block;    cursor: pointer;    padding-left: 40px;
    background-position-x: 5px;}
.f32 .flag { padding-left: 44px; }
.f32 span, .f32 i { display: inline-block; width: 32px; line-height: 32px; vertical-align: bottom; }
.f32 i { margin-left: -76px; margin-right: 44px; color: silver; }
.flag.deprecated { color: silver; }
.flag.island { color: navy; }
.tfa-form-container .selected-con{
    display: inline;
    position: absolute;
    right: auto;
    top: 8px;
    left: 1px;
    cursor: pointer;
    width: 88px;
    padding: 4px 0px;
    padding-left: 5px;
    border-radius: 3px;
    background: #efefef;
}
.tfa-form-container #js__countries{
    position: relative;
}
.tfa-form-container .hide-item{
    display:none;
}

.tfa-form-container a.hovered-item ,.tfa-form-container a{
    display: block;
}

.tfa-form-container .hovered-item a:hover{
    background-color:#efefef;
}
.tfa-form-container .hovered-item {
    background-color:#efefef;
}
ul#js__countries-select li div{
    display: inline-block;
}

.flag{display:inline-block;height:32px;width:32px;vertical-align:text-top;line-height:32px;background:url(/templates/jsp/images/tfa/flags32-1.png) no-repeat;    padding-left: 34px;}
._African_Union{background-position:0 -32px;}
._Arab_League{background-position:0 -64px;}
._ASEAN{background-position:0 -96px;}
._CARICOM{background-position:0 -128px;}
._CIS{background-position:0 -160px;}
._Commonwealth{background-position:0 -192px;}
._England{background-position:0 -224px;}
._European_Union,  .eu{background-position:0 -256px;}
._Islamic_Conference{background-position:0 -288px;}
._Kosovo{background-position:0 -320px;}
._NATO{background-position:0 -352px;}
._Northern_Cyprus{background-position:0 -384px;}
._Northern_Ireland{background-position:0 -416px;}
._Olimpic_Movement{background-position:0 -448px;}
._OPEC{background-position:0 -480px;}
._Red_Cross{background-position:0 -512px;}
._Scotland{background-position:0 -544px;}
._Somaliland{background-position:0 -576px;}
._Tibet{background-position:0 -608px;}
._United_Nations{background-position:0 -640px;}
._Wales{background-position:0 -672px;}
.ad{background-position:0 -724px;}
.ac{background-position:0 -20px;}
.ae{background-position:0 -756px;}
.af{background-position:0 -788px;}
.ag{background-position:0 -820px;}
.ai{background-position:0 -852px;}
.al{background-position:0 -884px;}
.am{background-position:0 -916px;}
.ao{background-position:0 -948px;}
.aq{background-position:0 -980px;}
.ar{background-position:0 -1012px;}
.as{background-position:0 -1044px;}
.at{background-position:0 -1076px;}
.au{background-position:0 -1108px;}
.aw{background-position:0 -1140px;}
.ax{background-position:0 -1172px;}
.az{background-position:0 -1204px;}
.ba{background-position:0 -1236px;}
.bb{background-position:0 -1268px;}
.bd{background-position:0 -1300px;}
.be{background-position:0 -1332px;}
.bf{background-position:0 -1364px;}
.bg{background-position:0 -1396px;}
.bh{background-position:0 -1428px;}
.bi{background-position:0 -1460px;}
.bj{background-position:0 -1492px;}
.bm{background-position:0 -1524px;}
.bn{background-position:0 -1556px;}
.bo{background-position:0 -1588px;}
.br{background-position:0 -1620px;}
.bs{background-position:0 -1652px;}
.bt{background-position:0 -1684px;}
.bw{background-position:0 -1716px;}
.by{background-position:0 -1748px;}
.bz{background-position:0 -1780px;}
.ca{background-position:0 -1812px;}
.cd{background-position:0 -1844px;}
.cf{background-position:0 -1876px;}
.cg{background-position:0 -1108px;}
.ch{background-position:0 -1940px;}
.ci{background-position:0 -1972px;}
.ck{background-position:0 -2004px;}
.cl{background-position:0 -2036px;}
.cm{background-position:0 -2068px;}
.cn{background-position:0 -2100px;}
.co{background-position:0 -2132px;}
.cr{background-position:0 -2164px;}
.cu{background-position:0 -2196px;}
.cv{background-position:0 -2228px;}
.cy{background-position:0 -2260px;}
.cz{background-position:0 -2292px;}
.de{background-position:0 -2324px;}
.dj{background-position:0 -2356px;}
.dk{background-position:0 -2388px;}
.dm{background-position:0 -2420px;}
.do{background-position:0 -2452px;}
.dz{background-position:0 -2484px;}
.ec{background-position:0 -2516px;}
.ee{background-position:0 -2548px;}
.eg{background-position:0 -2580px;}
.eh{background-position:0 -2612px;}
.er{background-position:0 -2644px;}
.es{background-position:0 -2676px;}
.et{background-position:0 -2707px;}
.fi{background-position:0 -2740px;}
.fj{background-position:0 -2772px;}
.fm{background-position:0 -2804px;}
.fo{background-position:0 -2837px;}
.fr{background-position:0 -2868px;}   .bl,  .cp,  .mf,  .yt{background-position:0 -2868px;}
.ga{background-position:0 -2100px;}
.gb{background-position:0 -2932px;}   .sh{background-position:0 -2932px;}
.gd{background-position:0 -2964px;}
.ge{background-position:0 -2996px;}
.gg{background-position:0 -3028px;}
.gh{background-position:0 -3060px;}
.gi{background-position:0 -3092px;}
.gl{background-position:0 -3124px;}
.gm{background-position:0 -3156px;}
.gn{background-position:0 -3188px;}
.gp{background-position:0 -3220px;}
.gq{background-position:0 -3252px;}
.gr{background-position:0 -3284px;}
.gt{background-position:0 -3316px;}
.gu{background-position:0 -3348px;}
.gw{background-position:0 -3380px;}
.gy{background-position:0 -3412px;}
.hk{background-position:0 -3444px;}
.hn{background-position:0 -3476px;}
.hr{background-position:0 -3508px;}
.ht{background-position:0 -3540px;}
.hu{background-position:0 -3572px;}
.id{background-position:0 -3604px;}
.mc{background-position:0 -3604px;}
.ie{background-position:0 -3636px;}
.il{background-position:0 -3668px;}
.im{background-position:0 -3700px;}
.in{background-position:0 -3732px;}
.iq{background-position:0 -3764px;}
.ir{background-position:0 -3796px;}
.is{background-position:0 -3828px;}
.it{background-position:0 -3860px;}
.je{background-position:0 -3892px;}
.jm{background-position:0 -3924px;}
.jo{background-position:0 -3956px;}
.jp{background-position:0 -3988px;}
.ke{background-position:0 -4020px;}
.kg{background-position:0 -4052px;}
.kh{background-position:0 -4084px;}
.ki{background-position:0 -4116px;}
.km{background-position:0 -4148px;}
.kn{background-position:0 -4180px;}
.kp{background-position:0 -4212px;}
.kr{background-position:0 -4244px;}
.kw{background-position:0 -4276px;}
.ky{background-position:0 -4308px;}
.kz{background-position:0 -4340px;}
.la{background-position:0 -4372px;}
.lb{background-position:0 -4404px;}
.lc{background-position:0 -4436px;}
.li{background-position:0 -4468px;}
.lk{background-position:0 -4500px;}
.lr{background-position:0 -4532px;}
.ls{background-position:0 -4564px;}
.lt{background-position:0 -4596px;}
.lu{background-position:0 -4628px;}
.lv{background-position:0 -4660px;}
.ly{background-position:0 -4692px;}
.ma{background-position:0 -4724px;}
.md{background-position:0 -4756px;}
.me{background-position:0 -4788px;}
.mg{background-position:0 -4820px;}
.mh{background-position:0 -4852px;}
.mk{background-position:0 -4884px;}
.ml{background-position:0 -4916px;}
.mm{background-position:0 -4948px;}
.mn{background-position:0 -4980px;}
.mo{background-position:0 -5012px;}
.mq{background-position:0 -5044px;}
.mr{background-position:0 -5076px;}
.ms{background-position:0 -5108px;}
.mt{background-position:0 -5140px;}
.mu{background-position:0 -5172px;}
.mv{background-position:0 -5204px;}
.mw{background-position:0 -5236px;}
.mx{background-position:0 -5268px;}
.my{background-position:0 -5300px;}
.mz{background-position:0 -5332px;}
.na{background-position:0 -5364px;}
.nc{background-position:0 -5396px;}
.ne{background-position:0 -5428px;}
.ng{background-position:0 -5460px;}
.ni{background-position:0 -5492px;}
.nl{background-position:0 -5524px;}   .bq{background-position:0 -5504px;}
.no{background-position:0 -5556px;}   .bv,  .nq,  .sj{background-position:0 -5536px;}
.np{background-position:0 -5588px;}
.nr{background-position:0 -5620px;}
.nz{background-position:0 -5652px;}
.om{background-position:0 -5684px;}
.pa{background-position:0 -5716px;}
.pe{background-position:0 -5748px;}
.pf{background-position:0 -5780px;}
.pg{background-position:0 -5812px;}
.ph{background-position:0 -5844px;}
.pk{background-position:0 -5876px;}
.pl{background-position:0 -5908px;}
.pr{background-position:0 -5940px;}
.ps{background-position:0 -5972px;}
.pt{background-position:0 -6004px;}
.pw{background-position:0 -6036px;}
.py{background-position:0 -6068px;}
.qa{background-position:0 -6100px;}
.re{background-position:0 -6132px;}
.ro{background-position:0 -6164px;}
.rs{background-position:0 -6196px;}
.ru{background-position:0 -6228px;}
.rw{background-position:0 -6260px;}
.sa{background-position:0 -6292px;}
.sb{background-position:0 -6324px;}
.sc{background-position:0 -6356px;}
.sd{background-position:0 -6388px;}
.se{background-position:0 -6420px;}
.sg{background-position:0 -6452px;}
.si{background-position:0 -6484px;}
.sk{background-position:0 -6516px;}
.sl{background-position:0 -6548px;}
.sm{background-position:0 -6580px;}
.sn{background-position:0 -6612px;}
.so{background-position:0 -6644px;}
.sr{background-position:0 -6676px;}
.st{background-position:0 -6708px;}
.sv{background-position:0 -6740px;}
.sy{background-position:0 -6772px;}
.sz{background-position:0 -6804px;}
.tc{background-position:0 -6836px;}
.td{background-position:0 -6868px;}
.tg{background-position:0 -6900px;}
.th{background-position:0 -6932px;}
.tj{background-position:0 -6964px;}
.tl{background-position:0 -6996px;}
.tm{background-position:0 -7028px;}
.tn{background-position:0 -7060px;}
.to{background-position:0 -7092px;}
.tr{background-position:0 -7124px;}
.tt{background-position:0 -7156px;}
.tv{background-position:0 -7188px;}
.tw{background-position:0 -7220px;}
.tz{background-position:0 -7252px;}
.ua{background-position:0 -7284px;}
.ug{background-position:0 -7316px;}
.us{background-position:0 -7348px;}
.uy{background-position:0 -7380px;}
.uz{background-position:0 -7412px;}
.va{background-position:0 -7444px;}
.vc{background-position:0 -7476px;}
.ve{background-position:0 -7508px;}
.vg{background-position:0 -7540px;}
.vi{background-position:0 -7572px;}
.vn{background-position:0 -7604px;}
.vu{background-position:0 -7636px;}
.ws{background-position:0 -7668px;}
.ye{background-position:0 -7700px;}
.za{background-position:0 -7732px;}
.zm{background-position:0 -7764px;}
.zw{background-position:0 -7796px;}
.sx{background-position:0 -7828px;}
.cw{background-position:0 -7860px;}
.ss{background-position:0 -7892px;}
.nu{background-position:0 -7924px;}
.io{background-position:0 -7951px;}
.cc{background-position:0 -7976px;}
.bq{background-position:0 -8006px;}
.cx{background-position:0 -8032px;}
.gf{background-position:0 -8063px;}
.gp{background-position:0 -8095px;}
.pm{background-position:0 -8158px;}
.sj{background-position:0 -8187px;}
.cs{background-position:0 -8250px;}
.fk{background-position:0 -8279px;}
.mp{background-position:0 -8306px;}
.nf{background-position:0 -8336px;}
.tk{background-position:0 -8364px;}
.wf{background-position:0 -8394px;}
.xk{background-position:0 -339px;}
.ta{background-position:0 8px;}
.f32 .flag { width: auto; clear: right; display: block;    cursor: pointer;    padding-left: 40px;
    background-position-x: 5px;}
.f32 .flag { padding-left: 44px; }
.f32 span, .f32 i { display: inline-block; width: 32px; line-height: 32px; vertical-align: bottom; }
.f32 i { margin-left: -76px; margin-right: 44px; color: silver; }
.flag.deprecated { color: silver; }
.flag.island { color: navy; }
.tfa-form-container #js__mobile-countries {
    width: 63%;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    padding: 4px 0px;
    box-sizing: content-box;
    padding-left: 110px;
    font-family: inherit;
}
.tfa-form-container #js__countries {
    position: relative;
}
.tfa-form-container .scrollableList:after {
    content: "";
    display: block;
    clear: both;
}
.tfa-form-container .scrollableList ul {
    padding: 3px 0px 3px 0px;
    margin: 0;
    margin-left: -5px;
    position: absolute;
    width: 208px;
    background: #FAFAFA;
    margin-top: 5px;
    border: 1px solid #DEDEDE;
}
.tfa-form-container .scrollableList ul li {
    list-style:none;
    cursor:pointer;
    line-height: 25px;
}
.tfa-form-container .selectedOption {
    margin-left: 10px;
    margin-top: 2px;
    cursor:pointer;
    background: url('https://img2.wikia.nocookie.net/__cb20120818025551/merlin1/images/4/46/Drop_down_arrow.gif') no-repeat right;
    height: 20px;
    font-weight:bold;
}
.tfa-form-container #js__mobile-countries {
    width: 63%;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    padding: 4px 0px;
    box-sizing: content-box;
    padding-left: 110px;
    font-family: inherit;
}
.tfa-form-container .scrollableList ul li:hover {
    color:#c33;
}
.tfa-form-container .selectedOption:hover {
    color:#333;
}
.tfa-form-container .hide{
    display:none
}
.tfa-form-container #selectOneOfTheOptions a{
    display: block;
    width: 56%;
    height: 100%;
    color: #000;
    box-sizing: content-box;
}
.tfa-form-container a.hovered-item , .tfa-form-container a{
    display: block;
    text-decoration: none;
}
#js__countries-select a{
    color: #000;
}
#js__countries-select li:hover a{
    display: block;
    background-color:#efefef;
}
#js__countries-select li a:hover{
    background-color:#efefef;
}
#js__countries-select li:hover {

    background-color:#efefef;
}
ul#js__countries-select li div{
    display: inline-block;
}
.tfa-form-container .makeMeList{
    position: absolute;
    right: auto;
    top: 0px;
    left: 0px;
    height: 42px;
    cursor: pointer;
    width: 115px;
    padding: 4px 0px;
    padding-left: 5px;
    border-radius: 3px;
    background: #efefef;
    z-index: 152;
}
.tfa-form-container #selectOneOfTheOptions{
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #B3B3B3;
    display: block;

    cursor: pointer;
    width: 100px;
    padding: 4px 0px;
    padding-left: 5px;
    border-radius: 3px;
    background: #efefef;
    color: #666;
    z-index: 156;
    position: absolute;
    right: auto;
    top: 0px;
    left: auto;

}
.phone-verification-container #selectOneOfTheOptions{
    width:100%;
    background: #fff;
}
.tfa-form-container ul#js__countries-select{
    overflow: scroll;
    overflow-x: hidden;
    padding-left: 20px;
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    max-width: 300px;
    width: 300px;
    top: 49px;
}
.tfa-form-container .countries-select {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.tfa-form-container .formHolder{
    position: relative;
}
.tfa-form-container .mobile_error, .tfa-form-container .empty-error, .tfa-form-container .char-error ,.tfa-form-container .error-msg  {
    color: red;
    font-size: 14px;
    text-align: left;
    float: left;
    padding-top: 10px;
}
.tfa-form-container #container-all {
    position: relative;
}

.notAuth-ribbon-container {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 40;
}

.notAuth-msg-container {
    max-width: 460px;
    transition: all .3s;
    background-color: #000;
    padding: 15px 15px 15px 10px;
    min-height: 70px;
    float: left;
    display: flex;
    align-items: center;
}

.notAuth-msg-container img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.notAuth-msg-container.collapsed {
    margin-right: -460px;
    visibility: hidden;
}

.notAuth-msg-container .notAuth-msg {
    line-height: normal;
}

.notAuth-msg-container .notAuth-msg a {
    color: #fff;
    font-size: 15px;
}

.notAuth-msg-container .notAuth-msg a:hover {
    text-decoration: underline;
}

.literatumNoneSecureSession .pb-collapse {
    background-color: #000;
    border: 0;
    color: #fff;
    outline: 0;
    height: 70px;
}

.pb-collapse img {
    width: 15px;
    height: 15px;
}

.tfa-form-container .error-msg {
    display: block;
    float: none;
}

.tablesorter-ice {
	width: 100%;
	background-color: #fff;
	margin: 10px 0 15px;
	text-align: left;
	border-spacing: 0;
	border: #ccc 1px solid;
	border-width: 1px 0 0 1px;
}
.tablesorter-ice th,
.tablesorter-ice td {
	border: #ccc 1px solid;
	border-width: 0 1px 1px 0;
}


.tablesorter-ice th,
.tablesorter-ice thead td {
	font: 12px/18px Arial, Sans-serif;
	color: #555;
	background-color: #f6f8f9;
	border-collapse: collapse;
	padding: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.tablesorter-ice tbody td,
.tablesorter-ice tfoot th,
.tablesorter-ice tfoot td {
	padding: 4px;
	vertical-align: top;
}
.tablesorter-ice .header,
.tablesorter-ice .tablesorter-header {
	background-color: #f6f8f9;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(data:image/gif;base64,R0lGODlhDAAMAMQAAAJEjAJCiwJBigJAiANFjgNGjgNEjQRIkQRHkANIkAVMlAVQmAZWnQZUnAdYoAhdpAhZoAlhqQlepQliqQppsApmrQxutgtutQtutAxwtwxwtg1yug1zugxtsw1yuP8A/yH5BAEAAB8ALAAAAAAMAAwAAAUx4Cd+3GiOW4ado2d9VMVm1xg9ptadTsP+QNZEcjoQTBDGCAFgLRSfQgCYMAiCn8EvBAA7);
	
	padding: 4px 20px 4px 4px;
	white-space: normal;
	cursor: pointer;
}
.tablesorter-ice .headerSortUp,
.tablesorter-ice .tablesorter-headerSortUp,
.tablesorter-ice .tablesorter-headerAsc {
	color: #333;
	background-color: #ebedee;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(data:image/gif;base64,R0lGODlhDAAMANUAAAJCiwNHkANFjgNEjQRIkQNJkQRMlARKkwRKkgVPlwZSmgdaogdYnwhfpghcowlhqgliqglgqAlgpwljqwporwpmrQplrAtsswtqsgtrsgtqsQxttAtvtQtttAxyuQxwtwxxtwxvtg10uw1zuQ1xuP8A/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACUALAAAAAAMAAwAAAY6wJKwJBoahyNQ6Dj0fDoZCpPEuWgqk4jxs8FQLI+Gg8Esm5kQydFQMC7IwkOAqUiUCAIzIjA4lwBlQQA7);
	
}
.tablesorter-ice .headerSortDown,
.tablesorter-ice .tablesorter-headerSortDown,
.tablesorter-ice .tablesorter-headerDesc {
	color: #333;
	background-color: #ebedee;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(data:image/gif;base64,R0lGODlhDAAMANUAAAE/iAJBigNFjgNEjQNFjQNDiwRHkQRHjwNHjwROlgRMlQRMlARJkgRKkgZQmAVPlgZWnQZSmgZRmAdXoAdXnwdUnAdbogdZoQhbowlhqAlepglkrAliqQtstAtqsQxyugxyuQxwuAxxuAxxtwxwtgxvtQ10vA12vA10u/8A/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACkALAAAAAAMAAwAAAY6wJQwdRoah6bP6DhEiVIdDxNEGm4yxlDpiJkwv2AmR2OhVCSJBsJ4gUQeCwOB6VAwBAXwYRAIpwBfQQA7);
	
}
.tablesorter-ice thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}


.tablesorter-ice tfoot .tablesorter-headerSortUp,
.tablesorter-ice tfoot .tablesorter-headerSortDown,
.tablesorter-ice tfoot .tablesorter-headerAsc,
.tablesorter-ice tfoot .tablesorter-headerDesc {
	background-color: #ebedee;
}


.tablesorter-ice td {
	color: #333;
}


.tablesorter-ice tbody > tr.hover > td,
.tablesorter-ice tbody > tr:hover > td,
.tablesorter-ice tbody > tr.even:hover > td,
.tablesorter-ice tbody > tr.odd:hover > td {
	background-color: #ebf2fa;
}


.tablesorter-ice .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}


.tablesorter-ice tr.odd > td {
	background-color: #dfdfdf;
}
.tablesorter-ice tr.even > td {
	background-color: #efefef;
}


.tablesorter-ice td.primary,
.tablesorter-ice tr.odd td.primary {
	background-color: #9ae5e5;
}
.tablesorter-ice tr.even td.primary {
	background-color: #c2f0f0;
}
.tablesorter-ice td.secondary,
.tablesorter-ice tr.odd td.secondary {
	background-color: #c2f0f0;
}
.tablesorter-ice tr.even td.secondary {
	background-color: #d5f5f5;
}
.tablesorter-ice td.tertiary,
.tablesorter-ice tr.odd td.tertiary {
	background-color: #d5f5f5;
}
.tablesorter-ice tr.even td.tertiary {
	background-color: #ebfafa;
}


.tablesorter-ice.containsStickyHeaders thead tr:nth-child(1) th,
.tablesorter-ice.containsStickyHeaders thead tr:nth-child(1) td {
	border-top: #ccc 1px solid;
}


caption {
	background-color: #fff;
}


.tablesorter-ice .tablesorter-filter-row {
	background-color: #eee;
}
.tablesorter-ice .tablesorter-filter-row td {
	background-color: #eee;
	line-height: normal;
	text-align: center; 
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}

.tablesorter-ice .tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}

.tablesorter-ice .tablesorter-filter-row.hideme td {
	
	
	
	padding: 2px;
	
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.tablesorter-ice .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	
	opacity: 0;
	filter: alpha(opacity=0);
}

.tablesorter-ice input.tablesorter-filter,
.tablesorter-ice select.tablesorter-filter {
	width: 98%;
	height: auto;
	margin: 0;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}

.tablesorter .filtered {
	display: none;
}


.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */



html {
    font-family: sans-serif; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}



body {
    margin: 0;
}





article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}



audio,
canvas,
progress,
video {
    display: inline-block; 
    vertical-align: baseline; 
}



audio:not([controls]) {
    display: none;
    height: 0;
}



[hidden],
template {
    display: none;
}





a {
    background-color: transparent;
}



a:active,
a:hover {
    outline: 0;
}





abbr[title] {
    border-bottom: 1px dotted;
}



b,
strong {
    font-weight: bold;
}



dfn {
    font-style: italic;
}



h1 {
    font-size: 2em;
    margin: 0.67em 0;
}



mark {
    background: #ff0;
    color: #000;
}



small {
    font-size: 80%;
}



sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}





img {
    border: 0;
}



svg:not(:root) {
    overflow: hidden;
}





figure {
    margin: 1em 40px;
}



hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}



pre {
    overflow: auto;
}



code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}







button,
input,
optgroup,
select,
textarea {
    color: inherit; 
    font: inherit; 
    margin: 0; 
}



button {
    overflow: visible;
}



button,
select {
    text-transform: none;
}



button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}



button[disabled],
html input[disabled] {
    cursor: default;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}



input {
    line-height: normal;
}



input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}



input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}



input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}



fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}



legend {
    border: 0; 
    padding: 0; 
}



textarea {
    overflow: auto;
}



optgroup {
    font-weight: bold;
}





table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}@font-face {
  font-family: 'icomoon';
  src:  url('/templates/jsp/_style2/_aip/pb2/fonts/icomoon/icomoon.eot?ltvvmg');
  src:  url('/templates/jsp/_style2/_aip/pb2/fonts/icomoon/icomoon.eot?ltvvmg#iefix') format('embedded-opentype'),
    url('/templates/jsp/_style2/_aip/pb2/fonts/icomoon/icomoon.ttf?ltvvmg') format('truetype'),
    url('/templates/jsp/_style2/_aip/pb2/fonts/icomoon/icomoon.woff?ltvvmg') format('woff'),
    url('/templates/jsp/_style2/_aip/pb2/fonts/icomoon/icomoon.svg?ltvvmg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.icon-seamless-icon:before {
  content: "\e950";
}
.icon-table-icon_Gray:before {
  content: "\e94f";
}
.icon-list:before {
  content: "\e947";
}
.icon-keywords:before {
  content: "\e948";
}
.icon-fig:before {
  content: "\e949";
}
.icon-tabel:before {
  content: "\e94a";
}
.icon-link:before {
  content: "\e94b";
}
.icon-close:before {
  content: "\e94c";
}
.icon-a-right:before {
  content: "\e94d";
}
.icon-a-left:before {
  content: "\e94e";
}
.icon-ereader:before {
  content: "\e946";
}
.icon-cover-page:before {
  content: "\e945";
}
.icon-epub:before {
  content: "\e943";
}
.icon-pdf:before {
  content: "\e944";
}
.icon-arrow-down1:before {
  content: "\e942";
}
.icon-info2:before {
  content: "\e941";
}
.icon-content:before {
  content: "\e940";
}
.icon-lock-open:before {
  content: "\e93f";
}
.icon-lock-closed:before {
  content: "\e93e";
}
.icon-metrics:before {
  content: "\e93c";
}
.icon-share-article:before {
  content: "\e93d";
}
.icon-abstract-publication:before {
  content: "\e93b";
}
.icon-citation:before {
  content: "\e93a";
}
.icon-menu-close:before {
  content: "\e938";
  color: #2cace3;
}
.icon-user-account:before {
  content: "\e939";
}
.icon-verified .path1:before {
  content: "\e926";
  color: rgb(0, 0, 0);
}
.icon-verified .path2:before {
  content: "\e927";
  margin-left: -1.015625em;
  color: rgb(255, 255, 255);
}
.icon-track:before {
  content: "\e928";
}
.icon-right-links:before {
  content: "\e929";
}
.icon-send:before {
  content: "\e92a";
}
.icon-file-document:before {
  content: "\e92b";
}
.icon-cloud-download:before {
  content: "\e92c";
}
.icon-supplementary-material:before {
  content: "\e925";
}
.icon-tools:before {
  content: "\e920";
}
.icon-download-file:before {
  content: "\e921";
}
.icon-article:before {
  content: "\e922";
}
.icon-references:before {
  content: "\e923";
}
.icon-figures-tables:before {
  content: "\e924";
}
.icon-add-alert:before {
  content: "\e91e";
}
.icon-menu-icon:before {
  content: "\e91f";
}
.icon-Email:before {
  content: "\e90e";
}
.icon-close-btn:before {
  content: "\e90d";
}
.icon-success:before {
  content: "\e90a";
}
.icon-info:before {
  content: "\e805";
}
.icon-more:before {
  content: "\e803";
}
.icon-advanced-search:before {
  content: "\e804";
}
.icon-facebook2:before {
  content: "\e800";
}
.icon-linkedin2:before {
  content: "\e801";
}
.icon-twitter2:before {
  content: "\e802";
}
.icon-mendeley:before {
  content: "\e635";
}
.icon-orcid:before {
  content: "\e636";
}
.icon-profile-empty:before {
  content: "\e62f";
}
.icon-Save:before {
  content: "\e628";
}
.icon-Rss:before {
  content: "\e629";
}
.icon-toc:before {
  content: "\e600";
}
.icon-subscribe:before {
  content: "\e602";
}
.icon-timeline-mark:before {
  content: "\e603";
}
.icon-editorial-board:before {
  content: "\e604";
}
.icon-loi:before {
  content: "\e605";
}
.icon-plus:before {
  content: "\e606";
}
.icon-checkmark:before {
  content: "\e607";
}
.icon-back-matter:before {
  content: "\e608";
}
.icon-cover:before {
  content: "\e609";
}
.icon-arrow_d_n:before {
  content: "\e60b";
}
.icon-arrow_u_p:before {
  content: "\e60c";
}
.icon-menu:before {
  content: "\e60d";
}
.icon-search:before {
  content: "\e60e";
}
.icon-shoppingcart:before {
  content: "\e60f";
}
.icon-userprofile:before {
  content: "\e610";
}
.icon-abstract:before {
  content: "\e611";
}
.icon-download:before {
  content: "\e612";
}
.icon-favorites:before {
  content: "\e614";
}
.icon-figures:before {
  content: "\e615";
}
.icon-info1:before {
  content: "\e616";
}
.icon-permissions:before {
  content: "\e618";
}
.icon-related:before {
  content: "\e61a";
}
.icon-reprints:before {
  content: "\e61b";
}
.icon-section-arrow-d:before {
  content: "\e61c";
}
.icon-section-arrow-u:before {
  content: "\e61d";
}
.icon-section-expand:before {
  content: "\e621";
}
.icon-share1:before {
  content: "\e620";
}
.icon-tools-close:before {
  content: "\e622";
}
.icon-track2:before {
  content: "\e627";
}
.icon-arrow_l:before {
  content: "\e624";
}
.icon-arrow_r:before {
  content: "\e625";
}
.icon-close-thin:before {
  content: "\e626";
}
.icon-to-figure-viewer:before {
  content: "\e917";
}
.icon-point-to-text:before {
  content: "\e918";
}
.icon-trash-can:before {
  content: "\e90f";
}
.icon-pencil2:before {
  content: "\e910";
}
.icon-grid:before {
  content: "\e634";
}
.icon-document-file-ppt:before {
  content: "\e916";
}
.icon-views:before {
  content: "\e935";
}
.icon-help-outline:before {
  content: "\e936";
}
.icon-clock:before {
  content: "\e930";
}
.icon-add-to-favorites:before {
  content: "\e92d";
}
.icon-circle-plus:before {
  content: "\e911";
}
.icon-trash:before {
  content: "\e90b";
}
.icon-add:before {
  content: "\e907";
}
.icon-shopping-cart:before {
  content: "\e904";
}
.icon-home:before {
  content: "\e906";
}
.icon-menu2:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-down:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-pencil:before {
  content: "\e631";
}
.icon-small-menu:before {
  content: "\e934";
}
.icon-instagram:before {
  content: "\e91b";
}
.icon-minus:before {
  content: "\e908";
}
.icon-small-menu-horiz:before {
  content: "\e62a";
}
.icon-cited-by_icon-black:before {
  content: "\e951";
}
.icon-cited-by_icon-blue:before {
  content: "\e952";
}
.icon-share2:before {
  content: "\e931";
}
.icon-star:before {
  content: "\e932";
}
.icon-comment:before {
  content: "\e933";
}
.icon-triangle-up:before {
  content: "\e92f";
}
.icon-triangle-down:before {
  content: "\e92e";
}
.icon-google-plus:before {
  content: "\e915";
}
.icon-eye-blocked:before {
  content: "\e62b";
}
.icon-twitter:before {
  content: "\e62c";
}
.icon-facebook:before {
  content: "\e62d";
}
.icon-linkedin:before {
  content: "\e62e";
}
.icon-cog:before {
  content: "\e994";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-zoom-in:before {
  content: "\e632";
}
.icon-zoom-out:before {
  content: "\e633";
}
.icon-envelope-square:before {
  content: "\e90c";
}
.icon-mail-reply-all:before {
  content: "\e919";
}
.icon-mail-forward:before {
  content: "\e91c";
}
.icon-share-email:before {
  content: "\e91d";
}
.icon-slack:before {
  content: "\e909";
}
.icon-reddit:before {
  content: "\e937";
}
.icon-google-plus-square:before {
  content: "\e91a";
}
.icon-facebook-square:before {
  content: "\e912";
}
.icon-twitter-square:before {
  content: "\e913";
}
.icon-linkedin-square:before {
  content: "\e914";
}@keyframes cssAnimation {
  0% {
    height: 62px;
  }
  100% {
    height: 15px;
  }
}
@keyframes openNavAnimation {
  100% {
    height: 62px;
  }
}
@keyframes captionAnimation {
  0% {
    min-height: 125px;
  }
  100% {
    min-height: 50px;
  }
}
@keyframes openCaptionAnimation {
  0% {
    min-height: 50px;
  }
  100% {
    min-height: 125px;
  }
}
.figureViewer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
}
.figureViewer-overlay .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 10%;
  padding-top: 27px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: 500ms height linear;
  cursor: pointer;
  z-index: 9001;
  overflow: hidden;
}
.figureViewer-overlay .caption .title {
  display: block;
  margin-bottom: 15px;
}
.figureViewer-overlay .caption .icon {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
.figureViewer-overlay .caption .icon.icon-arrow_d_n {
  display: none;
}
.figureViewer-overlay .caption b {
  font-size: 14px;
  display: block;
  margin-bottom: 25px;
}
.figureViewer-overlay .caption .fig-caption-para-container {
  font-weight: normal;
  height: 0;
  font-size: 16px;
  max-height: 0;
  overflow: auto;
  margin: 0;
}
.figureViewer-overlay .caption .fig-caption-para-container.open {
  height: auto;
  max-height: 300px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.figureViewer-overlay .caption.open .icon-arrow_d_n {
  display: block;
}
.figureViewer-overlay .caption.open .icon-arrow_u_p {
  display: none;
}
.figureViewer-overlay .fv-browse-container {
  text-align: center;
}
.figureViewer-overlay .fv-browse-container .fv-browse-image {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  max-width: 30%;
  margin-right: 5%;
  cursor: pointer;
}
.figureViewer-overlay .fv-browse-container .fv-browse-image .image-container {
  width: 100%;
  background: #000;
  margin-bottom: 10px;
}
.figureViewer-overlay .fv-browse-container .fv-browse-image img {
  max-width: 100%;
  max-height: 150px;
}
.figureViewer-overlay .fv-browse-container .fv-browse-image .fb-browse-image-footer {
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 700px) {
  .figureViewer-overlay .fv-browse-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .figureViewer-overlay .fv-browse-container .fv-browse-image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.figureViewer-navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 62px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.figureViewer-navigation .figureNav {
  position: inherit;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.figureViewer-navigation .figureNav #NavText {
  display: none;
  top: -15px;
  position: relative;
  right: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.figureViewer-navigation a.close {
  width: 18px;
  height: 17px;
  background: url('/templates/jsp/_style2/images/fv_close.png') no-repeat right top;
}
#refViewerNav .figureNav {
  position: inherit;
  width: 280px;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
#refViewerNav .figureNav span {
  top: -15px;
  position: relative;
  right: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
#refViewerNav a.close {
  position: absolute;
  top: -5px;
  right: 16px;
  width: auto;
  max-width: 100px;
  min-height: 15px;
  padding: 0 20px 0 0;
  background: url('/templates/jsp/images/select-x.gif') no-repeat right top;
  font: 0.7em Arial, Helvetica, sans-serif;
  text-align: right;
  text-decoration: none;
}
#refViewerNav a.close:hover {
  text-decoration: underline;
}
#figureViewer-wrap {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 9000;
  top: 10% !important;
}
#refViewer-wrap {
  position: absolute;
  width: auto;
  max-width: 899px;
  margin: 0;
  padding: 0;
  border: 1px solid #666;
  background: white;
  z-index: 9000;
}
#figureViewer {
  width: auto;
  margin: 15px 0 0;
}
#refViewerNav {
  position: relative;
  width: auto;
  max-width: 899px;
  height: 3em;
  line-height: 20px;
  margin: 0;
}
#figureCanvas {
  position: relative;
  width: auto;
  margin: 0;
  text-align: center;
}
#figureCanvas .img-pan-container,
#figureCanvas .img-pan-container img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#figureCanvas .img-pan-container {
  position: relative;
  overflow: hidden;
  cursor: crosshair;
  height: 100%;
  width: 100%;
}
#figureCanvas .img-pan-container img {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
}
#figureCanvas .figBox {
  height: 100%;
  overflow: auto;
  -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}
#figureCanvas .figBox.dragging {
  cursor: -webkit-grabbing;
}
#figureCanvas .figBox > img {
  max-height: 100%;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 150px;
}
#refCanvas {
  position: relative;
  width: auto;
  max-width: 870px;
  min-height: 200px;
  margin: 0;
  background: #fff;
  text-align: center;
}
#refCanvas .figBox {
  float: none;
  display: block;
  width: auto;
  max-width: 800px;
  margin: 0 auto 15px;
  padding: 10px 0 0;
  border-top: 1px solid #CCC;
  background: #fff;
}
#figureCanvas #figTools,
#refCanvas #figTools {
  position: absolute;
  top: 10px;
  left: 3px;
  text-align: left;
}
#figTools div {
  height: 19px;
  margin: 0 0 5px;
  overflow: hidden;
}
#figTools div a {
  display: block;
  height: 19px;
}
#figTools div a span {
  display: block;
}
#figTools div a:hover {
  background-position: 0px -19px;
}
#figTools div.weo {
  width: auto;
  max-width: 105px;
}
#figTools div.weo a {
  background: url('/templates/jsp/images/icon-weo.gif') no-repeat;
}
#figTools div.highRes {
  width: auto;
  max-width: 115px;
}
#figTools div.highRes a {
  font-size: 12px;
}
#figTools div.ppt {
  width: auto;
  max-width: 168px;
}
#figureCanvas .caption,
#refCanvas .caption {
  margin: 7px 7px 0 7px;
  padding: 10px 0 15px;
  border-top: 1px solid #ccc;
  text-align: left;
  width: auto;
}
#figureViewer-footer,
#refViewer-footer {
  display: block;
  text-align: center;
  border-top: 1px solid #CCC;
  margin: 7px 7px 0 7px;
  padding: 10px 0;
}
#figureViewer-footer .highRes {
  margin-top: 5px;
}
#refViewer-wrap #figureViewer-footer,
#refViewer-wrap #refViewer-footer {
  background: #e3e1e2 url('/templates/jsp/images/figureViewer-bg2.gif') repeat-y;
  text-align: right;
}
.figureNav a {
  float: left;
  margin-top: 22px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.figureNav a.prev {
  margin-right: 42px;
}
.figureNav a:hover {
  color: #4594bb;
}
.figureNav a.disabled {
  display: block !important;
  background: none;
}
.figureNav a.browse {
  background: url('/templates/jsp/_style2/images/fv_browse.png') no-repeat 0 0;
  width: 20px;
  height: 20px;
  margin: 22px 25px 0 22px;
  cursor: pointer;
}
#figureViewerNav a.prev,
#refViewerNav a.prev {
  top: 0;
  left: 0;
}
#figureViewerNav a.next,
#refViewerNav a.next {
  top: 0;
  right: 0;
}
#figureViewerNav .figureNav span,
#refViewerNav .figureNav span {
  vertical-align: bottom;
}
.right-container {
  float: right;
}
.downloadLinks {
  margin-top: 22px;
}
.downloadLinks .icon-download-file {
  color: #ffffff;
}
.downloadLinks .download {
  display: inline;
}
.downloadLinks .download a {
  color: #fff;
  margin-right: 0.5rem;
}
.downloadLinks .download a.close {
  margin-right: 21px;
  vertical-align: text-top;
  display: inline-block;
}
.downloadLinks .download ~ span {
  color: #ffffff;
  padding-right: 10px;
}
.downloadLinks a.highRes {
  margin-right: 1.5em;
}
.downloadLinks a.highRes span.xs-hd {
  display: none;
}
.figure .altMedium,
.figure .altLarge,
.figureNav .disabled,
.disabled {
  display: none !important;
}
.figure-actions {
  background: #ccc;
  color: #626262;
  border: 1px solid #ccc;
  font-weight: normal;
  transition: 200ms linear background;
}
.figure-actions .collapse-expand-icon {
  color: #999999;
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  background: url("/templates/jsp/_style2/_rsdTheme/pb2/img/fv_plus_minus.png") 0 0px no-repeat;
}
.figure-actions .collapse-expand-icon.expand {
  background-position: 0 -14px;
}
.figure-actions.white {
  background: #fff;
  border: 1px solid #c4c0b7;
}
.figuresContent {
  padding-top: 0;
}
.figuresContent .holder .thumbnail {
  display: block;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  cursor: zoom-in;
}
.figuresContent .caption {
  font-size: 14px;
  color: #000000;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.figuresContent .caption .captionLabel {
  display: block;
  margin-bottom: 5px;
}
.figuresContent img {
  max-width: 100%;
}
@media (max-width: 400px) {
  .figureNav a.prev {
    margin-right: 30px;
  }
}
@media all and (max-width: 550px) {
  .downloadLinks .download a,
  .downloadLinks .download ~ span {
    font-size: 0.9em;
  }
  .downloadLinks a.highRes span.xs-up-hd {
    display: none;
  }
  .downloadLinks a.highRes span.xs-hd {
    display: inline;
  }
  #figureCanvas .figBox > img {
    margin-top: 75px;
  }
}
@media all and (max-width: 350px) {
  .downloadLinks .icon-download-file {
    font-size: 0.8em;
  }
  .downloadLinks .download a,
  .downloadLinks .download ~ span {
    font-size: 0.6em;
  }
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.icomoon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.icomoon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.personal-info .additional-email.no-value,
.personal-info .additional-phone.no-value {
  display: none;
}
.personal-info .remove-email:before {
  font-family: icomoon;
  content: "\e626";
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.profile-input-group {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.profile-input-group:after {
  content: "";
  clear: both;
  display: block;
}
.profile-input-group .error {
  clear: both;
}
.profile-input-group .save-your-changes {
  clear: both;
  color: #ff0000;
  display: none;
  margin: 10px 0px 30px 0px;
}
.profile-input-group .save-your-changes.active {
  display: block;
}
.profile-input-group .profile-link {
  font-size: 10px;
  color: #204c8b;
  text-decoration: none;
  margin: -30px 0px 25px 0px;
  display: none;
  float: left;
}
.profile-input-group .add-email.active + .make-primary,
.profile-input-group .remove-email,
.profile-input-group .add-email.active + .resend,
.profile-input-group .add-phone.active + .remove-phone {
  border-left: 1px solid;
  margin-left: 5px;
  padding-left: 5px;
}
.profile-input-group .add-email.active,
.profile-input-group .add-phone.active,
.profile-input-group .make-primary.active,
.profile-input-group .remove-phone,
.profile-input-group .resend {
  display: block;
}
.editUserForm .input-group-info-label {
  color: #999;
  padding-bottom: 1em;
  font-weight: bold;
}
.editUserForm .cancel-button,
.registrationForm .cancel-button {
  margin-right: 1em;
  text-decoration: none;
  color: #204c8b;
}
.editUserForm .error {
  padding-bottom: 1em;
}
.addresses ul {
  padding: 0px;
  margin: 0px;
}
.addresses .address .addresses-bttn {
  display: none;
}
.addresses .address .addresses-bttn.active {
  display: inline-block;
}
.addresses .address .addresses-bttn.active:focus {
  font-weight: bold;
}
.editUserForm .action-items,
.registrationForm .action-items {
  clear: both;
  float: right;
  margin-top: 10px;
}
.editUserForm .action-items input[type='submit'],
.registrationForm .action-items input[type='submit'] {
  background-color: #204c8b;
  border: 2px solid #204c8b;
  color: #fff;
  font-weight: bold;
  outline: none;
  padding: 3px 20px;
}
.editUserForm .action-items input[type='submit']:hover,
.registrationForm .action-items input[type='submit']:hover {
  background: none;
  border: none;
  color: #204c8b;
  font-weight: bold;
  outline: none;
  padding: 5px 22px;
}
.editUserForm .action-items input.cancel[type='submit'],
.registrationForm .action-items input.cancel[type='submit'] {
  background: none;
  border: none;
  color: #204c8b;
  font-weight: bold;
  outline: none;
  padding: 5px 22px;
}
.editUserForm .action-items input.cancel[type='submit']:hover,
.registrationForm .action-items input.cancel[type='submit']:hover {
  background-color: #204c8b;
  border: 2px solid #204c8b;
  color: #fff;
  font-weight: bold;
  outline: none;
  padding: 3px 20px;
}
.editUserForm section.captcha,
.registrationForm section.captcha {
  margin-top: 20px;
}
.personal-message {
  color: red;
  text-align: right;
  float: right;
  width: 33%;
}
.editUserProfileGeneralInfo .select-address-group {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.editUserProfileGeneralInfo .select-address-group select {
  font-weight: bold;
}
.editUserProfileGeneralInfo .select-address-group select.black {
  color: #999;
}
.editUserProfileGeneralInfo .address-ul {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.editUserProfileGeneralInfo .address-ul li {
  padding: 5px 5px 0 12px;
  display: block;
}
.editUserProfileGeneralInfo .address-ul span {
  color: #999;
}
.editUserProfileGeneralInfo .address-ul .icon-pencil {
  margin-right: 20px;
  cursor: pointer;
}
.editUserProfileGeneralInfo .address-ul .icon-trash {
  cursor: pointer;
}
.removal-msg {
  display: block;
}
.removal-msg .remove-address-confirmation {
  background: #fff;
  z-index: 10;
  position: fixed;
  top: 30%;
}
.removal-msg img {
  margin: 25px auto 0px;
  display: block;
}
.removal-msg p {
  padding: 25px;
}
.removal-msg a {
  display: block;
  width: 50%;
  text-align: center;
  border-top: 1px solid #ccc;
  font-weight: bold;
  border-right: 1px solid #ccc;
  float: left;
  padding: 10px;
}
.tfa-form-container .OK-btn {
  background-color: #204c8b;
  border: 2px solid #204c8b;
  color: #fff;
  font-weight: bold;
  outline: none;
  padding: 3px 20px;
}
.tfa-form-container .OK-btn:disabled {
  color: #ffffff;
  background-color: #DDDDDD;
  border: 2px solid #DDDDDD;
}
.addressWidget .address {
  position: relative;
  color: #9b9b9d;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0 15px 15px;
  margin-bottom: 10px;
}
.addressWidget .address .inline-actions {
  max-width: none;
  margin-top: 0;
}
.addressWidget .address .inline-actions a,
.addressWidget .address .inline-actions .edit-address {
  color: #9b9b9d;
  text-align: center;
}
.addressWidget .address .inline-actions .edit-address {
  cursor: pointer;
  padding-right: 0;
  display: inline-block;
  margin-left: 5px;
  text-align: right;
}
.addressWidget .state:disabled {
  display: none;
}
.phones-wrappers .add {
  display: none;
}
.phones-wrappers:last-child .add {
  display: block;
}
.saturated .phone .add {
  display: none;
}
.emails-wrappers .add {
  display: none;
}
.emails-wrappers:last-child .add {
  display: block;
}
.saturated .email .add {
  display: none;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.icomoon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.email-verification-msg h1 {
  font-size: 30px;
  color: #204c8b;
}
.email-verification-msg .message {
  font-size: 15px;
  color: #888888;
}
.email-verification-error h1 {
  font-size: 30px;
  color: #204c8b;
  margin-bottom: 0;
}
.phone-verification-container {
  background: #fafafa;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.phone-verification-container header {
  color: #212121;
  font-size: 27px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 35px;
  background: none;
}
.phone-verification-container a {
  text-decoration: none;
  color: #0074ff;
}
.phone-verification-container .headings {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 30px;
}
.phone-verification-container .headings .heading {
  display: inline-block;
}
.phone-verification-container .headings .heading:first-child {
  width: 30%;
}
.phone-verification-container .headings .heading:nth-child(2) {
  width: 50%;
}
.phone-verification-container .headings .heading:nth-child(3) {
  width: 15%;
  text-align: right;
}
.phone-verification-container .phone-number-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #737373;
}
.phone-verification-container .phone-number-list span {
  display: inline-block;
}
.phone-verification-container .phone-number-list .number-type {
  width: 30%;
}
.phone-verification-container .phone-number-list .number {
  width: 50%;
}
.phone-verification-container .phone-number-list .number a {
  display: inline-block;
  margin-left: 15px;
}
.phone-verification-container .phone-number-list .number .verified {
  color: #a8b502;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-left: 15px;
}
.phone-verification-container .phone-number-list .delete-number {
  width: 15%;
  text-align: right;
}
.phone-verification-container .error {
  color: #f44336;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 10px 0;
}
.phone-verification-container .message {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 10px 0;
}
.phone-verification-container .skip {
  margin: 30px 0 0 0;
}
.phone-verification-container.add-number fieldset,
.phone-verification-container.verify fieldset {
  margin: 10px 0;
}
.phone-verification-container.add-number fieldset > *,
.phone-verification-container.verify fieldset > * {
  width: 49%;
}
.phone-verification-container.add-number .add-number-form label,
.phone-verification-container.verify .add-number-form label,
.phone-verification-container.add-number .verify-number-form label,
.phone-verification-container.verify .verify-number-form label {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  line-height: 36px;
  margin-top: 5%;
}
.phone-verification-container.add-number .add-number-form .dropdown,
.phone-verification-container.verify .add-number-form .dropdown,
.phone-verification-container.add-number .verify-number-form .dropdown,
.phone-verification-container.verify .verify-number-form .dropdown {
  position: relative;
  float: right;
}
.phone-verification-container.add-number .add-number-form .dropdown select,
.phone-verification-container.verify .add-number-form .dropdown select,
.phone-verification-container.add-number .verify-number-form .dropdown select,
.phone-verification-container.verify .verify-number-form .dropdown select {
  border: none;
  border-radius: 4px;
  height: 36px;
  width: 100%;
  opacity: 0.54;
  color: #616161;
  font-size: 17px;
  font-weight: 400;
  -webkit-box-shadow: 0px 0px 15px 0px #cccccc;
  -moz-box-shadow: 0px 0px 15px 0px #cccccc;
  box-shadow: 0px 0px 15px 0px #cccccc;
  background: #ffffff url(/templates/jsp/images/tfa/flags32.png) no-repeat;
  padding-left: 34px;
  line-height: 18px;
}
.phone-verification-container.add-number .add-number-form input[type="text"],
.phone-verification-container.verify .add-number-form input[type="text"],
.phone-verification-container.add-number .verify-number-form input[type="text"],
.phone-verification-container.verify .verify-number-form input[type="text"] {
  background: #fff;
  border: none;
  border-radius: 4px;
  line-height: 36px;
  height: 36px;
  padding-left: 15px;
  color: #616161;
  font-size: 17px;
  font-weight: 400;
  float: right;
  -webkit-box-shadow: 0px 0px 15px 0px #cccccc;
  -moz-box-shadow: 0px 0px 15px 0px #cccccc;
  box-shadow: 0px 0px 15px 0px #cccccc;
  box-sizing: border-box;
}
.phone-verification-container.add-number .verify-number-form input[type="text"],
.phone-verification-container.verify .verify-number-form input[type="text"] {
  width: 100%;
}
.phone-verification-container .button-container {
  display: flex;
  justify-content: space-between;
}
.phone-verification-container .button-container div {
  flex-grow: 0;
  flex-basis: 100%;
  margin: 0 10px;
}
.phone-verification-container .button-container div:first-child {
  margin-left: 0;
}
.phone-verification-container .button-container div:last-child {
  margin-right: 0;
}
.phone-verification-container .btn {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  height: 41px;
  text-align: center;
  width: 100%;
}
.phone-verification-container .btn.black {
  color: #fff;
  background: #000;
  border: 1px solid #656565;
}
.phone-verification-container .btn.grey {
  color: #212121;
  background: #bcbec0;
  border: 1px solid #cfd1d2;
}
.phone-verification-container ._African_Union {
  background-position: 0 -32px;
}
.phone-verification-container ._Arab_League {
  background-position: 0 -64px;
}
.phone-verification-container ._ASEAN {
  background-position: 0 -96px;
}
.phone-verification-container ._CARICOM {
  background-position: 0 -128px;
}
.phone-verification-container ._CIS {
  background-position: 0 -160px;
}
.phone-verification-container ._Commonwealth {
  background-position: 0 -192px;
}
.phone-verification-container ._England {
  background-position: 0 -224px;
}
.phone-verification-container ._European_Union,
.phone-verification-container .eu {
  background-position: 0 -256px;
}
.phone-verification-container ._Islamic_Conference {
  background-position: 0 -288px;
}
.phone-verification-container ._Kosovo {
  background-position: 0 -320px;
}
.phone-verification-container ._NATO {
  background-position: 0 -352px;
}
.phone-verification-container ._Northern_Cyprus {
  background-position: 0 -384px;
}
.phone-verification-container ._Northern_Ireland {
  background-position: 0 -416px;
}
.phone-verification-container ._Olimpic_Movement {
  background-position: 0 -448px;
}
.phone-verification-container ._OPEC {
  background-position: 0 -480px;
}
.phone-verification-container ._Red_Cross {
  background-position: 0 -512px;
}
.phone-verification-container ._Scotland {
  background-position: 0 -544px;
}
.phone-verification-container ._Somaliland {
  background-position: 0 -576px;
}
.phone-verification-container ._Tibet {
  background-position: 0 -608px;
}
.phone-verification-container ._United_Nations {
  background-position: 0 -640px;
}
.phone-verification-container ._Wales {
  background-position: 0 -672px;
}
.phone-verification-container .ad {
  background-position: 0 -724px;
}
.phone-verification-container .ac {
  background-position: 0 -20px;
}
.phone-verification-container .ae {
  background-position: 0 -756px;
}
.phone-verification-container .af {
  background-position: 0 -788px;
}
.phone-verification-container .ag {
  background-position: 0 -820px;
}
.phone-verification-container .ai {
  background-position: 0 -852px;
}
.phone-verification-container .al {
  background-position: 0 -884px;
}
.phone-verification-container .am {
  background-position: 0 -916px;
}
.phone-verification-container .ao {
  background-position: 0 -948px;
}
.phone-verification-container .aq {
  background-position: 0 -980px;
}
.phone-verification-container .ar {
  background-position: 0 -1012px;
}
.phone-verification-container .as {
  background-position: 0 -1044px;
}
.phone-verification-container .at {
  background-position: 0 -1076px;
}
.phone-verification-container .au {
  background-position: 0 -1108px;
}
.phone-verification-container .aw {
  background-position: 0 -1140px;
}
.phone-verification-container .ax {
  background-position: 0 -1172px;
}
.phone-verification-container .az {
  background-position: 0 -1204px;
}
.phone-verification-container .ba {
  background-position: 0 -1236px;
}
.phone-verification-container .bb {
  background-position: 0 -1268px;
}
.phone-verification-container .bd {
  background-position: 0 -1300px;
}
.phone-verification-container .be {
  background-position: 0 -1332px;
}
.phone-verification-container .bf {
  background-position: 0 -1364px;
}
.phone-verification-container .bg {
  background-position: 0 -1396px;
}
.phone-verification-container .bh {
  background-position: 0 -1428px;
}
.phone-verification-container .bi {
  background-position: 0 -1460px;
}
.phone-verification-container .bj {
  background-position: 0 -1492px;
}
.phone-verification-container .bm {
  background-position: 0 -1524px;
}
.phone-verification-container .bn {
  background-position: 0 -1556px;
}
.phone-verification-container .bo {
  background-position: 0 -1588px;
}
.phone-verification-container .br {
  background-position: 0 -1620px;
}
.phone-verification-container .bs {
  background-position: 0 -1652px;
}
.phone-verification-container .bt {
  background-position: 0 -1684px;
}
.phone-verification-container .bw {
  background-position: 0 -1716px;
}
.phone-verification-container .by {
  background-position: 0 -1748px;
}
.phone-verification-container .bz {
  background-position: 0 -1780px;
}
.phone-verification-container .ca {
  background-position: 0 -1812px;
}
.phone-verification-container .cd {
  background-position: 0 -1844px;
}
.phone-verification-container .cf {
  background-position: 0 -1876px;
}
.phone-verification-container .cg {
  background-position: 0 -1108px;
}
.phone-verification-container .ch {
  background-position: 0 -1940px;
}
.phone-verification-container .ci {
  background-position: 0 -1972px;
}
.phone-verification-container .ck {
  background-position: 0 -2004px;
}
.phone-verification-container .cl {
  background-position: 0 -2036px;
}
.phone-verification-container .cm {
  background-position: 0 -2068px;
}
.phone-verification-container .cn {
  background-position: 0 -2100px;
}
.phone-verification-container .co {
  background-position: 0 -2132px;
}
.phone-verification-container .cr {
  background-position: 0 -2164px;
}
.phone-verification-container .cu {
  background-position: 0 -2196px;
}
.phone-verification-container .cv {
  background-position: 0 -2228px;
}
.phone-verification-container .cy {
  background-position: 0 -2260px;
}
.phone-verification-container .cz {
  background-position: 0 -2292px;
}
.phone-verification-container .de {
  background-position: 0 -2324px;
}
.phone-verification-container .dj {
  background-position: 0 -2356px;
}
.phone-verification-container .dk {
  background-position: 0 -2388px;
}
.phone-verification-container .dm {
  background-position: 0 -2420px;
}
.phone-verification-container .do {
  background-position: 0 -2452px;
}
.phone-verification-container .dz {
  background-position: 0 -2484px;
}
.phone-verification-container .ec {
  background-position: 0 -2516px;
}
.phone-verification-container .ee {
  background-position: 0 -2548px;
}
.phone-verification-container .eg {
  background-position: 0 -2580px;
}
.phone-verification-container .eh {
  background-position: 0 -2612px;
}
.phone-verification-container .er {
  background-position: 0 -2644px;
}
.phone-verification-container .es {
  background-position: 0 -2676px;
}
.phone-verification-container .et {
  background-position: 0 -2707px;
}
.phone-verification-container .fi {
  background-position: 0 -2740px;
}
.phone-verification-container .fj {
  background-position: 0 -2772px;
}
.phone-verification-container .fm {
  background-position: 0 -2804px;
}
.phone-verification-container .fo {
  background-position: 0 -2837px;
}
.phone-verification-container .fr {
  background-position: 0 -2868px;
}
.phone-verification-container .bl,
.phone-verification-container .cp,
.phone-verification-container .mf,
.phone-verification-container .yt {
  background-position: 0 -2868px;
}
.phone-verification-container .ga {
  background-position: 0 -2100px;
}
.phone-verification-container .gb {
  background-position: 0 -2932px;
}
.phone-verification-container .sh {
  background-position: 0 -2932px;
}
.phone-verification-container .gd {
  background-position: 0 -2964px;
}
.phone-verification-container .ge {
  background-position: 0 -2996px;
}
.phone-verification-container .gg {
  background-position: 0 -3028px;
}
.phone-verification-container .gh {
  background-position: 0 -3060px;
}
.phone-verification-container .gi {
  background-position: 0 -3092px;
}
.phone-verification-container .gl {
  background-position: 0 -3124px;
}
.phone-verification-container .gm {
  background-position: 0 -3156px;
}
.phone-verification-container .gn {
  background-position: 0 -3188px;
}
.phone-verification-container .gp {
  background-position: 0 -3220px;
}
.phone-verification-container .gq {
  background-position: 0 -3252px;
}
.phone-verification-container .gr {
  background-position: 0 -3284px;
}
.phone-verification-container .gt {
  background-position: 0 -3316px;
}
.phone-verification-container .gu {
  background-position: 0 -3348px;
}
.phone-verification-container .gw {
  background-position: 0 -3380px;
}
.phone-verification-container .gy {
  background-position: 0 -3412px;
}
.phone-verification-container .hk {
  background-position: 0 -3444px;
}
.phone-verification-container .hn {
  background-position: 0 -3476px;
}
.phone-verification-container .hr {
  background-position: 0 -3508px;
}
.phone-verification-container .ht {
  background-position: 0 -3540px;
}
.phone-verification-container .hu {
  background-position: 0 -3572px;
}
.phone-verification-container .id {
  background-position: 0 -3604px;
}
.phone-verification-container .mc {
  background-position: 0 -3604px;
}
.phone-verification-container .ie {
  background-position: 0 -3636px;
}
.phone-verification-container .il {
  background-position: 0 -3668px;
}
.phone-verification-container .im {
  background-position: 0 -3700px;
}
.phone-verification-container .in {
  background-position: 0 -3732px;
}
.phone-verification-container .iq {
  background-position: 0 -3764px;
}
.phone-verification-container .ir {
  background-position: 0 -3796px;
}
.phone-verification-container .is {
  background-position: 0 -3828px;
}
.phone-verification-container .it {
  background-position: 0 -3860px;
}
.phone-verification-container .je {
  background-position: 0 -3892px;
}
.phone-verification-container .jm {
  background-position: 0 -3924px;
}
.phone-verification-container .jo {
  background-position: 0 -3956px;
}
.phone-verification-container .jp {
  background-position: 0 -3988px;
}
.phone-verification-container .ke {
  background-position: 0 -4020px;
}
.phone-verification-container .kg {
  background-position: 0 -4052px;
}
.phone-verification-container .kh {
  background-position: 0 -4084px;
}
.phone-verification-container .ki {
  background-position: 0 -4116px;
}
.phone-verification-container .km {
  background-position: 0 -4148px;
}
.phone-verification-container .kn {
  background-position: 0 -4180px;
}
.phone-verification-container .kp {
  background-position: 0 -4212px;
}
.phone-verification-container .kr {
  background-position: 0 -4244px;
}
.phone-verification-container .kw {
  background-position: 0 -4276px;
}
.phone-verification-container .ky {
  background-position: 0 -4308px;
}
.phone-verification-container .kz {
  background-position: 0 -4340px;
}
.phone-verification-container .la {
  background-position: 0 -4372px;
}
.phone-verification-container .lb {
  background-position: 0 -4404px;
}
.phone-verification-container .lc {
  background-position: 0 -4436px;
}
.phone-verification-container .li {
  background-position: 0 -4468px;
}
.phone-verification-container .lk {
  background-position: 0 -4500px;
}
.phone-verification-container .lr {
  background-position: 0 -4532px;
}
.phone-verification-container .ls {
  background-position: 0 -4564px;
}
.phone-verification-container .lt {
  background-position: 0 -4596px;
}
.phone-verification-container .lu {
  background-position: 0 -4628px;
}
.phone-verification-container .lv {
  background-position: 0 -4660px;
}
.phone-verification-container .ly {
  background-position: 0 -4692px;
}
.phone-verification-container .ma {
  background-position: 0 -4724px;
}
.phone-verification-container .md {
  background-position: 0 -4756px;
}
.phone-verification-container .me {
  background-position: 0 -4788px;
}
.phone-verification-container .mg {
  background-position: 0 -4820px;
}
.phone-verification-container .mh {
  background-position: 0 -4852px;
}
.phone-verification-container .mk {
  background-position: 0 -4884px;
}
.phone-verification-container .ml {
  background-position: 0 -4916px;
}
.phone-verification-container .mm {
  background-position: 0 -4948px;
}
.phone-verification-container .mn {
  background-position: 0 -4980px;
}
.phone-verification-container .mo {
  background-position: 0 -5012px;
}
.phone-verification-container .mq {
  background-position: 0 -5044px;
}
.phone-verification-container .mr {
  background-position: 0 -5076px;
}
.phone-verification-container .ms {
  background-position: 0 -5108px;
}
.phone-verification-container .mt {
  background-position: 0 -5140px;
}
.phone-verification-container .mu {
  background-position: 0 -5172px;
}
.phone-verification-container .mv {
  background-position: 0 -5204px;
}
.phone-verification-container .mw {
  background-position: 0 -5236px;
}
.phone-verification-container .mx {
  background-position: 0 -5268px;
}
.phone-verification-container .my {
  background-position: 0 -5300px;
}
.phone-verification-container .mz {
  background-position: 0 -5332px;
}
.phone-verification-container .na {
  background-position: 0 -5364px;
}
.phone-verification-container .nc {
  background-position: 0 -5396px;
}
.phone-verification-container .ne {
  background-position: 0 -5428px;
}
.phone-verification-container .ng {
  background-position: 0 -5460px;
}
.phone-verification-container .ni {
  background-position: 0 -5492px;
}
.phone-verification-container .nl {
  background-position: 0 -5524px;
}
.phone-verification-container .bq {
  background-position: 0 -5504px;
}
.phone-verification-container .no {
  background-position: 0 -5556px;
}
.phone-verification-container .bv,
.phone-verification-container .nq,
.phone-verification-container .sj {
  background-position: 0 -5536px;
}
.phone-verification-container .np {
  background-position: 0 -5588px;
}
.phone-verification-container .nr {
  background-position: 0 -5620px;
}
.phone-verification-container .nz {
  background-position: 0 -5652px;
}
.phone-verification-container .om {
  background-position: 0 -5684px;
}
.phone-verification-container .pa {
  background-position: 0 -5716px;
}
.phone-verification-container .pe {
  background-position: 0 -5748px;
}
.phone-verification-container .pf {
  background-position: 0 -5780px;
}
.phone-verification-container .pg {
  background-position: 0 -5812px;
}
.phone-verification-container .ph {
  background-position: 0 -5844px;
}
.phone-verification-container .pk {
  background-position: 0 -5876px;
}
.phone-verification-container .pl {
  background-position: 0 -5908px;
}
.phone-verification-container .pr {
  background-position: 0 -5940px;
}
.phone-verification-container .ps {
  background-position: 0 -5972px;
}
.phone-verification-container .pt {
  background-position: 0 -6004px;
}
.phone-verification-container .pw {
  background-position: 0 -6036px;
}
.phone-verification-container .py {
  background-position: 0 -6068px;
}
.phone-verification-container .qa {
  background-position: 0 -6100px;
}
.phone-verification-container .re {
  background-position: 0 -6132px;
}
.phone-verification-container .ro {
  background-position: 0 -6164px;
}
.phone-verification-container .rs {
  background-position: 0 -6196px;
}
.phone-verification-container .ru {
  background-position: 0 -6228px;
}
.phone-verification-container .rw {
  background-position: 0 -6260px;
}
.phone-verification-container .sa {
  background-position: 0 -6292px;
}
.phone-verification-container .sb {
  background-position: 0 -6324px;
}
.phone-verification-container .sc {
  background-position: 0 -6356px;
}
.phone-verification-container .sd {
  background-position: 0 -6388px;
}
.phone-verification-container .se {
  background-position: 0 -6420px;
}
.phone-verification-container .sg {
  background-position: 0 -6452px;
}
.phone-verification-container .si {
  background-position: 0 -6484px;
}
.phone-verification-container .sk {
  background-position: 0 -6516px;
}
.phone-verification-container .sl {
  background-position: 0 -6548px;
}
.phone-verification-container .sm {
  background-position: 0 -6580px;
}
.phone-verification-container .sn {
  background-position: 0 -6612px;
}
.phone-verification-container .so {
  background-position: 0 -6644px;
}
.phone-verification-container .sr {
  background-position: 0 -6676px;
}
.phone-verification-container .st {
  background-position: 0 -6708px;
}
.phone-verification-container .sv {
  background-position: 0 -6740px;
}
.phone-verification-container .sy {
  background-position: 0 -6772px;
}
.phone-verification-container .sz {
  background-position: 0 -6804px;
}
.phone-verification-container .tc {
  background-position: 0 -6836px;
}
.phone-verification-container .td {
  background-position: 0 -6868px;
}
.phone-verification-container .tg {
  background-position: 0 -6900px;
}
.phone-verification-container .th {
  background-position: 0 -6932px;
}
.phone-verification-container .tj {
  background-position: 0 -6964px;
}
.phone-verification-container .tl {
  background-position: 0 -6996px;
}
.phone-verification-container .tm {
  background-position: 0 -7028px;
}
.phone-verification-container .tn {
  background-position: 0 -7060px;
}
.phone-verification-container .to {
  background-position: 0 -7092px;
}
.phone-verification-container .tr {
  background-position: 0 -7124px;
}
.phone-verification-container .tt {
  background-position: 0 -7156px;
}
.phone-verification-container .tv {
  background-position: 0 -7188px;
}
.phone-verification-container .tw {
  background-position: 0 -7220px;
}
.phone-verification-container .tz {
  background-position: 0 -7252px;
}
.phone-verification-container .ua {
  background-position: 0 -7284px;
}
.phone-verification-container .ug {
  background-position: 0 -7316px;
}
.phone-verification-container .us {
  background-position: 0 -7348px;
}
.phone-verification-container .uy {
  background-position: 0 -7380px;
}
.phone-verification-container .uz {
  background-position: 0 -7412px;
}
.phone-verification-container .va {
  background-position: 0 -7444px;
}
.phone-verification-container .vc {
  background-position: 0 -7476px;
}
.phone-verification-container .ve {
  background-position: 0 -7508px;
}
.phone-verification-container .vg {
  background-position: 0 -7540px;
}
.phone-verification-container .vi {
  background-position: 0 -7572px;
}
.phone-verification-container .vn {
  background-position: 0 -7604px;
}
.phone-verification-container .vu {
  background-position: 0 -7636px;
}
.phone-verification-container .ws {
  background-position: 0 -7668px;
}
.phone-verification-container .ye {
  background-position: 0 -7700px;
}
.phone-verification-container .za {
  background-position: 0 -7732px;
}
.phone-verification-container .zm {
  background-position: 0 -7764px;
}
.phone-verification-container .zw {
  background-position: 0 -7796px;
}
.phone-verification-container .sx {
  background-position: 0 -7828px;
}
.phone-verification-container .cw {
  background-position: 0 -7860px;
}
.phone-verification-container .ss {
  background-position: 0 -7892px;
}
.phone-verification-container .nu {
  background-position: 0 -7924px;
}
.phone-verification-container .io {
  background-position: 0 -7951px;
}
.phone-verification-container .cc {
  background-position: 0 -7976px;
}
.phone-verification-container .bq {
  background-position: 0 -8006px;
}
.phone-verification-container .cx {
  background-position: 0 -8032px;
}
.phone-verification-container .gf {
  background-position: 0 -8063px;
}
.phone-verification-container .gp {
  background-position: 0 -8095px;
}
.phone-verification-container .pm {
  background-position: 0 -8158px;
}
.phone-verification-container .sj {
  background-position: 0 -8187px;
}
.phone-verification-container .cs {
  background-position: 0 -8250px;
}
.phone-verification-container .fk {
  background-position: 0 -8279px;
}
.phone-verification-container .mp {
  background-position: 0 -8306px;
}
.phone-verification-container .nf {
  background-position: 0 -8336px;
}
.phone-verification-container .tk {
  background-position: 0 -8364px;
}
.phone-verification-container .wf {
  background-position: 0 -8394px;
}
.phone-verification-container .xk {
  background-position: 0 -339px;
}
.phone-verification-container .ta {
  background-position: 0 8px;
}
.phone-verification-container .tfa-form-container #selectOneOfTheOptions a {
  width: auto;
  text-align: left;
}
.makeMeList {
  display: none;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.icomoon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.claim-prepaid .redirect {
  box-sizing: border-box;
  color: #999999;
  cursor: auto;
  display: inline-block;
  height: auto;
  text-decoration: none;
  width: auto;
}
.claim-subscription .redirect {
  box-sizing: border-box;
  color: #999999;
  cursor: auto;
  display: inline-block;
  height: auto;
  text-decoration: none;
  width: auto;
}
.eCommerceAccessEntitlementWidget .tabs-widget .tab-nav {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.eCommerceAccessEntitlementWidget .tabs-widget .tab-nav li {
  float: none;
  display: table-cell;
}
.eCommerceAccessEntitlementWidget .tab-pane-content {
  display: table;
  width: 100%;
}
.eCommerceAccessEntitlementWidget .sort-by,
.eCommerceAccessEntitlementWidget .access-row {
  display: table-row;
}
.eCommerceAccessEntitlementWidget .access-cell {
  display: table-cell;
}
.forgot-pass-container .captcha-container .error {
  display: none;
}
.weakPassMsg .request-reset-form {
  display: inline;
  padding: 0px;
}
.weakPassMsg .request-reset-form input[type=submit] {
  border: none;
  background: none;
  color: #336699;
  display: inline;
  padding: 0px;
}
@media (max-width: 992px) {
  .g-recaptcha {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.jcf-hidden {
  display: none;
}
.jcf-radio.jcf-checked span {
  display: block;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}
.jcf-select {
  display: block;
  position: relative;
  border: 1px solid #9b9b9d;
  text-align: left;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  height: 40px;
  cursor: default;
  border-radius: 0;
}
.jcf-select:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 18px;
  border-style: solid;
  border-width: 6px 5px;
  border-color: #000 transparent transparent;
}
.jcf-select.select-active {
  border-bottom: 0px;
}
.jcf-select .jcf-select-text {
  color: #58595b;
  line-height: 40px;
  margin: 0 35px 0 14px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 43px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #9b9b9d;
  border-top: 0px;
  border-radius: 0 0 4px 4px;
  padding: 10px 0 10px;
  background: #fff;
  margin-top: -3px;
}
.jcf-select-drop .jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  line-height: 18px;
  width: 100%;
}
.jcf-select-drop .jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-select-drop .jcf-list ul li {
  padding: 11px 15px;
}
.jcf-select-drop .jcf-list ul li span {
  color: #999;
  text-decoration: none;
  display: block;
}
.jcf-select-drop .jcf-list ul li span:hover {
  color: #000;
}
.jcf-checkbox {
  vertical-align: top;
  display: inline-block;
  position: relative;
  cursor: default;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #00aeef;
  margin: 0 12px 0 0;
  height: 20px;
  width: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  vertical-align: middle;
  box-sizing: border-box;
}
.jcf-checkbox span {
  position: absolute;
  height: 6px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 1px solid #00aeef;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: none;
  margin: -4px 0 0 -5px;
  box-sizing: border-box;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}
.check-lab-conta,
.radio-lab-conta {
  padding-top: 10px;
}
.check-lab-conta label,
.radio-lab-conta label {
  display: inline-block;
  max-width: 310px;
  vertical-align: middle;
}
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: default;
  background: #fff;
  border: 1px solid #00aeef;
  border-radius: 12px;
  margin: 0 10px 0 0;
  height: 20px;
  width: 20px;
}
.jcf-radio span {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #00aeef;
  border-radius: 20px;
  display: none;
}
.jcf-radio.jcf-checked span {
  display: block;
}
.login-popup,
.registration-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 110000;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: scroll;
}
.login-popup h2,
.registration-popup h2 {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
  margin-top: 0;
  padding-bottom: 15px;
}
.login-popup .close,
.registration-popup .close {
  float: right;
  font-size: 25px;
  margin-right: 30px;
  margin-top: 30px;
  color: #cccccc;
}
.login-popup .content,
.registration-popup .content {
  max-width: 390px;
  margin: 11% auto 5%;
  padding: 0 10px;
}
.login-popup form,
.registration-popup form {
  margin-top: 20px;
}
.login-popup .input-group,
.registration-popup .input-group {
  position: relative;
  margin-bottom: 25px;
}
.login-popup .input-group .label,
.registration-popup .input-group .label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #58595b;
}
.login-popup .input-group input,
.registration-popup .input-group input {
  border: 1px solid #9b9b9d;
  padding: 10px;
  font-size: 15px;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}
.login-popup .input-group .actions,
.registration-popup .input-group .actions {
  margin-top: 3px;
}
.login-popup .remember,
.registration-popup .remember {
  position: relative;
}
.login-popup .remember .label,
.registration-popup .remember .label {
  color: #999999;
}
.login-popup .submit,
.registration-popup .submit {
  text-align: center;
}
.login-popup .submit input:disabled,
.registration-popup .submit input:disabled {
  color: #848789;
  border-color: #848789;
}
.login-popup .button.primary:disabled,
.registration-popup .button.primary:disabled,
.login-popup .button.primary:disabled:hover,
.registration-popup .button.primary:disabled:hover {
  border-color: #999999;
  color: #999999;
  background: #fff;
}
.login-popup .center,
.registration-popup .center {
  text-align: center;
}
.popup__large .content {
  max-width: 848px !important;
  width: 100%;
}
.loginPopup .popup {
  overflow-y: auto;
}
.input-group:not(.ignore-popup) .pass-strength-popup {
  position: absolute;
  width: 92%;
  top: 101%;
  padding: 14px;
  background: #fefefe;
  font-size: .875em;
  border: 2px solid gray;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.input-group:not(.ignore-popup) .pass-strength-popup.too-long {
  border: 2px solid #a6192e;
}
.input-group:not(.ignore-popup) .pass-strength-popup.too-long:before {
  border-color: #a6192e;
}
.input-group:not(.ignore-popup) .pass-strength-popup.weak,
.input-group:not(.ignore-popup) .pass-strength-popup.too-long {
  border: 2px solid #a6192e;
}
.input-group:not(.ignore-popup) .pass-strength-popup.weak .strength,
.input-group:not(.ignore-popup) .pass-strength-popup.too-long .strength {
  color: #a6192e;
}
.input-group:not(.ignore-popup) .pass-strength-popup.weak:before,
.input-group:not(.ignore-popup) .pass-strength-popup.too-long:before {
  border-color: #a6192e;
}
.input-group:not(.ignore-popup) .pass-strength-popup.strong {
  border: 2px solid #00771a;
}
.input-group:not(.ignore-popup) .pass-strength-popup.strong .strength {
  color: #00771a;
}
.input-group:not(.ignore-popup) .pass-strength-popup.strong:before {
  border-color: #00771a;
}
.input-group:not(.ignore-popup) .pass-strength-popup h4 {
  margin: 0px;
  padding: 0;
  font-weight: normal;
  color: #595A5C;
}
.input-group:not(.ignore-popup) .pass-strength-popup:before {
  content: "\25B2";
  position: absolute;
  top: -9px;
  left: 3%;
  font-size: 11px;
  line-height: 11px;
  color: white;
  border: solid gray;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 0px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: white;
}
.input-group:not(.ignore-popup) .pass-strength-popup ul {
  padding: 0 10px 0 0;
  margin: 0px;
  list-style: none;
  display: inline;
}
.input-group:not(.ignore-popup) .pass-strength-popup li {
  display: inline-block;
  font-weight: normal;
}
.input-group:not(.ignore-popup) .pass-strength-popup li:last-child:after {
  content: " ";
  padding: 0px;
}
.input-group:not(.ignore-popup) .pass-strength-popup .strength {
  text-transform: capitalize;
  display: inline;
  font-weight: bold;
  margin-left: 15px;
}
.input-group:not(.ignore-popup) .separator {
  padding: 0 3px 0 3px;
  color: #777;
}
.input-group:not(.ignore-popup) #special,
.input-group:not(.ignore-popup) #number,
.input-group:not(.ignore-popup) #capital {
  margin-left: 3px;
}
.input-group:not(.ignore-popup) .strength-two li:after {
  content: "";
  padding: 0px;
}
.input-group:not(.ignore-popup) .strength-two #letter {
  margin-right: 3px;
}
.input-group:not(.ignore-popup) .strength-three h4 {
  margin: 0 0 5px 0;
}
.input-group:not(.ignore-popup) .invalid {
  color: #777;
}
.input-group:not(.ignore-popup) .valid {
  color: #777;
  text-decoration: line-through;
}
.input-group:not(.ignore-popup) .too-short + .pass-strength-popup {
  border: 2px solid #a6192e;
}
.input-group:not(.ignore-popup) .too-short + .pass-strength-popup:before {
  border-color: #a6192e;
}
.input-group:not(.ignore-popup) .too-short + .pass-strength-popup .strength {
  color: #a6192e;
}
.contents .login-info .input-group div.password-strength-indicator,
.resetPasswordWidget .input-group .password-strength-indicator {
  display: none;
}
.registration-confirmation {
  width: 400px;
  margin: auto;
  padding: 60px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.registration-confirmation hr {
  width: 100%;
}
.registration-confirmation h3 {
  margin: 0;
  font-size: 1.25rem;
}
.registration-confirmation .registration-confirmation .checkbox-group {
  margin: 30px 20px;
}
.registration-confirmation .registration-confirmation .checkbox-group label {
  display: block;
  font-size: .875rem;
  margin-bottom: 30px;
}
.registration-confirmation .confirmation-footer {
  margin-top: 70px;
  font-size: .75rem;
}
.registration-confirmation-message {
  width: 100%;
  padding: 0;
  display: block;
}
.registration-confirmation-message .registration-confirmation--title {
  margin: 0;
  display: inline;
}
.pass-strength-popup .invalid:not(:last-child):after {
  content: ",";
}
.pass-strength-popup .invalid:last-child:after {
  content: ".";
}
li.separator:before {
  content: ", ";
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.icomoon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shibboleth .header {
  text-transform: uppercase;
  color: #204c8b;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.shibboleth .open-athens .header {
  border-bottom: none;
  text-transform: none;
}
.shibboleth .content {
  padding-left: 15px;
}
.shibboleth .recent {
  color: #000000;
}
.shibboleth .federation {
  color: #000000;
  padding-bottom: 20px;
}
.shibboleth .federation .name {
  text-transform: uppercase;
}
.shibboleth .federation .name a:after {
  font-family: 'icomoon';
  font-size: 8px;
  margin-left: 5px;
  content: '\e61c';
  vertical-align: middle;
}
.shibboleth .federation .name a.collapsed:after {
  content: '\e61d';
}
.shibboleth ul {
  list-style: none;
  padding: 0;
}
.shibboleth li {
  padding-top: 2px;
  padding-bottom: 2px;
}
.shibboleth li a {
  color: #000000;
}
.institutional-login {
  font: 400 14px/16px;
  margin: auto;
  max-width: 650px;
  padding: 0 18px;
}
.institutional-heading--primary {
  color: #204c8b;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
.institutional--link {
  color: #1554b2;
  font-weight: 500;
  flex-shrink: 0;
}
.institutional--select {
  margin: 32px 0 40px;
  position: relative;
  font: 400 12px/16px;
}
.institutional--select .ms-ctn-focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.institutional--select .ms-ctn-focus .ms-sel-ctn::after {
  content: none;
}
.institutional--select .loader,
.institutional--select .loader:after {
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.institutional--select .loader {
  margin: 0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .institutional-heading--primary {
    order: 2;
  }
  .institutional--link {
    order: 1;
    margin-bottom: 16px;
  }
}
.institutional--select .ms-ctn {
  width: 100%;
  padding: 0;
}
.institutional--select .ms-empty-res h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px;
}
.institutional--select .ms-empty-res em {
  background: transparent;
  color: #000000;
  font-weight: 500;
  font-style: normal;
}
.institutional--select .ms-empty-res p {
  margin: 0;
}
.institutional--select .ms-helper {
  box-sizing: border-box;
  color: #757575;
  flex-shrink: 0;
  font: inherit;
  left: 0;
  margin: 0;
  order: 2;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
}
.institutional--select .ms-helper.visible {
  padding: 16px 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
}
.institutional--select .ms-helper .ms-recently-logged {
  border-top: 1px solid #d9d9d9;
  margin: 16px 16px -8px;
  padding: 8px 0 0;
  text-align: left;
}
.institutional--select .ms-helper .ms-recently-logged h5 {
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}
.institutional--select .ms-helper .ms-recently-logged .ms-org-row {
  display: flex;
  margin-top: 8px;
}
.institutional--select .ms-helper .ms-recently-logged .ms-org-remove {
  flex: 0 0 auto;
  padding: 4px;
  background-color: transparent;
}
.institutional--select .ms-res-item a {
  padding: 8px;
  display: block;
}
.institutional--select .ms-res-item em {
  background: transparent;
  color: #000000;
  font-style: normal;
  font-weight: 600;
}
.institutional--select .ms-helper .ms-recently-logged a,
.institutional--select .ms-res-item a {
  color: #757575;
  font-weight: 500;
  text-decoration: none;
  flex-grow: 1;
}
.institutional--select .ms-helper .ms-recently-logged a:hover,
.institutional--select .ms-res-item a:hover {
  color: #000000;
}
.institutional--select .ms-res-ctn.dropdown-menu {
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 8px;
  overflow: auto;
}
.institutional--select .ms-sel-ctn {
  border: 1px solid #d9d9d9;
  flex: 1;
  font: 400 12px/16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.institutional--select .ms-sel-ctn::after {
  content: '';
  width: 12px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 14px;
  background-image: url("/templates/jsp/images/chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.institutional--select .ms-sel-ctn .ms-sel-item {
  box-sizing: border-box;
  height: calc(98%);
  left: 1px;
  position: absolute;
  top: 1px;
  width: 100%;
}
.institutional--select .ms-sel-ctn input,
.institutional--select .ms-sel-ctn .ms-sel-item {
  font: inherit;
  font-weight: 500;
  padding: 8px 14px;
  background: white;
}
.institutional--select .ms-sel-ctn input {
  box-sizing: border-box;
  border: 0;
  width: 100% !important;
  outline: none;
  padding-right: 40px;
  margin: 0;
}
.institutional--select input::-webkit-input-placeholder {
  color: #757575;
  font: 500 12px/16px;
}
.institutional--select input::-moz-placeholder {
  color: #757575;
  font: 500 12px/16px;
}
.institutional--select input:-ms-input-placeholder {
  color: #757575;
  font: 500 12px/16px;
}
.institutional--select input:-moz-placeholder {
  color: #757575;
  font: 500 12px/16px;
}
#msBlur {
  position: absolute;
  right: 7px;
  top: 10px;
  cursor: pointer;
}
.federation--list,
.federation--list-inner {
  color: #757575;
  font-weight: 500;
  font-size: 12px;
  list-style-type: none;
  margin: 16px 0;
  padding-inline-start: 0;
}
.federation--list a,
.federation--list-inner a {
  color: inherit;
  text-decoration: none;
  padding: 16px 0;
  display: inline-block;
}
.federation--list a:hover,
.federation--list-inner a:hover,
.federation--list a:focus,
.federation--list-inner a:focus,
.federation--list a:active,
.federation--list-inner a:active {
  color: #000000;
}
.federation--list li {
  border-bottom: 1px solid #d9d9d9;
}
.federation--list-inner {
  margin: 24px 0;
}
.federation--list-inner a {
  padding: 8px 0;
}
.goBack--section {
  box-sizing: border-box;
  min-height: 72px;
  padding: 24px 0;
}
.goBack--link {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.goBack--link-icon {
  margin: 0 4px;
  vertical-align: middle;
}
.goBack--link-icon + .goBack--link-text {
  margin-left: 8px;
}
.goBack--link-text {
  margin: 0 4px;
  vertical-align: middle;
}
.boxed-title {
  align-items: center;
  border-bottom: 3px solid #204c8b;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .boxed-title {
    flex-direction: column;
    align-items: unset;
  }
}
.center-aligned {
  text-align: center;
}
.decorative-element {
  max-width: 100%;
  width: 300px;
  margin: 16px auto;
  position: relative;
}
.decorative-element:before {
  background: #d9d9d9;
  content: ' ';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
}
.decorative-element span {
  background: white;
  padding: 0 12px;
  display: inline-block;
  position: relative;
}
.institution-preference-userconsent-container {
  width: 1000px;
  padding-bottom: 20px;
}
.institution-preference-userconsent-container .institution-preference-userconsent-text,
.institution-preference-userconsent-container .institution-preference-userconsent-checkbox {
  display: inline-block;
}
.institution-preference-userconsent-container .institution-preference-userconsent-checkbox {
  margin-top: 9px;
}
.institution-preference-userconsent-container .seamless-access-link {
  width: 120px;
  vertical-align: middle;
}
.institution-preference-userconsent-container .institution-preference-learnmore-userconsent {
  color: #0A68B4;
}
.modal-backdrop {
  background: transparent;
}
#learnMorePopup .modal__dialog {
  overflow: visible;
  padding: 0;
  box-shadow: 0px 3px 6px #00000029;
  margin: 150px auto;
}
#learnMorePopup .modal__header {
  height: 28px;
  background-color: #EAEAEA;
  padding: 0 10px;
}
#learnMorePopup .modal__header .close i {
  color: #707070;
}
#learnMorePopup .modal__header .dots .dot {
  background-color: #707070;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
#learnMorePopup .modal__body .seamlessAccessLogo {
  padding: 11px 17px;
}
#learnMorePopup .modal__body .border--separator {
  border-bottom: solid 1px #D8D9DD;
}
#learnMorePopup .modal__body .popupContent {
  padding: 5px 20px;
}
#learnMorePopup .modal__body .popupContent a {
  color: #006F97;
  outline: none;
  text-decoration: none;
}
#learnMorePopup .modal__body .popupContent .additionalInfo {
  margin: 20px 0;
  text-align: center;
}
#learnMorePopup .modal__footer {
  text-align: center;
  background-color: #EAEAEA;
  padding: 8px 10px;
  border: 0;
  margin: 0;
}
.icon-info-circle:before {
  content: url("/templates/jsp/images/icon_info.gif");
}
.icon-close:before {
  content: url("/templates/jsp/images/close.svg");
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.icomoon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login-form.remote {
  margin: auto;
  max-width: 650px;
  padding: 30px 18px 0;
}
.login-form.remote h1 {
  color: #204c8b;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.searchCapitalLabels {
  text-transform: uppercase;
}
.searchButtons {
  width: 79px;
  height: 24px;
  background: #b3b3b3;
  border: 0;
  cursor: pointer;
  padding: 0 0 2px;
  color: #fff;
  font-size: 14px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.searchButtons:hover,
.searchButtons:active,
.searchButtons:focus {
  opacity: 1;
}
.searchButtons:disabled {
  opacity: 0.7;
}
.searchButtons:disabled:hover {
  background-color: #d3d3d3;
}
.searchBox {
  border: 1px solid #cccccc;
  padding-top: 0.2em;
  background: transparent;
}
.AfterFilter,
.BeforeFilter {
  display: inline-block;
}
.width_2_3 .advancedSearch .search-term {
  width: 81%;
}
.advancedSearch .searchButtons {
  float: right;
}
.advancedSearch,
.newAdvancedSearch {
  color: rgba(0, 0, 0, 0.8);
}
.advancedSearch .timeFrame label,
.newAdvancedSearch .timeFrame label {
  width: 40px;
  display: inline-table;
}
.advancedSearch .tabs .tab-nav,
.newAdvancedSearch .tabs .tab-nav {
  height: auto;
}
.advancedSearch .submitRow,
.newAdvancedSearch .submitRow {
  float: right;
  margin: 0.5em 0.6em 0em 0em;
}
.advancedSearch .customDateFilterDropDowns,
.newAdvancedSearch .customDateFilterDropDowns {
  margin: 0.8em 0em 0em 2em;
}
.advancedSearch .stackThem,
.newAdvancedSearch .stackThem {
  margin-top: 0.5em;
  text-transform: capitalize;
}
.advancedSearch .advanced-search-link,
.newAdvancedSearch .advanced-search-link {
  text-decoration: none;
  color: #205488;
  cursor: pointer;
  font-size: 13px;
}
.advancedSearch .advanced-search-link:hover,
.newAdvancedSearch .advanced-search-link:hover {
  text-decoration: underline;
  color: #3f7cba;
}
.advancedSearch .tabs,
.newAdvancedSearch .tabs {
  padding: 0;
}
.advancedSearch .tabs .tab-nav,
.newAdvancedSearch .tabs .tab-nav {
  border-bottom: none;
  padding-left: 0em;
}
.advancedSearch .mainSearchForm,
.newAdvancedSearch .mainSearchForm,
.advancedSearch .storySearchForm,
.newAdvancedSearch .storySearchForm,
.advancedSearch .searchFilterOptions,
.newAdvancedSearch .searchFilterOptions {
  margin-top: 0em;
  padding: 1em;
}
.advancedSearch .publicationInput,
.newAdvancedSearch .publicationInput {
  margin-top: 0.4em;
  border: 1px solid #C2C8C5;
}
.advancedSearch .publicationInput .chosen-choices,
.newAdvancedSearch .publicationInput .chosen-choices {
  border: none;
  background-image: none;
}
.advancedSearch .publicationInput .chosen-choices li.search-field input[type=text],
.newAdvancedSearch .publicationInput .chosen-choices li.search-field input[type=text] {
  color: #ccc;
  font-family: inherit;
}
.advancedSearch .publicationInput .chosen-choices li.search-choice,
.newAdvancedSearch .publicationInput .chosen-choices li.search-choice {
  background-image: none;
  border: none;
}
.advancedSearch .search-term,
.newAdvancedSearch .search-term {
  border: 1px solid #C2C8C5;
  height: 1.7em;
  margin-top: 0.4em;
  padding-left: 6px;
  width: 64%;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  outline: none;
}
.advancedSearch .search-term:focus,
.newAdvancedSearch .search-term:focus {
  border-color: #7f9db9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.advancedSearch .search-term.big,
.newAdvancedSearch .search-term.big {
  width: 70%;
}
.advancedSearch .noscript,
.newAdvancedSearch .noscript {
  display: none;
}
.advancedSearch .searchFilterOptions,
.newAdvancedSearch .searchFilterOptions {
  margin-top: 0.5em;
}
.advancedSearch .searchFilterOptions h4,
.newAdvancedSearch .searchFilterOptions h4 {
  font-weight: bold;
}
.advancedSearch .extraContentFilters,
.newAdvancedSearch .extraContentFilters {
  border-top: 1px solid #CCCCCC;
  padding: 0.2em 1em 1em 1em;
  overflow: hidden;
}
.advancedSearch .timeFrame,
.newAdvancedSearch .timeFrame {
  margin-top: 0.5em;
}
.advancedSearch .includeFilters,
.newAdvancedSearch .includeFilters {
  margin: 1em 0 0 0em;
}
.advancedSearch .newSearchLinkContainer,
.newAdvancedSearch .newSearchLinkContainer {
  border: 1px dotted #ccc;
  padding: 0.2em;
  margin-top: 0.4em;
}
#searchTimeFormContainer #timeFrame {
  clear: both;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.searchFacets,
.newSearchFacets {
  text-transform: capitalize;
  font-size: 10.5pt;
}
.searchFacets h3,
.newSearchFacets h3,
.searchFacets strong,
.newSearchFacets strong {
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.searchFacets li:hover,
.newSearchFacets li:hover {
  opacity: 0.7;
}
.searchFacets .facet-link,
.newSearchFacets .facet-link {
  text-decoration: none;
}
.searchFacets ul,
.newSearchFacets ul {
  padding: 0em;
  margin: 0;
  overflow: hidden;
}
.searchFacets li,
.newSearchFacets li {
  list-style: none;
  margin: 0.5em 0em 0.5em 0em;
}
.searchFacets .container,
.newSearchFacets .container {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
}
.searchFacets .rmFilters:before,
.newSearchFacets .rmFilters:before {
  content: '';
}
.searchFacets .filters a,
.newSearchFacets .filters a {
  position: relative;
  top: .1em;
}
.searchFacets .filters a:before,
.newSearchFacets .filters a:before {
  content: url('/templates/jsp/pb2/img/icon_x_small_facets.png');
}
.searchFacets .filters a:hover,
.newSearchFacets .filters a:hover {
  background: #EFEFEF;
}
.searchFacets .facet-count-container,
.newSearchFacets .facet-count-container {
  display: inline;
  float: right;
}
.searchFacets .facet-link-container,
.newSearchFacets .facet-link-container {
  width: 80%;
  float: left;
  margin-bottom: 0.5em;
  text-indent: -0.4em;
  padding-left: 0.4em;
}
.searchFacets .facet-count,
.newSearchFacets .facet-count {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  padding: 3px 5px 2px;
  font-size: 11px;
  border-radius: 3px;
}
.searchFacets .facetHeader,
.newSearchFacets .facetHeader {
  height: 1.4em;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 0.5em;
}
.searchFacets .toggleMoreFacets,
.newSearchFacets .toggleMoreFacets {
  text-transform: uppercase;
  cursor: pointer;
}
.searchFacets .toggleMoreFacets:hover,
.newSearchFacets .toggleMoreFacets:hover {
  text-decoration: underline;
}
.noscript .searchFacets .toggleMoreFacets,
.noscript .newSearchFacets .toggleMoreFacets {
  display: none;
}
.searchFacets .hiddenChildrenFacets,
.newSearchFacets .hiddenChildrenFacets {
  margin-top: -0.54em;
}
.searchFacets .custom-date-label,
.newSearchFacets .custom-date-label {
  color: #0b52a0;
  margin-bottom: 0.8em;
  cursor: pointer;
}
.searchFacets form[name=dateRangeForm],
.newSearchFacets form[name=dateRangeForm] {
  margin-top: 1em;
}
.searchFacets .customDateFilterDropDowns select,
.newSearchFacets .customDateFilterDropDowns select {
  background: #fff;
  border: 1px solid #CCC;
  padding: 0.2em;
}
.searchFacets .customDateFilterDropDowns .searchButtons,
.newSearchFacets .customDateFilterDropDowns .searchButtons {
  width: 54px;
}
.searchFacets .customDateFilterDropDowns label,
.newSearchFacets .customDateFilterDropDowns label {
  width: 19%;
  display: inline-block;
}
.searchFacets .ms-ctn,
.newSearchFacets .ms-ctn {
  background: url('/templates/jsp/images/chosen-sprite.png') no-repeat 100% -21px;
  background-color: #fff;
  margin-top: 2px;
}
.searchFacets .ms-ctn input,
.newSearchFacets .ms-ctn input {
  min-width: 120px!important;
}
.searchFacets .ui-widget-header,
.newSearchFacets .ui-widget-header {
  background: none;
}
.searchFacets .ui-state-default,
.newSearchFacets .ui-state-default {
  background: #fff;
  border-radius: 0;
}
.searchFacets .ui-widget-content,
.newSearchFacets .ui-widget-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 15px;
  border-radius: 0;
}
.searchFacets .ui-slider-handle,
.newSearchFacets .ui-slider-handle {
  width: 6px;
  height: 22px;
  border-radius: 4px;
  background: none repeat scroll 0% 0% #ffffff;
  cursor: col-resize;
}
.searchFacets .ui-slider-handle:first-of-type,
.newSearchFacets .ui-slider-handle:first-of-type {
  margin-left: -0.1em;
}
.searchFacets .ui-slider-handle:nth-last-of-type(1),
.newSearchFacets .ui-slider-handle:nth-last-of-type(1) {
  margin-left: -0.2em;
}
.searchFacets .ui-color-slice,
.newSearchFacets .ui-color-slice {
  height: 15px;
  float: left;
}
.searchFacets .search-term,
.newSearchFacets .search-term {
  width: 15%;
  margin-top: 2em;
}
.searchFacets .search-term:hover,
.newSearchFacets .search-term:hover {
  border: 1px solid #0b52a0;
}
.searchFacets input[type=number]::-webkit-inner-spin-button,
.newSearchFacets input[type=number]::-webkit-inner-spin-button,
.searchFacets input[type=number]::-webkit-outer-spin-button,
.newSearchFacets input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.searchFacets input[type=number],
.newSearchFacets input[type=number] {
  -moz-appearance: textfield;
}
.searchFacets .ms-ctn .ms-sel-ctn input,
.newSearchFacets .ms-ctn .ms-sel-ctn input {
  border: 0;
  box-shadow: none;
  -webkit-transition: none;
  outline: 0;
  display: block;
  padding: 0;
  line-height: 1.42857143;
  margin: 1px 0;
}
.searchFacets .ms-ctn .ms-sel-ctn input:focus,
.newSearchFacets .ms-ctn .ms-sel-ctn input:focus {
  background: inherit;
}
.searchFacets input[type=number]::-webkit-inner-spin-button,
.newSearchFacets input[type=number]::-webkit-inner-spin-button,
.searchFacets input[type=number]::-webkit-outer-spin-button,
.newSearchFacets input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.searchFacets input[type=number],
.newSearchFacets input[type=number] {
  -moz-appearance: textfield;
}
.ajax-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.search-page-body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newSearchResults {
  font-size: 11pt;
}
.newSearchResults .search-results-header,
.newSearchResults .search-results-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.newSearchResults .search-results-header .markall,
.newSearchResults .search-results-footer .markall {
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.newSearchResults .search-results-header span,
.newSearchResults .search-results-footer span {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.newSearchResults .content-panel {
  padding-bottom: 1em;
}
.newSearchResults .resultsPerPageContainer {
  font-size: 9pt;
}
.newSearchResults .search-result-row {
  padding-bottom: 0.5em;
}
.newSearchResults article {
  overflow: hidden;
  font-size: 10pt;
}
.newSearchResults .art_title {
  margin: 10px 0px 5px 0px;
}
.newSearchResults .book-cover {
  margin-right: 1em;
}
.newSearchResults .accessIcon {
  margin-left: 0.5em;
  vertical-align: middle;
}
.newSearchResults .author {
  margin-top: 10px;
}
.newSearchResults .entryAuthor {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
}
.newSearchResults .publication-meta {
  font-size: 10pt;
  text-transform: uppercase;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.newSearchResults .publication-meta .ref {
  padding-right: 0.5em;
}
.newSearchResults .publication-meta .ref:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0em 0.5em 0em 0.5em;
}
.newSearchResults .abstractSnippet {
  margin: 5px 0px 5px 0px;
}
.newSearchResults .publication-year {
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  padding-right: 0.5em;
}
.newSearchResults .searchResultJournal {
  padding-left: 0.5em;
}
.newSearchResults .art_title a {
  font-weight: bold;
  font-size: 11pt;
}
.newSearchResults .abstractParagraph {
  color: rgba(0, 0, 0, 0.7);
}
.newSearchResults .paginationLinkContainer {
  margin-top: 2em;
  overflow: hidden;
}
.newSearchResults .paginationLinkContainer .linkList {
  padding: 0em .5em 0em .5em;
}
.newSearchResults .paginationLinkContainer a {
  color: rgba(0, 0, 0, 0.5);
}
.newSearchResults .paginationLinkContainer b {
  color: #0b52a0;
  border-bottom: 2px solid #0b52a0;
}
.newSearchResults .paginationLinkContainer li {
  border: none;
  padding: 0;
}
.newSearchResults .paginationLinkContainer li .previousPage .paginationArrowSymbol,
.newSearchResults .paginationLinkContainer li .nextPage .paginationArrowSymbol {
  padding: 7px;
}
.newSearchResults .paginationLinkContainer li .previousPage .paginationArrowSymbol.next,
.newSearchResults .paginationLinkContainer li .nextPage .paginationArrowSymbol.next {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -22px -53px;
}
.newSearchResults .paginationLinkContainer li .previousPage .paginationArrowSymbol.prev,
.newSearchResults .paginationLinkContainer li .nextPage .paginationArrowSymbol.prev {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -3px -53px;
}
.newSearchResults .paginationLinkContainer a,
.newSearchResults .paginationLinkContainer b {
  padding: 5px 5px 1px 5px;
}
.newSearchResults .paginationLinkContainer .paginationSortControl {
  overflow: hidden;
}
.newSearchResults .previewContainer {
  display: inline-table;
  cursor: pointer;
  width: 100%;
}
.newSearchResults .previewContainer article {
  margin-top: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 1em;
  text-align: justify;
}
.newSearchResults .abstract-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.newSearchResults .browse-left-column {
  margin-right: 1em;
  padding-top: 3px;
}
.newSearchResults .storyEntry {
  overflow: hidden;
  font-size: 10pt;
  margin-bottom: 15px;
}
.newSearchResults .storyEntry .story_title {
  margin: 10px 0px 5px 0px;
}
.followResultsWidget {
  line-height: 3em;
  border-bottom: 1px solid #ccc;
}
.followResultsWidget .saveSearchDialog {
  display: none;
}
.followResultsWidget ul,
.followResultsWidget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.followResultsWidget span {
  font-size: 15px;
}
.followResultsWidget .pagingVerb {
  display: inline;
  text-transform: uppercase;
  margin-bottom: -10px;
  margin-top: -10px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.followResultsWidget .emphasis {
  display: inline-block;
}
.followResultsWidget .follow-results-container {
  line-height: 3em;
}
.followResultsWidget .paginationLabelContainer .paginationStatus {
  display: inline;
  font-size: 15px;
}
.followResultsWidget .paginationLabelContainer .emphasis {
  color: #0b52a0;
}
.followResultsWidget .RSS {
  width: 12px;
  height: 13px;
  background-position: -73px -5px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0;
  padding-right: 1.9em;
}
.followResultsWidget .save {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 14px;
  background-position: -83px -27px;
  margin-left: 0;
}
.queryFilters {
  display: inline;
}
.queryFilters li {
  line-height: 1.3;
  word-wrap: normal;
  display: inline-block;
  border-radius: 2px;
  margin-left: 0.2em;
  border: 1px solid rgba(63, 124, 186, 0.1);
  background: rgba(63, 124, 186, 0.1);
  padding: 0.2em;
  color: rgba(0, 0, 0, 0.8);
}
.queryFilters .parent-tag {
  background: rgba(63, 124, 186, 0.003);
}
.queryFilters .rmFilters {
  color: #0b52a0;
}
.queryFilters .rmFilters:before {
  background-image: none;
  content: none;
}
.queryFilters .rmFilters:hover {
  color: #3f7cba;
}
.queryFilters .resetFilter {
  border: 1px solid #0b52a0;
  background: #fff;
}
.queryFilters a {
  text-decoration: none;
}
.queryFilters a:before {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: -43px -77px;
  content: " ";
}
.saveSearchDialog {
  color: rgba(0, 0, 0, 0.8);
}
.saveSearchDialog .login-prompt {
  padding: 1em;
}
.saveSearchDialog.modal-dialog {
  z-index: 9999;
  max-width: 400px;
  background-color: white;
  top: 0;
  left: 0;
  max-height: 400px;
  position: absolute;
}
.saveSearchDialog .save-search-submit {
  margin-top: 1.7em;
}
.saveSearchDialog .closeBtn {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  color: transparent;
  background-position: -87px -52px;
  float: right;
  position: relative;
  top: -31px;
  left: -10px;
}
.saveSearchDialog .title-bar {
  padding: 0.6em;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.15);
  font-size: 22px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.saveSearchDialog .search-term {
  width: 97%;
}
.saveSearchDialog .alert-frequency {
  display: inline-block;
  width: 20%;
}
.saveSearchDialog .searchButtons {
  width: 90px;
}
.search-term:focus {
  border-color: #7f9db9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.search-terms .search-term {
  border: 1px solid #C2C8C5;
  height: 1.7em;
  box-sizing: content-box;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  outline: none;
}
.search-tabs {
  background-color: rgba(0, 0, 0, 0.1);
}
.search-tabs-widget {
  line-height: 1.8em;
}
.search-tabs-widget .search-tab-counts {
  margin-left: 0.3em;
}
.search-tabs-widget .search-tabs-nav,
.search-tabs-widget .tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.search-tabs-widget .search-tabs-nav li,
.search-tabs-widget .tab-nav li {
  display: inline-block;
  margin-right: 1em;
}
.search-tabs-widget .search-tabs-nav li[aria-selected='true'],
.search-tabs-widget .tab-nav li[aria-selected='true'] {
  border-bottom: 4px solid #0b52a0;
}
.search-tabs-widget .search-tabs-nav li[aria-selected='true'] a,
.search-tabs-widget .tab-nav li[aria-selected='true'] a {
  color: #0b52a0;
}
.search-tabs-widget .search-tabs-nav a,
.search-tabs-widget .tab-nav a {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.search-tabs-widget .search-tabs-nav a:hover,
.search-tabs-widget .tab-nav a:hover {
  color: #3f7cba;
}
.search-tabs-widget .tab-pane {
  background-color: white;
}
.search-tabs-widget .tab-pane h3 {
  padding-left: 1em;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}
.literatumSavedSearchesProfileWidget tr:first-child .savedSearch a {
  position: relative;
}
.literatumSavedSearchesProfileWidget tr:first-child .savedSearch a img {
  position: absolute;
  top: 4px;
  right: -12px;
}
.literatumSavedSearchesProfileWidget tr:first-child .savedSearch:nth-child(3),
.literatumSavedSearchesProfileWidget tr:first-child .savedSearch:nth-child(4) {
  padding-left: 6px;
}
.literatumSavedSearchesProfileWidget tr:nth-child(n+2) td:last-child {
  padding-left: 10px;
}
.newAdvancedSearch .normal-filters .sectionHead,
.newSearchResults .normal-filters .sectionHead,
.literatumSearchHistoryWidget .normal-filters .sectionHead {
  width: 90%;
}
.newAdvancedSearch .date-filters,
.newSearchResults .date-filters,
.literatumSearchHistoryWidget .date-filters {
  display: inline-block;
  vertical-align: top;
}
.newAdvancedSearch .normal-filters .search-term,
.newSearchResults .normal-filters .search-term,
.literatumSearchHistoryWidget .normal-filters .search-term {
  display: inline-block;
}
.newAdvancedSearch .ms-ctn,
.newSearchResults .ms-ctn,
.literatumSearchHistoryWidget .ms-ctn {
  padding: 3px 0px 0px 7px;
}
.newAdvancedSearch .ms-ctn.search-term,
.newSearchResults .ms-ctn.search-term,
.literatumSearchHistoryWidget .ms-ctn.search-term {
  min-height: 2em;
  height: auto;
  background: white;
}
.newAdvancedSearch .ms-ctn.ms-ctn-focus,
.newSearchResults .ms-ctn.ms-ctn-focus,
.literatumSearchHistoryWidget .ms-ctn.ms-ctn-focus {
  height: auto;
  min-height: 2em;
}
.newAdvancedSearch .ms-ctn .ms-sel-ctn,
.newSearchResults .ms-ctn .ms-sel-ctn,
.literatumSearchHistoryWidget .ms-ctn .ms-sel-ctn {
  margin-left: 0px;
}
.newAdvancedSearch .ms-ctn input,
.newSearchResults .ms-ctn input,
.literatumSearchHistoryWidget .ms-ctn input {
  min-width: 389px!important;
}
.newAdvancedSearch .BeforeFilter,
.newSearchResults .BeforeFilter,
.literatumSearchHistoryWidget .BeforeFilter,
.newAdvancedSearch .AfterFilter,
.newSearchResults .AfterFilter,
.literatumSearchHistoryWidget .AfterFilter {
  display: inline;
}
.newAdvancedSearch [role='menuitem'],
.newSearchResults [role='menuitem'],
.literatumSearchHistoryWidget [role='menuitem'] {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newAdvancedSearch [role='menuitem'] a,
.newSearchResults [role='menuitem'] a,
.literatumSearchHistoryWidget [role='menuitem'] a {
  padding: 0px 20px 0px 20px;
}
.newAdvancedSearch [role='presentation'],
.newSearchResults [role='presentation'],
.literatumSearchHistoryWidget [role='presentation'] {
  display: inline-block;
}
.newAdvancedSearch [role='presentation'],
.newSearchResults [role='presentation'],
.literatumSearchHistoryWidget [role='presentation'] {
  padding: 0em 0.3em 0em 0.3em;
}
.newAdvancedSearch [role='presentation'] a,
.newSearchResults [role='presentation'] a,
.literatumSearchHistoryWidget [role='presentation'] a {
  padding: 10px 0;
  display: block;
}
.newAdvancedSearch [role='presentation'].selected,
.newSearchResults [role='presentation'].selected,
.literatumSearchHistoryWidget [role='presentation'].selected {
  background: rgba(0, 0, 0, 0.1);
}
.newAdvancedSearch [role='presentation'].selected .arrow-down,
.newSearchResults [role='presentation'].selected .arrow-down,
.literatumSearchHistoryWidget [role='presentation'].selected .arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.newAdvancedSearch [role='menu'],
.newSearchResults [role='menu'],
.literatumSearchHistoryWidget [role='menu'] {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 9999;
  position: absolute;
}
.newAdvancedSearch .date-presets,
.newSearchResults .date-presets,
.literatumSearchHistoryWidget .date-presets {
  width: 50%;
}
.newAdvancedSearch .date-presets label,
.newSearchResults .date-presets label,
.literatumSearchHistoryWidget .date-presets label {
  width: 20%;
}
.newAdvancedSearch .date-presets a,
.newSearchResults .date-presets a,
.literatumSearchHistoryWidget .date-presets a {
  font-style: italic;
  width: 30%;
}
.newAdvancedSearch .high-level-options,
.newSearchResults .high-level-options,
.literatumSearchHistoryWidget .high-level-options {
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
}
.newAdvancedSearch ul,
.newSearchResults ul,
.literatumSearchHistoryWidget ul,
.newAdvancedSearch ol,
.newSearchResults ol,
.literatumSearchHistoryWidget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newAdvancedSearch .search-entry-row,
.newSearchResults .search-entry-row,
.literatumSearchHistoryWidget .search-entry-row {
  line-height: 4em;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.newAdvancedSearch .search-entry-row a,
.newSearchResults .search-entry-row a,
.literatumSearchHistoryWidget .search-entry-row a {
  padding: 0em 1em 0em 1em;
  font-size: 14px;
}
.newAdvancedSearch .mainSearchForm,
.newSearchResults .mainSearchForm,
.literatumSearchHistoryWidget .mainSearchForm {
  font-size: 13px;
  padding: 1em;
}
.newAdvancedSearch .mainSearchForm select,
.newSearchResults .mainSearchForm select,
.literatumSearchHistoryWidget .mainSearchForm select {
  width: 18%;
}
.newAdvancedSearch .normal-filters .customDateFilterDropDowns,
.newSearchResults .normal-filters .customDateFilterDropDowns,
.literatumSearchHistoryWidget .normal-filters .customDateFilterDropDowns {
  margin: 0.1em 0.5em 1em 2em;
}
.newAdvancedSearch .normal-filters .date-field select,
.newSearchResults .normal-filters .date-field select,
.literatumSearchHistoryWidget .normal-filters .date-field select {
  width: auto;
}
.newAdvancedSearch .normal-filters .date-field label,
.newSearchResults .normal-filters .date-field label,
.literatumSearchHistoryWidget .normal-filters .date-field label {
  width: auto;
}
.newAdvancedSearch .normal-filters label,
.newSearchResults .normal-filters label,
.literatumSearchHistoryWidget .normal-filters label {
  font-weight: normal;
  width: 19%;
  display: inline-block;
  vertical-align: top;
}
.newAdvancedSearch .accessFilterList,
.newSearchResults .accessFilterList,
.literatumSearchHistoryWidget .accessFilterList {
  list-style: none;
  margin: 0;
}
.newAdvancedSearch .search-term,
.newSearchResults .search-term,
.literatumSearchHistoryWidget .search-term {
  margin-left: 3px;
  margin-bottom: 7px;
  height: 2.0em;
  width: 69%;
  display: inline-block;
}
.newAdvancedSearch .advanced-filters,
.newSearchResults .advanced-filters,
.literatumSearchHistoryWidget .advanced-filters {
  margin: 1em 0em 1em 0em;
  width: 86%;
  padding-bottom: 0.2em;
}
.newAdvancedSearch .advancedFiltersHeader,
.newSearchResults .advancedFiltersHeader,
.literatumSearchHistoryWidget .advancedFiltersHeader {
  cursor: pointer;
}
.newSearchResults #search-history-panel .search-entry-row a {
  display: block;
}
.newSearchResults #saved-searches-panel .search-entry-row .search-entry-link {
  max-width: 85%;
  display: inline-block;
  box-sizing: border-box;
}
.newSearchResults #saved-searches-panel .search-entry-row .remove-search-entry {
  max-width: 14%;
  display: inline-block;
}
.main-search-field {
  width: 75%;
}
[role='button'] {
  font-weight: bold;
  cursor: pointer;
}
.controlLinks {
  cursor: pointer;
  margin-left: 0.5em;
  color: grey;
}
.controlLinks.selected {
  border-bottom: 2px solid #0b52a0;
  font-weight: bold;
  color: #0b52a0;
}
.previewWindowOpener {
  background: url(/templates/jsp/pb2/img/icon_preview_blue.png) no-repeat center 1px;
  color: #fff;
  float: right;
  margin: 0 20px;
  min-height: 20px;
  display: none;
}
.previewWindowOpener span {
  color: #0b52a0;
  line-height: 4.9;
}
.firstPagePreview {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.noPreviewText {
  display: block;
  text-align: center;
  line-height: 60;
}
.previewLoader {
  position: absolute;
  top: 42%;
  left: 48%;
}
.progress,
.saveSearchProgress {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 auto 0 auto;
  display: none;
}
.modal-dialog-mask {
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  background: #333;
  overflow: auto;
}
.addTerm {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 3px 0px 3px;
  width: 18px;
  height: 22px;
  background-position: -58px -50px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 7px;
  position: relative;
}
.addTerm:hover {
  opacity: 0.6;
}
.addTerm:active {
  opacity: 1;
}
.removeTerm {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  display: inline-block;
  background-image: url(/templates/jsp/pb2/img/icon_x.png);
  background-repeat: no-repeat;
  padding: 0px 3px 0px 3px;
  width: 18px;
  height: 22px;
  background-position: 4px 4px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 7px;
  position: relative;
}
.removeTerm:hover {
  opacity: 0.6;
}
.removeTerm:active {
  opacity: 1;
}
.abstractParagraph {
  display: none;
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.overlay-header {
  display: none;
}
.newSearchFacets .facet-link-container {
  width: 100%;
  float: none;
}
.newSearchFacets .facet-link-container a {
  display: block;
}
.newSearchFacets .search-results-header {
  overflow: visible;
}
.newSearchFacets .search-term {
  width: 20%;
  padding-left: 0;
  text-align: center;
}
.newSearchFacets input[type=number]::-webkit-inner-spin-button,
.newSearchFacets input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.newSearchFacets input[type=number] {
  -moz-appearance: textfield;
}
.searchResultOrder .sbHolder {
  display: inline-block;
  padding: 0 20px 0 0;
}
.searchResultOrder .sbSelector {
  padding: 10px 0px;
  display: block;
}
.searchResultOrder .sbSelector:after {
  font-family: 'icomoon';
  content: "\e60b";
  font-size: xx-small;
  margin-left: 5px;
  position: absolute;
  margin-top: 5px;
}
.searchResultOrder .sbToggle {
  display: none;
}
.searchResultOrder .sbToggleOpen:after {
  content: "\e60c";
}
.searchResultOrder .sbOptions {
  position: absolute;
  margin: 20px 0;
  list-style: none;
  background: #fff;
  padding: 0;
}
.searchResultOrder .sbOptions li a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 18px;
  display: block;
}
.newSearchResults .publication-meta,
.newAdvancedSearch .publication-meta {
  text-transform: none;
}
.newSearchResults a,
.newAdvancedSearch a {
  color: #204c8b;
}
.newSearchResults .resultsPerPageContainer,
.newAdvancedSearch .resultsPerPageContainer {
  font-size: 12px;
}
.newSearchResults .search-results-header .resultsPerPageContainer,
.newAdvancedSearch .search-results-header .resultsPerPageContainer {
  padding: 16px 0;
  margin-right: 15px;
  font-size: 15px;
}
.newSearchResults .search-results-header .resultsPerPageContainer span,
.newAdvancedSearch .search-results-header .resultsPerPageContainer span {
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
}
.newSearchResults .search-results-header .advanced-toggle,
.newAdvancedSearch .search-results-header .advanced-toggle {
  padding-left: 0;
}
.newSearchResults .search-results-header .advanced-toggle div,
.newAdvancedSearch .search-results-header .advanced-toggle div {
  padding-left: 0;
}
.newSearchResults .search-results-header .advanced-toggle a,
.newAdvancedSearch .search-results-header .advanced-toggle a {
  font-size: 15px;
  padding: 16px 0;
}
.newSearchResults .search-results-header .advanced-toggle a:after,
.newAdvancedSearch .search-results-header .advanced-toggle a:after {
  font-family: 'icomoon';
  content: "\e60b";
  font-size: xx-small;
}
.newSearchResults .search-results-header .advanced-toggle.open a:after,
.newAdvancedSearch .search-results-header .advanced-toggle.open a:after {
  content: "\e60c";
}
.newSearchResults .search-results-header .searchResultOrder .sbSelector:after,
.newAdvancedSearch .search-results-header .searchResultOrder .sbSelector:after {
  position: static;
  margin-top: 0;
}
.newSearchResults .search-results-header .searchResultOrder .sbHolder,
.newAdvancedSearch .search-results-header .searchResultOrder .sbHolder {
  padding-right: 0;
}
.newSearchResults .search-results-header .searchResultOrder .sbOptions,
.newAdvancedSearch .search-results-header .searchResultOrder .sbOptions {
  right: 0;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px 1px #cccccc;
  box-shadow: 1px 1px 3px 1px #cccccc;
}
.newSearchResults .search-results-header .searchResultOrder .sbOptions li a,
.newAdvancedSearch .search-results-header .searchResultOrder .sbOptions li a {
  margin-left: 2px;
  color: #999999;
  font-weight: bold;
  line-height: 1.2em;
  padding: 20px;
  text-decoration: none;
  font-size: 12px;
  border: none;
  text-transform: uppercase;
}
.newSearchResults .search-results-header .searchResultOrder .sbOptions li a:hover,
.newAdvancedSearch .search-results-header .searchResultOrder .sbOptions li a:hover {
  color: #204c8b;
  text-decoration: none;
  background: #f5f5f5;
}
.searchResultLayout a:hover {
  text-decoration: underline;
}
.searchResultLayout .facet-link {
  font-size: 12px;
}
.searchResultLayout .newSearchFacets .facet-link-container:after {
  clear: both;
  display: block;
  content: '';
}
.searchResultLayout .search-tabs,
.searchResultLayout #frmSearch {
  background: #E5E5E5;
}
.searchResultLayout .facetContainer {
  position: relative;
}
.searchResultLayout .searchFacets .ms-ctn,
.searchResultLayout .newSearchFacets .ms-ctn {
  position: absolute;
  top: 3px;
  width: 100%;
}
.searchResultLayout .searchFacets .facet-count,
.searchResultLayout .newSearchFacets .facet-count {
  margin-right: 10px;
}
.searchResultLayout .searchFacets .container,
.searchResultLayout .newSearchFacets .container {
  border-bottom: none;
}
.newSearchResults input.search-term,
.newAdvancedSearch input.search-term {
  -webkit-appearance: none;
  border-radius: 0;
}
.newSearchResults .art_title img,
.newAdvancedSearch .art_title img {
  display: none;
}
.newSearchResults .previewWindowOpener,
.newAdvancedSearch .previewWindowOpener {
  display: block;
}
.newSearchResults .search-result-row,
.newAdvancedSearch .search-result-row,
.newSearchResults .high-level-options,
.newAdvancedSearch .high-level-options {
  overflow: visible;
}
.newSearchResults .high-level-options:after,
.newAdvancedSearch .high-level-options:after {
  content: "";
  display: block;
  clear: both;
}
.newSearchResults .formRow .sbHolder,
.newAdvancedSearch .formRow .sbHolder {
  float: left;
  width: 18%;
}
.newSearchResults .formRowRes,
.newAdvancedSearch .formRowRes {
  overflow: visible;
}
.newSearchResults .formRowRes .sbHolder,
.newAdvancedSearch .formRowRes .sbHolder {
  float: none;
}
.newSearchResults .formRow,
.newAdvancedSearch .formRow,
.newSearchResults .formRowRes,
.newAdvancedSearch .formRowRes {
  position: relative;
}
.newSearchResults .formRow .sbHolder,
.newAdvancedSearch .formRow .sbHolder,
.newSearchResults .formRowRes .sbHolder,
.newAdvancedSearch .formRowRes .sbHolder {
  border: 1px solid #C2C8C5;
  margin: 0 -1px 0px -1px;
  padding: 0 0 0 5px;
  min-width: 88px;
  background: #fff;
}
.newSearchResults .formRow .sbHolder a,
.newAdvancedSearch .formRow .sbHolder a,
.newSearchResults .formRowRes .sbHolder a,
.newAdvancedSearch .formRowRes .sbHolder a {
  color: #000;
  width: 100%;
  display: block;
  text-decoration: none;
}
.newSearchResults .formRow .sbHolder .sbSelector:after,
.newAdvancedSearch .formRow .sbHolder .sbSelector:after,
.newSearchResults .formRowRes .sbHolder .sbSelector:after,
.newAdvancedSearch .formRowRes .sbHolder .sbSelector:after {
  content: "\e61c";
  font-size: 7px;
  font-family: icomoon;
  float: right;
  padding-right: 1em;
}
.newSearchResults .formRow input,
.newAdvancedSearch .formRow input,
.newSearchResults .formRowRes input,
.newAdvancedSearch .formRowRes input {
  width: 56%;
  margin: 0;
  height: 27px;
}
.newSearchResults .formRow input[type="radio"],
.newAdvancedSearch .formRow input[type="radio"],
.newSearchResults .formRowRes input[type="radio"],
.newAdvancedSearch .formRowRes input[type="radio"] {
  width: auto;
}
.newSearchResults .search-terms,
.newAdvancedSearch .search-terms {
  position: relative;
  margin: 1px;
}
.newSearchResults .search-terms .search-term,
.newAdvancedSearch .search-terms .search-term {
  height: 24px;
  float: left;
  margin-left: 8px;
}
.newSearchResults .addTerm,
.newAdvancedSearch .addTerm {
  top: 3px;
  margin-left: 3px;
  display: inline-block;
}
.newSearchResults .addTerm.hidden,
.newAdvancedSearch .addTerm.hidden {
  display: none;
}
.newSearchResults .removeTerm,
.newAdvancedSearch .removeTerm {
  top: 3px;
  margin-left: 3px;
}
.newSearchResults .search-tabs .sbHolder,
.newAdvancedSearch .search-tabs .sbHolder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 18%;
}
.newSearchResults .search-tabs .sbOptions,
.newAdvancedSearch .search-tabs .sbOptions {
  display: block;
  left: 0px;
  width: 100%;
  float: left;
  border: 1px solid #C2C8C5;
  padding: 0 0 0 5px;
  position: absolute;
  background: white;
  z-index: 10;
  overflow-y: auto;
}
.newSearchResults .search-tabs-widget .search-tabs-nav,
.newAdvancedSearch .search-tabs-widget .search-tabs-nav {
  background: #E5E5E5;
}
.newSearchResults .search-tabs-widget .tab-pane,
.newAdvancedSearch .search-tabs-widget .tab-pane {
  background: #E5E5E5;
}
.newSearchResults .search-results-header,
.newAdvancedSearch .search-results-header {
  cursor: auto;
}
.newSearchResults .search-results-header .advanced-toggle a:after,
.newAdvancedSearch .search-results-header .advanced-toggle a:after {
  font-family: 'icomoon';
  content: "\e60b";
  font-size: xx-small;
}
.newSearchResults .search-results-header .advanced-toggle.open a:after,
.newAdvancedSearch .search-results-header .advanced-toggle.open a:after {
  content: "\e60c";
}
.newSearchResults .sbOptions,
.newAdvancedSearch .sbOptions {
  top: auto !important;
  right: -8px;
  margin: 0px;
  margin-top: 2px;
}
.newSearchResults .previewWindowOpener,
.newAdvancedSearch .previewWindowOpener {
  display: block;
}
.newSearchResults .previewContainer article,
.newAdvancedSearch .previewContainer article {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  border-left: none;
  padding-left: 20px;
  color: #1f1f1f;
}
.newSearchResults .previewContainer article p,
.newAdvancedSearch .previewContainer article p {
  font-weight: 400;
}
.checkoutButtons {
  border: 1px solid #204c8b;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.saveSearchButton,
.saveSearchButton:hover {
  border: 1px solid #204c8b;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #204c8b;
  color: #fff;
}
fieldset {
  border: none;
}
.clear {
  clear: both;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.arrow-down.indicator {
  display: none;
}
.linkList {
  padding: .5em;
  list-style: none;
}
.linkList li {
  float: left;
  border-left: 1px solid #ccc;
  padding: 0 5px;
}
.linkList li:first-child {
  border-left: none;
  padding-left: 0;
}
.linkList .separators li {
  border-right: 1px solid black;
}
.linkList .separators li:last-child {
  border-right: none;
}
.linkList:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: '.';
  height: 2px;
}
.centered.linkList {
  text-align: center;
}
.centered.linkList li {
  display: inline;
  float: none;
}
.page-body .quickSearchForm .searchButtons {
  float: right;
}
.page-body .quickSearchForm .sbHolder {
  padding: 0 30px 1px 10px;
}
.page-body .quickSearchForm .sbOptions {
  z-index: 10;
  margin-left: 0;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
.page-body .quickSearchForm .sbOptions li:first-child a {
  padding-left: 0;
}
.page-body .quickSearchForm .simpleSearchBoxContainer {
  width: 73%;
}
.responsiveQuickSearchWidget.search-page-quick-search {
  margin: 30px 0;
}
.responsiveQuickSearchWidget.search-page-quick-search:after {
  display: block;
  content: '';
  clear: both;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder {
  padding-top: 0;
  padding-bottom: 1px;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder .sbToggle {
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 8px;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder .sbToggle:after {
  font-family: 'icomoon';
  content: "\e60b";
  font-size: xx-small;
  position: static;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbSelector {
  display: block;
  padding: 8px 0;
}
.responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .search-term {
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  min-height: 36px;
  padding-top: 0;
  padding-left: 10px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .search-term .ms-res-item:empty {
  display: none;
}
.responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .search-term .ms-res-item .type {
  color: #848789;
  font-size: 12px;
  float: right;
}
.responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .search-term .ms-sel-ctn .ms-sel-item {
  font-size: 15px;
  margin: 5px 5px 5px 0;
  padding: 3px 5px;
  color: #333;
}
.responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .search-term .ms-sel-ctn .ms-sel-item.user-input {
  background: none;
  border: none;
}
.responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .search-term .ms-sel-ctn input {
  margin: 0;
  height: 36px;
  width: 100%;
  font-size: 15px;
}
.responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .quicksearch-container {
  overflow: visible;
}
.responsiveQuickSearchWidget.search-page-quick-search.selected .mini-search {
  border-bottom: 2px solid #204c8b;
}
.responsiveQuickSearchWidget.search-page-quick-search .simpleSearchBoxContainer input,
.responsiveQuickSearchWidget.search-page-quick-search .citationSearchBoxContainer input {
  background: transparent;
  color: #2c2a29;
}
.responsiveQuickSearchWidget.search-page-quick-search .simpleSearchBoxContainer input.mediumTextInput,
.responsiveQuickSearchWidget.search-page-quick-search .citationSearchBoxContainer input.mediumTextInput {
  width: 45%;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder a {
  color: #204c8b;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder:after,
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder:before {
  color: #204c8b;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder .sbOptions {
  overflow: hidden;
  margin-top: 20px;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder .sbOptions li {
  float: left;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder .sbOptions li a {
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  border-right: 2px solid #204c8b;
  min-width: 112px;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder .sbOptions li a:hover {
  font-weight: bold;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder .sbOptions li:last-child a {
  border-right: none;
}
.responsiveQuickSearchWidget.search-page-quick-search .simpleSearchBoxContainer {
  width: 64%;
}
.responsiveQuickSearchWidget.search-page-quick-search .sbHolder {
  background: transparent;
}
.responsiveQuickSearchWidget.search-page-quick-search .quicksearch-actions {
  float: right;
  width: auto;
  margin-top: 10px;
}
.responsiveQuickSearchWidget.search-page-quick-search .quicksearch-actions .searchButtons {
  padding: 0;
  height: 27px;
  line-height: 23px;
  border: 2px solid #204c8b;
  text-transform: lowercase;
  margin: 0;
  transition: none;
}
.responsiveQuickSearchWidget.search-page-quick-search .quicksearch-actions .searchButtons:hover {
  background: #204c8b;
  color: #fff;
}
.responsiveQuickSearchWidget.search-page-quick-search .quicksearch-actions .responsiveAdvanceSearch {
  margin: 3px 0 3px 30px;
  display: inline-block;
  vertical-align: top;
}
.responsiveQuickSearchWidget.search-page-quick-search .quicksearch-actions .responsiveAdvanceSearch .icon-advanced_search {
  margin-right: 10px;
}
.quickSearchAutocomplete {
  border-radius: 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
  text-align: left;
}
.quickSearchAutocomplete .ui-autocomplete-category {
  font-size: 15px;
  padding-left: 5px;
}
.quickSearchAutocomplete .ui-autocomplete-category ~ .ui-menu-item {
  padding-left: 20px;
  width: auto;
}
.quickSearchAutocomplete .suggestionType {
  color: #bbb;
  font-weight: 700;
}
.quickSearchAutocomplete .single_highlight_class {
  background: transparent;
  font-weight: bold;
  padding: 0;
}
.quickSearchAutocomplete .qsaCategory {
  font-weight: bold;
  padding: 2px 5px;
}
.quickSearchAutocomplete .qsaItem a {
  margin: -1px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
  max-height: 25px;
  overflow: hidden;
  font-size: 0.9em;
}
.quickSearchAutocomplete .qsaRemove {
  float: right;
  cursor: pointer;
  text-decoration-line: underline !important;
  color: #5D8DCD !important;
}
.quickSearchAutocomplete .qsaRemove:hover {
  text-decoration: none;
  text-shadow: 1px 1px 1px #555;
}
.quickSearchAutocomplete a.ui-state-focus {
  margin: 0;
  border: none;
  border-radius: 0px;
  background: #f5f5f5;
  cursor: pointer;
}
.quickSearchAutocomplete.newSuggester .ui-menu-item {
  position: relative;
}
.quickSearchAutocomplete.newSuggester .qsaItem a {
  width: 88%;
}
@media (max-width: 410px) and (min-width: 320px) {
  .newSearchResults .search-tabs-widget .search-tabs-nav li {
    font-size: 11px;
  }
}
@media (max-width: 319px) {
  .newSearchResults .search-tabs-widget .search-tabs-nav li {
    width: 31%;
  }
  .newSearchResults #refine-search-panel .formRow input {
    width: 50%;
  }
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
@media (max-width: 767px) {
  .paginationLinkContainer,
  .resultsPerPageContainer {
    display: none;
  }
  .newSearchFacets .container {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .newSearchFacets {
    display: none;
  }
  .newSearchFacets .facetHeader {
    background-color: #EBEEF7;
    border-top: 1px solid #C7C9D1;
    border-bottom: 1px solid #C7C9D1;
    padding: 15px;
    height: inherit;
  }
  .newSearchFacets .facetHeader strong {
    color: #6a6c73;
  }
  .newSearchFacets .facet-link-container {
    text-indent: inherit;
    border-top: 1px solid #F4EFEF;
    padding-left: 0;
  }
  .newSearchFacets .facet-link-container:first-child {
    border-top: 0;
  }
  .newSearchFacets .facet-link-container .facet-link {
    color: inherit;
    padding: 15px;
  }
  .newSearchFacets .container {
    border-bottom: 0;
  }
  .newSearchFacets .full-overlay {
    background: #fff;
    padding: 0;
    margin: 0;
  }
  .toggleMoreFacets {
    padding-left: 12px;
    margin-bottom: 10px;
  }
  .toggleMoreFacets .arrow-down {
    background-position: -45px -35px;
  }
  .toggleMoreFacets .arrow-up {
    background-position: -42px -51px;
  }
  #refine-panel {
    display: none;
  }
  #refine-panel.full-overlay {
    display: block;
  }
  #refine-panel.full-overlay,
  .newSearchFacets.full-overlay {
    -moz-animation-name: bottomTop;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.3s;
    -webkit-animation-name: bottomTop;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.3s;
    animation-name: bottomTop;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s;
  }
  @-moz-keyframes bottomTop {
    0% {
      -moz-transform: translateY(400px);
    }
    100% {
      -moz-transform: translateY(0);
    }
  }
  @-webkit-keyframes bottomTop {
    0% {
      -webkit-transform: translateY(400px);
    }
    100% {
      -webkit-transform: translateY(0);
    }
  }
  @keyframes bottomTop {
    0% {
      transform: translateY(400px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .full-overlay {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    bottom: 0;
    overflow: scroll;
  }
  .full-overlay .pull-left .icon {
    margin-right: 8px;
    vertical-align: text-bottom;
  }
  .full-overlay .ui-slider {
    display: none;
  }
  .full-overlay .date-range label {
    float: left;
    position: relative;
    height: auto;
    width: inherit;
  }
  .full-overlay .date-range .search-term {
    float: right;
    margin-top: 0;
  }
  .overlay-header {
    display: block;
    padding: 15px;
    overflow: hidden;
  }
  .overlay-header .icon {
    font-size: 1.3em;
  }
  .overlay-header .overlay-title {
    font-size: 18px;
    margin: 0;
    line-height: normal;
  }
  .overlay-close {
    background: none;
    border: 0;
  }
  .secondtestlevel {
    display: none;
  }
  .open.secondtestlevel {
    display: block;
  }
  .sub-overlay .facetHeader,
  .sub-overlay .otheroverlaytrigger {
    display: none;
  }
  .overlay-sub-header {
    display: none;
  }
  .sub-overlay .overlay-sub-header {
    display: block;
  }
  .overlay-sub-items,
  .date-range form {
    display: block;
  }
  .sub-overlay .overlay-sub-items,
  .sub-overlay.date-range form {
    display: block;
  }
  .overlay-item {
    display: inline;
    color: inherit;
    padding: 15px;
    text-decoration: none;
    overflow: hidden;
  }
  .overlay-item + .overlay-item {
    border-top: 1px solid #F4EFEF;
  }
  .prev-overlay {
    text-decoration: none;
    color: #4F4F4F;
    font-size: 16px;
    font-weight: bold;
  }
  .search-tabs {
    background-color: #ffffff ;
  }
  .search-tabs .tab-content {
    border: none;
  }
  .search-tabs-widget {
    padding: 0 ;
  }
  .search-tabs-widget .search-tabs-nav li {
    width: 32%;
    font-size: 14px;
    line-height: 20px;
    color: #629DBD;
    margin-right: 0;
    padding: 8px 0;
    text-align: center;
  }
  .search-tabs-widget .search-tabs-nav li[aria-selected='true'] {
    border-bottom: 4px solid #1E4A89;
  }
  .search-tabs-widget .search-tabs-nav li[aria-selected='true'] a {
    color: #1E4A89;
    font-weight: bold;
  }
  .newSearchResults .mainSearchForm {
    padding: 0;
  }
  .newSearchResults .ms-ctn input {
    min-width: 0!important;
  }
  .newSearchResults .normal-filters {
    padding: 10px;
    border: 1px solid #b2b2b2;
    border-width: 1px 0;
    margin: -1px 0;
  }
  .newSearchResults .normal-filters label {
    color: #1E4A89;
    font-weight: bold;
    width: auto;
  }
  .newSearchResults .normal-filters .search-term {
    width: 95%;
    border-color: #1E4A89;
  }
  .newSearchResults .normal-filters .date-field {
    width: 100%;
  }
  .newSearchResults .date-presets {
    width: 100%;
    margin: 10px 0;
  }
  .newSearchResults .date-presets label {
    display: none;
  }
  .newSearchResults .date-presets a {
    display: inline-block;
    color: #629DBD;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    width: 32%;
  }
  #mainSearchForm {
    margin: 0 ;
  }
  #submitPubSearchButton {
    width: 100%;
    height: 40px;
    background-color: #1E4A89;
    -webkit-appearance: none;
    border-radius: 0;
  }
  #saved-searches-panel .remove-search-entry {
    font-size: 0;
  }
  #saved-searches-panel .remove-search-entry:after {
    content: "\e626";
    font-family: 'icomoon';
    font-size: 20px;
    float: right;
    padding-right: 1em;
    margin-left: 1em;
  }
  .allTabsContainer .sortBy_wrap .sbSelector {
    float: right;
  }
  .allTabsContainer .sortBy_wrap .sbToggle {
    float: right;
    margin: 0 5px;
  }
  .allTabsContainer .sortBy_wrap .sbHolder {
    padding: 0;
  }
  .allTabsContainer .sortBy_wrap ul {
    display: block;
    position: absolute;
    background-color: #fff;
    top: 38px !important;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-width: 0 ;
    margin-top: -1px;
    text-align: left;
  }
  .allTabsContainer .sortBy_wrap ul li:first-child a {
    border-top-width: 0;
  }
  .allTabsContainer .sortBy_wrap_white {
    background: white;
  }
  .allTabsContainer .sortBy_wrap_white .sbHolder {
    background: white;
  }
  .high-level-options {
    background-color: #CFDBEB;
    overflow: hidden;
  }
  .high-level-options > li {
    width: 33.3%;
    font-size: 14px;
    margin-right: 0;
    text-align: center;
    float: left;
  }
  .high-level-options > li a {
    font-weight: bold;
    color: #214D8B;
    display: inline-block;
    padding: 10px 0;
  }
  .high-level-options > li a .icon-cog,
  .high-level-options > li a .icon-tools {
    color: #214D8B;
  }
  span.filter-count.filter-count-bubble {
    width: 14px;
    vertical-align: super;
    display: inline-block;
    font-size: 12px;
    margin: auto;
    line-height: 14px;
    color: white;
    border-radius: 50%;
  }
  .search-results-header .filter-count-bubble {
    background-color: #3892BC;
  }
  .search-intro {
    overflow: hidden;
    padding: 10px;
  }
  .search-intro a {
    color: #204c8b;
  }
  .search-title {
    font-weight: normal;
    font-size: 1em;
    margin: 0;
  }
  .search-title .icon {
    margin-right: 8px;
  }
  .followResultsWidget {
    display: none;
  }
  .search-intro .controlLinks .icon-Save,
  .search-intro .controlLinks .icon-Rss {
    margin: 0 5px;
    color: #204c8b;
  }
  .resetFilter .rmFilters {
    text-decoration: none;
    white-space: nowrap;
    color: #6a6c73;
  }
  .full-overlay .form-control {
    display: none;
  }
  .openDataRangeXs {
    -moz-animation-name: leftRight;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.2s;
    -webkit-animation-name: leftRight;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.2s;
    animation-name: leftRight;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.2s;
  }
  @-moz-keyframes leftRight {
    0% {
      -moz-transform: translateX(400px);
    }
    100% {
      -moz-transform: translateX(0);
    }
  }
  @-webkit-keyframes leftRight {
    0% {
      -webkit-transform: translateX(400px);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @keyframes leftRight {
    0% {
      transform: translateX(400px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .closeDataRangeXs {
    -moz-animation-name: rightLeft;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.2s;
    -webkit-animation-name: rightLeft;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.2s;
    animation-name: rightLeft;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.2s;
  }
  @-moz-keyframes rightLeft {
    0% {
      -moz-transform: translateX(-400px);
    }
    100% {
      -moz-transform: translateX(0);
    }
  }
  @-webkit-keyframes rightLeft {
    0% {
      -webkit-transform: translateX(-400px);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @keyframes rightLeft {
    0% {
      transform: translateX(-400px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .topToDown {
    -moz-animation-name: topDown;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 0.3s;
    -webkit-animation-name: topDown;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 0.3s;
    animation-name: topDown;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.3s;
  }
  @-moz-keyframes topDown {
    0% {
      -moz-transform: translateY(-400px);
    }
    100% {
      -moz-transform: translateY(0);
    }
  }
  @-webkit-keyframes topDown {
    0% {
      -webkit-transform: translateY(-400px);
    }
    100% {
      -webkit-transform: translateY(0);
    }
  }
  @keyframes topDown {
    0% {
      transform: translateY(-400px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .newSearchResults .search-results-header .advanced-toggle a {
    padding: 10px 0;
  }
  .newSearchResults .search-results-header .advanced-toggle a:after {
    display: none;
  }
  .newSearchResults .search-results-header .advanced-toggle.open a:after {
    display: none;
  }
  .newSearchResults .relevancy-bg {
    background: #000;
  }
  .newSearchResults .search-results-header .sortBy_wrap {
    padding: 0px;
  }
  .newSearchResults .sbOptions {
    top: auto !important;
    right: -8px;
    margin: 0px;
  }
  .newSearchResults .searchResultContainer #refine-search-panel {
    padding-bottom: 100px;
  }
  .newSearchResults .search-tabs .sbOptions {
    max-height: 120px !important;
  }
  .newSearchResults .normal-filters .pub-date-heading {
    width: 100%;
  }
  .newSearchResults .addTerm,
  .newSearchResults .removeTerm {
    width: 24px ;
  }
  .newSearchResults .timeFrame .AfterFilter,
  .newSearchResults .timeFrame .BeforeFilter {
    display: block;
  }
  .newSearchResults .timeFrame .AfterFilter .sbHolder,
  .newSearchResults .timeFrame .BeforeFilter .sbHolder,
  .newSearchResults .timeFrame .AfterFilter .AfterYearSelect,
  .newSearchResults .timeFrame .BeforeFilter .AfterYearSelect,
  .newSearchResults .timeFrame .AfterFilter .BeforeYearSelect,
  .newSearchResults .timeFrame .BeforeFilter .BeforeYearSelect {
    display: block;
  }
  .newAdvancedSearch .timeFrame label {
    display: block;
  }
  .newAdvancedSearch .date-filter label[for="custom-range"],
  .newAdvancedSearch .date-filter label[for="static-range"] {
    display: inline-block;
  }
  .newAdvancedSearch .pub-date-heading {
    width: 100%;
  }
  .newAdvancedSearch .normal-filters .pub-date-heading {
    width: 100%;
  }
  .newAdvancedSearch .formRow input {
    width: 45%;
  }
  .newAdvancedSearch .timeFrame .AfterFilter,
  .newAdvancedSearch .timeFrame .BeforeFilter {
    display: block;
  }
  .newAdvancedSearch .timeFrame .AfterFilter .sbHolder,
  .newAdvancedSearch .timeFrame .BeforeFilter .sbHolder,
  .newAdvancedSearch .timeFrame .AfterFilter .AfterBeforeYearSelect,
  .newAdvancedSearch .timeFrame .BeforeFilter .AfterBeforeYearSelect,
  .newAdvancedSearch .timeFrame .AfterFilter .BeforeYearSelect,
  .newAdvancedSearch .timeFrame .BeforeFilter .BeforeYearSelect {
    display: block;
  }
  .newAdvancedSearch .normal-filters label,
  .newSearchResults .normal-filters {
    width: 100%;
  }
  .newAdvancedSearch .normal-filters label .to-date-label,
  .newSearchResults .normal-filters .to-date-label {
    display: block;
  }
  .newSearchResults .addTerm,
  .newAdvancedSearch .addTerm,
  .newSearchResults .removeTerm,
  .newAdvancedSearch .removeTerm {
    margin-left: 3px;
  }
  .newSearchResults .searchResultContainer #refine-panel .search-terms .formRow .addTerm,
  .newSearchResults .searchResultContainer #refine-panel .search-terms .formRow .removeTerm {
    margin: 0 0 0 3px;
  }
  .newSearchResults #saved-searches-panel .search-entry-row .search-entry-link {
    max-width: 75%;
    display: inline-block;
  }
  .newSearchResults #saved-searches-panel .search-entry-row .remove-search-entry {
    max-width: 23%;
    display: inline-block;
  }
}
.search-filters .form-control {
  display: block;
}
.search-filters .form-control.search-term {
  border-color: #c2c8c5;
}
.search-filters .form-control input {
  border-color: #C2C8C5;
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
@media (max-width: 992px) {
  .newSearchResults .search-result-row {
    padding: 0;
  }
  .newSearchResults .searchResultItem {
    margin: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 0;
  }
  .responsivePagination {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .responsivePagination .pageLink-with-arrow-prev,
  .responsivePagination .pageLink-with-arrow-next {
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 15%;
    background: #EAEAEA;
  }
  .responsivePagination .pageLink-with-arrow-prev span,
  .responsivePagination .pageLink-with-arrow-next span {
    display: block;
    padding: 17px;
    color: #ccc;
  }
  .responsivePagination .pageLink-with-arrow-prev a span,
  .responsivePagination .pageLink-with-arrow-next a span {
    color: #000;
  }
  .responsivePagination .linkList {
    float: left;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 70%;
    background: #fff;
    padding: 15px 0;
    color: #797D79;
  }
  .search-results-footer {
    min-height: 60px;
  }
  .searchResultOrder .sbOptions {
    position: absolute;
    margin: 20px 0;
    list-style: none;
    background: #fff;
    padding: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-top: 80px;
  }
  .relevancy-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
    overflow-x: hidden;
    top: 96px !important;
  }
  .search-tabs-widget .search-tabs-nav li:focus {
    outline: none;
  }
  .searchResultContainer .mini-search.active {
    color: #4d4d4d;
    background-color: transparent;
  }
  .searchResultLayout #refine-search-panel {
    background-color: transparent;
    padding: 0 10px 10px 10px;
  }
  .newSearchResults .normal-filters {
    padding: 10px 0px;
  }
  .newSearchResults .relevancy-bg {
    background: none;
  }
  .newSearchResults .high-level-options {
    cursor: auto;
  }
  .newSearchResults #refine-search-panel {
    background-color: #E5E5E5;
    padding: 0 10px 10px 10px;
  }
  .newSearchResults ul.sbOptions {
    top: auto !important;
    right: -8px;
    margin: 0px;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quickSearchForm input[type='search'] {
    padding: 0;
    height: 35px;
    margin-bottom: 5px;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quickSearchForm input[type='search'].mediumTextInput {
    width: 40%;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quickSearchForm .main-search-field {
    box-sizing: content-box;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quickSearchForm .simpleSearchBoxContainer {
    display: block;
    float: none;
    width: auto;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quickSearchForm .searchButtons {
    background: transparent;
    color: #204c8b;
    float: none;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 1;
    margin-left: 0;
    margin-top: 10px;
    border: 2px solid #204c8b;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .sbHolder:before {
    display: none;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .sbHolder .sbToggle {
    right: 00px;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quicksearch-actions {
    text-align: center;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .sbHolder {
    padding: 0px 30px 1px 10px;
    border-right: none;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .searchDropDownDivLeft {
    float: none;
    display: block;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .searchDropDownDivLeft .sbHolder {
    display: block;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .searchDropDownDivLeft .sbHolder a.sbSelector {
    display: block;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .searchDropDownDivLeft .sbToggle:before {
    border-right: none;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .quickSearchFormContainer .searchDropDownDivLeft .sbOptions {
    position: static;
    margin-top: 0;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .simpleSearchBoxContainer {
    width: auto;
    float: none;
  }
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
@media (min-width: 992px) {
  .newSearchResults {
    margin-left: 10px;
  }
  .newSearchResults .arrow-down.indicator {
    background-position: -45px -30px;
  }
  .newSearchResults .art_title {
    margin: 10px 0px 10px 0px;
  }
  .newSearchResults .art_title a {
    font-size: 18px;
    color: #0b54a2;
  }
  .newSearchResults .searchResultItem {
    margin-bottom: 20px;
  }
  .newSearchResults .paginationLinkContainer li a {
    font-size: 15px;
    color: #000000;
  }
  .newSearchResults .paginationLinkContainer li b {
    color: #395d93;
  }
  .newSearchResults .previewWindowOpener {
    display: block;
  }
  .newSearchResults .search-terms {
    position: relative;
    margin: 1px;
  }
  .newSearchResults .search-terms .search-term {
    padding-left: 5px;
    float: none;
    margin-left: 8px;
    min-height: 2em;
  }
  .newSearchResults .addTerm,
  .newSearchResults .removeTerm {
    top: 3px;
  }
  .newSearchResults .formRow,
  .newSearchResults .formRowRes {
    margin-bottom: 7px;
  }
  .newSearchResults .formRow input,
  .newSearchResults .formRowRes input {
    width: 69.3%;
  }
  .newSearchResults .date-filters select {
    vertical-align: top;
  }
  .responsivePagination {
    display: none;
  }
  .searchResultOrder .sbOptions {
    position: absolute;
  }
  .relevancy-bg {
    display: none !important;
  }
  .arrow-down,
  .arrow-up {
    padding: 7px;
  }
  .responsiveSearchFacets .facetHeader {
    height: auto;
    padding-bottom: 0.6em;
    font-size: 12px;
    color: #000000;
  }
  .responsiveSearchFacets .facet-link {
    font-size: 12px;
    font-weight: bold;
    color: #395d93;
  }
  .responsiveSearchFacets .toggleMoreFacets .facet-link {
    font-size: 10px;
  }
  .followResultsWidget .paginationLabelContainer span,
  .followResultsWidget .paginationLabelContainer .emphasis {
    color: #131304;
    font-size: 16px;
    vertical-align: top;
  }
  .followResultsWidget .paginationLabelContainer .emphasis {
    font-weight: bold;
  }
  .followResultsWidget .RSS {
    width: 13px;
  }
  .advanced-toggle a {
    font-size: 12px;
    font-weight: bold;
    color: #395d93;
    outline: none;
  }
  .newSearchResults .resultsPerPageContainer span {
    font-size: 10px;
    color: #000;
  }
  .newSearchResults .resultsPerPageContainer .controlLinks {
    color: #1f261f;
  }
  .newSearchResults .resultsPerPageContainer .controlLinks.selected {
    color: #0b52a0;
  }
  .searchResultContainer {
    padding-left: 15px;
  }
  .filter {
    margin-top: 15px;
  }
  .newSearchResults .search-result-row {
    padding-bottom: 0;
  }
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
@media (min-width: 768px) {
  .saveSearchDialog .title-bar {
    background: #CFDBEB;
    color: #214D8B;
  }
  .saveSearchDialog .searchButtons {
    width: auto;
    height: auto;
  }
  .saveSearchDialog.modal-dialog {
    width: 30%;
    min-width: 320px;
  }
  .saveSearchDialog .alert-frequency {
    width: auto;
  }
  .static-page .widget {
    margin: 0 20px 50px 0;
  }
  .static-page-right {
    background: #F9FAFA;
  }
  .static-page-right a {
    display: block;
    margin-bottom: 15px;
  }
  .static-page-right .widget {
    margin-left: 20px;
  }
  .literatumListOfIssuesResponsiveWidget .issues .row {
    float: left;
    width: 50%;
  }
  .high-level-options {
    overflow: hidden;
  }
  .responsivePagination {
    display: none;
  }
  .searchResultOrder .sbOptions {
    position: absolute;
    z-index: 100;
  }
  .relevancy-bg {
    top: 77px !important;
  }
  .advanced-toggle {
    float: left;
  }
  .advanced-toggle div {
    padding: 10px 5px;
  }
  .sortBy_wrap {
    float: right;
    padding: 19px 0;
  }
  .searchResultOrder .sbOptions {
    background: #F8F8F9;
  }
  .arrow-down.indicator {
    background-position: -45px -35px;
  }
  .sortBy_wrap .sbHolder {
    background: #fff;
  }
  .newSearchResults .previewWindowOpener {
    display: block;
  }
  .newSearchResults .author .entryAuthor span {
    font-size: 12px;
    font-style: normal;
  }
  .queryFilters .filter-tag,
  .queryFilters .resetFilter {
    font-size: 14px;
  }
  .responsiveQuickSearchWidget.search-page-quick-search input[type='search'] {
    color: #000;
  }
  .responsiveQuickSearchWidget.search-page-quick-search select {
    background: url('/templates/jsp/pb2/img/icon_arrow_dropdown.png') no-repeat 95% #ffffff;
  }
  .responsiveQuickSearchWidget.search-page-quick-search .searchDropDownDivLeft select {
    left: auto;
  }
}
@media (min-width: 1200px) {
  .newSearchFacets .facetHeader {
    height: auto;
    padding-bottom: 0.6em;
  }
}

.tocAuthors .entryAuthor{
  float: none;
}

.tocPreview{
  display: none;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../templates/fonts/montserrat-v7-latin-regular.eot'); 
  src: local('Montserrat-Regular'),
  url('../templates/fonts/montserrat-v7-latin-regular.eot?#iefix') format('embedded-opentype'), 
  url('../templates/fonts/montserrat-v7-latin-regular.woff2') format('woff2'), 
  url('../templates/fonts/montserrat-v7-latin-regular.woff') format('woff'), 
  url('../templates/fonts/montserrat-v7-latin-regular.ttf') format('truetype'), 
  url('../templates/fonts/montserrat-v7-latin-regular.svg#Montserrat') format('svg'); 
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../templates/fonts/montserrat-v7-latin-700.eot'); 
  src: local('Montserrat-Bold'),
  url('../templates/fonts/montserrat-v7-latin-700.eot?#iefix') format('embedded-opentype'), 
  url('../templates/fonts/montserrat-v7-latin-700.woff2') format('woff2'), 
  url('../templates/fonts/montserrat-v7-latin-700.woff') format('woff'), 
  url('../templates/fonts/montserrat-v7-latin-700.ttf') format('truetype'), 
  url('../templates/fonts/montserrat-v7-latin-700.svg#Montserrat') format('svg'); 
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/fonts/lora-v9-latin_latin-ext_cyrillic-regular.eot'); 
  src: local('Lora'), local('Lora-Regular'),
  url('/templates/fonts/lora-v9-latin_latin-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), 
  url('/templates/fonts/lora-v9-latin_latin-ext_cyrillic-regular.woff2') format('woff2'), 
  url('/templates/fonts/lora-v9-latin_latin-ext_cyrillic-regular.woff') format('woff'), 
  url('/templates/fonts/lora-v9-latin_latin-ext_cyrillic-regular.ttf') format('truetype'), 
  url('/templates/fonts/lora-v9-latin_latin-ext_cyrillic-regular.svg#Lora') format('svg'); 
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../templates/jsp/_style2/_aip/pb2/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}