@charset "utf-8";

html, body {
	height: 100%;
	padding: 0;
}

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

body {
	font-family: "メイリオ", Meiryo, Verdana, arial, sans-serif;
	font-size:12px;
	line-height: 1.2;
	margin: 0;
	color: #333;
}

input,
select,
textarea,
button {
	font-family: "メイリオ", Meiryo, Verdana, arial, sans-serif;
	line-height: normal;
	font-size: 12px;
	line-height: 1.0;
	outline: none;
}

a {
	color: #0A84B5;
	text-decoration: none;
}

a:hover {
	color: #F70551;
	text-decoration: underline;
}

table td,
table th,
ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

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

#header {
	height: auto;
	min-height: 35px;
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
	background-color: #6BB7C6;
	border-top: 2px solid #55AEC8;
	position: fixed;
	width: 100%;
	z-index: 99999;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

#header ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	list-style: none;
	display: inline-block;
}

#header ul li a {
	display: inline-block;
	padding: 10px;
	background-color: #6BB7C6;
	color: #FFF;
	text-decoration: none;
}

#header ul li a:hover {
	background-color: #D6EDEC;
	color: #3F51B5;
}

#button_target_date {
	display: inline-block;
	float: right;
	padding: 8px;
	color: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
}

#menu_target_date {
	display: none;
	position: fixed;
	top: -1000px;
	right: -1000px;
	background-color: #6BB7C6;
	z-index: 100000;
	padding: 5px;
	border: 1px solid #FFF;
	color: #FFF;
}

#target_date_wrapper,
#target_month_wrapper {
	background-color: #76CBDD;
	padding: 15px;
}

#menu_target_date_wrapper {
	margin-left: 10px;
}

#menu_target_date_wrapper span {
	display: inline-block;
	margin-left: 5px;
	background-color: #76CBDD;
	padding: 10px;
	cursor: pointer;
}

#menu_target_date_wrapper span.disable {
	background-color: #5EA5B2;
}

#container {
	height: 100%;
	min-height: 100%;
	box-sizing: border-box;
	padding-top: 50px;
}

body > #container {
	height: auto;
}

.ta_right {
	text-align: right !important;
}

.ta_left {
	text-align: left !important;
}

.ta_center {
	text-align: center !important;
}

#header_route {
	padding: 10px;
	background-color: #2979FF;
	margin-bottom: 10px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 50px;
	height: 41px;
}

#header_route h1 {
	color: #FFF;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 1.6em;
	font-weight: bold;
}

#contents_margin {
	height: 110px;
}

.fixed {
	position: fixed !important;
}

.relative {
	position: relative !important;
}

#container_contents {
	zoom: 1;
}

#container_analyzer {
	overflow: hidden;
	zoom: 1;
}

#sidebar_find_container {
	width: 500px;
	position: fixed;
	top: 0;
	left: -530px;
	z-index: 100000;
	background-color: rgba(243, 243, 243, 0.7);
	padding: 10px;
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	-webkit-box-shadow: 3px 0px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 0px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 0px 6px 0px rgba(0,0,0,0.3);
}

#find_comparison_route_container,
#find_route_container {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	z-index: 99999;
}

#sidebar_find_open_button {
	display: inline-block;
	margin-bottom: 5px;
	color: #FFF;
	padding: 6px 6px 6px 22px;
	top: -1000px;
	left: 0;
	z-index: 100000;
	background-color: #3075BF;
	background-image: url(/img/icon/search.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 1.0;
	vertical-align: middle;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	opacity: 0.3;
}

#sidebar_find_open_button:hover {
	background-color: #4088D4;
}

.find_condition {
	display: block;
	overflow: auto;
	padding: 5px;
}

.find_condition .item {
	float: left;
	margin-left: 15px;
	white-space: nowrap;
	min-height: 33px;
}

.find_condition .item:first-child {
	margin-left: 0;
}

.find_condition .item label,
.find_condition .item p {
	display: inline;
	white-space: nowrap;
}

.find_condition .item label {
	/*padding-right: 5px;*/
	font-weight: bold;
	border-left: 2px solid #BBDEFB;
	padding: 0 10px 0 5px;
}

.find_condition .item label.check {
	padding-right: 0;
	font-weight: normal;
	border-left: none;
	padding: 0;
}

ul.pagination {
	margin: 3px 0;
	list-style: none;
	padding: 0;
	text-align: center;
}

ul.pagination li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}

ul.pagination li.previous {
	margin-left: 0;
}

ul.pagination li a {
	line-height: 1.0;
	display: inline-block;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: 0;
	background-color: #00A0DC;
}

ul.pagination li.active a {
	color: #FFF;
	background-color: #60BADB;
}

ul.pagination li.disabled a {
	color: #777;
	background-color: #F9F9F9;
}

#overlay_loader {
	display: none;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.7);
}

#overlay_loader img {
	position: absolute;
}

/* ****************************************************************************** */

#money_and_person {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list_summary_container {
	padding: 0 4px 15px 4px;
}

table.list_summary {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

table.list_summary th,
table.list_summary td {
	padding: 8px;
}

table.list_summary th,
table.list_summary td {
	border-right: 1px solid #EEE;
}

table.list_summary th,
table.list_summary td {
	border-bottom: 1px solid #CCC;
}

table.list_summary tbody tr.odd td {
	background-color: #F1F1F1;
}

table.list_summary tbody tr:hover td {
	background-color: #EFFFCE;
}


table.list_summary th.week_1 {
	color: #000;

	border-bottom: 3px solid #9ED929;

	background: #e4ff99;
}

table.list_summary th.week_2 {
	color: #000;

	border-bottom: 3px solid #288CD8;

	background: #a3d7ff;
}

table.list_summary th.week_3 {
	color: #000;

	border-bottom: 3px solid #D8284C;

	background: #ff9eab;
}

table.list_summary th.week_0 {
	color: #000;

	border-bottom: 3px solid #AAA;

	background: #fcfcfc;
}

table.list_summary .vertical_line {
	border-right: 1px solid #CCC;
}

table.list_summary td.time,
table.list_summary td.income,
table.list_summary td.expense,
table.list_summary td.total,
table.list_summary td.run_number {
	text-align: right;
}

table.list_summary td.minus {
	color: #EF0A38;
}

table.list_summary td.totals {
	border-top: 3px solid #999;
	padding-top: 20px;
	background-color: #EFEFEF;
	font-weight: bold;
	border-right: 1px solid #AAA;
}

/* ****************************************************************************** */

table.summary th,
table.summary td {
	padding: 4px;
}

table.summary th {
	background-color: #2196F3;
	color: #FFF;
}

table.summary td {
	background-color: #FFF;
	color: #555;
}

table.summary td.details {
	border-bottom: 1px solid #CCC;
}

table.summary td.time,
table.summary td.income,
table.summary td.expense,
table.summary td.total,
table.summary td.run_number {
	text-align: right;
}

table.summary td.total {
	background-color: #FFEB3B;
}

table.summary td.minus {
	color: #D50000;
}

table.summary td.totals {
	background-color: #D0D0D0;
	font-weight: bold;
}

table.summary .vertical_line {
	border-right: 1px solid #CCC;
}

/* ****************************************************************************** */

/* {{{ edit form area */
table.edit {
	margin: 0 auto;
}

table.edit th,
table.edit td {
	padding: 5px;
	vertical-align: top;
}

table.edit th {
	padding-right: 30px;
	font-weight: normal;
	border-left: 2px solid #BBDEFB;
	border-bottom: 8px solid #FFF;
	font-weight: bold;
	text-align: left;
}

.button,
.button.blue {
	border: none;
	background-color: #3075bf;
	border-top: 1px solid #5a91cc;
	border-bottom: 1px solid #24568d;
	border-radius: 4px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 5px;
	padding: 4px 5px 3px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	font-weight: normal;
	box-shadow: none;
	text-decoration: none;
	line-height: 1.0;
	outline: 0;
}

.button:hover {
	background-color: #4088d4;
}

.button.large {
	padding: 9px 10px 7px;
	font-size: 1.4em;
}

a.button:hover {
	text-decoration: none;
}

a.icon_reload {
	background-image: url(/img/icon/reload.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 24px;
}

.required {
	font-size: 11px;
	color: #FF194F;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
}
/* edit form area }}} */

/* ****************************************************************************** */

/* {{{ items form area */
table.items th,
table.items td {
	padding: 4px !important;
	margin: 0 !important;
	vertical-align: middle !important;
	line-height: 1.0;
}

table.items th {
	background: #BBDEFB;
	border: 1px solid #96B2C9;
}

table.items td {
	background: #FEFEFE;
	border: 1px solid #CCC;
}
/* {{{ items form area */

/* ****************************************************************************** */

/* {{{ chart table area */
table.chart_longitudinal {
	width: 100%;
	border-top: 1px solid #CCC;
}

table.chart_longitudinal th,
table.chart_longitudinal td {
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	line-height: 1.0;
}

table.chart_longitudinal th {
	padding-right: 4px;
}

table.chart_longitudinal td.label {
	padding: 0 2px;
}

table.chart_longitudinal div[hook="exit"] {
	background-color: #F3F3F3;
}

#charts span[type="expense"] {
	display: inline-block;
	height: 15px;
	width: 0;
	margin: 0;
	padding: 0;
}

#charts span[type="ride"],
#charts span[type="exit"] {
	display: inline-block;
	height: 7px;
	width: 0;
	margin: 0;
	padding: 0;
}

#charts tr.rows_eve td[col="ie"] {
	background-color: #F6F6F9;
}

.popup_point_overlay_under {
	position: absolute;
	z-index: 110;
	background-color: rgba(0, 0, 0, 0);
}

.popup_point_overlay_over {
	position: absolute;
	z-index: 111;
	background-color: rgba(0, 0, 0, 0);
}

/* {{{ chart table area */

/* ****************************************************************************** */

#container_chart_busstop span {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	height: 7px;
}

#popup_prop {
	display: none;
	position: absolute;
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.container_chart_legend {
	text-align: center;
}

.chart_legend {
	list-style: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCC;
	display: inline-block;
	font-size: 11px;
	color: #666;
}

.chart_legend li {
	display: inline-block;
	margin-right: 15px;
}

.chart_legend li:last-child {
	margin-right: 0;
}

/* ****************************************************************************** */

div.container_list {
	border-top: 1px solid #DDD;
	background-color: #E9E9E9;
	padding: 20px 60px;
}

div.container_list table.list {
	width: 100%;
	border: 1px solid #C9C9C9;
}

div.container_list table.list th,
div.container_list table.list td {
	padding: 10px;
	background-color: #FFF;
}

div.container_list table.list th {
	text-align: left;
	font-weight: bold;
	background-color: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
}

div.container_list table.list thead th,
div.container_list table.list tbody td {
	border-bottom: 1px solid #C9C9C9;
}

div.container_list table.list tbody tr:hover td {
	background-color: #F0F0FF;
}

/* ****************************************************************************** */

.list_wide_container {
	padding: 0 4px 15px 4px;
}

table.list_wide {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

table.list_wide th,
table.list_wide td {
	padding: 3px 4px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #EEE;
}

table.list_wide th {
	color: #000;
	font-size: 1.1em;
	background-color: #FFF;
	border-bottom: 3px solid #2899D8;
}

table.list_wide tfoot tr th {
	border-top: 3px solid #2899D8;
	border-bottom: 1px solid #CCC;
}

table.list_wide th.ladder {
	border-bottom: 1px solid #CCC;
}

table.list_wide td {
	color: #555;
	background-color: #FFF;
}

table.list_wide .upper {
	background-color: #FFC7CE;
}

table.list_wide tbody tr.odd td {
	background-color: #F1F1F1;
}

#money_body > tr:nth-child(2n) > td {
	background-color: #F1F1F1;
}

#money_body > tr > td {
	text-align: right;
}

#money_body > tr > td:nth-child(2) {
	text-align: left;
}

#money_body > tr > td[week="0"] {
	color: #ee0000;
}

#money_body > tr > td[week="6"] {
	color: #0000ee;
}

table.list_wide tbody.hovering:hover td[rowspan],
table.list_wide tr:hover td {
	background-color: #EFFFCE !important;
}

#dummy {
	text-align: right;
}

table.list_wide td.seq,
table.list_wide th.number,
table.list_wide td.number {
	text-align: right;
}

table.list_wide td.ride_qty {
	background-color: #F7FFD3 !important;
}

table.list_wide .unit {
	display: block;
	white-space: nowrap;
}

table.list_wide .minus {
	color: #EF0A38;
}

table.list_wide .mini {
	font-size: 0.7em;
}

table.list_wide_all_busstop td,
table.list_wide_all_route td,
table.list_wide_time_route td,
table.list_wide_dia_route td {
	padding: 3px 4px;
}

table.list_wide_all_busstop td.busstop_name,
table.list_wide_all_route td.route_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.list_wide_all_busstop tbody tr.record_lower td,
table.list_wide_all_route tbody tr.record_lower td {
	border-top: 1px dashed #BBB !important;
}

table.list_wide_time_route > tbody#money_body > tr > td:nth-child(1),
table.list_wide_time_route > tbody#money_body > tr > td:nth-child(2) {
	text-align: center;
}

table.list_wide_dia_route > tbody#money_body > tr > td:nth-child(3),
table.list_wide_dia_route > tbody#money_body > tr > td:nth-child(4) {
	text-align: center;
}

.route_group {
	display: inline-block;
	background-color: #728228;
	color: #FFF;
	line-height: 100%;
	padding: 5px;
}

/* ****************************************************************************** */

.list_comparison_container {
	padding: 0 4px 15px 4px;
}

table.list_comparison {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

table.list_comparison th,
table.list_comparison td {
	padding: 14px 4px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #EEE;
}

table.list_comparison th {
	color: #000;
	font-size: 1.1em;
	background-color: #FFF;
	border-bottom: 3px solid #2899D8;
}

table.list_comparison tfoot tr th {
	border-top: 3px solid #2899D8;
	border-bottom: 1px solid #CCC;
}

table.list_comparison th.ladder {
	border-bottom: 1px solid #CCC;
}

table.list_comparison td {
	color: #555;
	background-color: #FFF;
}

table.list_comparison tbody tr.odd td {
	background-color: #F9F9F9;
}

table.list_comparison .upper {
	background-color: #FFC7CE !important;
}

table.list_comparison td.seq,
table.list_comparison td.number {
	text-align: right;
}

table.list_comparison .unit {
	display: block;
	white-space: nowrap;
}

table.list_comparison .minus {
	color: #EF0A38;
}

table tr.list_total .minus {
	color: #FFAFAF;
}

table.list_comparison .mini {
	font-size: 0.7em;
}

table.list_comparison_all_route td {
	padding: 3px 4px;
}

table.list_comparison_all_route td.route_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.list_comparison_all_route tbody tr.record_lower td {
	border-top: 1px dashed #BBB !important;
}

.multi_select_button {
	display: inline-block;
	width: auto;
	height: 26px;
	padding: 0 10px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #AAA;
	text-align: left;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	background-color: #FFF;
	position: relative;
}

.multi_select_button > span {
	display: inline-block;
	color: #999;
	width: 130px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}

.multi_select_button > div {
	display: inline-block;
	vertical-align: middle;
	float: right;
	width: 20px;
	height: 25px;
	background: url(/js/multiselect.png) left top no-repeat;
}

.multi_select_checkbox {
	border: 1px solid #AAA;
	padding: 5px 0;
	background: #FFF;
}

.multi_select_checkbox label {
	display: block;
	padding: 5px 15px;
}

.multi_select_checkbox > label:hover {
	background-color: #1E90FF;
	color: #FFF;
}

/* ****************************************************************************** */

table tr.list_total th,
table tr.list_total td {
	background-color: #2387BC;
	color: #FFF;
	border: 1px solid #FFF !important;
}

/* ****************************************************************************** */

table.graph th,
table.graph td {
	padding: 4px;
}

table.graph th {
	color: #FFF;
	background-color: #61B4D2;
}

table.graph td {
	color: #FFF;
	border-bottom: 1px dashed #888;
	background-color: #555;
}

table.graph tr.odd td {
	color: #FFF;
	border-bottom: 1px dashed #888;
	background-color: #666;
}

table.graph:hover tbody tr:hover td {
	background-color: #333;
}

table.graph td a {
	color: #FFF;
	text-decoration: underline;
}

table.graph td a:hover {
	color: #FFCEDD;
}

table.graph td.seq,
table.graph td.details {
	text-align: right;
}

table.graph .unit {
	display: block;
	white-space: nowrap;
}

table.graph .minus {
	color: #F48FB1;
}

table.graph td div.mini {
	font-size: 0.7em;
}

/* ****************************************************************************** */

.container_week {
	display: inline-block;
}

.container_week a {
	display: inline-block;
	margin: 0 0 5px 5px;
	padding: 5px;
	background-color: #EEFF41;
	color: #000;
	line-height: 1.0;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}

.container_week a.disabled {
	background-color: #AAA;
	color: #FFF;
}

.container_week a:hover {
	text-decoration: none;
	background-color: #AEEA00;
}

.container_week label {
	display: inline-block;
	margin: 0 0 5px 5px;
	padding: 5px;
	background-color: #EEFF41;
	color: #000;
	line-height: 1.0;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}

.container_week label:hover {
	text-decoration: none;
	background-color: #AEEA00;
	cursor: pointer;
}

#relational_routes {
	display: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
	background-color: #F9FFAD;
	padding: 20px;
	margin: 0 10px;
	z-index: 1000000;
}

/* ****************************************************************************** */

#sidebar_find_list {
	overflow: auto;
	height: 100%;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#sidebar_find_list>li {
	font-size: 1em;
	border-bottom: 1px solid #CCC;
	display: block;
	padding: 5px;
	line-height: 1.0;
}

#sidebar_find_list>li:hover {
	background-color: #2290BF;
}

#sidebar_find_list>li:hover>a,
#sidebar_find_list>li:hover>strong {
	color: #FFF;
	text-decoration: none;
}

#sidebar_find_list>li:last-child {
	border-bottom: none;
}

#sidebar_find_list>strong {
	display: inline-block;
	background-color: #01579B;
	color: #FFF;
}

#sidebar_find_list>a {
	display: inline-block;
	padding: 5px;
}

/* ****************************************************************************** */

.visual_setting_item {
	padding:5px 0;
	border-bottom:1px dashed #BBB;
}

/* ****************************************************************************** */

/* {{{ login form area */
table.login {
	margin-top: 50px;
}

table.login th,
table.login td {
	padding: 5px;
}

table.login th {
	padding-right: 20px;
	font-weight: normal;
	border-left: 2px solid #BBDEFB;
	border-bottom: 8px solid #FFF;
	font-weight: bold;
}
/* login form area }}} */

/* ****************************************************************************** */

#box_setting_route_edit {
	padding: 20px 0;
}

#box_setting_route_edit_submit {
	padding: 20px 0;
	text-align: center;
}

.usage_action {
	border: 1px dashed #DDD;
	background-color: #EFEFEF;
	color: #666;
	display: none;
	margin-top: 10px;
	padding: 15px;
}

/* ****************************************************************************** */

.container_input {
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #EEE;
	border-radius: 3px;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

a.button_close {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	box-shadow: none;
	line-height: 0;
	background: url(/img/button_close_input.png) 0 0 no-repeat transparent;
	cursor: pointer;
}

a.button_close:hover {
	background-position: -16px 0;
	background-color: transparent;
}

.container_input label {
	font-weight: bold;
	color: #0A688C;
	display: block;
	margin-top: 10px;
}

/* ****************************************************************************** */

/* {{{ loader object */
.container_loader {
	position: absolute;
	display: none;
	top: -9999px;
	left: -9999px;
}

.foundation_loader {
	position: absolute;
	display: none;
	top: -9999px;
	left: -9999px;
	background-color: rgba(255, 255, 255, 0.7);
}
/* loader object }}} */

/* ****************************************************************************** */

/* {{{ result message area */
ul.results {
	padding: 0;
	margin: 5px 0;
	list-style: none;
}

ul.results li {
	background: url(/img/icon_result.png) left 4px no-repeat;
	padding: 3px 0 3px 20px;
	line-height: normal;
	color: #218721;
}
/* result message area }}} */

/* {{{ error message area */
ul.errors {
	padding: 0;
	margin: 5px 0;
	list-style: none;
}

ul.errors li {
	background: url(/img/icon_error.png) left 4px no-repeat;
	padding: 3px 0 3px 20px;
	line-height: normal;
	color: #E91E63;
}
/* error message area }}} */

#loading_dialog {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
	background: #FFF;
	padding: 10px;
	-webkit-box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.3);
}

#loading_dialog span {
	line-height: 32px;
	height: 32px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
}
