@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");

.topWarning {
	margin: 0 0 50px;
	padding: 15px;
	background: #E6E6E6;
	font-size: 16px;
	font-weight: bold;
	color: #DA5019;
	text-align: center
}

.topRow {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
	padding: 0 0 50px;
	border-bottom: dotted 1px #005043
}

.topRow_left {
	width: 600px
}

.topRow_right {
	width: 450px
}

.topIntro_title {
	margin: 20px 0 10px;
	color: #65880E;
	font-size: 20px;
	font-weight: bold
}

.header_title_ver {
	color: #A0C449;
	font-size: 16px
}

.topIntro_cite {
	color: #90770E
}

.topIntro_text {
	width: 600px;
	font-size: 14px;
	line-height: 1.6
}

.topIntro_text>p+p {
	margin-top: 10px
}

.topIntro_text a {
	color: #004A3F
}

.topIntro_text a:hover {
	text-decoration: underline
}

.topIntro_logos {
	margin: 5px 0 0
}

.topIntro_logos img {
	display: block;
	max-width: 150px;
	max-height: 100px;
	width: auto;
	height: auto
}

.topStatistics_title {
	margin: 20px 0 10px;
	color: #65880E;
	font-size: 20px;
	font-weight: bold
}

.topStatistics_table {
	width: 400px;
	border-collapse: collapse
}

.topStatistics_table td {
	padding: 10px 5px 8px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 16px;
	font-weight: bold
}

.topStatistics_table td strong {
	color: #B09629;
	font-size: 20px
}

.projectSearch {
	width: 350px;
	margin: 0 0 10px;
	padding: 10px 15px;
	background: #E6E6E6
}

.projectSearch_title {
	margin: 0 0 10px;
	color: #65880E;
	font-size: 16px
}

.projectSearch_example {
	font-size: 13px
}

.projectSearch_textbox {
	width: 100%;
	padding: 5px;
	border: solid 1px #CCC;
	font-size: 16px;
	box-sizing: border-box
}

.projectSearch_buttons {
	margin: 10px 0 0;
	text-align: center
}

.projectSearch_button {
	min-width: 120px;
	padding: 5px;
	border: 0;
	font-size: 14px;
	background: #65880E;
	color: #fff;
	outline: none;
	cursor: pointer
}

.projectSearch_button:hover {
	opacity: .8
}

.projectSearch_button+.projectSearch_button {
	margin-left: 10px
}

.projectSearch_button.projectSearch_button-reset {
	min-width: 80px;
	background-color: #888
}

.topList {
	margin: 0 0 30px
}

.topList_title {
	margin: 20px 0 10px;
	color: #65880E;
	font-size: 20px;
	font-weight: bold
}

.topList_noData {
	padding: 5px 0;
	color: #888;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.topList_tableWrapper {
	position: relative
}

.topList_currentQuery {
	margin: 10px 0 0;
	font-size: 13px
}

.topList_table {
	width: 100%;
	border-collapse: collapse
}

.topList_table th, .topList_table td {
	padding: 5px;
	border: solid 1px #CCC;
	vertical-align: top
}

.topList_table th {
	background: #E6E6E6
}

.topList_table td.topList_tdDescription {
	width: 35%
}

.topList_table td.topList_tdBtn {
	width: 100px;
	text-align: center
}

.topList_table td a {
	color: #004A3F
}

.topList_table td a:hover {
	text-decoration: underline
}

.topList_prepublication {
	color: #888;
	line-height: 1.1
}

.projectEntry_table {
	width: 100%;
	border: solid 1px #CCC;
	border-collapse: collapse
}

.projectEntry_table>thead th {
	padding: 5px;
	color: #004A3F;
	background: #E6E6E6;
	font-size: 20px;
	font-weight: bold;
	text-align: center
}

.projectEntry_table>tbody {
	font-size: 14px
}

.projectEntry_table>tbody th {
	padding: 5px;
	border: solid 1px #CCC;
	border-right: 0;
	background: #E6E6E6;
	color: #888;
	font-weight: bold;
	text-align: right;
	vertical-align: top
}

.projectEntry_table>tbody td {
	padding: 5px;
	border: solid 1px #CCC;
	border-left: 0;
	vertical-align: top
}

.projectEntry_table>tbody td a {
	color: #004A3F
}

.projectEntry_table>tbody td a:hover {
	text-decoration: underline
}

.projectEntry_table>tbody tr>th:first-child {
	width: 30%
}

.projectFileList {
	margin: 50px 0 0
}

.projectFileList_title {
	margin: 0 0 10px;
	color: #004A3F;
	font-size: 18px;
	font-weight: bold
}

.projectFileList_noFile {
	padding: 5px;
	color: #888;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.projectFileList_downloadAll {
	margin: 0 0 5px;
	text-align: right
}

.projectFileList_downloadAll>a {
	display: inline-block;
	padding: 2px 15px;
	border-radius: 3px;
	background: #65880E;
	color: #fff;
	font-weight: bold;
	text-decoration: none
}

.projectFileList_downloadAll>a:hover {
	opacity: .9
}

.projectFileList_tableWrapper {
	position: relative;
	min-height: 200px
}

.projectFileList_table {
	width: 100%;
	table-layout: fixed;
	border: solid 1px #CCC;
	border-collapse: collapse
}

.projectFileList_table th {
	background: #E6E6E6;
	color: #888;
	font-weight: bold
}

.projectFileList_table th.projectFileList_thPreset {
	width: 50%
}

.projectFileList_table th, .projectFileList_table td {
	padding: 5px;
	border: solid 1px #CCC;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	vertical-align: top
}

.projectFileList_table td a {
	color: #004A3F
}

.projectFileList_table td a:hover {
	text-decoration: underline
}

.projectFileList_link {
	color: #004A3F;
	word-break: break-all
}

.projectFileList_link:hover {
	text-decoration: underline
}

.projectFileList_externalLink {
	margin-top: 10px
}

.projectFileList_externalLink img {
	display: block;
	max-width: 80px;
	height: auto
}

.projectFileList_presets {
	list-style: none
}

.projectFileList_presets>li {
	position: relative;
	margin: 0;
	padding: 0 0 0 160px;
	font-size: 14px;
	line-height: 1.6
}

.projectFileList_presets>li+li {
	margin-top: 5px
}

.projectFileList_presetIcon {
	display: block;
	position: absolute;
	left: 0;
	width: 150px;
	height: 22px;
	padding: 0 5px;
	border-radius: 3px;
	background: #E6E6E6;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	box-sizing: border-box
}

.projectFileList_type {
	display: inline-block;
	margin: 0 5px;
	padding: 2px 5px;
	border-radius: 2px;
	background: #E6E6E6;
	color: #888;
	font-size: 12px;
	line-height: 1.1;
	vertical-align: middle
}

.projectFileList_type[data-type="raw"] {
	background: #F6CA06;
	color: #888
}

.projectFileList_type[data-type="peak"] {
	background: #009250;
	color: #fff
}

.projectFileList_type[data-type="results"] {
	background: #D45D87;
	color: #fff
}

.fileEntry {
	padding: 20px
}

.fileEntry_table {
	width: 100%;
	border: solid 1px #CCC;
	border-collapse: collapse
}

.fileEntry_table>thead th {
	padding: 5px;
	color: #004A3F;
	background: #E6E6E6;
	font-size: 20px;
	font-weight: bold;
	text-align: center
}

.fileEntry_table>tbody {
	font-size: 14px
}

.fileEntry_table>tbody th {
	padding: 5px;
	border: solid 1px #CCC;
	border-right: 0;
	background: #E6E6E6;
	color: #888;
	font-weight: bold;
	text-align: right;
	vertical-align: top
}

.fileEntry_table>tbody td {
	padding: 5px;
	border: solid 1px #CCC;
	border-left: 0;
	vertical-align: top
}

.fileEntry_table>tbody tr>th:first-child {
	width: 30%
}

.filePresetPreview {
	margin: 0 0 10px;
	padding: 0 5px 10px;
	border-bottom: solid 1px #CCC
}

.filePresetPreview_category {
	margin: 0 0 5px;
	color: #004A3F;
	font-size: 14px;
	font-weight: bold
}

.filePresetPreview_ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0
}

.filePresetPreview_ul>li+li {
	margin-top: 5px
}

.filePresetPreview_label {
	color: #888;
	font-size: 12px;
	font-weight: bold
}

.filePresetPreview_value {
	margin: 0 0 0 15px;
	font-size: 14px
}

.previewInput {
	margin: 50px 0;
	padding: 20px;
	background: #E6E6E6;
	text-align: center
}

.previewInput_title {
	margin: 0 0 20px;
	color: #D91E18;
	font-size: 18px;
	font-weight: bold
}

.previewInput_textbox {
	display: inline-block;
	width: 100px;
	margin: 0 10px 0 0;
	padding: 5px;
	border: solid 1px #CCC;
	border-radius: 3px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle
}

.submissionMenu {
	list-style: none;
	margin: 20px 0;
	padding: 0
}

.submissionMenu_item {
	width: 500px;
	height: 60px;
	position: relative;
	border: solid 3px currentColor
}

.submissionMenu_item.submissionMenu_item-project {
	color: #004A3F
}

.submissionMenu_item.submissionMenu_item-preset {
	color: #65880E
}

.submissionMenu_item+.submissionMenu_item {
	margin-top: 20px
}

.submissionMenu_item>a {
	display: block;
	height: 100%;
	padding: 15px;
	box-sizing: border-box
}

.submissionMenu_item>a::after {
	content: "\f054";
	font-family: fontawesome;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: normal;
	line-height: 1
}

.submissionMenu_item>a:hover::after {
	right: 10px
}

.submissionMenu_icon {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	vertical-align: middle
}

.submissionMenu_text {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle
}

.submissionMenu_suggest {
	box-shadow: 2px 2px 8px 1px rgba(80, 80, 80, 0.3);
	display: block;
	position: absolute;
	width: 200px;
	padding: 10px;
	top: 50%;
	left: 520px;
	transform: translateY(-50%);
	border: solid 2px #D91E18;
	border-radius: 3px;
	background: #fff;
	color: #D91E18;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box
}

.submissionMenu_suggest::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-right: solid 12px currentColor;
	left: -12px
}

.submitInstruction {
	width: 640px;
	margin: 80px 0 0
}

.submitInstruction>p {
	margin: 15px 0 0;
	font-size: 15px;
	line-height: 1.6
}

.submitInstruction>p a {
	color: #005043
}

.submitInstruction>p a:hover {
	text-decoration: underline
}

.submitInstruction_fig {
	display: block;
	max-width: 100%;
	margin: 20px 0;
	border: solid 2px #CCC;
	box-sizing: border-box
}

.stepNav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px 0 30px;
	border-bottom: solid 1px #CCC
}

.stepNav_btn {
	color: #65880E;
	font-size: 30px;
	font-weight: normal;
	line-height: 1
}

.stepNav_btn.stepNav_btn--disabled {
	color: #CCC;
	pointer-events: none
}

.stepNav_steps {
	list-style: none;
	display: table;
	width: 70%;
	margin: 0 20px;
	table-layout: fixed;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.stepNav_steps>li {
	display: table-cell;
	vertical-align: middle
}

.stepNav_step {
	display: block;
	position: relative;
	padding: 5px 0 10px;
	color: #CCC
}

.stepNav_step::before {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	background: #CCC
}

.stepNav_step.stepNav_step--done {
	color: #004A3F
}

.stepNav_step.stepNav_step--done::before {
	background: #004A3F
}

.stepNav_step.stepNav_step--done::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -2px;
	left: 0;
	background: #004A3F
}

.stepNav_step.stepNav_step--active::before {
	bottom: -6px;
	border: solid 2px #fff;
	box-shadow: 0 0 0 3px #81A627
}

.projectStep {
	display: none
}

.projectStep.projectStep--active {
	display: block
}

.selectedProject_table {
	width: 70%;
	margin: 0 auto;
	border: solid 1px #CCC;
	border-top: 0;
	border-collapse: collapse
}

.selectedProject_table>thead th {
	padding: 5px;
	border-left: solid 1px #004A3F;
	border-right: solid 1px #004A3F;
	background: #004A3F;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center
}

.selectedProject_table>tbody th, .selectedProject_table>tbody td {
	padding: 5px 10px;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 14px;
	vertical-align: middle
}

.selectedProject_table>tbody th {
	width: 30%;
	background: #E6E6E6;
	text-align: right
}

.selectedProject_table>tbody td {
	text-align: left
}

.myProjectList {
	margin: 30px 0 0;
	padding: 10px 0 0
}

.myProjectList_new {
	margin: 30px 0 10px;
	padding: 0 0 30px;
	border-bottom: dotted 1px #CCC;
	text-align: center
}

.myProjectList_noData {
	padding: 5px 0;
	color: #888;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.myProjectList_tableWrapper {
	position: relative
}

.myProjectList_table {
	width: 100%;
	border-collapse: collapse
}

.myProjectList_table tr.myProjectList_tr.myProjectList_tr-revised>td {
	color: #CCC
}

.myProjectList_table th, .myProjectList_table td {
	padding: 5px;
	border: solid 1px #CCC
}

.myProjectList_table th {
	background: #E6E6E6
}

.myProjectList_table td.myProjectList_tdSel {
	padding: 10px 5px;
	text-align: center
}

.myProjectList_select.myProjectList_select--selected {
	color: #D0B74D;
	pointer-events: none;
	box-shadow: none
}

.projectStatusIcon {
	display: inline-block;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle
}

.projectStatusIcon[data-status="editing"] {
	background: #81A627;
	color: #fff
}

.projectStatusIcon[data-status="submitted"] {
	background: #F6CA06;
	color: #888
}

.projectStatusIcon[data-status="announced"] {
	background: #D45D87;
	color: #fff
}

.projectSubmit {
	margin: 50px 0
}

.projectSubmit_title {
	color: #004A3F;
	font-size: 18px;
	font-weight: bold;
	text-align: left
}

.projectCheck {
	margin: 15px 0;
	padding: 15px 200px;
	border-radius: 10px;
	background: #E6E6E6
}

.projectCheck_status {
	color: #81A627;
	font-size: 24px;
	font-weight: bold
}

.projectCheck_status>.fa {
	display: inline-block;
	margin: 0 5px 4px 0;
	font-size: 30px;
	line-height: 1;
	vertical-align: middle
}

.projectCheck_status.projectCheck_status-error {
	color: #D91E18
}

.projectCheck_caution {
	margin: 30px 0 0;
	font-size: 13px
}

.projectCheck_caution>strong {
	color: #D91E18;
	font-size: 16px
}

.projectCheck_errorList {
	margin: 5px 0 0 20px;
	color: #D91E18
}

.projectCheck_submit {
	margin: 30px 0;
	text-align: center
}

.projectCheck_exec::before {
	content: "\f09c";
	font-family: fontawesome;
	display: inline-block;
	margin: 0 10px 0 0;
	font-weight: normal
}

.projectCheck_exec:hover::before {
	content: "\f023"
}

.fileType {
	margin: 50px -1px 0
}

.fileType_tabs {
	list-style: none;
	display: table;
	width: 100%;
	height: 50px;
	table-layout: fixed
}

.fileType_tab {
	display: table-cell;
	height: 100%;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	background: #E6E6E6;
	color: #004A3F;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer
}

.fileType_tab:hover {
	background: #004A3F;
	color: #fff
}

.fileType_tab.fileType_tab--active {
	background: #004A3F;
	color: #fff;
	pointer-events: none
}

.fileProfile {
	display: none;
	margin: 10px 0 0
}

.fileProfile.fileProfile--show {
	display: block
}

.fileProfile_header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border: solid 2px #65880E;
	border-bottom: 0
}

.fileProfile_tabs {
	list-style: none;
	padding: 10px;
	text-align: left
}

.fileProfile_tab {
	display: inline-block;
	max-width: 180px;
	padding: 5px 10px;
	border: solid 1px #65880E;
	border-radius: 3px;
	background: linear-gradient(to bottom, #fff 0%, #DDD 100%);
	color: #888;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-shadow: 0 1px 0 #FFF;
	cursor: pointer
}

.fileProfile_tab.fileProfile_tab--active {
	background: #65880E;
	color: #fff;
	text-shadow: none;
	pointer-events: none
}

.fileProfile_tab:hover {
	background: #65880E;
	color: #fff;
	text-shadow: none
}

.fileProfile_tab::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 35px;
	vertical-align: middle
}

.fileProfile_tab+.fileProfile_tab {
	margin-left: 10px
}

.fileProfile_label {
	display: inline-block;
	vertical-align: middle;
	white-space: normal
}

.fileProfile_listWrapper {
	position: relative;
	border: solid 2px #65880E;
	border-top: dotted 1px #65880E
}

.fileProfile_bottom {
	display: flex;
	justify-content: space-between;
	margin: 10px 5px
}

.fileProfile_navBtn {
	width: 35%;
	padding: 5px;
	border: solid 1px #65880E;
	color: #65880E;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	outline: none;
	box-sizing: border-box;
	cursor: pointer
}

.fileProfile_navBtn:hover {
	background: #65880E;
	color: #fff
}

.fileProfile_navBtn.fileProfile_navBtn-disabled {
	border: solid 1px #CCC;
	color: #CCC;
	pointer-events: none
}

.fileProfile_navBtn .fa {
	display: inline-block;
	margin: 0 8px 2px 8px;
	vertical-align: middle
}

.fileProfile_container {
	height: 280px;
	padding: 10px 5px 0;
	overflow: scroll
}

.fileProfile_container>ul {
	list-style: none;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

.fileProfile_container>ul>li {
	width: 25%;
	margin: 0 0 10px;
	padding: 0 5px;
	box-sizing: border-box
}

.fileProfile_container>ul>li.fileProfile_noData {
	width: 100%;
	padding: 30px 0;
	color: #888;
	font-size: 20px;
	font-weight: bold;
	text-align: center
}

.fileProfile_presetItem {
	box-shadow: 2px 2px 8px 1px rgba(80, 80, 80, 0.3);
	position: relative;
	padding: 5px;
	border: solid 1px #CCC;
	box-sizing: border-box;
	cursor: pointer
}

.fileProfile_presetItem.fileProfile_presetItem--selected {
	pointer-events: none
}

.fileProfile_presetItem:hover::before, .fileProfile_presetItem.fileProfile_presetItem--selected::before
	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: .5
}

.fileProfile_presetItem:hover::after {
	content: "SELECT \f063";
	font-family: fontawesome;
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #65880E;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.fileProfile_presetItem.fileProfile_presetItem--selected::after {
	content: "SELECTED";
	font-family: fontawesome;
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #888;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.presetItemPreview_id {
	padding: 0 0 5px;
	border-bottom: dotted 1px #CCC;
	color: #65880E;
	font-size: 14px;
	font-weight: bold;
	text-align: center
}

.presetItemPreview_table {
	width: 100%;
	margin: 5px 0 0;
	table-layout: fixed;
	font-size: 12px;
	line-height: 1.2
}

.presetItemPreview_table th {
	width: 40%;
	padding: 2px 5px 2px 2px;
	color: #888;
	text-align: left;
	vertical-align: top
}

.presetItemPreview_table td {
	padding: 2px;
	text-align: left;
	vertical-align: top
}

.presetItemPreview_label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fileProfile_selected {
	list-style: none;
	display: flex;
	justify-content: space-between
}

.fileProfile_selectedTab {
	width: 19.5%;
	border: solid 4px #E6E6E6;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-sizing: border-box;
	cursor: pointer
}

.fileProfile_selectedTab.fileProfile_selectedTab--active {
	border-color: #65880E;
	cursor: default
}

.fileProfile_selectedTab.fileProfile_selectedTab--active>.fileProfile_presetType
	{
	background: #65880E;
	color: #fff
}

.fileProfile_presetType {
	position: relative;
	padding: 5px 35px;
	background: #E6E6E6;
	color: #888;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap
}

.fileProfile_presetType::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 35px;
	vertical-align: middle
}

.fileProfile_presetClear {
	display: block;
	position: absolute;
	padding: 2px;
	top: 4px;
	right: 3px;
	border: 0;
	border-radius: 2px;
	background: #fff;
	color: #888;
	font-size: 11px;
	line-height: 1.1;
	cursor: pointer
}

.fileProfile_presetClear:hover {
	color: #D91E18
}

.fileProfile_presetType_text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal
}

.fileProfile_preview {
	height: 160px;
	padding: 5px;
	overflow: scroll
}

.fileProfile_notSet {
	padding: 10px 0;
	color: #D91E18;
	font-size: 14px;
	font-weight: bold;
	text-align: center
}

.fileDrop {
	margin: 10px 0 0
}

.fileDrop_dropzone {
	position: relative;
	width: 100%;
	height: 250px;
	border: dashed 5px #004A3F;
	box-sizing: border-box
}

.fileDrop_dropzone.fileDrop_dropzone--active {
	background: #CCC
}

.fileDrop_inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #888;
	text-align: center
}

.fileDrop_icon {
	font-size: 60px;
	line-height: 1.2
}

.fileDrop_instruction {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: bold
}

.fileList {
	margin: 15px 0 0
}

.fileList.fileList-upload {
	margin: 40px 0 0
}

.fileList_tableWrapper {
	position: relative
}

.fileList_table {
	width: 100%;
	table-layout: fixed;
	border: solid 1px #CCC;
	border-collapse: collapse
}

.fileList_table caption {
	color: #004A3F;
	font-size: 18px;
	font-weight: bold;
	text-align: left
}

.fileList_table th {
	background: #E6E6E6;
	color: #888;
	font-weight: bold
}

.fileList_table th.fileList_thSel {
	width: 50px
}

.fileList_table th.fileList_thName {
	width: 30%
}

.fileList_table th.fileList_thPreset {
	width: 40%
}

.fileList_table th.fileList_thUploadName {
	width: 50%
}

.fileList_table th, .fileList_table td {
	padding: 5px;
	border: solid 1px #CCC;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	vertical-align: top
}

.fileList_selBtn {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer
}

.fileList_selBtn::before {
	content: "\f0c8";
	font-family: fontawesome;
	color: #CCC
}

.fileList_selBtn:hover::before {
	color: #65880E
}

.fileList_selBtn.fileList_selBtn--selected::before {
	content: "\f14a";
	font-family: fontawesome;
	color: #65880E
}

.fileList_name {
	word-break: break-all
}

.fileList_uploadCaution {
	display: inline-block;
	margin: 0 4px 2px 0;
	color: #D91E18;
	vertical-align: middle
}

.fileList_noFile {
	padding: 5px;
	color: #888;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.fileList_presets {
	list-style: none
}

.fileList_presets>li {
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 14px;
	line-height: 1.6
}

.fileList_presets>li+li {
	margin-top: 5px
}

.fileList_presetIcon {
	display: block;
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	background: #CCC;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	text-align: center
}

.fileList_type {
	display: inline-block;
	margin: 0 5px;
	padding: 2px 5px;
	border-radius: 2px;
	background: #E6E6E6;
	color: #888;
	font-size: 12px;
	line-height: 1.1;
	vertical-align: middle
}

.fileList_type[data-type="raw"] {
	background: #F6CA06;
	color: #888
}

.fileList_type[data-type="peak"] {
	background: #009250;
	color: #fff
}

.fileList_type[data-type="results"] {
	background: #D45D87;
	color: #fff
}

.fileControl {
	margin: 30px 0 0
}

.fileControl_btn {
	display: inline-block;
	padding: 7px 12px;
	border: solid 1px currentColor;
	border-radius: 4px;
	background: #E6E6E6;
	color: #888;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	outline: none;
	box-shadow: 0 0 2px 0 #888
}

.fileControl_btn:hover {
	color: #65880E
}

.fileControl_btn+.fileControl_btn {
	margin-left: 15px
}

.fileControl_btn.fileControl_btn-danger {
	padding: 3px 8px;
	font-size: 12px
}

.fileControl_btn.fileControl_btn-danger:hover {
	color: #D91E18
}

.fileControl_btn.fileControl_btn--disabled {
	color: #CCC;
	cursor: default;
	pointer-events: none;
	box-shadow: none
}

.fileControl_icons {
	display: inline-block;
	margin: 0 6px 2px 0;
	font-size: .5em;
	vertical-align: middle
}

.fileControl_icons>.fa+.fa {
	margin-left: 2px
}

.fileSelection {
	margin: 0 0 10px
}

.uploadExec {
	text-align: center
}

.uploadFinish {
	margin: 50px 0;
	text-align: center
}

.uploadFinish_text {
	color: #004A3F;
	font-size: 24px;
	font-weight: bold
}

.uploadProgress {
	padding: 15px
}

.uploadProgress_title {
	margin: -15px -15px 0;
	padding: 5px 10px;
	color: #fff;
	background: #004A3F;
	font-size: 18px;
	font-weight: bold;
	text-align: center
}

.uploadProgress_overall {
	position: relative;
	height: 30px;
	margin: 10px 0 0;
	background: #E6E6E6
}

.uploadProgress_overallBar {
	display: block;
	height: 100%;
	background-color: #A0C449;
	overflow: hidden;
	-webkit-transition: width .2s linear;
	-moz-transition: width .2s linear;
	-ms-transition: width .2s linear;
	-o-transition: width .2s linear;
	transition: width .2s linear
}

.uploadProgress_overallProgress {
	position: absolute;
	width: 100%;
	top: 5px;
	bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: center
}

.uploadProgress_table {
	width: 100%;
	margin: 10px 0;
	table-layout: fixed;
	border-collapse: collapse
}

.uploadProgress_table th {
	width: 30%;
	border-right: dotted 1px #CCC
}

.uploadProgress_table th, .uploadProgress_table td {
	padding: 10px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 14px;
	text-align: left;
	vertical-align: middle
}

.uploadProgress_name {
	display: block;
	word-break: break-all
}

.uploadProgress_btn {
	display: inline-block;
	padding: 2px 5px;
	border: 0;
	border-radius: 3px;
	background: #E6E6E6;
	color: #888;
	font-size: 12px;
	vertical-align: middle;
	outline: none;
	cursor: pointer
}

.uploadProgress_btn.uploadProgress_btn-abort:hover {
	background: #114A3F;
	color: #fff
}

.uploadProgress_btn.uploadProgress_btn-resume:hover {
	background: #65880E;
	color: #fff
}

.uploadProgress_btn.uploadProgress_btn-remove:hover {
	background: #D91E18;
	color: #fff
}

.uploadProgress_btn+.uploadProgress_btn {
	margin-left: 5px
}

.uploadProgress_bar {
	position: relative;
	padding: 5px
}

.uploadProgress_animation {
	display: block;
	height: 15px;
	border-radius: 2px;
	background-color: #2bc2c2;
	background-image: linear-gradient(to bottom, #2bc2c2 20%, #54f0f0 80%);
	box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px
		rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
	-webkit-transition: width .2s linear;
	-moz-transition: width .2s linear;
	-ms-transition: width .2s linear;
	-o-transition: width .2s linear;
	transition: width .2s linear
}

.uploadProgress_animation::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	z-index: 1;
	background-size: 50px 50px;
	animation: move 2.5s linear infinite;
	border-radius: 2px;
	overflow: hidden
}

@keyframes move { 0%{
	background-position: 0 0
}

100%
{
background-position
:
50px
50px
}
}
.importLink {
	line-height: 1;
	text-align: right
}

.importLink a {
	display: inline-block
}

.presetTabMenu {
	margin: 50px 0 0;
	border-bottom: solid 3px #81A627
}

.presetTabMenu_ul {
	list-style: none;
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

.presetTabMenu_ul>li {
	width: 19.8%;
	height: 50px
}

.presetTabMenu_tab {
	display: block;
	height: 100%;
	border-radius: 5px 5px 0 0;
	background: #E6E6E6;
	text-align: center;
	white-space: nowrap
}

.presetTabMenu_tab::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle
}

.presetTabMenu_tab.presetTabMenu_tab--active {
	background: #81A627;
	color: #fff;
	pointer-events: none
}

.presetTabMenu_label {
	display: inline-block;
	padding: 0 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
	white-space: normal
}

.presetDescription {
	width: 700px;
	margin: 30px auto;
	padding: 20px 25px;
	border: solid 1px #81A627;
	font-size: 15px;
	line-height: 1.6
}

.presetDescription_category {
	margin: 0 0 15px;
	color: #81A627;
	font-size: 18px;
	font-weight: bold
}

.presetList {
	margin: 10px 0 0;
	padding: 10px 0 0
}

.presetList_noData {
	padding: 5px 0;
	color: #888;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.presetImport {
	text-align: right
}

.presetList_new {
	margin: 30px 0 10px;
	padding: 0 0 30px;
	border-bottom: dotted 1px #CCC;
	text-align: center
}

.presetList_tableWrapper {
	position: relative
}

.presetList_table {
	width: 100%;
	border-collapse: collapse
}

.presetList_table th, .presetList_table td {
	padding: 5px;
	border: solid 1px #CCC
}

.presetList_table th {
	background: #E6E6E6
}

.presetTargetSelector {
	margin: 30px;
	padding: 10px;
	background: #E6E6E6
}

.presetTargetSelector_title {
	display: inline-block;
	color: #81A627;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle
}

.presetTargetSelector_select {
	display: inline-block;
	height: 30px;
	margin: 0 0 0 15px;
	padding: 5px;
	border: solid 1px #CCC;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
	vertical-align: middle
}

.importFile {
	padding: 50px
}

.importFile_form {
	padding: 15px;
	background: #E6E6E6;
	text-align: center
}

.importFile_preview {
	width: 100%;
	margin: 20px 0 0;
	table-layout: fixed;
	border-collapse: collapse
}

.importFile_preview th {
	width: 30%;
	padding: 5px;
	border: solid 1px #CCC;
	background: #E6E6E6;
	color: #888;
	font-weight: bold;
	text-align: left;
	vertical-align: top
}

.importFile_preview td {
	padding: 5px;
	border: solid 1px #CCC;
	text-align: left;
	vertical-align: top
}

.importFile_exec {
	margin: 10px 0 0;
	text-align: center
}

.importBack {
	margin: 0 0 20px
}

.importBack a {
	color: #888;
	font-size: 14px
}

.importBack a>.fa {
	display: inline-block;
	line-height: 1;
	vertical-align: middle
}

.importInput {
	padding: 30px 50px;
	background: #E6E6E6
}

.importInput_file {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle
}

.importPreview {
	margin: 30px 0 0;
	text-align: center
}

.importPreview_table {
	width: 100%;
	margin: 0 0 20px;
	table-layout: fixed;
	border: solid 1px #CCC;
	border-collapse: collapse
}

.importPreview_table th {
	width: 30%;
	padding: 5px;
	border: solid 1px #CCC;
	background: #E6E6E6;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	text-align: left
}

.importPreview_table td {
	padding: 5px;
	border: solid 1px #CCC;
	font-size: 14px;
	vertical-align: top;
	text-align: left
}

.importPreview_noData {
	margin: 10px 0;
	color: #888;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.importPreview_exec .fa {
	display: inline-block;
	margin: 0 5px 5px 0;
	line-height: 1;
	vertical-align: middle
}

.importDone {
	margin: 30px 0;
	text-align: center
}

.importDone_title {
	color: #81A627;
	font-size: 16px;
	font-weight: bold
}

.importDone_table {
	width: 100%;
	margin: 20px 0;
	table-layout: fixed;
	border: solid 1px #CCC;
	border-collapse: collapse
}

.importDone_table th {
	padding: 5px;
	border: solid 1px #CCC;
	background: #E6E6E6;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	text-align: left
}

.importDone_table td {
	padding: 5px;
	border: solid 1px #CCC;
	font-size: 14px;
	vertical-align: top;
	text-align: left
}

.importDone_back .fa {
	display: inline-block;
	margin: 0 5px 2px 0;
	line-height: 1;
	vertical-align: middle
}

.inputForm {
	padding: 30px
}

.inputForm_noNeed {
	padding: 30px 0;
	color: #D91E18;
	font-size: 18px;
	font-weight: bold;
	text-align: center
}

.inputForm_group {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 5px 0
}

.inputForm_child {
	flex-grow: 1
}

.inputForm_child+.inputForm_child {
	margin-left: 5px
}

.inputForm_label {
	width: 100%;
	margin: 5px 0 2px;
	padding: 0 0 0 5px;
	border-left: solid 2px #004A3F;
	font-size: 13px;
	font-weight: bold;
	box-sizing: border-box
}

.inputForm_label.inputForm_label-required::before {
	content: "*";
	display: inline-block;
	margin: 0 0 0 3px;
	color: #D91E18
}

.inputForm_label.inputForm_label-section {
	margin: 20px 0 10px;
	padding: 0;
	border: 0;
	border-bottom: dotted 1px #004A3F;
	color: #004A3F;
	font-size: 16px
}

.inputForm_label.inputForm_label-group {
	margin: 0;
	padding: 0;
	border: 0;
	color: #004A3F
}

.inputForm_label.inputForm_label-group::before {
	content: "\f0d7";
	font-family: fontawesome;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle
}

.inputForm_textbox {
	display: block;
	width: 100%;
	max-width: 450px;
	height: 30px;
	padding: 5px;
	border: solid 1px #CCC;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box
}

.inputForm_dropdown {
	display: block;
	width: 100%;
	max-width: 450px;
	height: 30px;
	padding: 5px;
	border: solid 1px #CCC;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box
}

.inputForm_textarea {
	display: block;
	width: 100%;
	max-width: 450px;
	height: 80px;
	padding: 5px;
	border: solid 1px #CCC;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
	resize: none
}

.inputForm_example {
	width: 40%;
	padding: 0 0 0 10px;
	border-left: solid 3px #CCC;
	font-size: 14px;
	line-height: 1.6
}

.inputForm_radioLabel {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle
}

.inputForm_radioLabel+.inputForm_radioLabel {
	margin-left: 20px
}

.inputForm_radioLabel>input[type="radio"] {
	margin: 0 5px
}

.inputForm_name {
	display: inline-block;
	vertical-align: middle
}

.inputForm_addElement {
	display: inline-block;
	margin: 8px 0 0 10px;
	vertical-align: middle
}

.inputForm_addElement>.fa {
	display: inline-block;
	color: #A0C449;
	font-size: 22px;
	line-height: 1px;
	cursor: pointer
}

.inputForm_addElement>.fa:hover {
	color: #81A627
}

.inputForm_confirm {
	margin: 50px 0 0;
	text-align: center
}

.inputConfirm {
	padding: 30px
}

.inputConfirm_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse
}

.inputConfirm_table th {
	width: 30%;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: #E6E6E6;
	color: #888;
	font-weight: bold;
	text-align: left;
	vertical-align: top
}

.inputConfirm_table td {
	padding: 5px 10px;
	border: solid 1px #CCC;
	text-align: left;
	vertical-align: top
}

.inputConfirm_ul {
	list-style: none;
	border: solid 1px #CCC
}

.inputConfirm_group {
	margin: 0
}

.inputConfirm_group+.inputConfirm_group {
	border-top: solid 1px #CCC
}

.inputConfirm_child {
	display: inline-block;
	padding: 5px;
	font-size: 15px
}

.inputConfirm_child.inputConfirm_child-static {
	display: block;
	background: #E6E6E6
}

.inputConfirm_child.inputConfirm_child-static>.inputConfirm_label {
	color: #65880E
}

.inputConfirm_child+.inputConfirm_child {
	margin-left: 5px
}

.inputConfirm_required {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 2px 5px;
	border: dashed 1px currentColor;
	background: #ECD6D6;
	color: #D91E18;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle
}

.inputConfirm_label {
	color: #888;
	font-size: 13px;
	font-weight: bold
}

.inputConfirm_btns {
	margin: 15px 0 0;
	text-align: center
}

.inputConfirm_back {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer
}

.inputConfirm_back:hover {
	text-decoration: underline
}

.inputConfirm_submit {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: middle
}

.inputConfirm_submit.inputConfirm_submit-disabled {
	pointer-events: none;
	background: #CCC
}

.externalInput {
	max-width: 450px;
	margin: 5px 0 0
}

.externalInput_toggle {
	color: #888;
	font-size: 12px;
	text-align: right;
	cursor: pointer
}

.externalInput_toggle:hover {
	color: #413400;
	text-decoration: underline
}

.externalInput_wrapper {
	position: relative;
	margin: 0 0 0 10px;
	padding: 10px;
	background: #E6E6E6
}

.externalInput_loading {
	display: block;
	position: absolute;
	top: auto;
	right: 15px;
	margin-top: -3px;
	color: #888;
	transform: translateY(-100%)
}

.externalInput_loading>.fa {
	font-size: 20px;
	line-height: 1
}

.externalInput_textbox {
	display: block;
	width: 100%;
	height: 30px;
	padding: 5px;
	border: solid 1px #CCC;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box
}

.externalInput_cvList {
	box-shadow: 2px 2px 8px 1px rgba(80, 80, 80, 0.3);
	list-style: none;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	background: #fff;
	font-size: 14px
}

.externalInput_cvItem {
	padding: 5px
}

.externalInput_cvItem.externalInput_cvItem--active {
	background: #004A3F;
	color: #fff
}

.externalInput_type {
	margin-top: 5px;
	color: #65880E
}

.externalInput_freeTextArea {
	display: flex;
	justify-content: space-between;
	align-items: items-center
}

.externalInput_freeTextArea>.externalInput_textbox {
	width: 85%
}

.externalInput_enterButton {
	width: 13%;
	padding: 5px 0;
	border: 0;
	background-color: #81A627;
	color: #fff;
	cursor: pointer
}

.externalInput_enterButton:hover {
	background-color: #A0C449
}

.externalInput_warn {
	color: #D91E18;
	font-size: 12px
}

.inputPlural {
	width: 100%;
	margin: 10px 0 0
}

.inputPlural_button {
	display: inline-block;
	border: 0;
	color: #888;
	outline: none;
	cursor: pointer
}

.inputPlural_button>.fa {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle
}

.inputPlural_button:hover {
	color: #413400;
	text-decoration: underline
}

.inputPublication_error {
	color: #D91E18;
	font-size: 12px
}

.mypage_block {
	margin: 30px 0 50px
}

.mypage_title {
	margin: 0 0 10px;
	color: #65880E;
	font-size: 20px;
	font-weight: bold
}

.mypageProjectList_tableWrapper {
	position: relative
}

.mypageProjectList_table {
	width: 100%;
	border-collapse: collapse
}

.mypageProjectList_table tr.mypageProjectList_tr.mypageProjectList_tr-revised>td
	{
	color: #CCC
}

.mypageProjectList_table th, .mypageProjectList_table td {
	padding: 5px;
	border: solid 1px #CCC
}

.mypageProjectList_table th {
	background: #E6E6E6
}

.mypageProjectList_table td.mypageProjectList_fileCount {
	text-align: right
}

.mypageProjectList_table td.mypageProjectList_pubmed a {
	color: #004A3F
}

.mypageProjectList_table td.mypageProjectList_pubmed a:hover {
	text-decoration: underline
}

.mypageProjectList_noData {
	padding: 5px 0;
	color: #888;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.mypageProjectList_mirage>a {
	display: inline-block;
	padding: 5px;
	border-radius: 3px;
	background: #E6E6E6;
	color: #65880E;
	font-size: 12px;
	font-weight: bold
}

.mypageProjectList_mirage>a:hover {
	background: #CCC
}

.mypagePresetTab {
	margin: 0 0 5px;
	border-bottom: solid 2px #65880E;
	text-align: center
}

.mypagePresetTab_ul {
	list-style: none;
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

.mypagePresetTab_tab {
	width: 19%;
	height: 35px;
	border-radius: 4px 4px 0 0;
	background: #E6E6E6;
	text-align: center;
	white-space: nowrap;
	cursor: pointer
}

.mypagePresetTab_tab:hover {
	background: #65880E;
	color: #fff
}

.mypagePresetTab_tab::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle
}

.mypagePresetTab_tab.mypagePresetTab_tab--active {
	background: #65880E;
	color: #fff;
	pointer-events: none
}

.mypagePresetTab_label {
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle;
	white-space: normal
}

.mypageUser {
	padding: 0 0 130px
}

.mypageUser_profile {
	width: 500px;
	padding: 15px;
	border-radius: 5px;
	background: #E6E6E6
}

.mypageUser_profile dt {
	color: #888;
	font-weight: bold;
	font-size: 13px
}

.mypageUser_profile dd {
	font-size: 15px
}

.mypageUser_profile dd+dt {
	margin-top: 5px
}

.mypageUser_verifyButton {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle
}

.userControl {
	margin: 10px 0 0
}

.userControl_edit {
	display: inline-block;
	vertical-align: middle
}

.userControl_delete {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 12px;
	vertical-align: middle
}

.userControl_delete>a {
	color: #888;
	cursor: pointer
}

.userControl_delete>a:hover {
	color: #D91E18;
	text-decoration: underline
}

.editDialog {
	box-shadow: 2px 2px 8px 1px rgba(80, 80, 80, 0.3);
	position: absolute;
	width: 1000px;
	top: auto;
	left: 50%;
	margin: -50px -500px;
	padding: 20px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	z-index: 2000
}

.editDialog input[type="text"] {
	box-sizing: border-box
}

.editDialog_title {
	margin: 0 0 20px;
	color: #004A3F;
	font-size: 18px;
	font-weight: bold
}

.editDialog_text {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5
}

.editDialog_btns {
	margin: 30px 0 10px
}

.editDialog_back {
	display: inline-block;
	margin: 0 30px 0 0;
	color: #888;
	vertical-align: middle;
	cursor: pointer
}

.editDialog_back:hover {
	text-decoration: underline
}

.editDialog_label {
	color: #888;
	font-size: 16px;
	font-weight: bold
}

.editDialog_radioLabel {
	display: inline-block;
	font-size: 16px
}

.editDialog_radioLabel+.editDialog_radioLabel {
	margin-left: 20px
}

.editDialog_instruction {
	margin-top: 5px;
	margin-bottom: 5px
}

.editDialog_textbox {
	display: inline-block;
	width: 200px;
	height: 30px;
	margin: 0 0 0 10px;
	padding: 5px;
	border: solid 1px #CCC;
	border-radius: 4px;
	font-size: 16px;
	vertical-align: middle;
	box-sizing: border-box
}

.editDialog_warning {
	margin: 10px 0;
	color: #D91E18;
	font-size: 16px;
	font-weight: bold
}

.editDialog_warning .fa {
	font-size: 20px;
	font-weight: normal;
	line-height: 1
}

.editDialog_error {
	margin: 2px 0 0;
	color: #D91E18;
	font-size: 14px
}

.editDialog_error .fa {
	font-size: 18px;
	font-weight: normal;
	line-height: 1
}

.previewData {
	box-shadow: 2px 2px 8px 1px rgba(80, 80, 80, 0.3);
	position: absolute;
	width: 1000px;
	top: auto;
	left: 50%;
	margin: -50px -500px;
	padding: 20px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	z-index: 200
}

.previewData_title {
	margin: 0 0 10px;
	color: #004A3F;
	font-size: 20px;
	font-weight: bold
}

.previewData_dl {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0 50px;
	font-size: 20px;
	font-weight: bold
}

.previewData_dl>dt {
	width: 20%;
	color: #888;
	text-align: right
}

.previewData_dl>dd {
	width: 80%;
	padding: 0 0 0 10px;
	color: #65880E;
	text-align: left;
	box-sizing: border-box
}

.userEditor {
	width: 450px;
	margin: 30px auto;
	padding: 25px;
	background: #E6E6E6;
	text-align: center
}

.userEditor_ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.userEditor_ul>li {
	margin: 0;
	padding: 0;
	text-align: left
}

.userEditor_ul>li+li {
	margin-top: 15px
}

.userEditor_name {
	color: #004A3F;
	font-size: 14px;
	font-weight: bold
}

.userEditor_exec {
	margin: 30px 0 0
}

.userEditor_error {
	margin: 10px 0 0;
	color: #D91E18;
	font-size: 14px;
	font-weight: bold;
	text-align: center
}

.needUserAuth {
	margin: 50px 0 0
}

.needUserAuth_ul {
	list-style: none;
	margin: 30px 0 0
}

.needUserAuth_ul>li {
	display: inline-block;
	vertical-align: middle
}

.needUserAuth_ul>li>a {
	display: block;
	padding: 10px 30px;
	border: solid 2px #CCC;
	border-radius: 4px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer
}

.needUserAuth_ul>li>a>.fa {
	display: inline-block;
	margin-right: 5px
}

.needUserAuth_ul>li>a:hover {
	background: #CCC
}

.needUserAuth_ul>li>a:active {
	margin-top: 1px;
	margin-bottom: -1px
}

.needUserAuth_ul>li+li {
	margin-left: 10px
}

.signup {
	padding: 25px
}

.signup_title {
	color: #81A627;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.signupDone {
	padding: 50px 0;
	text-align: center
}

.signupDone_title {
	color: #81A627;
	font-size: 24px;
	font-weight: bold
}

.signupDone_link {
	margin: 20px 0 0;
	color: #888;
	font-size: 16px;
	font-weight: normal
}

.signupForm_tableWrapper {
	width: 500px;
	margin: 15px auto 0;
	padding: 30px;
	background: #E6E6E6
}

.signupForm_table {
	width: 100%;
	table-layout: fixed
}

.signupForm_table th {
	width: 20%;
	padding: 5px 0;
	text-align: right
}

.signupForm_table td {
	padding: 5px 0 5px 10px
}

.signupForm_exec {
	margin: 20px 0 0;
	text-align: center
}

@keyframes shake { 0%{
	transform: translateX(10px)
}

20%
{
transform
:
translateX(
-10px
)
}
40%
{
transform
:
translateX(
10px
)
}
60%
{
transform
:
translateX(
-10px
)
}
80%
{
transform
:
translateX(
10px
)
}
100%
{
transform
:
translateX(
0
)
}
}
.loginArea {
	padding: 25px
}

.loginArea.loginArea--error {
	animation: shake 400ms linear
}

.loginForm_info {
	margin: 10px 0 0;
	color: #81A627;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.loginForm_tableWrapper {
	width: 500px;
	margin: 15px auto 0;
	padding: 30px;
	background: #E6E6E6
}

.loginForm_table {
	width: 100%;
	table-layout: fixed
}

.loginForm_table th {
	width: 20%;
	padding: 5px 0;
	text-align: right
}

.loginForm_table td {
	padding: 5px 0 5px 10px
}

.loginForm_exec {
	margin: 20px 0 0;
	text-align: center
}

.loginForm_mode {
	width: 560px;
	margin: 10px auto 0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	cursor: pointer
}

.loginForm_mode>a {
	color: #81A627
}

.loginForm_mode>a:hover {
	text-decoration: underline
}

.loginForm_errorMessage {
	margin: 20px 0 0;
	color: #D91E18;
	font-size: 14px;
	font-weight: bold;
	text-align: center
}

.pageContent {
	width: 850px;
	margin: 40px 0 40px 40px;
	text-align: left
}

.pageContent.pageContent-help {
	width: 720px;
	margin-left: 0
}

.pageContent h3 {
	color: #81A627;
	font-size: 22px;
	font-weight: bold
}

.pageContent h3+div {
	padding-top: 10px
}

.pageContent h4 {
	padding: 20px 0 0;
	color: #81A627;
	font-size: 18px;
	font-weight: bold
}

.pageContent h4+h3 {
	padding-top: 15px
}

.pageContent section+section, .pageContent p+section {
	padding-top: 60px
}

.pageContent section>div {
	padding: 0 0 20px
}

.pageContent p {
	margin: 10px 0 0;
	font-size: 14px;
	text-align: justify
}

.pageContent p>strong {
	color: #D91E18
}

.pageContent p>strong>a {
	color: #D91E18;
	text-decoration: underline
}

.pageContent p.pageContent_figCaption {
	margin: 5px 0 20px
}

.pageContent p+p, .pageContent>ul+p {
	margin: 15px 0 0
}

.pageContent a {
	color: #005043
}

.pageContent a:hover {
	text-decoration: underline
}

.pageContent ul {
	padding: 15px 0 0 25px;
	list-style-type: circle
}

.pageContent ul>li {
	list-style-type: circle
}

.pageContent ul>li+li {
	margin-top: 10px
}

.pageContent img {
	display: block;
	margin: 10px 0 0;
	border: solid 5px #E6E6E6
}

.pageContent img+p {
	margin-top: 20px
}

.pageContent_star {
	color: #D91E18
}

.contactForm_intro {
	margin: 30px 0 0;
	font-size: 16px
}

.contactForm_wrapper {
	margin: 10px 0 0;
	padding: 25px;
	background: #E6E6E6
}

.contactForm_label {
	display: block
}

.contactForm_label+.contactForm_label {
	margin-top: 15px
}

.contactForm_name {
	display: block;
	color: #81A627;
	font-size: 16px;
	font-weight: bold
}

.contactForm_textbox {
	box-shadow: inset 1px 1px 1px 0 rgba(52, 52, 52, 0.2);
	display: block;
	width: 300px;
	height: 30px;
	padding: 2px 5px;
	border: solid 1px #CCC;
	border-radius: 3px;
	font-size: 16px
}

.contactForm_textarea {
	box-shadow: inset 1px 1px 1px 0 rgba(52, 52, 52, 0.2);
	display: block;
	width: 600px;
	height: 200px;
	padding: 2px 5px;
	border: solid 1px #CCC;
	border-radius: 3px;
	font-size: 16px;
	resize: none
}

.contactForm_footer {
	width: 600px;
	margin: 20px 0 0;
	text-align: center
}

.contactConfirm {
	margin: 30px 0 0
}

.contactConfirm_title {
	display: block;
	color: #B09629;
	font-size: 20px;
	font-weight: bold
}

.contactConfirm_wrapper {
	margin: 10px 0 0;
	padding: 25px;
	background: #E6E6E6
}

.contactConfirm_dl {
	display: block;
	width: 600px;
	margin: 0;
	padding: 0
}

.contactConfirm_dl dt {
	display: block;
	color: #81A627;
	font-size: 16px;
	font-weight: bold
}

.contactConfirm_dl dd {
	display: block;
	padding: 0 0 0 15px;
	font-size: 14px
}

.contactConfirm_dl dd>p {
	min-height: 14px
}

.contactConfirm_dl dd+dt {
	margin-top: 15px
}

.contactConfirm_footer {
	width: 600px;
	margin: 20px 0 0;
	text-align: center
}

.contactConfirm_back {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #888;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer
}

.contactDone {
	margin: 50px 0
}

.contactDone>p {
	font-size: 16px
}

.contactDone .fa {
	color: #81A627;
	font-size: 24px
}

.helpPage {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.helpPage_title {
	display: block;
	width: 100%
}

.helpPage_nav {
	width: 240px
}

.helpPage_toc {
	position: sticky;
	top: 20px;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 15px;
	background: #E6E6E6
}

.helpPage_toc>li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.2
}

.helpPage_toc>li+li {
	margin-top: 10px
}

.helpPage_toc>li>ul {
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 15px;
	font-weight: normal
}

.helpPage_toc>li>ul>li+li {
	margin-top: 5px
}

.helpPage_toc a {
	color: #65880E
}

.helpPage_toc a:hover {
	text-decoration: underline
}

.pageContent section>.citationInfo {
	position: relative;
	margin: 0;
	padding: 0
}

.citationInfo_text {
	margin: 0;
	padding: 20px 20px 30px;
	background: #E6E6E6;
	color: #888;
	line-height: 1.6
}

.citationInfo_copy {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 10px;
	border: 0;
	background: #004A3F;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	cursor: pointer;
	outline: none
}

.citationInfo_copy:hover {
	opacity: .8
}

* {
	margin: 0;
	padding: 0
}

body {
	font-family: "Roboto", sans-serif;
	min-width: 1120px;
	color: #444;
	font-size: 14px;
	line-height: 1.5
}

body.openModal {
	overflow: hidden
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

.content {
	width: 1100px;
	min-height: 700px;
	margin: 50px auto
}

.header {
	box-shadow: 2px 2px 8px 1px rgba(80, 80, 80, 0.3);
	background: #004A3F;
	color: #fff
}

.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto
}

.header_left {
	width: 70%
}

.header_right {
	width: 25%;
	text-align: right
}

.header_title {
	display: inline-block;
	padding: 5px 0;
	vertical-align: middle
}

.header_title_logo {
	display: inline-block;
	width: auto;
	height: 70px;
	vertical-align: middle
}

.header_title_text {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #D0B74D;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle
}

.mainNav {
	display: inline-block;
	margin: 0 0 0 35px;
	vertical-align: middle
}

.mainNav_ul {
	list-style: none;
	display: table;
	height: 80px;
	margin: 0 0 0 auto;
	padding: 0
}

.mainNav_ul>li {
	display: table-cell;
	width: 80px;
	height: 100%;
	text-align: center;
	vertical-align: middle
}

.mainNav_btn {
	display: block;
	height: 80px;
	padding: 20px 0 0;
	box-sizing: border-box
}

.mainNav_btn:hover {
	color: #fff;
	background: #65880E
}

.mainNav_icon {
	display: block;
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 1
}

.loginInfo_name {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle
}

.loginInfo_name>strong {
	color: #D0B74D;
	font-size: 16px
}

.loginInfo_logout {
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: middle;
	cursor: pointer
}

.loginInfo_logout:hover {
	color: #D0B74D
}

.login {
	display: inline-block;
	position: relative
}

.login_btn {
	display: inline-block
}

.login_btn {
	display: inline-block;
	min-width: 100px;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: #65880E;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer
}

.login_btn:hover {
	opacity: .8
}

.login_btn>.fa {
	font-size: 20px;
	font-weight: normal
}

.globalInfo {
	width: 600px;
	margin: 5px auto;
	padding: 10px 15px;
	border: solid 2px #D91E18;
	background-color: #FEE
}

.globalInfo_title {
	color: #D91E18;
	font-size: 16px;
	font-weight: bold
}

.globalInfo_date {
	margin: 0;
	text-align: right
}

.globalInfo_detail {
	margin: 10px 0 0
}

.globalInfo_detail>p+p {
	margin-top: 10px
}

.globalInfo_detail a {
	color: #004A3F;
	text-decoration: underline
}

.globalInfo_detail a:hover {
	opacity: .9
}

.footer {
	margin: 100px 0 0;
	border-top: dotted 1px #114A3F
}

.footer_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	padding: 5px 0
}

.footerNav_ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right
}

.footerNav_ul>li {
	display: inline-block;
	color: #004A3F;
	font-weight: bold
}

.footerNav_ul>li+li {
	margin-left: 20px
}

.footerNav_ul>li a::before {
	content: "\f0da";
	font-family: fontawesome;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle
}

.footerNav_ul>li a:hover {
	text-decoration: underline
}

.footerGrant {
	list-style: none;
	margin: 10px 0 5px;
	padding: 0;
	text-align: center
}

.footerGrant>li {
	display: inline-block
}

.footerGrant>li+li {
	margin-left: 20px
}

.footerGrant>li img {
	display: block;
	max-width: 145px;
	max-height: 45px;
	width: auto;
	height: auto
}

.footer_copy {
	padding: 5px 0 0;
	background: #004A3F;
	color: #fff;
	font-size: 12px;
	text-align: center
}

.footer_copy img {
	display: inline-block;
	margin: 0 5px 5px;
	vertical-align: middle
}

.pageTitle {
	margin: 0 0 10px;
	padding: 0 2px 5px;
	border-bottom: solid 1px #004A3F;
	color: #004A3F;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold
}

.pageTitle_sub {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 16px;
	vertical-align: middle
}

.pageTitle_sub::before {
	content: "\003e";
	padding: 0 5px 0 0
}

.sectionTitle {
	margin: 0 0 10px;
	padding: 0 2px 5px;
	border-bottom: solid 1px #004A3F;
	color: #004A3F;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold
}

.commonBtn {
	box-shadow: 2px 2px 8px 1px rgba(80, 80, 80, 0.3);
	display: inline-block;
	position: relative;
	min-width: 300px;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	background: #114A3F;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	cursor: pointer
}

.commonBtn:hover {
	color: #D0B74D
}

.commonBtn:active {
	margin-top: 1px;
	margin-bottom: -1px
}

.commonBtn.commonBtn-sm {
	min-width: 50px;
	padding: 5px 8px;
	border-radius: 3px;
	font-size: 13px
}

.commonBtn.commonBtn-remove {
	min-width: 200px;
	background: #E6E6E6;
	color: #D91E18
}

.commonBtn.commonBtn-remove:hover {
	background: #D91E18;
	color: #fff
}

.commonBtn.commonBtn--disabled {
	background: #E6E6E6;
	color: #CCC;
	cursor: default;
	pointer-events: none;
	box-shadow: 0 0 0 1px #CCC
}

.commonBtn.commonBtn--disabled:hover {
	background: #E6E6E6;
	color: #CCC
}

.commonBtn.commonBtn--sending {
	cursor: default
}

.commonBtn.commonBtn--sending:hover {
	color: #fff;
	cursor: default
}

.commonBtn.commonBtn--sending:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 3px;
	opacity: .75
}

.commonBtn.commonBtn--sending:after {
	content: "sending...";
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin: -10px 0 0;
	font-size: 1em;
	line-height: 20px;
	color: #888;
	text-align: center;
	animation: blink 1.5s infinite linear;
	text-shadow: none
}

@keyframes blink { 0%{
	opacity: 1
}

25%
{
opacity
:
1
}
50%
{
opacity
:
.5
}
75%
{
opacity
:
1
}
100%
{
opacity
:
1
}
}
.controlBtn {
	display: inline-block;
	padding: 2px 5px;
	border: solid 1px currentColor;
	border-radius: 2px;
	background: #fff;
	color: #CCC;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle;
	outline: none;
	box-sizing: border-box;
	cursor: pointer
}

.controlBtn.controlBtn-updateProject {
	color: #004A3F
}

.controlBtn.controlBtn-updateProject:hover {
	background: #004A3F;
	color: #fff
}

.controlBtn.controlBtn-edit:hover {
	border-color: #81A627;
	background: #81A627;
	color: #fff
}

.controlBtn.controlBtn-remove:hover {
	border-color: #D91E18;
	background: #D91E18;
	color: #fff
}

.controlBtn.controlBtn-copy:hover {
	border-color: #004A3F;
	background: #004A3F;
	color: #fff
}

.controlBtn+.controlBtn {
	margin-left: 2px
}

.pager {
	margin: 10px 0;
	text-align: right
}

.pager_links {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle
}

.pager_links>li {
	display: inline-block;
	min-width: 30px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box
}

.pager_links>li+li {
	margin-left: 3px
}

.pager_btn {
	display: block;
	height: 100%;
	padding: 0 2px;
	background: #E6E6E6;
	cursor: pointer
}

.pager_btn:hover {
	background: #004A3F;
	color: #fff
}

.pager_btn.pager_btn-current {
	background: #004A3F;
	color: #fff;
	cursor: default
}

.pager_linkBtns {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle
}

.pager_linkBtns>li {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle
}

.pager_linkBtns>li+li {
	margin-left: 5px
}

.pager_linkBtns>li>a {
	display: block;
	height: 100%;
	border: solid 1px #004A3F;
	background: #fff;
	color: #004A3F;
	line-height: 28px;
	box-sizing: border-box;
	cursor: pointer
}

.pager_linkBtns>li>a:hover {
	background: #004A3F;
	color: #fff
}

.pager_linkBtns>li>.pager_current {
	display: block;
	height: 100%;
	background: #004A3F;
	color: #fff;
	line-height: 30px
}

.pager_status {
	display: inline-block;
	color: #888;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle
}

.gpostModalWin {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000
}

.gpostModalWin_inner {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
	background: #fff;
	overflow: scroll;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
}

.gpostModalWin_close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	border: 0;
	background: #444;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-align: center;
	outline: none;
	cursor: pointer
}

.gpostModalWin_close::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	margin: 0 -2px 0 0;
	vertical-align: middle
}

.gpostModalWin_close>.fa {
	display: inline-block;
	vertical-align: middle
}

.gpostModalWin_title {
	padding: 5px;
	background: #004A3F;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1;
	text-align: center
}

.gpostModalWin_cancel {
	margin: 20px 20px 0;
	color: #888;
	font-size: 14px;
	line-height: 1.2;
	text-align: right
}

.gpostModalWin_cancel>a {
	cursor: pointer
}

.gpostModalWin_cancel>a:hover {
	color: #D91E18;
	text-decoration: underline
}

.removeConf {
	box-shadow: 2px 2px 8px 1px rgba(80, 80, 80, 0.3);
	position: absolute;
	width: 1000px;
	top: auto;
	left: 50%;
	margin: -50px -500px;
	padding: 20px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	z-index: 10000
}

.removeConf_title {
	color: #D91E18;
	font-size: 18px;
	font-weight: bold
}

.removeConf_text {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5
}

.removeConf_btns {
	margin: 30px 0 10px
}

.removeConf_back {
	display: inline-block;
	margin: 0 30px 0 0;
	color: #888;
	vertical-align: middle;
	cursor: pointer
}

.removeConf_back:hover {
	text-decoration: underline
}

.messageBar {
	box-shadow: 2px 2px 8px 1px rgba(80, 80, 80, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 25px;
	background: rgba(83, 33, 118, 0.9);
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	white-space: nowrap;
	transform: translateY(-100%);
	transition: all .2s ease;
	z-index: 20000
}

.messageBar.messageBar--show {
	transform: translateY(0)
}

.messageBar::before {
	content: "\f05d";
	font-family: fontawesome;
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 40px;
	line-height: 1;
	vertical-align: middle
}

.messageBar[data-type="error"] {
	background: rgba(217, 30, 24, 0.9)
}

.messageBar[data-type="error"]::before {
	content: "\f071"
}

.messageBar::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle
}

.messageBar_text {
	display: inline-block;
	width: 1000px;
	max-width: 90%;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	white-space: normal
}

.messageBar_close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: none;
	outline: none;
	cursor: pointer
}

.loginRequired {
	margin: 100px 0 0;
	color: #D91E18;
	font-size: 20px;
	font-weight: bold;
	text-align: center
}

.loginRequired>.fa {
	font-size: 30px;
	line-height: 2
}

.loginRequired a {
	color: #65880E
}

.loginRequired a:hover {
	text-decoration: underline
}

.verificationRequired {
	margin: 100px 0 0;
	color: #D91E18;
	font-size: 20px;
	font-weight: bold;
	text-align: center
}

.verificationRequired>.fa {
	font-size: 30px;
	line-height: 2
}

.verificationRequired a {
	color: #65880E
}

.verificationRequired a:hover {
	text-decoration: underline
}

.loading {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0
}

.loading.loading--show {
	display: block;
	-webkit-animation: delay-fade-in .5s forwards linear;
	animation: delay-fade-in .5s forwards linear
}

.loading_text {
	display: block;
	position: absolute;
	width: 100%;
	top: 40%;
	color: #005043;
	font-size: 14px;
	font-weight: bold;
	text-align: center
}

@keyframes delay-fade-in { 0%{
	opacity: 0
}

80%
{
opacity
:
0
}
100%
{
opacity
:
.7
}
}
.loadingSpinner {
	position: absolute;
	width: 50px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -25px;
	font-size: 10px;
	text-align: center
}

.loadingSpinner_rect {
	display: inline-block;
	width: 6px;
	height: 100%;
	background-color: #004A3F;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.loadingSpinner_rect+.loadingSpinner_rect {
	margin-left: 2px
}

.loadingSpinner_rect.loadingSpinner_rect-2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.loadingSpinner_rect.loadingSpinner_rect-3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.loadingSpinner_rect.loadingSpinner_rect-4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.loadingSpinner_rect.loadingSpinner_rect-5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

@-webkit-keyframes sk-stretchdelay { 0%,40%,100%{
	-webkit-transform: scaleY(0.4)
}

20%
{
-webkit-transform
:
scaleY(
1
)
}
}
@keyframes sk-stretchdelay { 0%,40%,100%{
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4)
}
20%
{
transform
:
scaleY(
1
);
-webkit-transform
:
scaleY(
1
)
}
}