/**
 * pkp.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2000-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP-wide shared library default stylesheets.
 * DEPRECATED. Do not modify.
 */

/* jQuery UI - http://jqueryui.com/ */
@import url("lib/jqueryUi/jqueryUi.css");

/* Pines Notify - http://pines.sourceforge.net/pnotify/ */
@import url("lib/jquery.pnotify.default.css");
/**
 * common.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2000-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP-wide shared stylesheet.
 * DEPRECATED. Do not modify.
 */

/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background-color: #FBFBF3;
	color: #111;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

div {
	text-align: left;
}

p {
	margin: 1em 0; /* Making default stylesheet explicit - fixes IE7 margin collapsing. */
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: underline;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
	width: 100% !important;
	min-width: 730px !important;
	margin: 0px auto;
	text-align: center;
}

#header {
	width: 100%;
	text-align: center;
}

#headerTitle {
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.25em 10%;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	text-align: center;
}

#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}

#main {
	padding: 0.5em 0em 2em 0em;
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #000;
}

#breadcrumb {
	padding-top: 1em;
	font-size: 0.7em;
}

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
	border-top: 2px dotted #000;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.8em;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

div.warningMessage {
	background: url(../templates/images/icons/icon_alert.gif) no-repeat 3px 40%;
	margin: 5px;
	padding: 5px 5px 5px 25px;
}

.nowrap {
	white-space: nowrap;
}

/**
 * Table styles
 */

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.pkp_form_error { /* Named for compatibility with new lessphp structure */
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

span.pkp_form_success { /* Named for compatibility with new lessphp structure */
	color: #090;
	font-weight: bold;
	font-size: 1em;
}

ul.pkp_form_error_list { /* Named for compatibility with new lessphp structure */
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}


/**
 * Other organizational elements
 */

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}
/**
 * styles/common.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 */

/**
 * Notifications
 * FIXME: (Re)move once OJS styles are consolidated with new styles and themes
 */
@import url("../lib/pkp/styles/themes/default/pnotify.css");
@import url("../lib/pkp/styles/themes/default/notificationIcons.css");

.ui-pnotify-title {
	font-size: 0.8em;
}

.ui-pnotify-text {
	font-size: 0.6em;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	font-size: 0.8em;
}

/**
 * Common HTML elements
 */

a:link {
	color: #375;
}

a:active {
	color: #253;
}

a:visited {
	color: #375;
}

a:hover {
	color: #253;
	background: #CDC;
}


/**
 * Main layout elements
 */

#header {
	background-color: #ABA;
}

#footer {
	background-color: #ABA;
}

#main {
	width: 80%;
	margin: 0 auto;
}


/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}

#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}


/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;
}

#announcementsHome h3 {
	text-align: center;
}

#announcements {
	width: 100%;
}

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top;
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}


/**
 * Table of contents
 */

.tocArticle {
	width: 100%;
	padding: 5px 0;
}

.tocArticleCoverImage {
	display:none;
}
.tocArticleCoverImage.showCoverImage {
	display: table-cell;
	width: 15%;
}
.tocCoverImage {
	width: 100%;
}
.tocCoverImage img {
	border: 0;
	width: 100%;
}

.tocArticleTitleAuthors {
	width: 80%;
}
.tocArticleTitleAuthors.showCoverImage {
	width: 65%;
	padding-left: 10px;
}
.tocAuthors {
	padding-left: 10px;
}

.tocArticleGalleysPages {
	width: 20%;
}
.tocGalleys, .tocPages {
	text-align: right;
}

/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}


/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}


/**
 * Editorial Team Lists
 */

ol.editorialTeam {
}

ol.editorialTeam li {
	list-style: none;
}

ol.editorialTeam, ol.editorialTeam li {
	margin-left: 0;
	padding-left: 0;
}


/**
 * Additional text styles
 */

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

.highlightReviewerNotNotified, .highlightCopyediting {
	background: #EDEBC4;
}
.highlightNoDecision, .highlightLayoutEditing {
	background: #D8E9BD;
}
.highlightRevisedCopyUploaded, .higlightProofreading {
	background: #C6EBE4;
}
.highlightReviewerConfirmationOverdue {
	background: #9DD1E6;
}
.highlightReviewerCompletionOverdue {
	background: #74C5D8;
}

.fastTracked {
	background-color: #ABA;
}

table.listing tr.data td {
	border-top: 1px dotted #DDDDD0;
	border-bottom: 1px dotted #DDDDD0;
}

table.listing tr.data td.drag {
	cursor: move;
}


/**
 * Other organizational elements
 */

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}

td.notificationContent {
	padding-left: 5px;
	padding-right: 5px;
}

td.notificationFunction {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.throbber {
	display: none;
	background: url(../lib/pkp/templates/images/throbber.gif) no-repeat;
	width: 25px;
	height: 25px;
	margin-left: 50%;
	margin-top: 5%;
}

/* Font Sizer */
#sizer a {
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
	margin-left: 8px;
}

#journalListPageInfo {
	float: right;
}

#journalListPageLinks {
	float: left;
}


/* @group Tag-it */

ul.tagit {
	padding: 1px 5px;
	overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}

.hidden {
	display: none;
}

ul.tagit li {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
}

ul.tagit li.tagit-choice {
	padding: .2em 18px .2em .5em;
    position: relative;
    line-height: inherit;
}
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;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}
.ui-autocomplete .ui-menu-item a {
	font-size: .6em;
}
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;

    border: none;
	margin: 0;
	padding: 0;
	width: inherit;
	background-color: inherit;
    outline: none;
}


/* @end */

.pkp_form li { list-style:none; }
.composite-ui button { white-space:nowrap; }
.browserChrome .composite-ui select, .browserChrome .composite-ui button, .browserSafari .composite-ui select, .browserSafari .composite-ui button { padding:2px; }
.composite-ui>.ui-tabs {
  margin-top:20px;
  padding:0;
  border:0 none;
}
.composite-ui>.ui-tabs ul.main-tabs {
  background:none #fbfbf3;
  border:0 none;
  padding:0;
}
.composite-ui>.ui-tabs ul.main-tabs li.ui-tabs-selected a { color:#555555; }
.composite-ui>.ui-tabs ul.main-tabs li.ui-tabs-selected {
  padding-bottom:2px;
  background:none #ced7e1;
}
.composite-ui>.ui-tabs ul.main-tabs a {
  color:#cccccc;
  font-size:1.5em;
  padding:0.2em 1em;
}
.composite-ui>.ui-tabs div.main-tabs {
  padding:0;
  padding:0;
}
.composite-ui>.ui-tabs div.main-tabs>.canvas { height:100%; }
.composite-ui div.canvas {
  margin:0;
  padding:0;
  background-color:#efefef;
  width:100%;
}
.composite-ui div.pane {
  border:1px solid #b6c9d5;
  background-color:#efefef;
  height:100%;
}
.composite-ui div.pane div.wrapper { padding:30px; }
.composite-ui .scrollable {
  overflow-y:auto;
  overflow-x:hidden;
}
.fullscreen {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999;
  margin:0;
  padding:0;
  background:inherit;
  font-size:120%;
}
#fullScreenButton {
  float:right;
  margin-top:5px;
}
.composite-ui div.pane div.help-message {
  margin:40px;
  padding-left:30px;
  background:transparent url("../lib/pkp/templates/images/icons/alert.gif") no-repeat;
}
.composite-ui div.canvas>div.text-pane {
  background-color:#ced7e1;
  padding:0 30px;
}
.composite-ui div.grid table { border:0 none; }
.composite-ui div.grid th .options { margin:0; }
.composite-ui div.grid th .options a { margin:0; }
.composite-ui div.grid td { border-bottom:1px solid #b6c9d5; }
.composite-ui div.grid .row_actions a, .composite-ui div.grid .options a {
  text-decoration:none;
  padding-right:5px;
}
.composite-ui div.two-pane table.pane_header {
  width:100%;
  border-collapse:collapse;
}
.composite-ui div.two-pane table.pane_header tr {
  height:30px;
  padding:4px 0;
}
.composite-ui div.two-pane table.pane_header th {
  padding:0 4px;
  background-color:#ced7e1;
  color:#20538d;
  vertical-align:middle;
}
.composite-ui div.two-pane>div.left-pane {
  float:left;
  width:25%;
}
.composite-ui div.two-pane>div.right-pane {
  float:left;
  position:relative;
}
.composite-ui div.two-pane>div.left-pane div.grid .scrollable {
  position:relative;
  zoom:1;
}
.composite-ui div.two-pane>div.left-pane div.grid div.row_container { background-color:#ffffff; }
.composite-ui div.two-pane>div.left-pane div.grid div.clickable-row:hover, .composite-ui div.two-pane>div.left-pane div.grid div.clickable-row:hover div.row_file {
  background-color:#b6c9d5;
  cursor:pointer;
}
.composite-ui div.two-pane>div.left-pane div.grid tr.approved-citation .row_container {
  border-left:3px solid #20538d;
  padding-left:22px;
}
.composite-ui div.two-pane>div.left-pane div.grid tr.approved-citation .row_actions {
  width:22px;
  left:-3px;
}
.composite-ui div.two-pane>div.splitbarV {
  float:left;
  width:6px;
  height:100%;
  line-height:0;
  font-size:0;
  border:solid 0px;
  background:#cbe1fb url(../lib/pkp/styles/splitter/ui-bg_pane.gif) 0% 50%;
}
.composite-ui div.two-pane>div.splitbarV.working, .composite-ui div.two-pane>div.splitbuttonV.working {
  -moz-opacity:.50;
  filter:alpha(opacity=50);
  opacity:.50;
}
.composite-ui div.two-pane>div.right-pane div.wrapper {
  position:absolute;
  top:30px;
  bottom:0;
  left:0;
  right:0;
  padding-top:10px;
  padding-bottom:10px;
}
.composite-ui div.two-pane>div.right-pane div.wrapper.with-pane-actions {
  bottom:60px;
  padding-bottom:0;
}
.composite-ui div.two-pane>div.right-pane div.pane-actions {
  position:absolute;
  margin:0px;
  bottom:0;
  height:40px;
  width:100%;
}
.composite-ui div.two-pane>div.right-pane div.pane-actions>div { padding:0 30px; }
.composite-ui div.two-pane>div.right-pane div.pane-actions button { float:right; }
.composite-ui div.two-pane>div.right-pane div.pane-actions button.secondary-button { float:left; }
.composite-ui div.two-pane>div.right-pane .form-block {
  margin-bottom:40px;
  clear:both;
}
.composite-ui div.two-pane>div.right-pane div.grid table {
  border-top:1px solid #b6c9d5;
  table-layout:fixed;
}
.composite-ui div.two-pane>div.right-pane div.grid td {
  height:auto;
  min-height:0;
  line-height:1em;
  text-align:left;
}
.composite-ui div.two-pane>div.right-pane div.grid .row_actions {
  height:auto;
  min-height:0;
  line-height:1em;
  text-align:left;
  right:26px;
  padding-top:2px;
}
.composite-ui div.two-pane>div.right-pane div.grid .row_file {
  height:auto;
  min-height:0;
  line-height:1em;
  text-align:left;
  width:auto;
  padding:0;
}
.composite-ui div.two-pane>div.right-pane div.grid .row_container {
  background-color:#ffffff;
  padding-right:30px;
  padding-right:5px;
}
.composite-ui div.two-pane>div.right-pane div.grid .row_actions a {
  display:block;
  padding-bottom:4px;
}
#citationEditor.composite-ui div.main-tabs { height:600px; }
#citationEditor.composite-ui div.two-pane>div.left-pane div.grid .scrollable { height:570px; }
.composite-ui div.two-pane>div.left-pane div.grid tr.current-item div.row_file, .composite-ui div.two-pane>div.left-pane div.grid tr.current-item div.row_container { background-color:#b6c9d5; }
#editCitationForm .actions { float:right; }
#editCitationForm .options-head .ui-icon { float:left; }
#editCitationForm .option-block { margin-bottom:10px; }
#editCitationForm .option-block p { margin:5px 0 0 0; }
#editCitationForm .option-block-option {
  float:left;
  margin-left:5px;
}
#editCitationForm .clear { clear:both; }
#citationEditor.composite-ui div.two-pane>div.right-pane .citation-comparison { margin-bottom:10px; }
#citationEditor.composite-ui div.two-pane>div.right-pane .citation-comparison div.value {
  border:1px solid #aaaaaa;
  padding:5px;
  background-color:#ffffff;
}
#editableRawCitation div.value { margin-right:15px; }
#editableRawCitation div.value>div { padding-right:14px; }
#editableRawCitation textarea.textarea {
  width:100%;
  padding:5px;
  overflow-y:auto;
  font-size:1.3em;
}
#rawCitationEditingExpertOptions .option-block { padding-left:30px; }
#rawCitationWithMarkup div.value { margin-right:25px; }
#rawCitationWithMarkup a {
  display:block;
  width:14px;
  height:14px;
  margin-top:1em;
  margin-left:0;
}
#generatedCitationWithMarkup span { cursor:default; }
#citationEditor.composite-ui div.two-pane>div.right-pane .citation-comparison span { font-size:1.3em; }
#citationEditor.composite-ui div.two-pane>div.right-pane .citation-comparison-deletion {
  color:red;
  text-decoration:line-through;
}
#citationEditor.composite-ui div.two-pane>div.right-pane .citation-comparison-addition {
  color:green;
  text-decoration:underline;
}
#citationFormErrorsAndComparison .throbber { height:150px; }
.composite-ui div.two-pane>div.right-pane div.grid td.first_column { width:150px; }
.composite-ui div.two-pane>div.right-pane div.grid td.first_column select { width:100%; }
#authorQueryResult { float:left; }
#citationImprovementResultsBlock .options-head.active { margin-top:40px; }
#citationImprovementResultsBlock div.grid td {
  font-size:1em;
  line-height:1.3em;
}
#citationImprovementResultsBlock div.grid td.citation-source-action-cell { text-align:right; }
#citationImprovementResultsBlock div.grid tr.citation-source-action-row td {
  border-bottom:0 none;
  text-align:right;
  padding-right:0;
}
#citationEditorExportPane { position:relative; }
#citationEditorExportPane .scrollable {
  position:absolute;
  top:11em;
  bottom:30px;
  left:30px;
  right:30px;
}
.pkp_helpers_invisible { visibility:hidden; }
.pkp_helpers_display_none { display:none !important; }
.pkp_helpers_clear { clear:both; }
.pkp_helpers_align_left { float:left; }
.pkp_helpers_align_right { float:right; }
.pkp_helpers_text_left { text-align:left; }
.pkp_helpers_text_right { text-align:right; }
.pkp_helpers_text_center { text-align:center; }
.pkp_helpers_text_justify { text-align:justify; }
.pkp_helpers_image_left {
  float:left;
  margin:4px 10px 4px 0;
}
.pkp_helpers_image_right {
  float:right;
  margin:4px 0 4px 10px;
}
.pkp_helpers_container_center { margin:0 auto; }
.pkp_helpers_debug, .pkp_helpers_debug div {
  border:1px dashed red;
  padding:2px;
}
.pkp_helpers_flatlist {
  margin:0;
  padding:0;
}
.pkp_helpers_flatlist li {
  float:left;
  position:relative;
}
.pkp_helpers_bulletlist li { list-style:disc; }
.pkp_helpers_icon_link_valign { line-height:24px; }
.pkp_helpers_moveicon { cursor:move; }
.pkp_helpers_full { width:100%; }
.pkp_helpers_half { width:48%; }
.pkp_helpers_third { width:31%; }
.pkp_helpers_quarter { width:23%; }
.pkp_helpers_threeQuarter { width:73%; }
.pkp_helpers_underline:after {
  border-bottom:2px solid white;
  content:" ";
  display:block;
}
.pkp_helpers_dotted_underline { border-bottom:1px dotted #999999; }
.pkp_help {
  color:#999999;
  font-weight:normal;
  font-size:80%;
  padding:10px;
}
.pkp_helpers_black_bg { background-color:black; }
div.pkp_helpers_progressIndicator {
  width:24px;
  height:24px;
  float:right;
  margin-right:5px;
  background-repeat:no-repeat;
  background:url(../lib/pkp/templates/images/throbber.gif) no-repeat;
  display:none;
}
div.plupload div.plupload_header { display:none; }
.plupload .plupload_filelist_header { display:none; }
.plupload_header_content {
  background-image:none;
  display:none;
}
.plupload_header_content_bw { background-image:none; }
.plupload_header_title { display:none; }
.plupload_scroll {
  max-height:25px;
  min-height:25px;
  _height:25px;
}
.plupload_hidden { display:none; }
.plupload_droptext { line-height:25px; }
.deprecated_throbber {
  display:none;
  background:url(../lib/pkp/templates/images/throbber.gif) no-repeat;
  width:25px;
  height:25px;
  margin-left:50%;
  margin-top:5%;
}
.deprecated_selectHeader { margin-top:10px; }
a.sprite { line-height:24px; }
a.sprite.pkp_common_disabled:before { cursor:default; }
a.sprite:before {
  content:" ";
  display:inline-block;
  vertical-align:middle;
  width:24px;
  height:24px;
  background:url(../lib/pkp/templates/images/structure/sprites.png);
  background-repeat:no-repeat;
  cursor:pointer;
}
a.sprite.notify:before {
  margin-right:4px;
  background-position:-24px 0;
}
a.sprite.notify:hover:before { background-position:-24px -24px; }
a.sprite.overdue {
  text-indent:-1500px;
  padding-left:5px;
}
a.sprite.overdue:before {
  margin-right:4px;
  background-position:-48px 0;
}
a.sprite.overdue:hover:before { background-position:-48px -24px; }
a.sprite.settings:before { background-position:-408px 0; }
a.sprite.settings:hover:before { background-position:-408px -24px; }
a.sprite.upgrade:before { background-position:-168px 0; }
a.sprite.upgrade:hover:before { background-position:-168px -24px; }
a.sprite.information:before { background-position:-194px 0; }
a.sprite.information:hover:before { background-position:-194px -24px; }
a.sprite.more_info:before {
  margin-right:4px;
  background-position:-456px 0;
}
a.sprite.more_info:hover:before { background-position:-456px -24px; }
a.sprite.disable:before { background-position:-432px 0; }
a.sprite.disable:hover:before { background-position:-432px -24px; }
a.sprite.delete:before { background-position:-432px 0; }
a.sprite.delete:hover:before { background-position:-432px -24px; }
a.sprite.edit:before { background-position:-240px 0; }
a.sprite.edit:hover:before { background-position:-240px -24px; }
a.sprite.participants:before { background-position:-314px 0; }
a.sprite.participants:hover:before { background-position:-314px -24px; }
a.sprite.wrench:before { background-position:-338px 0; }
a.sprite.wrench:hover:before { background-position:-338px -24px; }
a.sprite.notes:before { background-position:-264px 0; }
a.sprite.notes:hover:before { background-position:-264px -24px; }
a.sprite.notes_new:before { background-position:-1224px 0; }
a.sprite.notes_new:hover:before { background-position:-1224px -24px; }
a.sprite.notes_none:before { background-position:-1200px 0; }
a.sprite.notes_none:hover:before { background-position:-1200px -24px; }
a.sprite.add:before {
  margin-right:4px;
  background-position:-504px 0;
}
a.sprite.add:hover:before { background-position:-504px -24px; }
a.sprite.add_user:before {
  margin-right:4px;
  background-position:-528px 0;
}
a.sprite.add_user:hover:before { background-position:-528px -24px; }
a.sprite.add_category:before {
  margin-right:4px;
  background-position:-552px 0;
}
a.sprite.add_category:hover:before { background-position:-552px -24px; }
a.sprite.add_item:before {
  margin-right:4px;
  background-position:-576px 0;
}
a.sprite.add_item:hover:before { background-position:-576px -24px; }
a.sprite.remove_item:before {
  background-position:-600px 0;
  margin-top:8px;
}
a.sprite.remove_item:hover:before {
  background-position:-600px -24px;
  margin-top:8px;
}
a.sprite.decline:before {
  margin-right:4px;
  background-position:-624px 0;
}
a.sprite.decline:hover:before { background-position:-624px -24px; }
a.sprite.advance:before {
  margin-right:4px;
  background-position:-648px 0;
}
a.sprite.advance:hover:before { background-position:-648px -24px; }
a.sprite.promote:before {
  margin-right:4px;
  background-position:-672px 0;
}
a.sprite.promote:hover:before { background-position:-672px -24px; }
a.sprite.revisions:before {
  margin-right:4px;
  background-position:-696px 0;
}
a.sprite.revisions:hover:before { background-position:-696px -24px; }
a.sprite.resubmit:before {
  margin-right:4px;
  background-position:-720px 0;
}
a.sprite.resubmit:hover:before { background-position:-720px -24px; }
a.sprite.add_item_small:before {
  height:14px;
  margin-right:4px;
  background-position:-744px -5px;
}
a.sprite.add_item_small:hover:before { background-position:-744px -29px; }
a.sprite.enroll_user:before {
  margin-right:4px;
  background-position:-768px 0;
}
a.sprite.enroll_user:hover:before { background-position:-768px -24px; }
a.sprite.user_search:before {
  margin-right:4px;
  background-position:-792px 0;
}
a.sprite.user_search:hover:before { background-position:-792px -24px; }
a.sprite.import:before {
  margin-right:4px;
  background-position:-816px 0;
}
a.sprite.import:hover:before { background-position:-816px -24px; }
a.sprite.pdf:before {
  margin-right:4px;
  background-position:-840px 0;
}
a.sprite.pdf:hover:before { background-position:-840px -24px; }
a.sprite.html:before {
  margin-right:4px;
  background-position:-864px 0;
}
a.sprite.html:hover:before { background-position:-864px -24px; }
a.sprite.word:before {
  margin-right:4px;
  background-position:-888px 0;
}
a.sprite.word:hover:before { background-position:-888px -24px; }
a.sprite.image:before {
  margin-right:4px;
  background-position:-912px 0;
}
a.sprite.image:hover:before { background-position:-912px -24px; }
a.sprite.excel:before {
  margin-right:4px;
  background-position:-936px 0;
}
a.sprite.excel:hover:before { background-position:-936px -24px; }
a.sprite.default:before {
  margin-right:4px;
  background-position:-960px 0;
}
a.sprite.default:hover:before { background-position:-960px -24px; }
a.sprite.zip:before {
  margin-right:4px;
  background-position:-984px 0;
}
a.sprite.zip:hover:before { background-position:-984px -24px; }
a.sprite.warning:before {
  margin-right:4px;
  background-position:-1008px 0;
}
a.sprite.warning:hover:before { background-position:-1008px -24px; }
a.sprite.add_role:before {
  margin-right:4px;
  background-position:-1032px 0;
}
a.sprite.add_role:hover:before { background-position:-1032px -24px; }
a.sprite.star_highlighted:before {
  margin-right:4px;
  background-position:-1056px 0;
}
a.sprite.star_highlighted:hover:before { background-position:-1056px -24px; }
a.sprite.star:before {
  margin-right:4px;
  background-position:-1080px 0;
}
a.sprite.star:hover:before { background-position:-1080px -24px; }
a.sprite.cross:before {
  margin-right:4px;
  background-position:-1104px 0;
}
a.sprite.cross:hover:before { background-position:-1104px -24px; }
a.sprite.feature:before {
  margin-right:4px;
  background-position:-1128px 0;
}
a.sprite.feature:hover:before { background-position:-1128px -24px; }
a.sprite.list_view:before {
  margin-right:4px;
  background-position:-1152px 0;
}
a.sprite.list_view:hover:before { background-position:-1152px -24px; }
a.sprite.grid_view:before {
  margin-right:4px;
  background-position:-1176px 0;
}
a.sprite.grid_view:hover:before { background-position:-1176px -24px; }
a.sprite.reset_default:before {
  margin-right:4px;
  background-position:-1248px 0;
}
a.sprite.reset_default:hover:before { background-position:-1248px -24px; }
a.sprite.send_production:before {
  margin-right:4px;
  background-position:-1272px 0;
}
a.sprite.send_production:hover:before { background-position:-1272px -24px; }
a.sprite.order_items:before {
  margin-right:4px;
  background-position:-1296px 0;
}
a.sprite.order_items:hover:before { background-position:-1296px -24px; }
a.sprite.return:before {
  margin-right:4px;
  background-position:-1320px 0;
}
a.sprite.return:hover:before { background-position:-1320px -24px; }
a.sprite.release:before {
  margin-right:4px;
  background-position:-1368px 0;
}
a.sprite.release:hover:before { background-position:-1368px -24px; }
a.sprite.release_highlighted:before {
  margin-right:4px;
  background-position:-1392px 0;
}
a.sprite.release_highlighted:hover:before { background-position:-1392px -24px; }
a.sprite.collapse_all:before {
  margin-right:4px;
  background-position:-1416px 0;
}
a.sprite.collapse_all:hover:before { background-position:-1416px -24px; }
a.sprite.expand_all:before {
  margin-right:4px;
  background-position:-1440px 0;
}
a.sprite.expand_all:hover:before { background-position:-1440px -24px; }
a.sprite.expanded:before {
  margin-right:4px;
  background-position:-1464px 0;
}
a.sprite.expanded:hover:before { background-position:-1464px -24px; }
a.sprite.collapsed:before {
  margin-right:4px;
  background-position:-1488px 0;
}
a.sprite.collapsed:hover:before { background-position:-1488px -24px; }
a.sprite.manage:before {
  margin-right:4px;
  background-position:-1512px 0;
}
a.sprite.manage:hover:before { background-position:-1512px -24px; }
a.sprite.merge_users:before {
  margin-right:4px;
  background-position:-312px 0;
}
a.sprite.merge_users:hover:before { background-position:-312px -24px; }
.category.delete:before {
  margin-left:5px;
  background-position:-1008px 0;
}
.category.delete:hover:before { background-position:-1008px -24px; }
.category.pdf:before, .category.html:before, .category.word:before, .category.image:before, .category.excel:before, .category.default:before, .category.zip:before {
  margin-left:10px;
  margin-top:0px;
}
.large_sprite {
  content:" ";
  width:48px;
  height:48px;
  margin-right:10px;
  margin-left:10px;
  float:left;
  background:url(../lib/pkp/templates/images/structure/sprites.png);
  background-repeat:no-repeat;
  background-position:0 -48px;
}
.large_sprite.modal_add_user { background-position:-48px -48px; }
.large_sprite.modal_add_role { background-position:-96px -48px; }
.large_sprite.modal_add_file { background-position:-144px -48px; }
.large_sprite.modal_information { background-position:-288px -48px; }
.large_sprite.modal_more_info { background-position:-240px -48px; }
.large_sprite.modal_email { background-position:-336px -48px; }
.large_sprite.modal_delete { background-position:-384px -48px; }
.large_sprite.modal_approve_proofs { background-position:-432px -48px; }
.large_sprite.modal_edit { background-position:-480px -48px; }
.large_sprite.modal_confirm { background-position:-528px -48px; }
.large_sprite.modal_add_item { background-position:-576px -48px; }
.large_sprite.modal_manage { background-position:-624px -48px; }
.large_sprite.modal_settings { background-position:-672px -48px; }
.large_sprite.modal_warning { background-position:-720px -48px; }
.large_sprite.modal_upgrade { background-position:-768px -48px; }
.large_sprite.modal_merge_users { background-position:-816px -48px; }
.large_sprite.modal_wizard { background-position:-1632px -48px; }
.loading_container {
  text-align:center;
  padding-top:10px;
}
.loading_container .pkp_helpers_progressIndicator {
  margin-right:auto;
  margin-left:auto;
  float:none;
  display:block;
}
.grid_actions {
  padding:22px 0 22px 0;
  overflow:hidden;
}
.grid_actions a {
  padding:0;
  margin:0 -3px 0 0 !important;
  border-style:none !important;
  border-color:white !important;
  border-width:0 0 0 0 !important;
  background:#0c3b66 url(../templates/images/button_bg_slice.png) repeat-x;
  height:24px;
  -moz-border-radius-topright:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
}
.grid_actions a:first-child {
  -webkit-top-left-border-radius:5px;
  -webkit-bottom-left-border-radius:5px;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
.grid_actions a:last-child {
  -webkit-top-right-border-radius:5px;
  -webkit-bottom-right-border-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
.action_links {
  line-height:24px;
  height:24px;
  vertical-align:middle;
  padding-bottom:10px;
}
.action_links a {
  font-size:90%;
  margin-right:20px;
  float:left;
}
@import url("styles/structure/index.less");
@import url("styles/linkActions.less");
table.pkp_listing td { padding:0.25em 1.5em 0.25em 0.5em; }
table.pkp_listing tr.heading td, table.pkp_listing td.heading {
  font-size:0.85em;
  text-transform:uppercase;
  font-weight:normal;
  padding:0.75em 1.5em 1em 0.5em;
}
table.pkp_listing td.nodata {
  text-align:center;
  font-style:italic;
}
table.pkp_listing td.headseparator {
  border-top:1px dotted #000000;
  font-size:0.1em;
  line-height:1%;
}
table.pkp_listing td.endseparator {
  border-top:1px dotted #000000;
  font-size:0.25em;
  line-height:10%;
}
table.pkp_listing td.separator {
  border-top:1px dotted #ddddd0;
  font-size:0.1em;
  line-height:1%;
}
.pkp_controllers_fontController_smallFont {
  background:url(../lib/pkp/templates/images/icons/font-down.png) !important;
  outline:none;
  text-indent:-9999px;
  display:block;
  float:left;
  width:20px;
  height:23px;
}
.pkp_controllers_fontController_defaultFont {
  background:url(../lib/pkp/templates/images/icons/font-default.png) !important;
  outline:none;
  text-indent:-9999px;
  display:block;
  float:left;
  width:20px;
  height:23px;
}
.pkp_controllers_fontController_largeFont {
  background:url(../lib/pkp/templates/images/icons/font-up.png) !important;
  outline:none;
  text-indent:-9999px;
  display:block;
  float:left;
  width:20px;
  height:23px;
}
.pkp_controllers_fontController_ldisabled, .pkp_controllers_fontController_sdisabled {
  opacity:0.3;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter:alpha(opacity=30);
}
.error { color:#990000; }
span.pkp_form_error {
  color:#990000;
  font-weight:bold;
  font-size:1em;
}
.pkp_form_error_list a { color:#990000; }
.pkp_form .pkp_formArea p {
  margin:0px;
  padding:0px;
}
.pkp_form .debug div, .pkp_form .debug label { border:1px solid orange; }
.pkp_form fieldset { margin:10px 5px; }
.pkp_form fieldset.border {
  border:1px solid #cccccc;
  padding:5px;
}
.pkp_form fieldset.inline { margin:0px 0px; }
.pkp_form legend {
  font-size:110%;
  padding:10px 0 10px 0;
}
.pkp_form div.section {
  clear:left;
  margin-bottom:10px;
  overflow:hidden;
}
.pkp_form label {
  display:block;
  font-weight:bold;
  padding:3px 0 3px 0;
}
.pkp_form span.pkp_form_success {
  color:#009900;
  font-weight:bold;
  font-size:1em;
}
.pkp_form span label.sub_label {
  font-size:80%;
  color:#999999;
  font-weight:normal;
  padding:2px 0 4px 0;
}
.pkp_form input {
  font-size:90%;
  width:99%;
  border:1px solid #cccccc;
  padding:2px;
  margin-top:4px;
}
.pkp_form input:focus { outline:none; }
.pkp_form textarea {
  font-size:90%;
  width:99%;
  border:1px solid #cccccc;
  padding:2px;
  margin-top:4px;
  height:10em;
}
.pkp_form textarea:focus { outline:none; }
.pkp_form select {
  font-size:90%;
  width:99%;
  width:100%;
  border:1px solid #cccccc;
  padding:2px;
  padding:3px;
  margin-top:4px;
}
.pkp_form select:focus { outline:none; }
.pkp_form .short { height:6em; }
.pkp_form .medium { height:12em; }
.pkp_form .tall { height:18em; }
.pkp_form .req {
  font-weight:bold;
  color:#cc0000;
  padding-left:3px;
}
.pkp_form .inline {
  float:left;
  clear:none !important;
  padding-right:2%;
  margin-bottom:0;
}
.pkp_form ul.checkbox_and_radiobutton {
  margin-bottom:0;
  padding-bottom:0;
  padding-left:0;
}
.pkp_form .checkbox_and_radiobutton li {
  padding-right:35px;
  float:left;
  display:inline;
  list-style:none;
}
.pkp_form .checkbox_and_radiobutton input {
  display:block;
  margin:4px 0 0 0;
  padding:0;
  width:13px;
  height:13px;
}
.pkp_form .checkbox_and_radiobutton li label {
  line-height:150%;
  margin:-17px 0 0 20px;
  padding:0 0 5px 0;
  font-weight:normal;
}
.pkp_form ul.checkbox_and_radiobutton:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  overflow:hidden;
}
.pkp_form .localization_popover_container_focus {
  margin-top:-2px;
  background-color:#eeeeee;
  display:block;
  padding:2px 5px 0px 5px;
  position:relative;
}
.pkp_form .localization_popover {
  background-color:#eeeeee;
  margin-left:-5px;
  padding:10px 5px 5px 5px;
  position:absolute;
  z-index:15000;
  display:none;
}
.pkp_form label.locale {
  font-size:1px;
  text-indent:-9999px;
}
.pkp_form .localizable {
  background-color:#ffffff !important;
  background-repeat:no-repeat;
  background:url(../lib/pkp/templates/images/structure/icon_globe.png) no-repeat;
  background-position:100% 50%;
}
.pkp_form input.spinner {
  background-color:#ffffff !important;
  background-repeat:no-repeat;
  background:url(../lib/pkp/templates/images/throbber.gif) no-repeat;
  background-position:100% 50%;
}
.pkp_form textarea.localizable { background-position:100% 0; }
.pkp_form .flag {
  background-color:#ffffff !important;
  background-repeat:no-repeat;
  background-position:100% 50%;
}
.pkp_form .flag_te_ST { background-image:url(../lib/pkp/templates/images/structure/flags/te_ST.png) !important; }
.pkp_form .pkp_form_file_input_container {
  height:30px;
  width:350px;
  position:relative;
  float:left;
}
.pkp_form .pkp_form_file_input_container .pkp_form_fakeFile {
  left:0;
  line-height:90%;
  margin:0;
  padding:0;
  position:absolute;
  top:0;
  width:350px;
  z-index:1;
}
.pkp_form .pkp_form_file_input_container .pkp_form_fakeInput {
  margin-bottom:5px;
  margin-left:0;
  height:15px;
  padding-left:3px;
  padding-top:1px;
  width:241px;
}
.pkp_form .pkp_form_file_input_container .pkp_form_fakeButton { line-height:90%; }
.pkp_form .pkp_form_file_input_container .pkp_form_uploadFile {
  line-height:90%;
  height:29px;
}
.pkp_form input.pkp_form_upload_field {
  padding:3px;
  margin:0;
  height:30px;
  width:350px;
  position:relative;
  z-index:2;
  text-align:right;
  -moz-opacity:0;
  filter:alpha(opacity=0);
  opacity:0;
}
.pkp_form .pkp_form_hidden { display:none !important; }
.pkp_form .formButtons {
  line-height:30px;
  margin:0 0 15px;
  overflow:hidden;
  padding:10px 20px;
  vertical-align:middle;
}
.pkp_form .formButtons .submitFormButton { float:right; }
.pkp_form .formButtons .resetFormButton, .pkp_form .formButtons .cancelFormButton { float:left; }
.pkp_form .formButtons div.clear { clear:both; }
.pkp_form .localization_popover_container input.locale_en_US {
  margin:0;
  background-repeat:no-repeat;
  background-position:98% 50%;
  background-image:url(../lib/pkp/templates/images/structure/flags/en_US.png) !important;
}
.pkp_form .localization_popover_container input.locale_fr_CA {
  margin:0;
  background-repeat:no-repeat;
  background-position:98% 50%;
  background-image:url(../lib/pkp/templates/images/structure/flags/fr_CA.png) !important;
}
.pkp_form .localization_popover_container input.locale_te_ST {
  margin:0;
  background-repeat:no-repeat;
  background-position:98% 50%;
  background-image:url(../lib/pkp/templates/images/structure/flags/te_ST.png) !important;
}
.pkp_form .localization_popover_container textarea.locale_en_US {
  margin:0;
  background-repeat:no-repeat;
  background-position:99.5% 2px;
  background-image:url(../lib/pkp/templates/images/structure/flags/en_US.png) !important;
}
.pkp_form .localization_popover_container textarea.locale_fr_CA {
  margin:0;
  background-repeat:no-repeat;
  background-position:99.5% 2px;
  background-image:url(../lib/pkp/templates/images/structure/flags/fr_CA.png) !important;
}
.pkp_form .localization_popover_container textarea.locale_te_ST {
  margin:0;
  background-repeat:no-repeat;
  background-position:99.5% 2px;
  background-image:url(../lib/pkp/templates/images/structure/flags/te_ST.png) !important;
}
div.pkp_controllers_grid { margin-top:20px; }
div.pkp_controllers_grid div.actions { margin-top:10px; }
div.pkp_controllers_grid table {
  width:100%;
  background-color:#ffffff;
  border-collapse:collapse;
}
div.pkp_controllers_grid thead, div.pkp_controllers_grid tr.row_controls td { border-bottom:1px solid #c8c7c7; }
div.pkp_controllers_grid tr.gridRow td {
  border-bottom:1px solid #c8c7c7;
  height:40px;
}
div.pkp_controllers_grid tr.category {
  border-bottom:1px solid #c8c7c7;
  border-top:1px solid #c8c7c7;
}
div.pkp_controllers_grid .empty td {
  border-bottom:1px solid #c8c7c7;
  padding-left:10px;
  text-align:left;
  height:40px;
}
div.pkp_controllers_grid thead tr {
  height:30px;
  padding:4px 0;
}
div.pkp_controllers_grid thead th {
  padding:0 4px;
  vertical-align:middle;
  text-align:center;
}
div.pkp_controllers_grid thead th:first-child { padding-left:40px; }
div.pkp_controllers_grid td {
  text-align:center;
  font-size:12px;
  vertical-align:middle;
  padding:0px;
}
div.pkp_controllers_grid th:first-child, div.pkp_controllers_grid td:first-child, div.pkp_controllers_grid .category_grid_body td:first-child + td { text-align:left !important; }
div.pkp_controllers_grid td.first_column {
  text-align:left !important;
  padding:0 !important;
}
div.pkp_controllers_grid td.category { display:table-row; }
div.pkp_controllers_grid tr.no_border, div.pkp_controllers_grid td.no_border { border:none !important; }
div.pkp_controllers_grid .default_category_style td {
  font-size:120%;
  text-transform:uppercase;
  font-family:"Courier New", Courier, mono;
}
div.pkp_controllers_grid tr.category td.no_actions {
  top:0;
  padding-left:10px !important;
}
div.pkp_controllers_grid .wrapper { margin-bottom:30px; }
div.pkp_controllers_grid .grid_header .pkp_grid_description {
  font-family:Arial, Helvetica, sans-serif;
  padding:10px;
}
div.pkp_controllers_grid .grid_header_bar {
  background-color:#f7f5f4;
  padding:5px 10px 5px 0px;
}
div.pkp_controllers_grid .grid_header_bar h3 {
  display:inline;
  padding:0px 0px 0px 10px;
  vertical-align:middle;
  line-height:24px;
}
div.pkp_controllers_grid .grid_header_bar a { float:left; }
div.pkp_controllers_grid .options {
  float:right;
  line-height:24px;
  height:24px;
  vertical-align:middle;
}
div.pkp_controllers_grid .options a { font-size:90%; }
div.pkp_controllers_grid .options a:before { margin-left:20px; }
div.pkp_controllers_grid .hidetext {
  visibility:hidden;
  overflow:hidden;
}
div.pkp_controllers_grid .row_container {
  position:relative;
  padding:0px 20px 0px 50px;
  overflow:hidden;
  height:40px;
}
div.pkp_controllers_grid .row_container .row_actions {
  position:absolute;
  width:40px;
  height:40px;
}
div.pkp_controllers_grid .row_actions {
  top:0;
  left:0;
}
div.pkp_controllers_grid .row_actions a {
  display:block;
  cursor:pointer;
  float:left;
}
div.pkp_controllers_grid .row_actions a:before { margin:8px; }
div.pkp_controllers_grid .row_file {
  width:100%;
  top:50%;
  line-height:24px;
  margin-top:0.5em;
}
div.pkp_controllers_grid .row_file a.pkp_controllers_linkAction { margin-right:20px; }
div.pkp_controllers_grid .multiline {
  line-height:125%;
  line-height:inherit;
}
div.pkp_controllers_grid .row_controls { display:none; }
div.pkp_controllers_grid .row_controls td {
  padding-left:48px;
  padding-top:5px;
  line-height:25px;
  height:25px;
}
div.pkp_controllers_grid .category_controls td { padding-left:9px; }
div.pkp_controllers_grid .row_controls td.indent_row { padding-left:0px; }
div.pkp_controllers_grid .row_controls a {
  float:left;
  margin-right:20px;
  text-decoration:none;
  color:#777777;
  font-size:90%;
}
div.pkp_controllers_grid .row_controls a:hover { text-decoration:underline; }
div.pkp_controllers_grid a.focus { background-position:0 bottom; }
div.pkp_controllers_grid a.task {
  width:100%;
  min-height:40px;
  text-indent:-1500px;
  overflow:hidden;
  display:block;
  background-position:50% 50%;
  background-repeat:no-repeat;
  margin:0;
}
div.pkp_controllers_grid .grid_link_actions_below a { font-size:11px; }
div.pkp_controllers_grid tr.alternate_row, div.pkp_controllers_grid tr.alternate_row .row_file { background-color:#f5f5f5; }
div.pkp_controllers_grid th { color:#20538d; }
div.pkp_controllers_grid a.task:hover { background-color:#efefef; }
div.pkp_controllers_grid .ui-widget { font-size:.9em; }
div.pkp_controllers_grid .toggleDetailContainer { margin:20px 0 20px 0; }
div.pkp_controllers_grid .toggleDetail {
  display:block;
  text-indent:-99999px;
  overflow:hidden;
  background-repeat:no-repeat;
  width:16px;
  height:16px;
  background-image:url(../lib/pkp/styles/images/ui-icons_222222_256x240.png);
}
div.pkp_controllers_grid .moreDetail { background-position:-48px -192px; }
div.pkp_controllers_grid .lessDetail { background-position:-64px -192px; }
div.pkp_controllers_grid .visible { display:block; }
div.pkp_controllers_grid .grid_controls {
  padding:5px;
  height:26px;
}
div.pkp_controllers_grid .ordering:hover { background:#eaf3f8 !important; }
div.pkp_controllers_grid .indent_row { width:40px; }
div.pkp_controllers_grid tbody .ui-sortable-placeholder {
  display:block;
  visibility:visible !important;
  height:40px;
  background-color:#eaf3f8 !important;
}
div.pkp_controllers_grid tbody.ui-sortable-helper { display:table; }
div.pkp_controllers_grid .gridCellContainer .gridLabelBeforeActions { margin-right:20px; }
div.pkp_controllers_grid .group1 td:first-child { background:url(../lib/pkp/templates/images/structure/grid_group_1.png) no-repeat; }
div.pkp_controllers_grid .group2 td:first-child { background:url(../lib/pkp/templates/images/structure/grid_group_2.png) no-repeat; }
div.pkp_controllers_grid .group3 td:first-child { background:url(../lib/pkp/templates/images/structure/grid_group_3.png) no-repeat; }
div.pkp_controllers_grid .group4 td:first-child { background:url(../lib/pkp/templates/images/structure/grid_group_4.png) no-repeat; }
div.pkp_controllers_grid .group5 td:first-child { background:url(../lib/pkp/templates/images/structure/grid_group_5.png) no-repeat; }
.options a.sort { background:url(../lib/pkp/templates/images/structure/grid_sort.png) no-repeat left; }
a.new, a.reviewReady { background-image:url(../lib/pkp/templates/images/structure/grid_task.png); }
a.unfinished { background-image:url(../lib/pkp/templates/images/structure/grid_task_disabled.png); }
a.accepted { background-image:url(../lib/pkp/templates/images/structure/grid_task_accepted.png); }
a.declined { background-image:url(../lib/pkp/templates/images/structure/lb_delete.png); }
a.completed { background-image:url(../lib/pkp/templates/images/structure/grid_task_complete.png); }
a.uploaded { background-image:url(../lib/pkp/templates/images/structure/grid_folder.png); }
a.request_review { background-image:url(../lib/pkp/templates/images/structure/grid_request_review.png); }
.pkp_controllers_grid div.checked {
  background:url(../lib/pkp/templates/images/structure/sprites.png);
  background-repeat:no-repeat;
  height:24px;
  width:24px;
  background-position:-672px 0;
}
.pkp_controllers_grid div.notChecked {
  background-image:url(../lib/pkp/templates/images/structure/grid_delete.png);
  height:15px;
  width:15px;
}
.pkp_controllers_grid_files .pkp_controllers_grid_files_possibleRevision {
  padding:10px;
  margin:10px;
  border:2px solid black;
  background-color:#ffffdd;
  text-align:left;
}
.pkp_controllers_grid_files .pkp_controllers_grid_files_possibleRevision #revisedFileId, .pkp_controllers_grid_files .pkp_controllers_grid_files_possibleRevision p { margin-bottom:10px; }
.pkp_controllers_grid_files .pkp_controllers_grid_files_possibleRevision h5 {
  margin-bottom:10px;
  padding-top:0px;
}
.pkp_controllers_grid_files #revisionWarningIcon {
  height:30px;
  width:30px;
  float:left;
}
.pkp_controllers_grid_files #revisionWarningText { margin-left:35px; }
.pkp_controllers_grid_files .pkp_controllers_grid_files_response pkp_controllers_grid_files_success {
  background:#daf0da url(../lib/pkp/templates/images/structure/response_success.png);
  border-top:1px solid #5abd5a;
  border-bottom:1px solid #5abd5a;
}
.pkp_controllers_grid_files .pkp_controllers_grid_files_warning {
  background:#fffae1 url(../lib/pkp/templates/images/structure/response_warning.png);
  border-top:1px solid #ffd324;
  border-bottom:1px solid #ffd324;
  background-repeat:no-repeat;
}
.pkp_controllers_grid_files .pkp_controllers_grid_files_error {
  background:#f8dada url(../lib/pkp/templates/images/structure/response_error.png);
  border-top:1px solid #e68080;
  border-bottom:1px solid #e68080;
}
.pkp_controllers_grid_files .pkp_controllers_grid_files_forbidden {
  background:#f8dada url(../lib/pkp/templates/images/structure/response_forbidden.png);
  border-top:1px solid #e68080;
  border-bottom:1px solid #e68080;
}
.pkp_controllers_grid_files .pkp_controllers_grid_files_information {
  background:#c9e3f8 url(../lib/pkp/templates/images/structure/response_info.png);
  border-top:1px solid #6aa6d6;
  border-bottom:1px solid #6aa6d6;
}
.pkp_controllers_grid_files .pkp_controllers_grid_files_help {
  background:#c9e3f8 url(../lib/pkp/templates/images/structure/response_help.png);
  border-top:1px solid #6aa6d6;
  border-bottom:1px solid #6aa6d6;
}
.pkp_controllers_modal_titleBar {
  height:48px;
  width:100%;
  margin-top:10px;
  margin-right:10px;
  padding-bottom:10px;
  border-bottom:1px solid #efefef;
}
.pkp_controllers_modal_titleBar h2 {
  margin-left:20px;
  font-style:italic;
}
.pkp_controllers_modal_titleBar .close {
  float:right;
  padding-right:10px;
}
.xIcon {
  background-image:url(../lib/pkp/templates/images/structure/modal_close_icon.png);
  height:23px;
  width:23px !important;
  background-repeat:no-repeat;
  display:block;
  overflow:hidden;
  text-indent:-99999px;
  border:none !important;
}
.modal-buttons {
  margin:0px 0px 15px 0px;
  padding:0px 20px 0px 20px;
  overflow:hidden;
  vertical-align:middle;
  line-height:30px;
}
.ui-dialog .ui-tabs-panel { padding:0px; }
.ui-widget-overlay {
  background:#333333 50% 50% repeat-x;
  opacity:0.8;
}
.ui-dialog { background-color:#f7f5f4; }
.ui-dialog-content { background-color:#ffffff !important; }
.ui-dialog-buttonpane { border-color:#f7f5f4; }
#reportGeneratorContainer .pkp_form #columns, #reportGeneratorContainer .pkp_form #issues, #reportGeneratorContainer .pkp_form #articles, #reportGeneratorContainer .pkp_form #countries, #reportGeneratorContainer .pkp_form #regions { height:150px; }
#reportGeneratorContainer .pkp_form #reportTimeFilterArea .selectMenu { width:auto; }
#reportGeneratorContainer .pkp_form .optionalColumn { font-style:italic; }
#reportGeneratorContainer .pkp_form .optionalColumn:after { content:"*"; }
.pkp_controllers_extrasOnDemand .ui-icon { float:left; }
.pkp_controllers_extrasOnDemand .toggleExtras {
  margin-top:15px;
  margin-bottom:15px;
  cursor:pointer;
  float:left;
  display:none;
}
.pkp_controllers_extrasOnDemand .extrasOnDemand-label {
  font-size:80%;
  color:#999999;
  margin-left:10px;
}
/**
 * styles/sidebar.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including sidebar(s).
 *
 */

/**
 * Sidebar
 */

#developedBy {
	text-transform: none;
	font-size: 0.95em;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}

/**
 * styles/rightSidebar.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 */

/**
 * Common HTML elements
 */


#headerTitle {
	text-align: center;
	width: 100%;
}

#body {
	width: 100%;
}

#rightSidebar {
	float: right;
	width: 14%;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	height: 100%;
	margin-right: 10%;
	margin-left: 2%;
}

* html #rightSidebar { margin-right: 5%; }

#main {
	float: left;
	width: 63%;
	margin-left: 10%;
	display: inline;
	overflow: hidden;
}
/**
 * plugins/themes/nusantara2columnsCrimson/nusantara2columnsCrimson.css
 *
 * Copyright (c) themeOJS - http://www.themeojs.com
 *
 * Nusantara2columnsCrimson theme stylesheet.
 * Ver 1.0.0.1 (2016-07-28)
 *
 */
 
 @import url(https://fonts.googleapis.com/css?family=Teko:400,700|Pathway+Gothic+One);@import url(imgs/clear.css);body{margin:0;padding:0;background-color:transparent;background-image:none;font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px;display:none;color:#222}a:link,a:visited,a:active{color:Crimson;text-decoration:none}a:hover{color:Crimson;background:none;text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:'Pathway Gothic One',"Times New Roman",Times,serif!important;color:#000;font-weight:normal;text-align:left}h1{font-size:3em;font-weight:normal}h2{font-size:2em;font-weight:normal}h3{font-size:1.8em;font-weight:normal}h4{font-size:1.6em;font-weight:normal}h5{font-size:1em;font-weight:normal}h6{font-size:.85em;font-weight:normal}#container{margin:0 auto;padding:0;background-color:#ccc;background-image:url(./imgs/noisy_grid.png);width:auto;min-width:730px!important;text-align:center;display:inline-block}#header{margin:0;padding:0;background-color:transparent;background-image:url(./imgs/noisy_grid.png);min-height:150px}#headerTitle{width:1080px;margin:0 auto;display:inline-block}#header h1{font-family:Teko,verdana,Georgia,"Times New Roman",Times,serif!important;font-weight:200!important;text-transform:none;font-size:3.2em;letter-spacing:0;color:#111;text-shadow:1px 1px #fff;padding:0!important;line-height:150px;margin-top:-13.33333333px}#headerTitle img{float:left;display:inline-block;margin-top:13.33333333px;margin-bottom:40px;max-width:1080px;height:auto}#body{margin:-40px auto 12px auto;padding:0 0 24px 0;background-color:#fff;background-image:none;width:1080px!important;display:inline-block;height:auto}#main{margin:0;padding:0;background-color:transparent;background-image:none;display:inline;float:left;position:relative;width:874px;overflow:visible!important}#content{border-top:0 dotted #000;font-size:1em}#navbar{margin:0 0 12px 0;padding:0;background-color:Crimson;background-image:none;clear:both;text-align:center;border:0;height:40px;width:1080px}#navbar ul{margin:0;padding:0;display:inline-block}#navbar ul li{margin:0;padding:0;float:left}#navbar a,#navbar a:link,#navbar a:visited{font-family:'Pathway Gothic One',"Times New Roman",Times,serif;font-weight:400;font-size:1.3em!important;text-transform:none;letter-spacing:0;color:#fff;line-height:40px;display:inline-block;margin:0;padding-left:15px;padding-right:15px}#navbar a:before,#navbar a:after{content:'';position:absolute;top:5px;display:block;height:30px;width:1px}#navbar a:before{margin-left:-15px;opacity:.15;background:rgba(0,0,0,.7);background:linear-gradient(to top,rgba(0,0,0,0),#000,rgba(0,0,0,0));background:-webkit-linear-gradient(top,rgba(0,0,0,0),#000,rgba(0,0,0,0));background:-ms-linear-gradient(top,rgba(0,0,0,0),#000,rgba(0,0,0,0));background:-moz-linear-gradient(top,rgba(0,0,0,0),#000,rgba(0,0,0,0));background:-o-linear-gradient(top,rgba(0,0,0,0),#000,rgba(0,0,0,0))}#navbar a:after{margin-left:-14px;opacity:.35;background:rgba(255,255,255,.8);background:linear-gradient(to top,rgba(0,0,0,0),#fff,rgba(0,0,0,0));background:-webkit-linear-gradient(top,rgba(0,0,0,0),#fff,rgba(0,0,0,0));background:-ms-linear-gradient(top,rgba(0,0,0,0),#fff,rgba(0,0,0,0));background:-moz-linear-gradient(top,rgba(255,255,255,.01),#fff,rgba(255,255,255,.01));background:-o-linear-gradient(top,rgba(0,0,0,0),#fff,rgba(0,0,0,0))}#navbar li:first-child a:before,#navbar li:first-child a:after{background-color:black;display:none}#navbar a:hover{background:#c51236;text-shadow:1px 1px #c51236}#navbar a:active{background:none;text-decoration:underline}ul.sidemenu{margin-top:-12px;padding-left:0!important}ul.sidemenu.full{margin:-12px -12px 0 -12px}ul.sidemenu li:before{display:none}ul.sidemenu li{padding:0}ul.sidemenu li a{display:block;padding:.7em 12px .7em 12px;border-bottom:1px solid #b5b5b5;background-color:#eee;text-decoration:none;color:#222}ul.sidemenu li a:hover{background-color:#fcdae1;text-decoration:underline}#breadcrumb{margin:0 12px 1em 12px;padding:.5em 0;background-color:#yellow;background-image:none;font-size:1em;border-bottom:1px dotted #333}#main>h2,#content{padding-left:12px;padding-right:12px}/* Copyright (c) themeOJS - http://www.themeojs.com */ #cpr{border:0 none #fff}#leftSidebar,#rightSidebar{margin:40px 0 0 0;padding:12px;background-color:transparent;background-image:none;font-size:1em;height:auto;overflow:hidden}#leftSidebar{width:0;display:none;float:left;border-right-width:1px;border-right-style:solid;border-right-color:#ccc}#rightSidebar{width:180px;float:right;border-left-width:1px;border-left-style:solid;border-left-color:#ccc}#rightSidebar div.block,#leftSidebar div.block{border:0;padding:0 0 12px 0;margin-bottom:12px;color:inherit}#leftSidebar div.block span.blockTitle,#rightSidebar div.block span.blockTitle{padding:.5em 1em;margin-bottom:12px;background:#dadada url(imgs/stripes.png);display:block;color:#444;letter-spacing:0}#sidebarDevelopedBy.block,#sidebarHelp.block{border:1px solid #999!important;border-radius:4px;padding:.5em 1em!important}#sidebarDevelopedBy.block a,#sidebarHelp.block a{text-decoration:none}.block p{margin:0!important;text-align:justify}.block ul{padding-left:1.2em;list-style:none}.block li:before{content:"";border-color:transparent Crimson;border-style:solid;border-width:.35em 0 .35em .45em;display:block;height:0;width:0;left:-1em;top:.9em;position:relative}#sidebarFontSize.block{padding-bottom:35px!important}table.tocArticle:nth-child(odd) tr{background-color:#fef1f4}table.tocArticle:nth-child(even) tr{background-color:#f4f4f4}table.tocArticle tr:hover{background-color:#d7e4ef}table.tocArticle td{padding:5px 10px}table.tocArticle a{text-decoration:none}.tocTitle{font-weight:bold}.tocAuthors{font-style:italic}td.tocGalleys{padding-right:10px}#content ul.menu{margin:0}#content ul.menu li{background-image:-webkit-linear-gradient(top,#2651ff 0,#4f72ff 100%);background-image:-o-linear-gradient(top,#2651ff 0,#4f72ff 100%);background-image:linear-gradient(to bottom,#2651ff 0,#4f72ff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2651ff',endColorstr='#ff4f72ff',GradientType=0);padding:5px 8px;border-radius:3px}#content ul.menu li:hover,#content ul.menu li.current{background-image:-webkit-linear-gradient(top,#ec790f 0,#f28c31 100%);background-image:-o-linear-gradient(top,#ec790f 0,#f28c31 100%);background-image:linear-gradient(to bottom,#ec790f 0,#f28c31 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec790f',endColorstr='#fff28c31',GradientType=0)}#content ul.menu a{color:#fff}#content ul.menu a:hover{color:yellow}input.textField,select.selectMenu,textarea.textArea,input.uploadField{padding:.3em;background-color:#f1f1f1;border:1px solid #aaa;color:#444}input.textField:focus,select.selectMenu:focus,textarea.textArea:focus,input.uploadField:focus{border:1px solid Crimson}input[type=submit],input[type=button]{background-image:-webkit-linear-gradient(top,#ddd 0,#c4c4c4 100%);background-image:-o-linear-gradient(top,#ddd 0,#c4c4c4 100%);background-image:linear-gradient(to bottom,#ddd 0,#c4c4c4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd',endColorstr='#ffc4c4c4',GradientType=0);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#444;text-shadow:1px 1px #f6f6f6;padding:3px 5px;text-decoration:none;border:1px solid #9d9d9d}input[type=submit]:hover,input[type=button]:hover{background-image:-webkit-linear-gradient(top,#c4c4c4 0,#aaa 100%);background-image:-o-linear-gradient(top,#c4c4c4 0,#aaa 100%);background-image:linear-gradient(to bottom,#c4c4c4 0,#aaa 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc4c4c4',endColorstr='#ffaaaaaa',GradientType=0);text-decoration:none;cursor:pointer}input.defaultButton{color:#2b2b2b;font-weight:bold}div.separator{border-bottom:1px dotted #222}.indexers{margin:10px 0}.indexers a{border:2px solid transparent;padding:5px 3px;display:inline-block}.indexers a:hover{background:0;border:2px dotted Crimson;opacity:.75;filter:alpha(opacity=75)}.indexers a img{height:auto}a img{border:0}div.thickSeparator{margin-bottom:10px}span.highlight{background-color:#f4f4f4}.intro{background-color:#f4f4f4;border:1px dotted SteelBlue;padding:10px}.intro ul{margin:0;padding-left:1em}.issueCoverImage{border:1px solid #fff;padding:0;margin:0}.issueCoverImage img{margin:1em 2em 1em 0;width:100px;border:0 solid #fff;max-width:500px;height:auto}#content h4 a{text-decoration:none}#announcements{width:auto}#journalDescription{text-align:justify;float:left;width:68%}#homepageImage{float:right;width:30%;margin-top:-1em;margin-left:12px;margin-bottom:25px;text-align:right}#homepageImage img{display:inline-block;max-width:100%;max-height:auto}#announcementsHome,.clear{clear:both}#setupForm #homepageImage{float:none;width:auto;text-align:left;margin-top:1em;margin-left:0}#setupForm #journalDescription{float:none}#setupForm #homepageImage img,#setupForm #journalThumbnail img{display:inline;margin:5px 0}.selectMenu{margin-right:2px}#poweredby{clear:both;display:block;margin:0 auto 1em auto;text-align:right;width:1080px;padding-right:12px}

.tocAuthors {background: url(./imgs/icon-group.png) 1px 2px no-repeat rgba(0, 0, 0, 0);font-style: italic;margin-top: 4px;padding-bottom: 5px;padding-left: 30px;}  
.tocGalleys .file {color: transparent;background: url(./imgs/icon-pdf.png) no-repeat top right;height: 20px;width: 24px;display: inline-block;float: right;}
#articleFullText .file {color: transparent;background: url(./imgs/icon-pdf.png) no-repeat top right;height: 20px;width: 24px;display: inline-block;float: left;}
#articleAbstract div {text-align:justify}
#articleCitations div {text-align:justify}
#journalTitleAndLogo img,#pageHeaderTitle img {width:100%;height:auto;}
#journalThumbnail img,#homepageImage img {width:300px;height:auto;}
#journalLogo img,#journalLogoImage img {width:100px;height:auto;}
#journalFavicon img {width:80px;height:auto;}
p {text-align:justify;line-height:1.5}
/* ========================================================================

   IJBiotech stylesheet 
   Ver 1.42; 26 January 2019
   (c) 2018 Joaquim Baeta; GPLv3
  
   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <https://www.gnu.org/licenses/>.

   ------------------------------------------------------------------------

   Table of contents 
     
   01.   Typography
   02.   Structure
   02.1  Main
   02.2  Grid
   02.3  Content
   03.   Header
   04.   Navbar
   05.   Breadcrumbs
   06.   Sidebar
   07.   Journal description
   08.   Announcements
   09.   Buttons
   10.   Text fields
   11.   Table of contents
   12.   Indexers
   13.   Object and description box
   14.   Separators
   15.   Cards
   16.   Footer
   17.   Grammarly fix

   ======================================================================== */

/* 1. Typography */

@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic|Lato');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

html {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Helvetica, sans-serif !important;
	color: #242424;
}

h1 {
	font-size: 2.5rem !important;;
	font-weight: normal;
}

h2 {
	font-size: 1.8rem !important;;
	font-weight: normal;
}

h3 {
	font-size: 1.6rem !important;
	font-weight: normal;
}

h4 {
	font-size:1.4rem !important;
	font-weight: normal;
}

h5 {
	font-size:1.2rem !important;
	font-weight: normal;
}

h6 {
	font-size:0.9em !important;
	font-weight: normal;
}

#header h1 {
    font-family: 'Lato', Helvetica, sans-serif !important;
    font-weight: 400 !important;
    text-transform: none;
    font-size: 2em;
    letter-spacing: 0;
    color: #fcfcfc;
    text-shadow: none;
    padding: 20px !important;
    line-height: 1.5;
    margin-top: 0;
}

#link a:active, a:link, a:visited {
	color: #31496C;	
	text-decoration: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

a:hover {
	color: #3cb467 !important;
	text-decoration: none;
}

p {
	line-height: 1.5;
	text-align: left;
}

/* 2.   Structure */

/* 2.1. Main */

#container {
	width: 100% !important;
	min-width: 280px !important;
	background-color: #fcfcfc;
	overflow: hidden;
    background-image: none;
}

body {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 15px;
}

#body {
	background-color: #fcfcfc;
	width: 1140px !important;
}

@media (max-width: 1140px) {
    #body {
    	width: 100% !important;
    }

    #main {
    	width: 77%;
    }
}

@media (max-width: 940px) {
    #main {
    	width: 75%;
    }
}

@media (max-width: 767px) {
	#body {
		display: flex;
		flex-direction: column;
		width: 100% !important;
	}

	#main {
		order: 1;
		width: 100%;
	}
}

/* 2.2 Grid (Based on the flexbox grid of Guus Lieben and BCasal.es; https://codepen.io/guuslieben/pen/bVeObG.) */

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*/
.wrapper {
	margin: 20px auto;
}

[class*="col-"] {
  	margin-bottom: 20px;
  	min-height: 30px;
  	padding: 20px;
}

@media all and (max-width: 500px) {
	.no-mobile {
		display: none;
	}
}

@media all and (min-width: 500px) {
  	.wrapper {
  		padding: 0 20px;
		background-color: #e1e1e1;
	 	padding-top: 20px;
	 	border-radius: 5px;
  	}

  	.row {
  		display: flex;
  	}

  	[class*="col-"] {
  		margin-right: 20px;
  	}

  	[class*="col-"]:last-child {
  		margin-right: 0;
  	}

  	.col-1 {
  		flex: 1;
  	}

  	.col-2 {
  		flex: 2;
  	}

  	.col-3 {
  		flex: 3;
  	}

  	.col-4 {
  		flex: 4;
  	}

  	.col-5 {
  		flex: 5;
  	}

  	.col-6 {
  		flex: 6;
  	}

  	.col-7 {
  		flex: 7;
  	}

  	.col-8 {
  		flex: 8;
  	}

  	.col-9 {
  		flex: 9;
  	}

  	.col-10 {
  		flex: 10;
  	}

  	.col-11 {
  		flex: 11;
  	}

  	.col-12 {
  		flex: 12;
  	}
}

@media all and (min-width: 1000px) {
	.wrapper {
		max-width: 1000px;
	}
}

.sticky {
  top: 0;
  position:fixed;
  width: 100%;
  max-height: 150px;
}

.no-back {
	background-color: #fcfcfc;
  }

.warn {
	background: #FFDB4D;
}

.note {
	background: #5CADFF;
	color: #fff;
}

.error {
	background: #FF5353;
	color: #fff;
}

.correct {
	background: #33D685;
	color: #fff;
}

.rounded {
	border-radius: 100px;
}

.top-r {
	border-top-right-radius: 100px;
}

.top-l {
	border-top-left-radius: 100px;
}

.bottom-r {
	border-bottom-right-radius: 100px;
}

.bottom-l {
	border-bottom-left-radius: 100px;
}

.rad-l {
	border-radius: 100px 0 0 100px;
}

.rad-r {
	border-radius: 0 100px 100px 0;
}

.hidden-col {
	visibility: hidden;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.back-img { /* Use on columns only */
	background-image: url();
	height: 150px;
	background-size: cover;
	color: #fcfcfc;
}

.full-width {
	margin-bottom: 0;
}

.full-width:last-child {
	margin-bottom: 20px;
}

.space-off,
.space-off:last-child {
  	margin-bottom: 0;
}

@media all and (min-width: 500px) {
	.full-width {
    	margin-bottom: 20px;
    	margin-right: 0;
  }

  .space-off,
  .space-off:last-child {
    	margin-bottom: 0;
  }
}

/* 2.3 Content */

#main > h2, #content {
	padding-left: 15px !important;
}

/* 3. Header */

#header {
	background-color: #31496C;
	background-image: none;
}

@media (max-width: 1140px) {
	#headerTitle {
		width: 100%;
	}

	#headerTitle img {
	    max-width: 100%;
	}
}

@media (max-width: 767px) {
	#headerTitle {
		width: 100%;
	}

	#headerTitle img {
		max-width: 127%;
		float: right;
		overflow: hidden;
	}
}

/* 4. Navbar */

#navbar{
	background-color: #31496C;
	margin-bottom: 30px;
	width: 1140px;
}

#navbar a, #navbar a:link, #navbar a:visited {
	text-transform: none;
	font-size: 1em !important;
	font-family: 'Lato', Helvetica, sans-serif;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

#navbar a:hover {
	background-color: #31496C;
	color: #3cb467;
	text-shadow: none;
}

@media (max-width: 1140px) {
    #navbar {
    	width: 100vw;
    }

    #navbar a::after {
    	opacity: 0;
    }
}

@media(max-width: 1061px) {
	#navbar {
		height: auto;
	}
}

@media (max-width: 767px) {
	#navbar {
		width: 100%;
		height: auto;
	}

	#navbar a::before {
		opacity: 0;
	}

	#navbar a::after {
		opacity: 0;
	}
}

/* 5. Breadcrumbs */

#breadcrumb {
	margin: 0 12px 1em 15px;
	padding: 0 0 0.5rem 0;
	border-bottom: 0px solid #cad5e6;
	color: #6d7587;
	font-size: 0.9rem;
	background-image: none;
}

#breadcrumb a {
    font-weight: 400;
    color: #6d7587;
    font-size: 0.9rem;
}

#breadcrumb a:hover {
	color: #404750 !important;
}

#breadcrumb a.current {
    font-weight: 400;
    color: #6d7587;
    font-size: 0.9rem;
}

#breadcrumb a.current:hover {
	color: #404750 !important;
}

/* 6. Sidebar */

ul.sidemenu{
	margin-top: -12px;
	padding-left: 0px !important;
}

ul.sidemenu.full{
	margin: 12px -12px 0 -12px;
}

ul.sidemenu li:before{
	display: none;
}

ul.sidemenu li{
	padding: 0;
}

/* ul.sidemenu li:first-child a{
	border-top:1px solid #3C1900;		
} */

ul.sidemenu li a {
	display: block;
	padding: 0.4rem 0.8rem;
	border-bottom: 1px solid #fcfcfc;
	background-color: #fcfcfc;
	font-family: 'Lato', Helvetica, sans-serif;
	text-decoration: none;
	color: #31496C;
	font-size: 1em;
}

ul.sidemenu li a:hover {
	background-color: #fcfcfc;
	color: #3cb467;
	text-decoration: none;
}

.block ul {
	padding: 0;
	list-style: none;
}

.block li:before {
	display: none;
}

.block li {
	padding: 0.4rem 0;
}

#leftSidebar div.block span.blockTitle, #rightSidebar div.block span.blockTitle {	
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cad5e6;
	background: #fcfcfc;
	color: #242424;
	text-transform: none !important;
	font-size: 1.15em;
}

#rightSidebar {
	width: 200px;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 60px;
	border-left-color: #cad5e6;
}

@media (max-width: 1140px) {
    #rightSidebar {
    	width: 17%;
    }
}

@media(max-width: 1061px) {
	#rightSidebar {
		margin-top: 100px;
	}
}

@media (max-width: 767px) {
	#sidebar {
		order: 2;
	}

	#rightSidebar {
		width: 90%;
		margin: 30px 0 0 0;
		padding: 0 5%;
	}

	.sidebarcover {
		width: 15rem;
	}
}

/* 7. Journal description */

#journalDescription {
	text-align: left;
	width: 100%;
}

#journalDescription > p {
	text-align: left;
}

#homepageImage {
	display: none;
}

/* 8. Announcements */

.announcements .headseparator, .announcements .endseparator {
	border-top: 1px solid #cad5e6 !important;
}

table.announcements td {
	padding: 0.5em 0;
}

table.announcements td.description {
	width: 100%;
	line-height: 1.5;
}

/* 9. Buttons */

.btn-ijb {
	display: inline-block;
	padding: 10px 20px;
	margin: 1rem auto;
	border-radius: 5px;
	background-color: #31496C;
	color: #fcfcfc !important;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}

.btn-ijb:hover, .btn-ijb:active {
	background-color: #3cb467 !important;
	color: #fcfcfc !important;
}

.btn-ijb-block {
	display: block;
}

.btn-ijb-139 {
	display: block;
	text-align: left;
}

.btn-ijb-card {
	display: inline-block;
	padding: 10px 0;
	margin: 0 auto;
	border-radius: 0;
	width: 100%;
	background-color: #31496C;
	color: #fcfcfc !important;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}

.btn-ijb-card:hover, .btn-ijb-card:active {
	background-color: #3cb467 !important;
}

input[type="submit"], input[type="button"] {
    border-radius: 5px;
    color: #fcfcfc;
    text-shadow: none;
    padding: 10px 20px;
    border: 0px;
    background: #31496c;
    -o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

@media (max-width: 767px) {
	.btn-ijb-block {
		display: inline-block;
	}

	.btn-ijb-139 {
		display: inline-block;
		width: 139px;
		margin: 0.3rem auto;
	}
}

input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #3cb467;
    background-image: none;
}

input.defaultButton {
    font-weight: 400;
}

/* 10. Text fields */

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    border-radius: 3px;
    padding: .5em;
    border: 1px solid #dcdcdc;
	color: #6c6c6c;
}

/* 11. Table of contents */

.tocArticle:nth-child(2n) tr {
    background-color: #fcfcfc !important;
}

.tocArticle:nth-child(2n+1) tr {
    background-color: #fcfcfc !important;
}

.tocArticleTitleAuthors {
    width: 90%;
}

.tocArticleTitleAuthors.showCoverImage {
    width: 70%;
}

.tocArticle {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #cad5e6;
}

.tocAuthors {
	background: none;
	padding-left: 0;
	color: #6d7587;
	font-style: normal;
}

/*.tocDOI::before {
    content: 'DOI:';
}

.tocDOI img {
    display: none;
}

.tocDOI span::after {
    content: '|';
    padding: 10px;
}*/

.tocDOI > span > i > a {
    font-style: normal;
}

/* Commenting out until needed

.tocArticle tr:hover {
    background-color: #c7d9e9 !important;
}

*/

/* 12. Indexers */

.indexers a {
	border: 0;
}

.indexers a:hover {
    border: 0;
}

.indexed-in a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.indexed-in a img:hover {
    filter: grayscale(0);
}

/* 13. Object and description box */

.object-description-left {
	text-align: right;
	border-right: 1px solid #cad5e6; 
	line-height: 1.8;
	min-height: 23px; 
	padding: 0 10px 0 0;
}

.object-description-left > p {
	text-align: right;
	margin: 0.2rem 0 0;
	font-weight: bold;
}

@media (max-width: 500px) {
	.object-description-left {
		text-align: left;
		border-right: 0;
	}

	.object-description-left > p {
		text-align: left;
	}
}

.object-description-right {
	padding: 0 0 0 10px;
	line-height: 1.8;
}

.object-description-right > p {
	text-align: left;
	margin: 0.2rem 0 0;
}

@media (max-width: 500px) {
	.object-description-right {
		padding: 0 0 1em 0;
	}
}

/* 14. Separators */

.separator {
    border-bottom: 1px solid #cad5e6 !important;
}

/* 15. Cards */

.card {
	border: 1px solid #c5c8cf;
	/*box-shadow: 0px 0px 5px 1px rgba(0,0,0,.14);*/
	text-align: center;
	max-width: 300px;
}

.card-r {
	float: right;
	margin: 2em 0 2em 2em;
}

.card-rt {
	float: right;
	margin: 1em 0 2em 2em;
}

.card-img {
	height: 125px;
	overflow: hidden;
}

.card-img > img {
	width: 100%;
}

@media (max-width: 470px) {
	.card {
		max-width: 100%;
	}

	.card-r {
		margin: 2em 0;
	}

	.card-rt {
		margin: 1em 0 2em;
	}
}

/* 16. Footer */

.footer-logo {
	padding: 0;
	margin: 0 20px 0 0;
}

.footer-logo > img {
	width: 100%;
}

@media (max-width: 500px) {
	.footer-logo {
		padding: 20px;
		text-align: center;
	}

	.footer-logo > img {
		max-width: 150px;
	}
}

/* 17. Grammarly fix */

.gr__tooltip {
    position: relative !important;
}
#plnSettingsForm table { width: 100%; }
#plnSettingsForm table .label { width: 120px; }
#plnSettingsForm table .value,
#plnSettingsForm table .label { vertical-align: top; }
#plnSettingsForm table .value p { clear: both; }
#plnSettingsForm table .value input[type=checkbox] { clear:left; width: auto; float: left;}
#plnSettingsForm table .value input.button { width: 100px; float: right; margin: 0 10px;}
#plnSettingsForm table .value input#refresh { float: none; }
#plnSettingsForm table .value input#journal_uuid { width: 300px; }
#plnSettingsForm table .value label.agree {clear: right; float: left; margin-left: 10px;}
#plnSettingsForm table .value .separator { clear:both; margin-top: 1em; }

#plnStatusForm table { width: 100%; }
#plnStatusForm table td { border-top: 1px solid lightgrey; }
#plnStatusForm table input { margin: 2px; }
#plnStatusForm table th { height: 20px; }

/* 
	Document   : jquery.pnotify.default.css
	Created on : Nov 23, 2009, 3:14:10 PM
	Author     : Hunter Perrin
	Description:
		Default styling for Pines Notify jQuery plugin.
*/

/* Notice
----------------------------------*/
.ui-pnotify {
	top: 18px;
	right: 18px;
	position: absolute;
	height: auto;
	/* Ensure that the notices are on top of everything else. */
	z-index: 9999;
}
/* This hides position: fixed from IE6, which doesn't understand it. */
html > body .ui-pnotify {
	position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
	margin: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: -3px;
	right: -3px;
	z-index: -1;
}
.ui-pnotify-container {
	background-position: 0 0;
	padding: 8px;
	height: 100%;
}
.ui-pnotify-closer {
	float: right;
	margin-left: 2px;
}
.ui-pnotify-title {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 4px;
}
.ui-pnotify-text {
	font-size: .8em;
	display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: 2px;
}
/* History Pulldown
----------------------------------*/
.ui-pnotify-history-container {
	position: absolute;
	top: 0;
	right: 18px;
	width: 70px;
	border-top: none;
	/* Ensure that the history container is on top of the notices. */
	z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
	padding: 2px;
}
.ui-pnotify-history-container .ui-pnotify-history-all {
	display: block;
	width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-last {
	display: block;
	width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display: block;
	margin: 0 auto;
}
/**
 * @file styles/themes/default/pnotify.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2000-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP default styles for the Pines Notify jQuery plugin.
 */

/* Container */

.ui-pnotify-container {
	border: 1px solid #aaaaaa;
}

.notifySuccess .ui-pnotify-container {
	background: #e7f9e7;
}

.notifyWarning .ui-pnotify-container {
	background: #fcefa1;
}

.notifyError .ui-pnotify-container {
	background: #fef1ec;
}

.notifyInfo .ui-pnotify-container {
	background: #e7f2fe;
}

.notifyForbidden .ui-pnotify-container {
	background: #fcae69;
}

.notifyHelp .ui-pnotify-container {
	background: #e7f2fe;
}


/* Text */

.ui-pnotify-title {
	float: left;
	font-size: 1.2em;
}

.ui-pnotify-text {
	text-align: left;
	clear: left;
	font-size: 1em;
}

.ui-pnotify-history-container {
	text-align: center;
}
/**
 * @file styles/themes/default/notificationIcons.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2000-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP default styles for the Pines Notify jQuery plugin.
 */

/* PNotify Icons */

.notifyIcon {
	width: 16px;
	height: 16px;
	background-image: url(../../lib/jqueryUi/images/ui-icons_222222_256x240.png);
}

.notifyIconSuccess {
	background-position: -64px -144px;
}

.notifyIconWarning {
	background-position: -32px -144px;
}

.notifyIconError {
	background-position: 0 -144px;
}

.notifyIconInfo {
	background-position: -16px -144px;
}

.notifyIconForbidden {
	background-position: -192px -96px;
}

.notifyIconHelp {
	background-position: -48px -144px;
}

.ui-pnotify-closer .ui-icon {
	background-image: url(../../lib/jqueryUi/images/ui-icons_222222_256x240.png);
}

/* Page icons */

.notifyIconNewPage {
	background-image: url(../../../templates/images/icons/page_new.gif);
}

.notifyIconPageAttachment {
	background-image: url(../../../templates/images/icons/page_attachment.gif);
}

.notifyIconEdit {
	background-image: url(../../../templates/images/icons/edit.gif);
}

.notifyIconNewComment {
	background-image: url(../../../templates/images/icons/comment_new.gif);
}

.notifyIconPublished {
	background-image: url(../../../templates/images/icons/list_world.gif);
}

.notifyIconNewAnnouncement {
	background-image: url(../../../templates/images/icons/note_new.gif);
}

.notifyIconPageAlert {
	background-image: url(../../../templates/images/icons/page_alert.gif);
}
/* latin-ext */
@font-face {
  font-family: 'Pathway Gothic One';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pathwaygothicone/v9/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-tRVZfX80.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Pathway Gothic One';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pathwaygothicone/v9/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-tS1Zf.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/teko/v10/LYjNdG7kmE0gfaJ9pRtB.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/teko/v10/LYjNdG7kmE0gfa19pRtB.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/teko/v10/LYjNdG7kmE0gfaN9pQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/teko/v10/LYjCdG7kmE0gdRhYsCVgqGIu.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/teko/v10/LYjCdG7kmE0gdRhYsCpgqGIu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/teko/v10/LYjCdG7kmE0gdRhYsCRgqA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*--- clear.css ---*/
.color1,
.color1-light,
.color2,
.color2-light {
 background-color:#ffff
}
.pull-right {
 float:right!important
}
.pull-left {
 float:left!important
}
.clear {
 clear:both
}
.cover-image-intro {
 margin:0 0 0 1em;
 width:100px;
 box-shadow:1px 1px 12px #ccc;
 border:1px solid #eee
}
.color-box {
 display:block;
 width:60px;
 height:40px;
 float:left;
 margin-right:5px
}
body {
 display:inline!important
}
.color-grey-light {
 background-color:#eeeeee
}
/* latin-ext */
@font-face {
  font-family: 'Gentium Book Basic';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/gentiumbookbasic/v11/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjc4XrF686Y.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Gentium Book Basic';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/gentiumbookbasic/v11/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjc4ULF6.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fad42e; background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.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(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; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_469bdd_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_469bdd_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_f9bd01_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.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-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; 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;}/*
 * jQuery UI Selectable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; 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: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.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-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; }/*
 * jQuery UI Tabs 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.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: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; 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-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.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; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.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%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
 font-family:'FontAwesome';
 src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');
 src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
 url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
 url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
 url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
 url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
 font-weight:normal;
 font-style:normal
}
.fa {
 display:inline-block;
 font:normal normal normal 14px/1 FontAwesome;
 font-size:inherit;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.fa-lg {
 font-size:1.33333333em;
 line-height:.75em;
 vertical-align:-15%
}
.fa-2x {
 font-size:2em
}
.fa-3x {
 font-size:3em
}
.fa-4x {
 font-size:4em
}
.fa-5x {
 font-size:5em
}
.fa-fw {
 width:1.28571429em;
 text-align:center
}
.fa-ul {
 padding-left:0;
 margin-left:2.14285714em;
 list-style-type:none
}
.fa-ul>li {
 position:relative
}
.fa-li {
 position:absolute;
 left:-2.14285714em;
 width:2.14285714em;
 top:.14285714em;
 text-align:center
}
.fa-li.fa-lg {
 left:-1.85714286em
}
.fa-border {
 padding:.2em .25em .15em;
 border:solid .08em #eee;
 border-radius:.1em
}
.fa-pull-left {
 float:left
}
.fa-pull-right {
 float:right
}
.fa.fa-pull-left {
 margin-right:.3em
}
.fa.fa-pull-right {
 margin-left:.3em
}
.pull-right {
 float:right
}
.pull-left {
 float:left
}
.fa.pull-left {
 margin-right:.3em
}
.fa.pull-right {
 margin-left:.3em
}
.fa-spin {
 -webkit-animation:fa-spin 2s infinite linear;
 animation:fa-spin 2s infinite linear
}
.fa-pulse {
 -webkit-animation:fa-spin 1s infinite steps(8);
 animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 100% {
  -webkit-transform:rotate(359deg);
  transform:rotate(359deg)
 }
}
@keyframes fa-spin {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 100% {
  -webkit-transform:rotate(359deg);
  transform:rotate(359deg)
 }
}
.fa-rotate-90 {
 -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.fa-rotate-180 {
 -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 transform:rotate(180deg)
}
.fa-rotate-270 {
 -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
 -webkit-transform:rotate(270deg);
 -ms-transform:rotate(270deg);
 transform:rotate(270deg)
}
.fa-flip-horizontal {
 -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
 -webkit-transform:scale(-1, 1);
 -ms-transform:scale(-1, 1);
 transform:scale(-1, 1)
}
.fa-flip-vertical {
 -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
 -webkit-transform:scale(1, -1);
 -ms-transform:scale(1, -1);
 transform:scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
 filter:none
}
.fa-stack {
 position:relative;
 display:inline-block;
 width:2em;
 height:2em;
 line-height:2em;
 vertical-align:middle
}
.fa-stack-1x,
.fa-stack-2x {
 position:absolute;
 left:0;
 width:100%;
 text-align:center
}
.fa-stack-1x {
 line-height:inherit
}
.fa-stack-2x {
 font-size:2em
}
.fa-inverse {
 color:#fff
}
.fa-glass:before {
 content:"\f000"
}
.fa-music:before {
 content:"\f001"
}
.fa-search:before {
 content:"\f002"
}
.fa-envelope-o:before {
 content:"\f003"
}
.fa-heart:before {
 content:"\f004"
}
.fa-star:before {
 content:"\f005"
}
.fa-star-o:before {
 content:"\f006"
}
.fa-user:before {
 content:"\f007"
}
.fa-film:before {
 content:"\f008"
}
.fa-th-large:before {
 content:"\f009"
}
.fa-th:before {
 content:"\f00a"
}
.fa-th-list:before {
 content:"\f00b"
}
.fa-check:before {
 content:"\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
 content:"\f00d"
}
.fa-search-plus:before {
 content:"\f00e"
}
.fa-search-minus:before {
 content:"\f010"
}
.fa-power-off:before {
 content:"\f011"
}
.fa-signal:before {
 content:"\f012"
}
.fa-gear:before,
.fa-cog:before {
 content:"\f013"
}
.fa-trash-o:before {
 content:"\f014"
}
.fa-home:before {
 content:"\f015"
}
.fa-file-o:before {
 content:"\f016"
}
.fa-clock-o:before {
 content:"\f017"
}
.fa-road:before {
 content:"\f018"
}
.fa-download:before {
 content:"\f019"
}
.fa-arrow-circle-o-down:before {
 content:"\f01a"
}
.fa-arrow-circle-o-up:before {
 content:"\f01b"
}
.fa-inbox:before {
 content:"\f01c"
}
.fa-play-circle-o:before {
 content:"\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
 content:"\f01e"
}
.fa-refresh:before {
 content:"\f021"
}
.fa-list-alt:before {
 content:"\f022"
}
.fa-lock:before {
 content:"\f023"
}
.fa-flag:before {
 content:"\f024"
}
.fa-headphones:before {
 content:"\f025"
}
.fa-volume-off:before {
 content:"\f026"
}
.fa-volume-down:before {
 content:"\f027"
}
.fa-volume-up:before {
 content:"\f028"
}
.fa-qrcode:before {
 content:"\f029"
}
.fa-barcode:before {
 content:"\f02a"
}
.fa-tag:before {
 content:"\f02b"
}
.fa-tags:before {
 content:"\f02c"
}
.fa-book:before {
 content:"\f02d"
}
.fa-bookmark:before {
 content:"\f02e"
}
.fa-print:before {
 content:"\f02f"
}
.fa-camera:before {
 content:"\f030"
}
.fa-font:before {
 content:"\f031"
}
.fa-bold:before {
 content:"\f032"
}
.fa-italic:before {
 content:"\f033"
}
.fa-text-height:before {
 content:"\f034"
}
.fa-text-width:before {
 content:"\f035"
}
.fa-align-left:before {
 content:"\f036"
}
.fa-align-center:before {
 content:"\f037"
}
.fa-align-right:before {
 content:"\f038"
}
.fa-align-justify:before {
 content:"\f039"
}
.fa-list:before {
 content:"\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
 content:"\f03b"
}
.fa-indent:before {
 content:"\f03c"
}
.fa-video-camera:before {
 content:"\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
 content:"\f03e"
}
.fa-pencil:before {
 content:"\f040"
}
.fa-map-marker:before {
 content:"\f041"
}
.fa-adjust:before {
 content:"\f042"
}
.fa-tint:before {
 content:"\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
 content:"\f044"
}
.fa-share-square-o:before {
 content:"\f045"
}
.fa-check-square-o:before {
 content:"\f046"
}
.fa-arrows:before {
 content:"\f047"
}
.fa-step-backward:before {
 content:"\f048"
}
.fa-fast-backward:before {
 content:"\f049"
}
.fa-backward:before {
 content:"\f04a"
}
.fa-play:before {
 content:"\f04b"
}
.fa-pause:before {
 content:"\f04c"
}
.fa-stop:before {
 content:"\f04d"
}
.fa-forward:before {
 content:"\f04e"
}
.fa-fast-forward:before {
 content:"\f050"
}
.fa-step-forward:before {
 content:"\f051"
}
.fa-eject:before {
 content:"\f052"
}
.fa-chevron-left:before {
 content:"\f053"
}
.fa-chevron-right:before {
 content:"\f054"
}
.fa-plus-circle:before {
 content:"\f055"
}
.fa-minus-circle:before {
 content:"\f056"
}
.fa-times-circle:before {
 content:"\f057"
}
.fa-check-circle:before {
 content:"\f058"
}
.fa-question-circle:before {
 content:"\f059"
}
.fa-info-circle:before {
 content:"\f05a"
}
.fa-crosshairs:before {
 content:"\f05b"
}
.fa-times-circle-o:before {
 content:"\f05c"
}
.fa-check-circle-o:before {
 content:"\f05d"
}
.fa-ban:before {
 content:"\f05e"
}
.fa-arrow-left:before {
 content:"\f060"
}
.fa-arrow-right:before {
 content:"\f061"
}
.fa-arrow-up:before {
 content:"\f062"
}
.fa-arrow-down:before {
 content:"\f063"
}
.fa-mail-forward:before,
.fa-share:before {
 content:"\f064"
}
.fa-expand:before {
 content:"\f065"
}
.fa-compress:before {
 content:"\f066"
}
.fa-plus:before {
 content:"\f067"
}
.fa-minus:before {
 content:"\f068"
}
.fa-asterisk:before {
 content:"\f069"
}
.fa-exclamation-circle:before {
 content:"\f06a"
}
.fa-gift:before {
 content:"\f06b"
}
.fa-leaf:before {
 content:"\f06c"
}
.fa-fire:before {
 content:"\f06d"
}
.fa-eye:before {
 content:"\f06e"
}
.fa-eye-slash:before {
 content:"\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
 content:"\f071"
}
.fa-plane:before {
 content:"\f072"
}
.fa-calendar:before {
 content:"\f073"
}
.fa-random:before {
 content:"\f074"
}
.fa-comment:before {
 content:"\f075"
}
.fa-magnet:before {
 content:"\f076"
}
.fa-chevron-up:before {
 content:"\f077"
}
.fa-chevron-down:before {
 content:"\f078"
}
.fa-retweet:before {
 content:"\f079"
}
.fa-shopping-cart:before {
 content:"\f07a"
}
.fa-folder:before {
 content:"\f07b"
}
.fa-folder-open:before {
 content:"\f07c"
}
.fa-arrows-v:before {
 content:"\f07d"
}
.fa-arrows-h:before {
 content:"\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
 content:"\f080"
}
.fa-twitter-square:before {
 content:"\f081"
}
.fa-facebook-square:before {
 content:"\f082"
}
.fa-camera-retro:before {
 content:"\f083"
}
.fa-key:before {
 content:"\f084"
}
.fa-gears:before,
.fa-cogs:before {
 content:"\f085"
}
.fa-comments:before {
 content:"\f086"
}
.fa-thumbs-o-up:before {
 content:"\f087"
}
.fa-thumbs-o-down:before {
 content:"\f088"
}
.fa-star-half:before {
 content:"\f089"
}
.fa-heart-o:before {
 content:"\f08a"
}
.fa-sign-out:before {
 content:"\f08b"
}
.fa-linkedin-square:before {
 content:"\f08c"
}
.fa-thumb-tack:before {
 content:"\f08d"
}
.fa-external-link:before {
 content:"\f08e"
}
.fa-sign-in:before {
 content:"\f090"
}
.fa-trophy:before {
 content:"\f091"
}
.fa-github-square:before {
 content:"\f092"
}
.fa-upload:before {
 content:"\f093"
}
.fa-lemon-o:before {
 content:"\f094"
}
.fa-phone:before {
 content:"\f095"
}
.fa-square-o:before {
 content:"\f096"
}
.fa-bookmark-o:before {
 content:"\f097"
}
.fa-phone-square:before {
 content:"\f098"
}
.fa-twitter:before {
 content:"\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
 content:"\f09a"
}
.fa-github:before {
 content:"\f09b"
}
.fa-unlock:before {
 content:"\f09c"
}
.fa-credit-card:before {
 content:"\f09d"
}
.fa-feed:before,
.fa-rss:before {
 content:"\f09e"
}
.fa-hdd-o:before {
 content:"\f0a0"
}
.fa-bullhorn:before {
 content:"\f0a1"
}
.fa-bell:before {
 content:"\f0f3"
}
.fa-certificate:before {
 content:"\f0a3"
}
.fa-hand-o-right:before {
 content:"\f0a4"
}
.fa-hand-o-left:before {
 content:"\f0a5"
}
.fa-hand-o-up:before {
 content:"\f0a6"
}
.fa-hand-o-down:before {
 content:"\f0a7"
}
.fa-arrow-circle-left:before {
 content:"\f0a8"
}
.fa-arrow-circle-right:before {
 content:"\f0a9"
}
.fa-arrow-circle-up:before {
 content:"\f0aa"
}
.fa-arrow-circle-down:before {
 content:"\f0ab"
}
.fa-globe:before {
 content:"\f0ac"
}
.fa-wrench:before {
 content:"\f0ad"
}
.fa-tasks:before {
 content:"\f0ae"
}
.fa-filter:before {
 content:"\f0b0"
}
.fa-briefcase:before {
 content:"\f0b1"
}
.fa-arrows-alt:before {
 content:"\f0b2"
}
.fa-group:before,
.fa-users:before {
 content:"\f0c0"
}
.fa-chain:before,
.fa-link:before {
 content:"\f0c1"
}
.fa-cloud:before {
 content:"\f0c2"
}
.fa-flask:before {
 content:"\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
 content:"\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
 content:"\f0c5"
}
.fa-paperclip:before {
 content:"\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
 content:"\f0c7"
}
.fa-square:before {
 content:"\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
 content:"\f0c9"
}
.fa-list-ul:before {
 content:"\f0ca"
}
.fa-list-ol:before {
 content:"\f0cb"
}
.fa-strikethrough:before {
 content:"\f0cc"
}
.fa-underline:before {
 content:"\f0cd"
}
.fa-table:before {
 content:"\f0ce"
}
.fa-magic:before {
 content:"\f0d0"
}
.fa-truck:before {
 content:"\f0d1"
}
.fa-pinterest:before {
 content:"\f0d2"
}
.fa-pinterest-square:before {
 content:"\f0d3"
}
.fa-google-plus-square:before {
 content:"\f0d4"
}
.fa-google-plus:before {
 content:"\f0d5"
}
.fa-money:before {
 content:"\f0d6"
}
.fa-caret-down:before {
 content:"\f0d7"
}
.fa-caret-up:before {
 content:"\f0d8"
}
.fa-caret-left:before {
 content:"\f0d9"
}
.fa-caret-right:before {
 content:"\f0da"
}
.fa-columns:before {
 content:"\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
 content:"\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
 content:"\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
 content:"\f0de"
}
.fa-envelope:before {
 content:"\f0e0"
}
.fa-linkedin:before {
 content:"\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
 content:"\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
 content:"\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
 content:"\f0e4"
}
.fa-comment-o:before {
 content:"\f0e5"
}
.fa-comments-o:before {
 content:"\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
 content:"\f0e7"
}
.fa-sitemap:before {
 content:"\f0e8"
}
.fa-umbrella:before {
 content:"\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
 content:"\f0ea"
}
.fa-lightbulb-o:before {
 content:"\f0eb"
}
.fa-exchange:before {
 content:"\f0ec"
}
.fa-cloud-download:before {
 content:"\f0ed"
}
.fa-cloud-upload:before {
 content:"\f0ee"
}
.fa-user-md:before {
 content:"\f0f0"
}
.fa-stethoscope:before {
 content:"\f0f1"
}
.fa-suitcase:before {
 content:"\f0f2"
}
.fa-bell-o:before {
 content:"\f0a2"
}
.fa-coffee:before {
 content:"\f0f4"
}
.fa-cutlery:before {
 content:"\f0f5"
}
.fa-file-text-o:before {
 content:"\f0f6"
}
.fa-building-o:before {
 content:"\f0f7"
}
.fa-hospital-o:before {
 content:"\f0f8"
}
.fa-ambulance:before {
 content:"\f0f9"
}
.fa-medkit:before {
 content:"\f0fa"
}
.fa-fighter-jet:before {
 content:"\f0fb"
}
.fa-beer:before {
 content:"\f0fc"
}
.fa-h-square:before {
 content:"\f0fd"
}
.fa-plus-square:before {
 content:"\f0fe"
}
.fa-angle-double-left:before {
 content:"\f100"
}
.fa-angle-double-right:before {
 content:"\f101"
}
.fa-angle-double-up:before {
 content:"\f102"
}
.fa-angle-double-down:before {
 content:"\f103"
}
.fa-angle-left:before {
 content:"\f104"
}
.fa-angle-right:before {
 content:"\f105"
}
.fa-angle-up:before {
 content:"\f106"
}
.fa-angle-down:before {
 content:"\f107"
}
.fa-desktop:before {
 content:"\f108"
}
.fa-laptop:before {
 content:"\f109"
}
.fa-tablet:before {
 content:"\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
 content:"\f10b"
}
.fa-circle-o:before {
 content:"\f10c"
}
.fa-quote-left:before {
 content:"\f10d"
}
.fa-quote-right:before {
 content:"\f10e"
}
.fa-spinner:before {
 content:"\f110"
}
.fa-circle:before {
 content:"\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
 content:"\f112"
}
.fa-github-alt:before {
 content:"\f113"
}
.fa-folder-o:before {
 content:"\f114"
}
.fa-folder-open-o:before {
 content:"\f115"
}
.fa-smile-o:before {
 content:"\f118"
}
.fa-frown-o:before {
 content:"\f119"
}
.fa-meh-o:before {
 content:"\f11a"
}
.fa-gamepad:before {
 content:"\f11b"
}
.fa-keyboard-o:before {
 content:"\f11c"
}
.fa-flag-o:before {
 content:"\f11d"
}
.fa-flag-checkered:before {
 content:"\f11e"
}
.fa-terminal:before {
 content:"\f120"
}
.fa-code:before {
 content:"\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
 content:"\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
 content:"\f123"
}
.fa-location-arrow:before {
 content:"\f124"
}
.fa-crop:before {
 content:"\f125"
}
.fa-code-fork:before {
 content:"\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
 content:"\f127"
}
.fa-question:before {
 content:"\f128"
}
.fa-info:before {
 content:"\f129"
}
.fa-exclamation:before {
 content:"\f12a"
}
.fa-superscript:before {
 content:"\f12b"
}
.fa-subscript:before {
 content:"\f12c"
}
.fa-eraser:before {
 content:"\f12d"
}
.fa-puzzle-piece:before {
 content:"\f12e"
}
.fa-microphone:before {
 content:"\f130"
}
.fa-microphone-slash:before {
 content:"\f131"
}
.fa-shield:before {
 content:"\f132"
}
.fa-calendar-o:before {
 content:"\f133"
}
.fa-fire-extinguisher:before {
 content:"\f134"
}
.fa-rocket:before {
 content:"\f135"
}
.fa-maxcdn:before {
 content:"\f136"
}
.fa-chevron-circle-left:before {
 content:"\f137"
}
.fa-chevron-circle-right:before {
 content:"\f138"
}
.fa-chevron-circle-up:before {
 content:"\f139"
}
.fa-chevron-circle-down:before {
 content:"\f13a"
}
.fa-html5:before {
 content:"\f13b"
}
.fa-css3:before {
 content:"\f13c"
}
.fa-anchor:before {
 content:"\f13d"
}
.fa-unlock-alt:before {
 content:"\f13e"
}
.fa-bullseye:before {
 content:"\f140"
}
.fa-ellipsis-h:before {
 content:"\f141"
}
.fa-ellipsis-v:before {
 content:"\f142"
}
.fa-rss-square:before {
 content:"\f143"
}
.fa-play-circle:before {
 content:"\f144"
}
.fa-ticket:before {
 content:"\f145"
}
.fa-minus-square:before {
 content:"\f146"
}
.fa-minus-square-o:before {
 content:"\f147"
}
.fa-level-up:before {
 content:"\f148"
}
.fa-level-down:before {
 content:"\f149"
}
.fa-check-square:before {
 content:"\f14a"
}
.fa-pencil-square:before {
 content:"\f14b"
}
.fa-external-link-square:before {
 content:"\f14c"
}
.fa-share-square:before {
 content:"\f14d"
}
.fa-compass:before {
 content:"\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
 content:"\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
 content:"\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
 content:"\f152"
}
.fa-euro:before,
.fa-eur:before {
 content:"\f153"
}
.fa-gbp:before {
 content:"\f154"
}
.fa-dollar:before,
.fa-usd:before {
 content:"\f155"
}
.fa-rupee:before,
.fa-inr:before {
 content:"\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
 content:"\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
 content:"\f158"
}
.fa-won:before,
.fa-krw:before {
 content:"\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
 content:"\f15a"
}
.fa-file:before {
 content:"\f15b"
}
.fa-file-text:before {
 content:"\f15c"
}
.fa-sort-alpha-asc:before {
 content:"\f15d"
}
.fa-sort-alpha-desc:before {
 content:"\f15e"
}
.fa-sort-amount-asc:before {
 content:"\f160"
}
.fa-sort-amount-desc:before {
 content:"\f161"
}
.fa-sort-numeric-asc:before {
 content:"\f162"
}
.fa-sort-numeric-desc:before {
 content:"\f163"
}
.fa-thumbs-up:before {
 content:"\f164"
}
.fa-thumbs-down:before {
 content:"\f165"
}
.fa-youtube-square:before {
 content:"\f166"
}
.fa-youtube:before {
 content:"\f167"
}
.fa-xing:before {
 content:"\f168"
}
.fa-xing-square:before {
 content:"\f169"
}
.fa-youtube-play:before {
 content:"\f16a"
}
.fa-dropbox:before {
 content:"\f16b"
}
.fa-stack-overflow:before {
 content:"\f16c"
}
.fa-instagram:before {
 content:"\f16d"
}
.fa-flickr:before {
 content:"\f16e"
}
.fa-adn:before {
 content:"\f170"
}
.fa-bitbucket:before {
 content:"\f171"
}
.fa-bitbucket-square:before {
 content:"\f172"
}
.fa-tumblr:before {
 content:"\f173"
}
.fa-tumblr-square:before {
 content:"\f174"
}
.fa-long-arrow-down:before {
 content:"\f175"
}
.fa-long-arrow-up:before {
 content:"\f176"
}
.fa-long-arrow-left:before {
 content:"\f177"
}
.fa-long-arrow-right:before {
 content:"\f178"
}
.fa-apple:before {
 content:"\f179"
}
.fa-windows:before {
 content:"\f17a"
}
.fa-android:before {
 content:"\f17b"
}
.fa-linux:before {
 content:"\f17c"
}
.fa-dribbble:before {
 content:"\f17d"
}
.fa-skype:before {
 content:"\f17e"
}
.fa-foursquare:before {
 content:"\f180"
}
.fa-trello:before {
 content:"\f181"
}
.fa-female:before {
 content:"\f182"
}
.fa-male:before {
 content:"\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
 content:"\f184"
}
.fa-sun-o:before {
 content:"\f185"
}
.fa-moon-o:before {
 content:"\f186"
}
.fa-archive:before {
 content:"\f187"
}
.fa-bug:before {
 content:"\f188"
}
.fa-vk:before {
 content:"\f189"
}
.fa-weibo:before {
 content:"\f18a"
}
.fa-renren:before {
 content:"\f18b"
}
.fa-pagelines:before {
 content:"\f18c"
}
.fa-stack-exchange:before {
 content:"\f18d"
}
.fa-arrow-circle-o-right:before {
 content:"\f18e"
}
.fa-arrow-circle-o-left:before {
 content:"\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
 content:"\f191"
}
.fa-dot-circle-o:before {
 content:"\f192"
}
.fa-wheelchair:before {
 content:"\f193"
}
.fa-vimeo-square:before {
 content:"\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
 content:"\f195"
}
.fa-plus-square-o:before {
 content:"\f196"
}
.fa-space-shuttle:before {
 content:"\f197"
}
.fa-slack:before {
 content:"\f198"
}
.fa-envelope-square:before {
 content:"\f199"
}
.fa-wordpress:before {
 content:"\f19a"
}
.fa-openid:before {
 content:"\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
 content:"\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
 content:"\f19d"
}
.fa-yahoo:before {
 content:"\f19e"
}
.fa-google:before {
 content:"\f1a0"
}
.fa-reddit:before {
 content:"\f1a1"
}
.fa-reddit-square:before {
 content:"\f1a2"
}
.fa-stumbleupon-circle:before {
 content:"\f1a3"
}
.fa-stumbleupon:before {
 content:"\f1a4"
}
.fa-delicious:before {
 content:"\f1a5"
}
.fa-digg:before {
 content:"\f1a6"
}
.fa-pied-piper-pp:before {
 content:"\f1a7"
}
.fa-pied-piper-alt:before {
 content:"\f1a8"
}
.fa-drupal:before {
 content:"\f1a9"
}
.fa-joomla:before {
 content:"\f1aa"
}
.fa-language:before {
 content:"\f1ab"
}
.fa-fax:before {
 content:"\f1ac"
}
.fa-building:before {
 content:"\f1ad"
}
.fa-child:before {
 content:"\f1ae"
}
.fa-paw:before {
 content:"\f1b0"
}
.fa-spoon:before {
 content:"\f1b1"
}
.fa-cube:before {
 content:"\f1b2"
}
.fa-cubes:before {
 content:"\f1b3"
}
.fa-behance:before {
 content:"\f1b4"
}
.fa-behance-square:before {
 content:"\f1b5"
}
.fa-steam:before {
 content:"\f1b6"
}
.fa-steam-square:before {
 content:"\f1b7"
}
.fa-recycle:before {
 content:"\f1b8"
}
.fa-automobile:before,
.fa-car:before {
 content:"\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
 content:"\f1ba"
}
.fa-tree:before {
 content:"\f1bb"
}
.fa-spotify:before {
 content:"\f1bc"
}
.fa-deviantart:before {
 content:"\f1bd"
}
.fa-soundcloud:before {
 content:"\f1be"
}
.fa-database:before {
 content:"\f1c0"
}
.fa-file-pdf-o:before {
 content:"\f1c1"
}
.fa-file-word-o:before {
 content:"\f1c2"
}
.fa-file-excel-o:before {
 content:"\f1c3"
}
.fa-file-powerpoint-o:before {
 content:"\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
 content:"\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
 content:"\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
 content:"\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
 content:"\f1c8"
}
.fa-file-code-o:before {
 content:"\f1c9"
}
.fa-vine:before {
 content:"\f1ca"
}
.fa-codepen:before {
 content:"\f1cb"
}
.fa-jsfiddle:before {
 content:"\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
 content:"\f1cd"
}
.fa-circle-o-notch:before {
 content:"\f1ce"
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
 content:"\f1d0"
}
.fa-ge:before,
.fa-empire:before {
 content:"\f1d1"
}
.fa-git-square:before {
 content:"\f1d2"
}
.fa-git:before {
 content:"\f1d3"
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
 content:"\f1d4"
}
.fa-tencent-weibo:before {
 content:"\f1d5"
}
.fa-qq:before {
 content:"\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
 content:"\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
 content:"\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
 content:"\f1d9"
}
.fa-history:before {
 content:"\f1da"
}
.fa-circle-thin:before {
 content:"\f1db"
}
.fa-header:before {
 content:"\f1dc"
}
.fa-paragraph:before {
 content:"\f1dd"
}
.fa-sliders:before {
 content:"\f1de"
}
.fa-share-alt:before {
 content:"\f1e0"
}
.fa-share-alt-square:before {
 content:"\f1e1"
}
.fa-bomb:before {
 content:"\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
 content:"\f1e3"
}
.fa-tty:before {
 content:"\f1e4"
}
.fa-binoculars:before {
 content:"\f1e5"
}
.fa-plug:before {
 content:"\f1e6"
}
.fa-slideshare:before {
 content:"\f1e7"
}
.fa-twitch:before {
 content:"\f1e8"
}
.fa-yelp:before {
 content:"\f1e9"
}
.fa-newspaper-o:before {
 content:"\f1ea"
}
.fa-wifi:before {
 content:"\f1eb"
}
.fa-calculator:before {
 content:"\f1ec"
}
.fa-paypal:before {
 content:"\f1ed"
}
.fa-google-wallet:before {
 content:"\f1ee"
}
.fa-cc-visa:before {
 content:"\f1f0"
}
.fa-cc-mastercard:before {
 content:"\f1f1"
}
.fa-cc-discover:before {
 content:"\f1f2"
}
.fa-cc-amex:before {
 content:"\f1f3"
}
.fa-cc-paypal:before {
 content:"\f1f4"
}
.fa-cc-stripe:before {
 content:"\f1f5"
}
.fa-bell-slash:before {
 content:"\f1f6"
}
.fa-bell-slash-o:before {
 content:"\f1f7"
}
.fa-trash:before {
 content:"\f1f8"
}
.fa-copyright:before {
 content:"\f1f9"
}
.fa-at:before {
 content:"\f1fa"
}
.fa-eyedropper:before {
 content:"\f1fb"
}
.fa-paint-brush:before {
 content:"\f1fc"
}
.fa-birthday-cake:before {
 content:"\f1fd"
}
.fa-area-chart:before {
 content:"\f1fe"
}
.fa-pie-chart:before {
 content:"\f200"
}
.fa-line-chart:before {
 content:"\f201"
}
.fa-lastfm:before {
 content:"\f202"
}
.fa-lastfm-square:before {
 content:"\f203"
}
.fa-toggle-off:before {
 content:"\f204"
}
.fa-toggle-on:before {
 content:"\f205"
}
.fa-bicycle:before {
 content:"\f206"
}
.fa-bus:before {
 content:"\f207"
}
.fa-ioxhost:before {
 content:"\f208"
}
.fa-angellist:before {
 content:"\f209"
}
.fa-cc:before {
 content:"\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
 content:"\f20b"
}
.fa-meanpath:before {
 content:"\f20c"
}
.fa-buysellads:before {
 content:"\f20d"
}
.fa-connectdevelop:before {
 content:"\f20e"
}
.fa-dashcube:before {
 content:"\f210"
}
.fa-forumbee:before {
 content:"\f211"
}
.fa-leanpub:before {
 content:"\f212"
}
.fa-sellsy:before {
 content:"\f213"
}
.fa-shirtsinbulk:before {
 content:"\f214"
}
.fa-simplybuilt:before {
 content:"\f215"
}
.fa-skyatlas:before {
 content:"\f216"
}
.fa-cart-plus:before {
 content:"\f217"
}
.fa-cart-arrow-down:before {
 content:"\f218"
}
.fa-diamond:before {
 content:"\f219"
}
.fa-ship:before {
 content:"\f21a"
}
.fa-user-secret:before {
 content:"\f21b"
}
.fa-motorcycle:before {
 content:"\f21c"
}
.fa-street-view:before {
 content:"\f21d"
}
.fa-heartbeat:before {
 content:"\f21e"
}
.fa-venus:before {
 content:"\f221"
}
.fa-mars:before {
 content:"\f222"
}
.fa-mercury:before {
 content:"\f223"
}
.fa-intersex:before,
.fa-transgender:before {
 content:"\f224"
}
.fa-transgender-alt:before {
 content:"\f225"
}
.fa-venus-double:before {
 content:"\f226"
}
.fa-mars-double:before {
 content:"\f227"
}
.fa-venus-mars:before {
 content:"\f228"
}
.fa-mars-stroke:before {
 content:"\f229"
}
.fa-mars-stroke-v:before {
 content:"\f22a"
}
.fa-mars-stroke-h:before {
 content:"\f22b"
}
.fa-neuter:before {
 content:"\f22c"
}
.fa-genderless:before {
 content:"\f22d"
}
.fa-facebook-official:before {
 content:"\f230"
}
.fa-pinterest-p:before {
 content:"\f231"
}
.fa-whatsapp:before {
 content:"\f232"
}
.fa-server:before {
 content:"\f233"
}
.fa-user-plus:before {
 content:"\f234"
}
.fa-user-times:before {
 content:"\f235"
}
.fa-hotel:before,
.fa-bed:before {
 content:"\f236"
}
.fa-viacoin:before {
 content:"\f237"
}
.fa-train:before {
 content:"\f238"
}
.fa-subway:before {
 content:"\f239"
}
.fa-medium:before {
 content:"\f23a"
}
.fa-yc:before,
.fa-y-combinator:before {
 content:"\f23b"
}
.fa-optin-monster:before {
 content:"\f23c"
}
.fa-opencart:before {
 content:"\f23d"
}
.fa-expeditedssl:before {
 content:"\f23e"
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
 content:"\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
 content:"\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
 content:"\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
 content:"\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
 content:"\f244"
}
.fa-mouse-pointer:before {
 content:"\f245"
}
.fa-i-cursor:before {
 content:"\f246"
}
.fa-object-group:before {
 content:"\f247"
}
.fa-object-ungroup:before {
 content:"\f248"
}
.fa-sticky-note:before {
 content:"\f249"
}
.fa-sticky-note-o:before {
 content:"\f24a"
}
.fa-cc-jcb:before {
 content:"\f24b"
}
.fa-cc-diners-club:before {
 content:"\f24c"
}
.fa-clone:before {
 content:"\f24d"
}
.fa-balance-scale:before {
 content:"\f24e"
}
.fa-hourglass-o:before {
 content:"\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
 content:"\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
 content:"\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
 content:"\f253"
}
.fa-hourglass:before {
 content:"\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
 content:"\f255"
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
 content:"\f256"
}
.fa-hand-scissors-o:before {
 content:"\f257"
}
.fa-hand-lizard-o:before {
 content:"\f258"
}
.fa-hand-spock-o:before {
 content:"\f259"
}
.fa-hand-pointer-o:before {
 content:"\f25a"
}
.fa-hand-peace-o:before {
 content:"\f25b"
}
.fa-trademark:before {
 content:"\f25c"
}
.fa-registered:before {
 content:"\f25d"
}
.fa-creative-commons:before {
 content:"\f25e"
}
.fa-gg:before {
 content:"\f260"
}
.fa-gg-circle:before {
 content:"\f261"
}
.fa-tripadvisor:before {
 content:"\f262"
}
.fa-odnoklassniki:before {
 content:"\f263"
}
.fa-odnoklassniki-square:before {
 content:"\f264"
}
.fa-get-pocket:before {
 content:"\f265"
}
.fa-wikipedia-w:before {
 content:"\f266"
}
.fa-safari:before {
 content:"\f267"
}
.fa-chrome:before {
 content:"\f268"
}
.fa-firefox:before {
 content:"\f269"
}
.fa-opera:before {
 content:"\f26a"
}
.fa-internet-explorer:before {
 content:"\f26b"
}
.fa-tv:before,
.fa-television:before {
 content:"\f26c"
}
.fa-contao:before {
 content:"\f26d"
}
.fa-500px:before {
 content:"\f26e"
}
.fa-amazon:before {
 content:"\f270"
}
.fa-calendar-plus-o:before {
 content:"\f271"
}
.fa-calendar-minus-o:before {
 content:"\f272"
}
.fa-calendar-times-o:before {
 content:"\f273"
}
.fa-calendar-check-o:before {
 content:"\f274"
}
.fa-industry:before {
 content:"\f275"
}
.fa-map-pin:before {
 content:"\f276"
}
.fa-map-signs:before {
 content:"\f277"
}
.fa-map-o:before {
 content:"\f278"
}
.fa-map:before {
 content:"\f279"
}
.fa-commenting:before {
 content:"\f27a"
}
.fa-commenting-o:before {
 content:"\f27b"
}
.fa-houzz:before {
 content:"\f27c"
}
.fa-vimeo:before {
 content:"\f27d"
}
.fa-black-tie:before {
 content:"\f27e"
}
.fa-fonticons:before {
 content:"\f280"
}
.fa-reddit-alien:before {
 content:"\f281"
}
.fa-edge:before {
 content:"\f282"
}
.fa-credit-card-alt:before {
 content:"\f283"
}
.fa-codiepie:before {
 content:"\f284"
}
.fa-modx:before {
 content:"\f285"
}
.fa-fort-awesome:before {
 content:"\f286"
}
.fa-usb:before {
 content:"\f287"
}
.fa-product-hunt:before {
 content:"\f288"
}
.fa-mixcloud:before {
 content:"\f289"
}
.fa-scribd:before {
 content:"\f28a"
}
.fa-pause-circle:before {
 content:"\f28b"
}
.fa-pause-circle-o:before {
 content:"\f28c"
}
.fa-stop-circle:before {
 content:"\f28d"
}
.fa-stop-circle-o:before {
 content:"\f28e"
}
.fa-shopping-bag:before {
 content:"\f290"
}
.fa-shopping-basket:before {
 content:"\f291"
}
.fa-hashtag:before {
 content:"\f292"
}
.fa-bluetooth:before {
 content:"\f293"
}
.fa-bluetooth-b:before {
 content:"\f294"
}
.fa-percent:before {
 content:"\f295"
}
.fa-gitlab:before {
 content:"\f296"
}
.fa-wpbeginner:before {
 content:"\f297"
}
.fa-wpforms:before {
 content:"\f298"
}
.fa-envira:before {
 content:"\f299"
}
.fa-universal-access:before {
 content:"\f29a"
}
.fa-wheelchair-alt:before {
 content:"\f29b"
}
.fa-question-circle-o:before {
 content:"\f29c"
}
.fa-blind:before {
 content:"\f29d"
}
.fa-audio-description:before {
 content:"\f29e"
}
.fa-volume-control-phone:before {
 content:"\f2a0"
}
.fa-braille:before {
 content:"\f2a1"
}
.fa-assistive-listening-systems:before {
 content:"\f2a2"
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
 content:"\f2a3"
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
 content:"\f2a4"
}
.fa-glide:before {
 content:"\f2a5"
}
.fa-glide-g:before {
 content:"\f2a6"
}
.fa-signing:before,
.fa-sign-language:before {
 content:"\f2a7"
}
.fa-low-vision:before {
 content:"\f2a8"
}
.fa-viadeo:before {
 content:"\f2a9"
}
.fa-viadeo-square:before {
 content:"\f2aa"
}
.fa-snapchat:before {
 content:"\f2ab"
}
.fa-snapchat-ghost:before {
 content:"\f2ac"
}
.fa-snapchat-square:before {
 content:"\f2ad"
}
.fa-pied-piper:before {
 content:"\f2ae"
}
.fa-first-order:before {
 content:"\f2b0"
}
.fa-yoast:before {
 content:"\f2b1"
}
.fa-themeisle:before {
 content:"\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
 content:"\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
 content:"\f2b4"
}
.fa-handshake-o:before {
 content:"\f2b5"
}
.fa-envelope-open:before {
 content:"\f2b6"
}
.fa-envelope-open-o:before {
 content:"\f2b7"
}
.fa-linode:before {
 content:"\f2b8"
}
.fa-address-book:before {
 content:"\f2b9"
}
.fa-address-book-o:before {
 content:"\f2ba"
}
.fa-vcard:before,
.fa-address-card:before {
 content:"\f2bb"
}
.fa-vcard-o:before,
.fa-address-card-o:before {
 content:"\f2bc"
}
.fa-user-circle:before {
 content:"\f2bd"
}
.fa-user-circle-o:before {
 content:"\f2be"
}
.fa-user-o:before {
 content:"\f2c0"
}
.fa-id-badge:before {
 content:"\f2c1"
}
.fa-drivers-license:before,
.fa-id-card:before {
 content:"\f2c2"
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
 content:"\f2c3"
}
.fa-quora:before {
 content:"\f2c4"
}
.fa-free-code-camp:before {
 content:"\f2c5"
}
.fa-telegram:before {
 content:"\f2c6"
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
 content:"\f2c7"
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
 content:"\f2c8"
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
 content:"\f2c9"
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
 content:"\f2ca"
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
 content:"\f2cb"
}
.fa-shower:before {
 content:"\f2cc"
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
 content:"\f2cd"
}
.fa-podcast:before {
 content:"\f2ce"
}
.fa-window-maximize:before {
 content:"\f2d0"
}
.fa-window-minimize:before {
 content:"\f2d1"
}
.fa-window-restore:before {
 content:"\f2d2"
}
.fa-times-rectangle:before,
.fa-window-close:before {
 content:"\f2d3"
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
 content:"\f2d4"
}
.fa-bandcamp:before {
 content:"\f2d5"
}
.fa-grav:before {
 content:"\f2d6"
}
.fa-etsy:before {
 content:"\f2d7"
}
.fa-imdb:before {
 content:"\f2d8"
}
.fa-ravelry:before {
 content:"\f2d9"
}
.fa-eercast:before {
 content:"\f2da"
}
.fa-microchip:before {
 content:"\f2db"
}
.fa-snowflake-o:before {
 content:"\f2dc"
}
.fa-superpowers:before {
 content:"\f2dd"
}
.fa-wpexplorer:before {
 content:"\f2de"
}
.fa-meetup:before {
 content:"\f2e0"
}
.sr-only {
 position:absolute;
 width:1px;
 height:1px;
 padding:0;
 margin:-1px;
 overflow:hidden;
 clip:rect(0, 0, 0, 0);
 border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
 position:static;
 width:auto;
 height:auto;
 margin:0;
 overflow:visible;
 clip:auto
}
