﻿html {
	font: 13px "Meiryo UI", "Osaka", "ヒラギノ角ゴ Pro W3";
	background: #f6ffee;
	background-image: url("/LifeRescue/img/bg06001_006000-67825d7c5fb853a799e123c067bdad01.png")
}

html * {
	font-family: "Meiryo UI", "Osaka", "ヒラギノ角ゴ Pro W3"
}

html, body, #container　 {
	height: auto !important;
	height: 100%;
	min-height: 100%
}

body {
	margin-top: 99px;
	margin-bottom: 0px
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1150px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 500px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Meiryo UI", "Osaka", "ヒラギノ角ゴ Pro W3"
}

i.uk-icon-spin {
	font-size: 100px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #ccc;
	width: 100px;
	height: 100px;
	z-index: 1500
}

#container .message-area .headline {
	font-size: 18px;
	cursor: pointer
}

#container .message-area .headline i {
	padding-right: 10px
}

#container .message-area .messages {
	margin-top: 5px
}

#container .page-title-area, #container .article-subtitle-area {
	margin: 10px 0px
}

#container .page-title-area .page-title, #container .page-title-area .article-subtitle,
	#container .article-subtitle-area .page-title, #container .article-subtitle-area .article-subtitle
	{
	margin: 0px;
	display: inline-block
}

#container .page-title-area .page-title-sidebutton, #container .page-title-area .article-subtitle-sidebutton,
	#container .article-subtitle-area .page-title-sidebutton, #container .article-subtitle-area .article-subtitle-sidebutton
	{
	float: right
}

#container .page-title-area .page-title-sidebutton .uk-button,
	#container .page-title-area .article-subtitle-sidebutton .uk-button,
	#container .article-subtitle-area .page-title-sidebutton .uk-button,
	#container .article-subtitle-area .article-subtitle-sidebutton .uk-button
	{
	width: 80px
}

#container .page-title-area .page-title-sidebutton .uk-button:nth-of-type(n+2),
	#container .page-title-area .article-subtitle-sidebutton .uk-button:nth-of-type(n+2),
	#container .article-subtitle-area .page-title-sidebutton .uk-button:nth-of-type(n+2),
	#container .article-subtitle-area .article-subtitle-sidebutton .uk-button:nth-of-type(n+2)
	{
	margin-left: 15px
}

#container .page-title {
	margin: 10px 0px
}

#container .uk-breadcrumb {
	margin-top: 0px;
	margin-bottom: 10px
}

#container .button-area {
	text-align: center;
	margin: 10px 0px
}

#container .article-subtitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	border-left: 3px solid #76b852;
	margin: 10px 0px;
	padding-left: 6px
}

.label {
	width: 100px;
	color: #2c5c23;
	background: #bdebaf;
	padding-left: 3px
}

.not-width-label {
	width: auto;
	padding-left: 3px
}

.required:after {
	font-size: 70%;
	font-weight: bold;
	content: '*';
	color: red;
	vertical-align: top
}

input[readonly]::-ms-clear, input.readonly::-ms-clear, input.readOnly::-ms-clear
	{
	visibility: hidden
}

.input-num {
	text-align: right
}

.hide {
	display: none
}

.form-help-message {
	color: #999999;
	padding: 4px 0px;
	font-size: 80%
}

.uk-form-danger, .ui-state-error {
	border-color: #dc8d99 !important;
	background: #fff7f8 !important;
	color: #d85030 !important;
}

.uk-button-default {
	background-color: #D9D6DB;
	background: -moz-linear-gradient(to top, #D9D6DB, #fff);
	background: -webkit-linear-gradient(to top, #D9D6DB, #fff);
	background: linear-gradient(to top, #D9D6DB, #fff)
}

.uk-button-default:not (:disabled ):hover, .uk-button-default:not (:disabled
	 ):focus {
	color: #eee;
	background-color: #BCBCBC;
	text-shadow: none
}

#container .uk-button-back {
	color: #fff;
	background-color: #6fac34;
	background: -moz-linear-gradient(to top, #6fac34, #8fce48);
	background: -webkit-linear-gradient(to top, #6fac34, #8fce48);
	background: linear-gradient(to top, #6fac34, #8fce48);
	text-shadow: none
}

#container .uk-button-back:not (:disabled ):hover, #container .uk-button-back:not
	 (:disabled ):focus {
	color: #fff;
	background-color: #9fd256;
	background: -moz-linear-gradient(top, #9fd256, #8fce48);
	background: -webkit-linear-gradient(top, #9fd256, #8fce48);
	background: linear-gradient(to bottom, #9fd256, #8fce48);
	text-shadow: none
}

.uk-button-process {
	color: #fff;
	background-color: #9fd256;
	background-image: -moz-linear-gradient(to bottom, #9fd256, #6fac34);
	background-image: -webkit-linear-gradient(to bottom, #9fd256, #6fac34);
	background-image: linear-gradient(to bottom, #9fd256, #6fac34);
	text-shadow: none
}

.uk-button-process:hover, .uk-button-process:focus {
	color: #fff;
	background-color: #9fd256;
	text-shadow: none
}

.uk-button-primary {
	background: #ff920a;
	background: -moz-linear-gradient(top, #ff920a, #f28518);
	background: -webkit-linear-gradient(top, #ff920a, #f28518);
	background: linear-gradient(to bottom, #ff920a, #f28518)
}

.uk-button-primary:hover, .uk-button-primary:focus {
	background-color: #ff920a;
	color: #fff;
	background-image: none
}

.uk-button-in-block {
	background-color: #eee
}

.uk-button-in-block:not (:disabled ):hover, .uk-button-in-block:not (:disabled
	 ):focus {
	color: #444;
	background-color: #f5f5f5
}

.uk-button-support {
	color: #fff;
	background-color: #99f;
	background: -moz-linear-gradient(top, #99f, #7676fd);
	background: -webkit-linear-gradient(top, #99f, #7676fd);
	background: linear-gradient(to bottom, #99f, #7676fd);
	text-shadow: none
}

.uk-button-support:not (:disabled ):hover, .uk-button-support:not (:disabled
	 ):focus {
	background-color: #99f;
	color: #fff;
	background-image: none;
	text-shadow: none
}

.row-table .row-header .label, .row-table .column-header .label,
	.row-table .block.row-tbody .label {
	text-align: center;
	border-bottom: 1px solid #ccc
}

.row-table .block.row-tbody>.block-element>div {
	border-bottom: 1px solid #ccc
}

.row-table.block-no-border .row-header .label, .row-table.block-no-border .column-header .label,
	.row-table.block-no-border .block.row-tbody .label, .row-table.block-no-border .block.row-tbody>.block-element>div
	{
	border-bottom: none
}

.row-table.block-no-border .row-header .label:first-of-type, .row-table.block-no-border .column-header .label:first-of-type,
	.row-table.block-no-border .block.row-tbody .label {
	border-bottom: 1px solid #ccc
}

body #container .row-table.block-no-border .column-header, body #container .row-table.block-no-border .row-header
	{
	border-right: 1px solid #ccc
}

.row-table .row-header .label:last-of-type, .row-table .block.row-tbody>.block-element>div:last-of-type
	{
	border-bottom: none
}

.row-table .row-header .label, .row-table .column-header .label,
	.row-table .block.row-tbody>.block-element>div, .row-table .block.column-tbody>.block-element
	{
	padding: 3px
}

.row-table
 
.block
 
.block-element
:not
 
(
.label
 
){
background-color
:
 
#fff


}
body .row-table .block .block-element {
	padding: 0px
}

.t-center {
	text-align: center !important
}

.t-left {
	text-align: left !important
}

.t-right {
	text-align: right !important
}

.t-small {
	font-size: 80% !important
}

.t-large {
	font-size: 120% !important
}

.v-top {
	vertical-align: top !important
}

.v-middle {
	vertical-align: middle !important
}

.v-bottom {
	vertical-align: bottom !important
}

.s1 {
	width: 13px
}

.s2 {
	width: 26px
}

.s3 {
	width: 39px
}

.s4 {
	width: 52px
}

.s5 {
	width: 65px
}

.s6 {
	width: 78px
}

.s7 {
	width: 91px
}

.s8 {
	width: 104px
}

.s9 {
	width: 117px
}

.s10 {
	width: 130px
}

.s11 {
	width: 143px
}

.s12 {
	width: 156px
}

.s13 {
	width: 169px
}

.s14 {
	width: 182px
}

.s15 {
	width: 195px
}

.s16 {
	width: 208px
}

.s17 {
	width: 221px
}

.s18 {
	width: 234px
}

.s19 {
	width: 247px
}

.s20 {
	width: 260px
}

.s21 {
	width: 273px
}

.s22 {
	width: 286px
}

.s23 {
	width: 299px
}

.s24 {
	width: 312px
}

.s25 {
	width: 325px
}

.s26 {
	width: 338px
}

.s27 {
	width: 351px
}

.s28 {
	width: 364px
}

.s29 {
	width: 377px
}

.s30 {
	width: 390px
}

.s31 {
	width: 403px
}

.s32 {
	width: 416px
}

.s33 {
	width: 429px
}

.s34 {
	width: 442px
}

.s35 {
	width: 455px
}

.s36 {
	width: 468px
}

.s37 {
	width: 481px
}

.s38 {
	width: 494px
}

.s39 {
	width: 507px
}

.s40 {
	width: 520px
}

.s41 {
	width: 533px
}

.s42 {
	width: 546px
}

.s43 {
	width: 559px
}

.s44 {
	width: 572px
}

.s45 {
	width: 585px
}

.s46 {
	width: 598px
}

.s47 {
	width: 611px
}

.s48 {
	width: 624px
}

.s49 {
	width: 637px
}

.s50 {
	width: 650px
}

.s51 {
	width: 663px
}

.s52 {
	width: 676px
}

.s53 {
	width: 689px
}

.s54 {
	width: 702px
}

.s55 {
	width: 715px
}

.s56 {
	width: 728px
}

.s57 {
	width: 741px
}

.s58 {
	width: 754px
}

.s59 {
	width: 767px
}

.s60 {
	width: 780px
}

.s61 {
	width: 793px
}

.s62 {
	width: 806px
}

.s63 {
	width: 819px
}

.s64 {
	width: 832px
}

.s65 {
	width: 845px
}

.s66 {
	width: 858px
}

.s67 {
	width: 871px
}

.s68 {
	width: 884px
}

.s69 {
	width: 897px
}

.s70 {
	width: 910px
}

.s71 {
	width: 923px
}

.s72 {
	width: 936px
}

.s73 {
	width: 949px
}

.s74 {
	width: 962px
}

.s75 {
	width: 975px
}

.s76 {
	width: 988px
}

.s77 {
	width: 1001px
}

.s78 {
	width: 1014px
}

.s79 {
	width: 1027px
}

.s80 {
	width: 1040px
}

.s81 {
	width: 1053px
}

.s82 {
	width: 1066px
}

.s83 {
	width: 1079px
}

.s84 {
	width: 1092px
}

.s85 {
	width: 1105px
}

.s86 {
	width: 1118px
}

.s87 {
	width: 1131px
}

.s88 {
	width: 1144px
}

.s89 {
	width: 1157px
}

.s90 {
	width: 1170px
}

.s91 {
	width: 1183px
}

.s92 {
	width: 1196px
}

.s93 {
	width: 1209px
}

.s94 {
	width: 1222px
}

.s95 {
	width: 1235px
}

.s96 {
	width: 1248px
}

.s97 {
	width: 1261px
}

.s98 {
	width: 1274px
}

.s99 {
	width: 1287px
}

.s100 {
	width: 1300px
}

input[type='text'].s1 {
	width: 25px
}

input[type='text'].s2 {
	width: 38px
}

input[type='text'].s3 {
	width: 51px
}

input[type='text'].s4 {
	width: 64px
}

input[type='text'].s5 {
	width: 77px
}

input[type='text'].s6 {
	width: 90px
}

input[type='text'].s7 {
	width: 103px
}

input[type='text'].s8 {
	width: 116px
}

input[type='text'].s9 {
	width: 129px
}

input[type='text'].s10 {
	width: 142px
}

input[type='text'].s11 {
	width: 155px
}

input[type='text'].s12 {
	width: 168px
}

input[type='text'].s13 {
	width: 181px
}

input[type='text'].s14 {
	width: 194px
}

input[type='text'].s15 {
	width: 207px
}

input[type='text'].s16 {
	width: 220px
}

input[type='text'].s17 {
	width: 233px
}

input[type='text'].s18 {
	width: 246px
}

input[type='text'].s19 {
	width: 259px
}

input[type='text'].s20 {
	width: 272px
}

input[type='text'].s21 {
	width: 285px
}

input[type='text'].s22 {
	width: 298px
}

input[type='text'].s23 {
	width: 311px
}

input[type='text'].s24 {
	width: 324px
}

input[type='text'].s25 {
	width: 337px
}

input[type='text'].s26 {
	width: 350px
}

input[type='text'].s27 {
	width: 363px
}

input[type='text'].s28 {
	width: 376px
}

input[type='text'].s29 {
	width: 389px
}

input[type='text'].s30 {
	width: 402px
}

input[type='text'].s31 {
	width: 415px
}

input[type='text'].s32 {
	width: 428px
}

input[type='text'].s33 {
	width: 441px
}

input[type='text'].s34 {
	width: 454px
}

input[type='text'].s35 {
	width: 467px
}

input[type='text'].s36 {
	width: 480px
}

input[type='text'].s37 {
	width: 493px
}

input[type='text'].s38 {
	width: 506px
}

input[type='text'].s39 {
	width: 519px
}

input[type='text'].s40 {
	width: 532px
}

input[type='text'].s41 {
	width: 545px
}

input[type='text'].s42 {
	width: 558px
}

input[type='text'].s43 {
	width: 571px
}

input[type='text'].s44 {
	width: 584px
}

input[type='text'].s45 {
	width: 597px
}

input[type='text'].s46 {
	width: 610px
}

input[type='text'].s47 {
	width: 623px
}

input[type='text'].s48 {
	width: 636px
}

input[type='text'].s49 {
	width: 649px
}

input[type='text'].s50 {
	width: 662px
}

input[type='text'].s51 {
	width: 675px
}

input[type='text'].s52 {
	width: 688px
}

input[type='text'].s53 {
	width: 701px
}

input[type='text'].s54 {
	width: 714px
}

input[type='text'].s55 {
	width: 727px
}

input[type='text'].s56 {
	width: 740px
}

input[type='text'].s57 {
	width: 753px
}

input[type='text'].s58 {
	width: 766px
}

input[type='text'].s59 {
	width: 779px
}

input[type='text'].s60 {
	width: 792px
}

input[type='text'].s61 {
	width: 805px
}

input[type='text'].s62 {
	width: 818px
}

input[type='text'].s63 {
	width: 831px
}

input[type='text'].s64 {
	width: 844px
}

input[type='text'].s65 {
	width: 857px
}

input[type='text'].s66 {
	width: 870px
}

input[type='text'].s67 {
	width: 883px
}

input[type='text'].s68 {
	width: 896px
}

input[type='text'].s69 {
	width: 909px
}

input[type='text'].s70 {
	width: 922px
}

input[type='text'].s71 {
	width: 935px
}

input[type='text'].s72 {
	width: 948px
}

input[type='text'].s73 {
	width: 961px
}

input[type='text'].s74 {
	width: 974px
}

input[type='text'].s75 {
	width: 987px
}

input[type='text'].s76 {
	width: 1000px
}

input[type='text'].s77 {
	width: 1013px
}

input[type='text'].s78 {
	width: 1026px
}

input[type='text'].s79 {
	width: 1039px
}

input[type='text'].s80 {
	width: 1052px
}

input[type='text'].s81 {
	width: 1065px
}

input[type='text'].s82 {
	width: 1078px
}

input[type='text'].s83 {
	width: 1091px
}

input[type='text'].s84 {
	width: 1104px
}

input[type='text'].s85 {
	width: 1117px
}

input[type='text'].s86 {
	width: 1130px
}

input[type='text'].s87 {
	width: 1143px
}

input[type='text'].s88 {
	width: 1156px
}

input[type='text'].s89 {
	width: 1169px
}

input[type='text'].s90 {
	width: 1182px
}

input[type='text'].s91 {
	width: 1195px
}

input[type='text'].s92 {
	width: 1208px
}

input[type='text'].s93 {
	width: 1221px
}

input[type='text'].s94 {
	width: 1234px
}

input[type='text'].s95 {
	width: 1247px
}

input[type='text'].s96 {
	width: 1260px
}

input[type='text'].s97 {
	width: 1273px
}

input[type='text'].s98 {
	width: 1286px
}

input[type='text'].s99 {
	width: 1299px
}

input[type='text'].s100 {
	width: 1312px
}

select.s1 {
	min-width: 35px
}

select.s2 {
	min-width: 48px
}

select.s3 {
	min-width: 61px
}

select.s4 {
	min-width: 74px
}

select.s5 {
	min-width: 87px
}

select.s6 {
	min-width: 100px
}

select.s7 {
	min-width: 113px
}

select.s8 {
	min-width: 126px
}

select.s9 {
	min-width: 139px
}

select.s10 {
	min-width: 152px
}

select.s11 {
	min-width: 165px
}

select.s12 {
	min-width: 178px
}

select.s13 {
	min-width: 191px
}

select.s14 {
	min-width: 204px
}

select.s15 {
	min-width: 217px
}

select.s16 {
	min-width: 230px
}

select.s17 {
	min-width: 243px
}

select.s18 {
	min-width: 256px
}

select.s19 {
	min-width: 269px
}

select.s20 {
	min-width: 282px
}

select.s21 {
	min-width: 295px
}

select.s22 {
	min-width: 308px
}

select.s23 {
	min-width: 321px
}

select.s24 {
	min-width: 334px
}

select.s25 {
	min-width: 347px
}

select.s26 {
	min-width: 360px
}

select.s27 {
	min-width: 373px
}

select.s28 {
	min-width: 386px
}

select.s29 {
	min-width: 399px
}

select.s30 {
	min-width: 412px
}

select.s31 {
	min-width: 425px
}

select.s32 {
	min-width: 438px
}

select.s33 {
	min-width: 451px
}

select.s34 {
	min-width: 464px
}

select.s35 {
	min-width: 477px
}

select.s36 {
	min-width: 490px
}

select.s37 {
	min-width: 503px
}

select.s38 {
	min-width: 516px
}

select.s39 {
	min-width: 529px
}

select.s40 {
	min-width: 542px
}

select.s41 {
	min-width: 555px
}

select.s42 {
	min-width: 568px
}

select.s43 {
	min-width: 581px
}

select.s44 {
	min-width: 594px
}

select.s45 {
	min-width: 607px
}

select.s46 {
	min-width: 620px
}

select.s47 {
	min-width: 633px
}

select.s48 {
	min-width: 646px
}

select.s49 {
	min-width: 659px
}

select.s50 {
	min-width: 672px
}

select.s51 {
	min-width: 685px
}

select.s52 {
	min-width: 698px
}

select.s53 {
	min-width: 711px
}

select.s54 {
	min-width: 724px
}

select.s55 {
	min-width: 737px
}

select.s56 {
	min-width: 750px
}

select.s57 {
	min-width: 763px
}

select.s58 {
	min-width: 776px
}

select.s59 {
	min-width: 789px
}

select.s60 {
	min-width: 802px
}

select.s61 {
	min-width: 815px
}

select.s62 {
	min-width: 828px
}

select.s63 {
	min-width: 841px
}

select.s64 {
	min-width: 854px
}

select.s65 {
	min-width: 867px
}

select.s66 {
	min-width: 880px
}

select.s67 {
	min-width: 893px
}

select.s68 {
	min-width: 906px
}

select.s69 {
	min-width: 919px
}

select.s70 {
	min-width: 932px
}

select.s71 {
	min-width: 945px
}

select.s72 {
	min-width: 958px
}

select.s73 {
	min-width: 971px
}

select.s74 {
	min-width: 984px
}

select.s75 {
	min-width: 997px
}

select.s76 {
	min-width: 1010px
}

select.s77 {
	min-width: 1023px
}

select.s78 {
	min-width: 1036px
}

select.s79 {
	min-width: 1049px
}

select.s80 {
	min-width: 1062px
}

select.s81 {
	min-width: 1075px
}

select.s82 {
	min-width: 1088px
}

select.s83 {
	min-width: 1101px
}

select.s84 {
	min-width: 1114px
}

select.s85 {
	min-width: 1127px
}

select.s86 {
	min-width: 1140px
}

select.s87 {
	min-width: 1153px
}

select.s88 {
	min-width: 1166px
}

select.s89 {
	min-width: 1179px
}

select.s90 {
	min-width: 1192px
}

select.s91 {
	min-width: 1205px
}

select.s92 {
	min-width: 1218px
}

select.s93 {
	min-width: 1231px
}

select.s94 {
	min-width: 1244px
}

select.s95 {
	min-width: 1257px
}

select.s96 {
	min-width: 1270px
}

select.s97 {
	min-width: 1283px
}

select.s98 {
	min-width: 1296px
}

select.s99 {
	min-width: 1309px
}

select.s100 {
	min-width: 1322px
}

.w10 {
	width: 10px !important
}

.w20 {
	width: 20px !important
}

.w30 {
	width: 30px !important
}

.w40 {
	width: 40px !important
}

.w50 {
	width: 50px !important
}

.w60 {
	width: 60px !important
}

.w70 {
	width: 70px !important
}

.w80 {
	width: 80px !important
}

.w90 {
	width: 90px !important
}

.w100 {
	width: 100px !important
}

.w110 {
	width: 110px !important
}

.w120 {
	width: 120px !important
}

.w130 {
	width: 130px !important
}

.w140 {
	width: 140px !important
}

.w150 {
	width: 150px !important
}

.w160 {
	width: 160px !important
}

.w170 {
	width: 170px !important
}

.w180 {
	width: 180px !important
}

.w190 {
	width: 190px !important
}

.w200 {
	width: 200px !important
}

.w210 {
	width: 210px !important
}

.w220 {
	width: 220px !important
}

.w230 {
	width: 230px !important
}

.w240 {
	width: 240px !important
}

.w250 {
	width: 250px !important
}

.w260 {
	width: 260px !important
}

.w270 {
	width: 270px !important
}

.w280 {
	width: 280px !important
}

.w290 {
	width: 290px !important
}

.w300 {
	width: 300px !important
}

.w310 {
	width: 310px !important
}

.w320 {
	width: 320px !important
}

.w330 {
	width: 330px !important
}

.w340 {
	width: 340px !important
}

.w350 {
	width: 350px !important
}

.w360 {
	width: 360px !important
}

.w370 {
	width: 370px !important
}

.w380 {
	width: 380px !important
}

.w390 {
	width: 390px !important
}

.w400 {
	width: 400px !important
}

.w410 {
	width: 410px !important
}

.w420 {
	width: 420px !important
}

.w430 {
	width: 430px !important
}

.w440 {
	width: 440px !important
}

.w450 {
	width: 450px !important
}

.w460 {
	width: 460px !important
}

.w470 {
	width: 470px !important
}

.w480 {
	width: 480px !important
}

.w490 {
	width: 490px !important
}

.w500 {
	width: 500px !important
}

.w510 {
	width: 510px !important
}

.w520 {
	width: 520px !important
}

.w530 {
	width: 530px !important
}

.w540 {
	width: 540px !important
}

.w550 {
	width: 550px !important
}

.w560 {
	width: 560px !important
}

.w570 {
	width: 570px !important
}

.w580 {
	width: 580px !important
}

.w590 {
	width: 590px !important
}

.w600 {
	width: 600px !important
}

.w610 {
	width: 610px !important
}

.w620 {
	width: 620px !important
}

.w630 {
	width: 630px !important
}

.w640 {
	width: 640px !important
}

.w650 {
	width: 650px !important
}

.w660 {
	width: 660px !important
}

.w670 {
	width: 670px !important
}

.w680 {
	width: 680px !important
}

.w690 {
	width: 690px !important
}

.w700 {
	width: 700px !important
}

.w710 {
	width: 710px !important
}

.w720 {
	width: 720px !important
}

.w730 {
	width: 730px !important
}

.w740 {
	width: 740px !important
}

.w750 {
	width: 750px !important
}

.w760 {
	width: 760px !important
}

.w770 {
	width: 770px !important
}

.w780 {
	width: 780px !important
}

.w790 {
	width: 790px !important
}

.w800 {
	width: 800px !important
}

.w810 {
	width: 810px !important
}

.w820 {
	width: 820px !important
}

.w830 {
	width: 830px !important
}

.w840 {
	width: 840px !important
}

.w850 {
	width: 850px !important
}

.w860 {
	width: 860px !important
}

.w870 {
	width: 870px !important
}

.w880 {
	width: 880px !important
}

.w890 {
	width: 890px !important
}

.w900 {
	width: 900px !important
}

.w910 {
	width: 910px !important
}

.w920 {
	width: 920px !important
}

.w930 {
	width: 930px !important
}

.w940 {
	width: 940px !important
}

.w950 {
	width: 950px !important
}

.w960 {
	width: 960px !important
}

.w970 {
	width: 970px !important
}

.w980 {
	width: 980px !important
}

.w990 {
	width: 990px !important
}

.w1000 {
	width: 1000px !important
}

input[type='text'].w10 {
	width: 10px !important
}

input[type='text'].w20 {
	width: 20px !important
}

input[type='text'].w30 {
	width: 30px !important
}

input[type='text'].w40 {
	width: 40px !important
}

input[type='text'].w50 {
	width: 50px !important
}

input[type='text'].w60 {
	width: 60px !important
}

input[type='text'].w70 {
	width: 70px !important
}

input[type='text'].w80 {
	width: 80px !important
}

input[type='text'].w90 {
	width: 90px !important
}

input[type='text'].w100 {
	width: 100px !important
}

input[type='text'].w110 {
	width: 110px !important
}

input[type='text'].w120 {
	width: 120px !important
}

input[type='text'].w130 {
	width: 130px !important
}

input[type='text'].w140 {
	width: 140px !important
}

input[type='text'].w150 {
	width: 150px !important
}

input[type='text'].w160 {
	width: 160px !important
}

input[type='text'].w170 {
	width: 170px !important
}

input[type='text'].w180 {
	width: 180px !important
}

input[type='text'].w190 {
	width: 190px !important
}

input[type='text'].w200 {
	width: 200px !important
}

input[type='text'].w210 {
	width: 210px !important
}

input[type='text'].w220 {
	width: 220px !important
}

input[type='text'].w230 {
	width: 230px !important
}

input[type='text'].w240 {
	width: 240px !important
}

input[type='text'].w250 {
	width: 250px !important
}

input[type='text'].w260 {
	width: 260px !important
}

input[type='text'].w270 {
	width: 270px !important
}

input[type='text'].w280 {
	width: 280px !important
}

input[type='text'].w290 {
	width: 290px !important
}

input[type='text'].w300 {
	width: 300px !important
}

input[type='text'].w310 {
	width: 310px !important
}

input[type='text'].w320 {
	width: 320px !important
}

input[type='text'].w330 {
	width: 330px !important
}

input[type='text'].w340 {
	width: 340px !important
}

input[type='text'].w350 {
	width: 350px !important
}

input[type='text'].w360 {
	width: 360px !important
}

input[type='text'].w370 {
	width: 370px !important
}

input[type='text'].w380 {
	width: 380px !important
}

input[type='text'].w390 {
	width: 390px !important
}

input[type='text'].w400 {
	width: 400px !important
}

input[type='text'].w410 {
	width: 410px !important
}

input[type='text'].w420 {
	width: 420px !important
}

input[type='text'].w430 {
	width: 430px !important
}

input[type='text'].w440 {
	width: 440px !important
}

input[type='text'].w450 {
	width: 450px !important
}

input[type='text'].w460 {
	width: 460px !important
}

input[type='text'].w470 {
	width: 470px !important
}

input[type='text'].w480 {
	width: 480px !important
}

input[type='text'].w490 {
	width: 490px !important
}

input[type='text'].w500 {
	width: 500px !important
}

input[type='text'].w510 {
	width: 510px !important
}

input[type='text'].w520 {
	width: 520px !important
}

input[type='text'].w530 {
	width: 530px !important
}

input[type='text'].w540 {
	width: 540px !important
}

input[type='text'].w550 {
	width: 550px !important
}

input[type='text'].w560 {
	width: 560px !important
}

input[type='text'].w570 {
	width: 570px !important
}

input[type='text'].w580 {
	width: 580px !important
}

input[type='text'].w590 {
	width: 590px !important
}

input[type='text'].w600 {
	width: 600px !important
}

input[type='text'].w610 {
	width: 610px !important
}

input[type='text'].w620 {
	width: 620px !important
}

input[type='text'].w630 {
	width: 630px !important
}

input[type='text'].w640 {
	width: 640px !important
}

input[type='text'].w650 {
	width: 650px !important
}

input[type='text'].w660 {
	width: 660px !important
}

input[type='text'].w670 {
	width: 670px !important
}

input[type='text'].w680 {
	width: 680px !important
}

input[type='text'].w690 {
	width: 690px !important
}

input[type='text'].w700 {
	width: 700px !important
}

input[type='text'].w710 {
	width: 710px !important
}

input[type='text'].w720 {
	width: 720px !important
}

input[type='text'].w730 {
	width: 730px !important
}

input[type='text'].w740 {
	width: 740px !important
}

input[type='text'].w750 {
	width: 750px !important
}

input[type='text'].w760 {
	width: 760px !important
}

input[type='text'].w770 {
	width: 770px !important
}

input[type='text'].w780 {
	width: 780px !important
}

input[type='text'].w790 {
	width: 790px !important
}

input[type='text'].w800 {
	width: 800px !important
}

input[type='text'].w810 {
	width: 810px !important
}

input[type='text'].w820 {
	width: 820px !important
}

input[type='text'].w830 {
	width: 830px !important
}

input[type='text'].w840 {
	width: 840px !important
}

input[type='text'].w850 {
	width: 850px !important
}

input[type='text'].w860 {
	width: 860px !important
}

input[type='text'].w870 {
	width: 870px !important
}

input[type='text'].w880 {
	width: 880px !important
}

input[type='text'].w890 {
	width: 890px !important
}

input[type='text'].w900 {
	width: 900px !important
}

input[type='text'].w910 {
	width: 910px !important
}

input[type='text'].w920 {
	width: 920px !important
}

input[type='text'].w930 {
	width: 930px !important
}

input[type='text'].w940 {
	width: 940px !important
}

input[type='text'].w950 {
	width: 950px !important
}

input[type='text'].w960 {
	width: 960px !important
}

input[type='text'].w970 {
	width: 970px !important
}

input[type='text'].w980 {
	width: 980px !important
}

input[type='text'].w990 {
	width: 990px !important
}

input[type='text'].w1000 {
	width: 1000px !important
}

select.w10 {
	min-width: 10px !important
}

select.w20 {
	min-width: 20px !important
}

select.w30 {
	min-width: 30px !important
}

select.w40 {
	min-width: 40px !important
}

select.w50 {
	min-width: 50px !important
}

select.w60 {
	min-width: 60px !important
}

select.w70 {
	min-width: 70px !important
}

select.w80 {
	min-width: 80px !important
}

select.w90 {
	min-width: 90px !important
}

select.w100 {
	min-width: 100px !important
}

select.w110 {
	min-width: 110px !important
}

select.w120 {
	min-width: 120px !important
}

select.w130 {
	min-width: 130px !important
}

select.w140 {
	min-width: 140px !important
}

select.w150 {
	min-width: 150px !important
}

select.w160 {
	min-width: 160px !important
}

select.w170 {
	min-width: 170px !important
}

select.w180 {
	min-width: 180px !important
}

select.w190 {
	min-width: 190px !important
}

select.w200 {
	min-width: 200px !important
}

select.w210 {
	min-width: 210px !important
}

select.w220 {
	min-width: 220px !important
}

select.w230 {
	min-width: 230px !important
}

select.w240 {
	min-width: 240px !important
}

select.w250 {
	min-width: 250px !important
}

select.w260 {
	min-width: 260px !important
}

select.w270 {
	min-width: 270px !important
}

select.w280 {
	min-width: 280px !important
}

select.w290 {
	min-width: 290px !important
}

select.w300 {
	min-width: 300px !important
}

select.w310 {
	min-width: 310px !important
}

select.w320 {
	min-width: 320px !important
}

select.w330 {
	min-width: 330px !important
}

select.w340 {
	min-width: 340px !important
}

select.w350 {
	min-width: 350px !important
}

select.w360 {
	min-width: 360px !important
}

select.w370 {
	min-width: 370px !important
}

select.w380 {
	min-width: 380px !important
}

select.w390 {
	min-width: 390px !important
}

select.w400 {
	min-width: 400px !important
}

select.w410 {
	min-width: 410px !important
}

select.w420 {
	min-width: 420px !important
}

select.w430 {
	min-width: 430px !important
}

select.w440 {
	min-width: 440px !important
}

select.w450 {
	min-width: 450px !important
}

select.w460 {
	min-width: 460px !important
}

select.w470 {
	min-width: 470px !important
}

select.w480 {
	min-width: 480px !important
}

select.w490 {
	min-width: 490px !important
}

select.w500 {
	min-width: 500px !important
}

select.w510 {
	min-width: 510px !important
}

select.w520 {
	min-width: 520px !important
}

select.w530 {
	min-width: 530px !important
}

select.w540 {
	min-width: 540px !important
}

select.w550 {
	min-width: 550px !important
}

select.w560 {
	min-width: 560px !important
}

select.w570 {
	min-width: 570px !important
}

select.w580 {
	min-width: 580px !important
}

select.w590 {
	min-width: 590px !important
}

select.w600 {
	min-width: 600px !important
}

select.w610 {
	min-width: 610px !important
}

select.w620 {
	min-width: 620px !important
}

select.w630 {
	min-width: 630px !important
}

select.w640 {
	min-width: 640px !important
}

select.w650 {
	min-width: 650px !important
}

select.w660 {
	min-width: 660px !important
}

select.w670 {
	min-width: 670px !important
}

select.w680 {
	min-width: 680px !important
}

select.w690 {
	min-width: 690px !important
}

select.w700 {
	min-width: 700px !important
}

select.w710 {
	min-width: 710px !important
}

select.w720 {
	min-width: 720px !important
}

select.w730 {
	min-width: 730px !important
}

select.w740 {
	min-width: 740px !important
}

select.w750 {
	min-width: 750px !important
}

select.w760 {
	min-width: 760px !important
}

select.w770 {
	min-width: 770px !important
}

select.w780 {
	min-width: 780px !important
}

select.w790 {
	min-width: 790px !important
}

select.w800 {
	min-width: 800px !important
}

select.w810 {
	min-width: 810px !important
}

select.w820 {
	min-width: 820px !important
}

select.w830 {
	min-width: 830px !important
}

select.w840 {
	min-width: 840px !important
}

select.w850 {
	min-width: 850px !important
}

select.w860 {
	min-width: 860px !important
}

select.w870 {
	min-width: 870px !important
}

select.w880 {
	min-width: 880px !important
}

select.w890 {
	min-width: 890px !important
}

select.w900 {
	min-width: 900px !important
}

select.w910 {
	min-width: 910px !important
}

select.w920 {
	min-width: 920px !important
}

select.w930 {
	min-width: 930px !important
}

select.w940 {
	min-width: 940px !important
}

select.w950 {
	min-width: 950px !important
}

select.w960 {
	min-width: 960px !important
}

select.w970 {
	min-width: 970px !important
}

select.w980 {
	min-width: 980px !important
}

select.w990 {
	min-width: 990px !important
}

select.w1000 {
	min-width: 1000px !important
}

.h10 {
	height: 10px !important
}

.h20 {
	height: 20px !important
}

.h30 {
	height: 30px !important
}

.h40 {
	height: 40px !important
}

.h50 {
	height: 50px !important
}

.h60 {
	height: 60px !important
}

.h70 {
	height: 70px !important
}

.h80 {
	height: 80px !important
}

.h90 {
	height: 90px !important
}

.h100 {
	height: 100px !important
}

.h110 {
	height: 110px !important
}

.h120 {
	height: 120px !important
}

.h130 {
	height: 130px !important
}

.h140 {
	height: 140px !important
}

.h150 {
	height: 150px !important
}

.h160 {
	height: 160px !important
}

.h170 {
	height: 170px !important
}

.h180 {
	height: 180px !important
}

.h190 {
	height: 190px !important
}

.h200 {
	height: 200px !important
}

.h210 {
	height: 210px !important
}

.h220 {
	height: 220px !important
}

.h230 {
	height: 230px !important
}

.h240 {
	height: 240px !important
}

.h250 {
	height: 250px !important
}

.h260 {
	height: 260px !important
}

.h270 {
	height: 270px !important
}

.h280 {
	height: 280px !important
}

.h290 {
	height: 290px !important
}

.h300 {
	height: 300px !important
}

.h310 {
	height: 310px !important
}

.h320 {
	height: 320px !important
}

.h330 {
	height: 330px !important
}

.h340 {
	height: 340px !important
}

.h350 {
	height: 350px !important
}

.h360 {
	height: 360px !important
}

.h370 {
	height: 370px !important
}

.h380 {
	height: 380px !important
}

.h390 {
	height: 390px !important
}

.h400 {
	height: 400px !important
}

.h410 {
	height: 410px !important
}

.h420 {
	height: 420px !important
}

.h430 {
	height: 430px !important
}

.h440 {
	height: 440px !important
}

.h450 {
	height: 450px !important
}

.h460 {
	height: 460px !important
}

.h470 {
	height: 470px !important
}

.h480 {
	height: 480px !important
}

.h490 {
	height: 490px !important
}

.h500 {
	height: 500px !important
}

.h510 {
	height: 510px !important
}

.h520 {
	height: 520px !important
}

.h530 {
	height: 530px !important
}

.h540 {
	height: 540px !important
}

.h550 {
	height: 550px !important
}

.h560 {
	height: 560px !important
}

.h570 {
	height: 570px !important
}

.h580 {
	height: 580px !important
}

.h590 {
	height: 590px !important
}

.h600 {
	height: 600px !important
}

.h610 {
	height: 610px !important
}

.h620 {
	height: 620px !important
}

.h630 {
	height: 630px !important
}

.h640 {
	height: 640px !important
}

.h650 {
	height: 650px !important
}

.h660 {
	height: 660px !important
}

.h670 {
	height: 670px !important
}

.h680 {
	height: 680px !important
}

.h690 {
	height: 690px !important
}

.h700 {
	height: 700px !important
}

.h710 {
	height: 710px !important
}

.h720 {
	height: 720px !important
}

.h730 {
	height: 730px !important
}

.h740 {
	height: 740px !important
}

.h750 {
	height: 750px !important
}

.h760 {
	height: 760px !important
}

.h770 {
	height: 770px !important
}

.h780 {
	height: 780px !important
}

.h790 {
	height: 790px !important
}

.h800 {
	height: 800px !important
}

.h810 {
	height: 810px !important
}

.h820 {
	height: 820px !important
}

.h830 {
	height: 830px !important
}

.h840 {
	height: 840px !important
}

.h850 {
	height: 850px !important
}

.h860 {
	height: 860px !important
}

.h870 {
	height: 870px !important
}

.h880 {
	height: 880px !important
}

.h890 {
	height: 890px !important
}

.h900 {
	height: 900px !important
}

.h910 {
	height: 910px !important
}

.h920 {
	height: 920px !important
}

.h930 {
	height: 930px !important
}

.h940 {
	height: 940px !important
}

.h950 {
	height: 950px !important
}

.h960 {
	height: 960px !important
}

.h970 {
	height: 970px !important
}

.h980 {
	height: 980px !important
}

.h990 {
	height: 990px !important
}

.h1000 {
	height: 1000px !important
}

.abridgement {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#container table.uk-table th.multiline, #container table.uk-table td.multiline,
	#container .ui-datatable th.multiline, #container .ui-datatable td.multiline
	{
	padding: 0px
}

#container table.uk-table th.multiline table tbody, #container table.uk-table th.multiline table tr,
	#container table.uk-table td.multiline table tbody, #container table.uk-table td.multiline table tr,
	#container .ui-datatable th.multiline table tbody, #container .ui-datatable th.multiline table tr,
	#container .ui-datatable td.multiline table tbody, #container .ui-datatable td.multiline table tr
	{
	background-color: inherit
}

#container table.uk-table th.multiline table tr td, #container table.uk-table td.multiline table tr td,
	#container .ui-datatable th.multiline table tr td, #container .ui-datatable td.multiline table tr td
	{
	border: none;
	height: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px
}

#container table.uk-table th.multiline table tr:not(:last-child),
#container table.uk-table td.multiline table tr:not(:last-child),
#container .ui-datatable th.multiline table tr:not(:last-child),
#container .ui-datatable td.multiline table tr:not(:last-child) {
  border-bottom: 1px solid #e5e5e5
}

.disabled {
	cursor: default;
	pointer-events: none
}

.disabled.uk-button {
	background: #fafafa;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.2);
	color: #999
}

.ajax-now-disabled {
	cursor: not-allowed !important;
	pointer-events: none !important
}

.uk-table-hover tbody tr:hover {
	background: #FFEDCE !important;
}

.preformatted {
	white-space: pre-wrap
}

.disabled-no-color {
	cursor: default;
	pointer-events: none
}

.search-result-size {
	float: left;
	font-weight: bold;
	/* margin-top: 7px; */
	padding-left: 3px
}

@media print {
	#header-title {
		display: none
	}
	#header-nav {
		display: none
	}
}

.search-help-message {
	color: #999999;
	padding: 4px 0px;
	font-size: 90%;
	font-weight: bold
}

.text-blue {
	color: #33f;
}

.text-gray {
	color: gray;
}

.all-center {
	text-align: center !important;
	vertical-align: middle !important;
}

.white-space-normal {
	whtie-space: normal !important;
}

.block-element {
	height: 30px;
}

.radio-block, .check-code {
	display: flex;
	flex-wrap: wrap;
	padding: 1px;
	align-items: center;
}

.radio-block>span {
	padding: 2px;
}

.check-code>span {
	padding: 3px;
	padding-left: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.check-code>span>input {
	padding: 1px !important;
	margin-right: 2px !important;
}

.line-break-area {
  word-break: break-word;
}