@charset "UTF-8";
/*---------------------------------------------------------------------------
Font Awesome (アイコンフォント)
-----------------------------------------------------------------------------
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
/*-------------------------------------------------------------------------*/


.float_wrap {
  overflow: hidden;
}
.frm {
	/*float:left;*/
	display:inline-block;
	margin: 0 5px 5px 0;
}
.frm.checkbox,
.frm.radio {
	display:inline-block;
}
.frm .title {
	float: left;
	margin: 0 5px 5px 0;
	width: 85px;
}
.frm ._list {
	display: inline-block;
}
.clear_both {
	clear: both;
}

ul.no_decoration { padding: 0; }
ul.no_decoration li { list-style-type: none; }


/*------------------------------------------------------------
 ログイン画面　(body.authentication)
 ------------------------------------------------------------*/
.authentication { }
.authentication section {
  margin: 50px auto;
  width: 60%;
  font-size: 144%;
}
.authentication section div {
  margin: 0 0 20px 0;
  text-align: center;
}
.authentication section .error {
}
.authentication section label {
  display: inline-block;
  width: 120px;
  text-align: right;
}
.authentication section input {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.authentication section #button button {
  margin: 30px;
  padding: 5px 0;
  width: 50%;
  height: 50px;
}

.authentication header .navbar .navbar-header {
  display:none;
}

.authentication header .navbar.navbar-default {
  background-color: transparent;
}
/*------------------------------------------------------------
 ホーム
 ------------------------------------------------------------*/
.top {
}
.top section {
  /*width: 50%;*/
  margin: 0 auto 10px 50px;
}
.top section button {
  text-align:left;
  width: 220px;
  height: 80px;
  /*margin: 0 0 40px;*/
  padding: 10px 20px 10px 20px;
  /*padding-left:20px;*/
  font-size: 18px;
}

.top section button.register:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f0d0';
	color: #666;
	font-size: 18pt;
	margin-right:10px;
}

.top section button.search:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f002';
	color: #666;
	font-size: 18pt;
	margin-right:10px;
}

.top section button.import:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f0ce';
	color: #666;
	font-size: 18pt;
	margin-right:10px;
}

.top section button.account:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f0c0';
	color: #666;
	font-size: 18pt;
	margin-right:10px;
}

.top section button.section:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f0f8';
	color: #666;
	font-size: 18pt;
	margin-right:10px;
}

.top section .explanation {
  /*padding: 10px 0;*/
	height: 60px;
	margin: 10px 0 0 20px;
	/*background: #ddd;*/
	/*font-size: 18px;*/
}

/*------------------------------------------------------------
 マスタ登録画面　(master, account, section)
 ------------------------------------------------------------*/
.master div#search {
  margin-left:20px;
  width: 50%;
  float:left;
}

.master div#search_title {
  width: 90%;
  padding:10px;
  margin-bottom:10px;
  background-color:#e7f6f6;
}

.master div#search_conditions{
  margin-left: 10px;
  width: 100%;
}

.master div#search_conditions dt{
  padding:5px;
  margin-top:15px;
  margin-bottom:5px;
  margin-right:10px;
  background-color:#e7f6f6;
  width:150px;
  float:left;
}

.master div#search_conditions dd {
  padding-top: 16px;
  margin-top:16px;
  margin-bottom:12px;
}

.master div.button_search {
  margin-top:0px;
  margin-left:60%;
  margin-bottom:15px;
}

.master div.show_list {
  width:450px;
}

.master div.show_list thead tr td {
  background-color:#e7f6f6;
}

.master div.show_list tbody{
/*  display:block; */
  max-height:400px;
  overflow-y:scroll;
}

.master div.show_list tbody tr:hover td{
  background-color:#ffffaa !important;
  cursor:pointer;
}

/*
.master div.show_list td{
  width:120px;
}
*/

.master table tr.selected_item td {
  background-color:#eecccc;
}

.master table tr.invalid_item td {
  background-color:#cccccc;
}

.master div.err_msg {
  background-color:#f77;
  color:#ffffff;
}

.master div.edit_title {
  padding:10px;
  margin-bottom:10px;
  background-color:#ffdddd;
  /*color:#ff0000;*/
}
.master div.show_edit {
  margin-left:50%;
  width:50%;
}

.master div.show_edit dl{
  margin-left:0px;
}

.master div.show_edit dt{
  padding:5px;
  width:150px;
  margin-left:0px;
  margin-top:10px;
  margin-bottom:7px;
  margin-right:10px;
  background-color:#ffe0e0;
  float:left;
}

.master div.show_edit dd{
  padding-top:16px;
  /*padding-left:10px; */
  margin-top:10px;
  margin-bottom:12px;
}

.master div.button_edit {
  margin-top:50px;
  margin-left:50%;
  margin-right:0px;
}

.master div.button_add {
  clear:both;
  padding-top:20px;
  margin-top:20px;
  margin-bottom:20px;
}

.language .table_hover > tbody > tr > td:hover {
  cursor: pointer;
}

.language .edit_string_pair_main_area dt {
  padding: 10px;
  margin:20px 0 5px 0;
  width: 200px;
  background: #eee;
}

.language .edit_string_pair_main_area input,
.language .edit_string_pair_main_area textarea {
  width: 100%;
}

.language .edit_string_pair_main_area textarea {
  height: 350px;
}


/* frm */
div.radio {
  margin: 5px auto 0px;
}
div.radio label {
  margin: auto 5px;
}

textarea {
  width: 100%;
	/*max-width: 100%;*/
  min-height: 80px;
}

div#main {
	margin-top: 30px;
  max-width: 1060px;
  margin: 0 auto;
}

.subject_top div#main {
 width: 1060px;
}

@media (min-width: 1200px) {
	.container {
    width: initial;
	}
}

.form-main {
  margin-top:25px;
}

.btn-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.btn-round.btn-lg {
    width: 48px;
    height: 48px;
}


.outer_frame {
	/*max-width: 900px;*/
}
.form .container-fluid {
	max-width: 920px;
}
span.fa { } /*margin-right: 5px; margin-left:5px;}*/

.form_frame {
	position: relative;
	border: 1px solid #999999;
	padding: 5px 0 5px 10px;
	border-radius: 1px;
	margin-top: 35px;
	/*font-size: 16px;*/
}

.form_frame .heading {
  display: block;
	position: absolute;
  margin-top: -36px;
  margin-bottom: -1px;
  margin-left: -11px;
  padding-top: 4px;
  padding-left: 10px;
  text-align: left;
  height: 31px;
  width: 160px;
  border: #888 1px solid;
  border-bottom: #aaa 1px solid;
  border-top-right-radius: 12px;
  background: #aff;
}

.form_frame .edit_form table {
  width: 100%;
  clear: both;
	background: #fff;
}

.form_frame table tr th {
	width: 100px;
  border: 1px solid #ccc;
  padding: 4px;
}
.form_frame table tr td {
  border: 0px solid #999;
  padding: 4px;
	text-align: left;
}
.form_frame table tr:nth-of-type(odd) td { background: #fff; }

.form_frame .basic_buttons {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 320px;
	text-align: left;
	visibility: hidden;
}

.form_frame:hover .basic_buttons {
	visibility: visible;
}

.fd_outer {
	position: relative;
	/*background-color: #eee;*/
	/*border: solid 1px #333;*/
	width: 100%;
	padding: 0;
	overflow: visible;
}

.fd_outer:hover {
	background-color: #fff;
}

.fd_outer:hover {
	background-color: #fff;
}

.fd_outer.is_pagination,
.fd_outer.is_sectionation {
	margin-top: 60px;
}

.fd_outer .question_frame {
	/*float: left;*/
	background: #fff;
	position: relative;
	width: 100%;
}
.show_discussion .fd_outer .question_frame {
	max-width: 900px;
}

.fd_outer .basic_buttons {
	position: absolute;
  top: 5px;
  right:20px;

	width: 420px;
	text-align: left;
	/*background: #fab;*/

	visibility: hidden;
	/*visibility: visible;*/
}

.fd_outer:hover .basic_buttons {
	visibility: visible;
}
.fd_outer.is-closed:hover .basic_buttons {
	visibility: hidden;
}

.fd_outer .inner_element {
/*	position: relative;*/
/*	display: inline-block;*/
	display: block;
	vertical-align: top;
}

.fd_outer .inner_element .question_frame .edit_form {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	margin: auto;
	width: 800px;
}

.fd_outer .inner_element.hover_and_popover:hover .question {
	background: #eef;
	padding: 0px;
}

.fd_outer .inner_element .question {
	border: 0px;
	padding: 0px;
	/*padding: 0px;*/
}
.fd_outer .inner_element .question p {
	margin:0;
}

.fd_outer .inner_element .basic_buttons {
	position: absolute;
  top: -35px;
  /*bottom: 0px;*/
  left:0px;

	padding-top: 0px;

	width: 240px;
	height: 40px;
	text-align: center;
	background: #fffafa;
  border: 1px solid #aaa;
	border-radius:5px;

	visibility: hidden;
}
.fd_outer .inner_element .basic_buttons button {
	height: 30px;
}
/*
.balloon-1-bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 34px;
	color: #19283C;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index: 0;
}
.balloon-1-bottom:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
.balloon-1-bottom:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}
*/
/*
.fd_outer .inner_element:hover .basic_buttons {
	visibility: visible;
}
*/
/*.fd_outer .inner_element .edit_form { z-index: 5; }*/
.fd_outer .inner_element .anchorjs-link {
	background: #dfd;
	color: #222;
	font-size: 20px;
	content: '\f0d0';
	/*margin-left: 5px;	*/
}

.fd_outer .add_buttons {
	position: absolute;
  bottom: -10px;
  right:45%;
	z-index:3;

	visibility: hidden;
	/*visibility: visible;*/
}

.fd_outer:hover .add_buttons {
	visibility: visible;
}

.form_frame .basic_buttons button,
.fd_outer .basic_buttons button,
.fd_outer .basic_buttons button,
.fd_outer .add_buttons button {
	/*padding:2px 8px; */
	/*font-size:14px;*/
}
.form_frame .basic_buttons button .fa,
.fd_outer .basic_buttons button .fa,
.fd_outer .add_buttons button .fa {
	padding-right:4px;
}
.form .outer_frame .finish-buttons {
	padding: 4px 0 4px 2px;
}
.form .outer_frame .finish-buttons button {
	margin-right: 8px;
}

/*
button[name="btn_set_form_data"] {
	content: '\f0d0';
}
button[name="btn_add_form_data"] {
	content: '\f0d0';
	font-size: 12pt;
}

button[name="btn_edit_form_data_finished"] {
	font-size: 12pt;
}
*/

.fd_outer .question {
	text-align: left;
/*
	background-color: #fff;
*/

	/*width: 900px;
	min-height: 80px;
	*/
  border: 1px solid #999999;
  border-radius: 4px;
}

.fd_outer.no-frame > .question_frame > .question.panel {
	border: 0;
}
.fd_outer.no-frame > .question_frame > .question.panel > .panel-body {
	padding: 0;
}

.answer .bottom-buttons {
	margin: 0 -15px;
}
.answer .bottom-buttons .container-fluid {
	padding:0;
}

.is_hidden_on_answer {
	opacity: 0.5;
}

.fd_outer .page_explanation {
	display: none;
}

.fd_outer.is_sectionation .question,
.fd_outer.is_pagination .question {
	border-top-left-radius: 0px;
}

.fd_outer.is_sectionation .page_explanation,
.fd_outer.is_pagination .page_explanation {
	display: block;
  margin-top: -33px;
  margin-bottom: -1px;
  margin-left: 0px;
	padding-top: 4px;
	padding-left: 10px;
	text-align: left;
	height: 31px;
	width: 160px;
	border: #888 1px solid;
	border-bottom: #aaa 1px solid;
	border-top-right-radius: 12px;
	background: #afa;
}
.fd_outer .parts_limitation {
	display:none;
	position:absolute;
	top: 30px;
	left: 30px;
	text-align: left;
	width:700px;
	border: #888 1px solid;
	border-radius: 4px;
	padding: 20px 10px 10px 20px;
	z-index: 10;
	background: #fff;
}
.fd_outer .parts_limitation .limitation {
	/*margin-left: 15px;*/
	margin-bottom: 10px;
}
.fd_outer .parts_limitation .limitation .title {
	margin-top: 2px;
	width: 150px;
}
.fd_outer .parts_limitation .limitation_node_tree {
	margin-left: 0px;
	margin-bottom: 20px;
	font-size: 12px;
}

.fd_outer .parts_limitation .parts_leaf_node {
	display:none;
	background: #ffa;
	width: 100%;
	padding: 5px 5px 5px 5px;
	/*height: 30px;*/
	border: 1px solid #aaa;
}

.fd_outer .parts_limitation .parts_leaf_node .trigger_object {
	width: 92%;
}
.fd_outer .parts_limitation .parts_leaf_node .choice_list,
.fd_outer .parts_limitation .parts_leaf_node .type_comparison_operation,
.fd_outer .parts_limitation .parts_leaf_node .is_negative {
	display: none;
}

.fd_outer .parts_limitation .parts_inner_node {
	display:none;
	background: #fca;
	width: 100%;
	/*min-height: 30px;*/
	padding: 5px 5px 5px 5px;
}

.fd_outer .parts_limitation .parts_node_button {
	float: right;
	/*margin-top: -40px;
	margin-bottom: 10px;*/
	/*text-align: right;*/
	/*background: #fca;*/
	/*width: 100%;*/
}
.fd_outer .parts_limitation .btn_includer .btn {
	margin-right: 5px;
}

.fd_outer .parts_limitation .button_below {
	margin-top: 20px;
	text-align: right;
}

.fd_outer .comments {
	float: left;
	/*width: 200px;*/
	/*background: #ddf;*/
}

.fd_outer .parts_variable_rule {
	display:none;
	position:absolute;
	top: 30px;
	left: 30px;
	text-align: left;
	width:800px;
	border: #888 1px solid;
	border-radius: 4px;
	padding: 20px 10px 10px 20px;
	z-index: 10;
	background: #fff;
}
.fd_outer .parts_variable_rule .variable_rule {
	/*margin-left: 15px;*/
	margin-bottom: 10px;
}
.fd_outer .parts_variable_rule .variable_rule .title {
	margin-top: 2px;
	width: 150px;
}
.fd_outer .parts_variable_rule .variable_rule {
	margin-left: 0px;
	margin-bottom: 20px;
	font-size: 12px;
}
.fd_outer .parts_variable_rule .condition ul.condition_tree {
  -webkit-padding-start: 0px;
}

.fd_outer .parts_variable_rule .parts_leaf_node {
	display:none;
	background: #f2ffff;
	width: 100%;
	padding: 5px 5px 5px 5px;
	/*height: 30px;*/
	border: 1px solid #aaa;
}

.fd_outer .parts_variable_rule .parts_leaf_node .trigger_object {
	width: 92%;
}
.fd_outer .parts_variable_rule .parts_leaf_node .choice_list,
.fd_outer .parts_variable_rule .parts_leaf_node .type_comparison_operation,
.fd_outer .parts_variable_rule .parts_leaf_node .is_negative {
	display: none;
}

.fd_outer .parts_variable_rule .parts_inner_node {
	display:none;
	background: #fff4ff;
	width: 100%;
	border: 1px solid #aaa;
	padding: 5px 5px 5px 5px;
}

.fd_outer .parts_variable_rule .parts_node_button {
	float: right;
}
.fd_outer .parts_variable_rule .btn_includer .btn {
	margin-right: 5px;
}

.fd_outer .parts_variable_rule .button_below {
	margin-top: 20px;
	text-align: right;
}

.fd_outer .parts_variable_rule .index {
	width: 80px;
}
.fd_outer .parts_variable_rule .condition {
	width: 650px;
}
.fd_outer .parts_variable_rule .score {
	width: 80px;
}
.fd_outer .parts_variable_rule .score input {
	width: 60px;
}
.fd_outer .parts_variable_rule .buttons {
	width: 60px;
}



.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.jconfirm-content {
	text-align: left;
}
/*.w40pc { width:40%; }*/
.search_conditions {
	margin-bottom: 20px;
}

.transaction-notice button {
	margin: 15px 10px 10px 10px;
}
.transaction-notice .msg {
	/*position: absolute;*/
	z-index: 100;
	/*border-radius:10px;*/
	padding: 15px;
	/*margin: 0 auto;*/
	/*width: 100%;*/
}

body.admin {
	font-size: 9pt;
}

.admin p.title {
	margin: 0 0 10px 0;
	padding: 2px;
	height: 20px;
}
.admin h4.title {
	margin: 0 0 10px 0;
	padding: 2px;
	height: 25px;
}

.admin h5.title {
	margin: 0 0 10px 0;
	padding: 4px;
	height: 25px;
}

.admin .input-sm {
	height: 25px;
	margin: 1px 5px 1px 0;
}

.admin .form-group .full { width:95%; max-width:400px; }
.admin .form-group textarea.full { height:60px; }
.admin .form-group .number { width:80px; text-align:right;}
.admin .form-group .date { width:100px; }
.admin .form-group .half { width:47%; max-width:150px; }
.admin .form-group .char5 { width:5em; }
.admin .form-group .char10 { width:10em; }
.admin .form-group .postal_code { width:80px; }

.admin .form-control-v1 .form-control { /* float:left;*/ display:inherit; }

.admin .price_table .unit_price { width: 100px; }
.admin .price_table .quantity { width: 100px; }
.admin .price_table .price { width: 100px; }


.dummy
{
	clear:both;
}

.form_date_between_search a.selected{
    background: #4caaed;
    color: #FFF;
    padding: 2px;
}


table {
/*  width: 100%;
  clear: both;
  margin: 0 auto;*/
}
table tr th, table tr td {
  border: 1px solid #999;
  padding: 4px;
}
/*table tr:nth-of-type(odd) td { background: #f3f3f3; }*/

.no_error {
	display:none;
}
.error {
  color: #bd0035;
	font-weight: bold;
	padding: 8px 0px;
	text-align: left;
}
.error:before {
	font-family: FontAwesome;
	content : "\f071";
	margin-right: 3px;
	font-size: 120%;
}

header {
  height: 55px;
	padding:0;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0;
}

header > div {
	min-width: 1160px;
	height: 50px;
}

.epro header > div {
	min-width: initial;
}

.section [name="title_section"] {
  width: 600px;
  margin: 20px 0px 12px 0px;
}

.section #text_search {
  width: 450px;
  margin: -15px 0 10px 0;
}

.section .modal #id_parent option:disabled {
  background-color: #ddd;
}

.user .autoaddress span {
  display: inline-block;
  margin: 5px 0 0 0;
  width: 100%;
}

.user .autoaddress label:first-of-type {
  margin: 5px 8px;
  width: 10px;
}

.user .autoaddress span:first-of-type {
  display: inline;
}


/* インジケータを背景に表示。サイズを100%にすることでモーダルになる。 */
/* 背景色と透過率は好みで */
#loading {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f7f7f9;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  /*background-image: url('../assets/ajax-loader.gif');*/
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: none;
}
/* 画像下の文字の表示 */
#sending-msg {
  text-align: center;
  padding-top: 26%;
  color: #000;
  font-weight: bold;
}

.search-result {
  height: 500px;
  overflow-y: scroll;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

/* .user_select_list */
.user_select_list .ib input[type="text"],
.user_select_list .ib select {
  height: 33px;
  margin-left: 5px;
  margin-right: 20px;
}

.user_select_list .circle {
  font-size: 22px;
}

.user_select_list .ib input[type="checkbox"] {
  margin-left: 15px;
}

.user_select_list table.user_select_list_table,
.answer_list table.answer_list_table {
  width: 100%;
  margin-top: 10px;
}

.user_select_list table.user_select_list_table thead th,
.user_select_list table.user_select_list_table tbody td,
.answer_list table.answer_list_table thead th,
.answer_list table.answer_list_table tbody td {
  padding: 8px;
}

.user_select_list table.user_select_list_table thead th.id_section,
.user_select_list table.user_select_list_table thead th.name_role,
.user_select_list table.user_select_list_table thead th.username,
.user_select_list table.user_select_list_table thead th.fullname,
.user_select_list table.user_select_list_table thead th.email,
.user_select_list table.user_select_list_table tbody td.id_section,
.user_select_list table.user_select_list_table tbody td.name_role,
.user_select_list table.user_select_list_table tbody td.username,
.user_select_list table.user_select_list_table tbody td.fullname,
.user_select_list table.user_select_list_table tbody td.email {
  display: none;
}


.user_select_list thead th,
.answer_list thead th {
  background: #eee;
}

.user_select_list table.user_select_list_table tbody tr.invalid_user,
.answer_list table.answer_list_table tbody tr.invalid_user {
  background: #ccc;
}

.user_select_list table.user_select_list_table tbody tr:hover,
.answer_list table.answer_list_table tbody tr:hover {
  background: #ceec58;
  cursor: pointer;
}

.user_select_list .modal {
  width: 600px;
  margin: auto;
}

.user_select_list .modal th {
  width: 150px;
}

.user_select_list .modal input,
.user_select_list .modal select {
  min-height: 30px;
  min-width: 250px;
  font-size: 18px;
  line-height: 1.3;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
}



/* subject header */
header .div_header_username {
  width:400px;
  clear: left;
  margin: -20px 10px 5px 30px;
  font-size: 160%;
  font-weight: bold;
  color: #000;
	position: relative;
}
/*
header .patient_header .bottom {
	width: 1184px;
  border-bottom: 2px solid #333;
	margin-left: 40px;
}
*/
.patient_header {
	margin-top:20px;
	min-width: 1240px;
}

.patient_operation {
	vertical-align: top;
	display:inline-block;
	width: 440px;
	position:relative;
	z-index: 10;
/*
  position: absolute;
  left: 340px;
  top: -6px;
	width: 500px;
	height: 30px;
*/
}

.patient_operation button {
  /*margin: 0 20px;*/
	/*height: 30px;*/
	font-size: 14px;
  margin: 0px 5px 0 0;
}

.patient_operation .move_record {
	position: absolute;
	top: 0;
	left: 0px;
}
.patient_operation .move_vertically {
	position: absolute;
	top: 0;
	left: 220px;
}

.patient_operation .closing {
	position: absolute;
	top: 63px;
	left: 0px;
}

.patient_operation .epro_controller {
	position:absolute;
	top: 63px;
	right:0px;
}
.epro_url {
	display:none;
	width: 1210px;
	margin: 0;
	font-size: 16px;
	text-align: right;
}
button[name="btn_epro_for_visit"] {
	display:none;
}

.patient_info {
  width: 600px;
  /*height: 70px;*/
  /*height: 250px;*/
  margin: 0px 15px 20px 0;
	padding: 0 0 15px 0;
  border: medium solid #918eff;
  /*border-radius: 10px;*/
	/*A*font-size: 10px;*/
	/*background: #f00;*/
	display:inline-block;
}

.patient_info h2{
  padding: 5px 0 8px 12px;
  margin: 0 0 5px 0;
  background-color: #cff592;
  /*border-radius: 10px 10px 0 0;*/
  /*color: #68d425;*/
	font-size: 24px;
}
.patient_info .info {
	width: 100%;
	/*background: #0f0;*/
	/*border: 1px solid #ff0;*/
}

.patient_info h2 span.date_hearing{
  margin: 0 0 0 5px;
  color: #58c415;
  font-size: 90%;
}

.patient_info div.no_data {
  margin: 10px 0 0 15px;
}

.patient_info .folded {
  display:none;
}

.patient_info table th {
  border: solid 1px #cccccc;
  padding: 1px;
}

.patient_info table td {
  padding: 5px;
}

.patient_info dt {
  float:left;
  width: 100px;
  padding: 5px 10px;
  margin: 5px 0 5px 10px;
  background-color: #ddd;
	text-align: center;
}

.patient_info dt.break_line {
  clear: left;
  margin-left: 20px;
}

.patient_info dd {
  float:left;
  width: 300px;
  padding: 2px 10px;
  margin: 5px 10px 5px 0;
}

.patient_info dd.narrow {
  width: 50px;
}

.patient_info dd.middle{
  width: 130px;
}

.patient_info dd.long {
  width: 250px;
}

.patient_info dd.longlong {
  width: auto;
}

.patient_info .item {
	display: inline-block;
	margin: 5px 10px 0 15px;
}
.patient_info .item .caption {
	display: inline-block;
	width: 120px;
	background: #eee;
	padding: 5px 10px;
}
.patient_info .item .value {
	display: inline-block;
	width: 100px;
}

/* epro */

.epro-header .user-info {
  width: 100%;
	max-width:1080px;
  /*height: 70px;*/
  /*height: 250px;*/
  margin: 20px auto;
	padding: 0 0 15px 0;
  border: medium solid #918eff;
  /*border-radius: 10px;*/
	/*A*font-size: 10px;*/
	/*background: #f00;*/
	display:inline-block;
}

.epro-header .user-info h2 {
  padding: 5px 0 8px 12px;
  margin: 0 0 5px 0;
  background-color: #cff592;
  /*border-radius: 10px 10px 0 0;*/
  /*color: #68d425;*/
	font-size: 24px;
}

.epro-header .user-info .item {
	display: inline-block;
	margin: 5px 10px 0 15px;
}
.epro-header .user-info .caption {
	display: inline-block;
	width: 100px;
	background: #eee;
	padding: 5px 10px;
}
.epro-header .user-info .value {
	display: inline-block;
	width: 200px;
}

.epro .answer-target-list td {
	padding: 10px;
}
.epro .answer-target-list .not-opened { background: #aaa; opacity: 0.9; }
.epro .answer-target-list .opened { background: #fff; }
.epro .answer-target-list .closed { background: #aaa; opacity: 0.9; }

.resign-link {
	margin-top: 40px;
	font-size: 14px;
}
.resign-link a {
	color: #888;
}

/* 臨床メモ */
.consultation_memo_displayed {
  width: 100%;
  height: 136px;
  background-color: #fff;
  overflow-y: scroll;
}

.consultation_memo_edit_button {
  position: absolute;
  top: -49px;
  right: 0px;
}

.consultation_memo_save_button {
  position: absolute;
  top: -49px;
  right: 0px;
}

.consultation_memo_edit_button a {
  float: right;
  margin-top: 5px;
/*
  -webkit-appearance: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  border: none;
  background-color: #337ab7;
  color: #fff;
*/
}

.consultation_memo_covered {
  width: 556px;
  height: 136px;
  background-color: #eee;
  opacity: 0.5;
}

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}

@-o-keyframes spin {
  from { -o-transform: rotate(0deg); }
  to { -o-transform: rotate(360deg); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.consultation_memo_indicator {
	display:none;
  z-index: 6;
  position: absolute;
  top: 40px;
  left: 260px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 6px solid #337ab7;
  border-right-color: transparent;
/*  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
*/
}

.consultation_memo_editor textarea {
  width: 100%;
  height: 136px;
  border: solid 1px #ccc;
}

.consultation_memo input[type='button'] {
  -webkit-appearance: none;
  margin-top: 5px;
/*
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  border: none;
  background-color: #337ab7;
  color: #fff;
*/
}
/*
.consultation_memo input[type='button'] {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.consultation_memo_edit_button a:hover,
.consultation_memo input[type='button']:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
*/

.subject_top { font-size: 16px; }

.subject_top .status-str { margin-right: 5px; }

.subject_top .circle {
  margin-top: 3px;
  display: inline-block;
  width: 16px;
  height: 20px;
  overflow: hidden;
	font-size: 18px;
}
.subject_top .circle:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f111';
}
.subject_top status-sign.is_skipped:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f068';
}

.epro { font-size: 16px; }
.epro .status-str { margin-right: 5px; }

.circle.is_closed { color: #1dba56; }
.circle.is_filled { color: #1dba56; }
.circle.is_not_finished { color: #ff9b45; }
.circle.no_data { color: #d1d1d1; }
.circle.is_skipped {
  color: transparent;
}



.epro .instruction-msg {
	margin-bottom: 15px;
}



.file-uploader > .gallery > .file > img { width: 100%; margin:10px 0;}
img { max-width: 100%; }



/* responsive dl */

.inq-container {
    margin-top: 0px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

.inq-row {
    display: table-row;
		margin-bottom: 0;
}
.inq-title {
		min-width: 260px;
    width: 25%;
    background: #f5f5f5;
    font-weight: bold;
}
.inq-title, .inq-body {
    vertical-align: top;
    padding: 24px;
    display: table-cell;
    border: 1px solid #ccc;
		border-bottom: 0;
    box-sizing: border-box;
}
.inq-title {
		border-right: 0;
}

.inq-body.no-padding {
	padding: 0;
}

.inq-body.no-padding > .inq-container > .inq-row > .inq-title,
.inq-body.no-padding > .inq-container > .inq-row > .inq-body {
	border-width: 0 0 1px 0;
	border-color: #ccc;
}
.inq-body.no-padding > .inq-container > .inq-row > .inq-title {
	border-right: 1px solid #ccc;
}
.inq-body.no-padding > .inq-container > .inq-row > .inq-title {
	border-right: 0;
}
.inq-container-group > .inq-container:last-of-type > .inq-row:last-of-type > .inq-title,
.inq-container-group > .inq-container:last-of-type > .inq-row:last-of-type > .inq-body {
	border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
	.inq-container {
    display: block;
	}
}
@media only screen and (max-width: 640px) {
	.inq-row {
    display: block;
	}
}
@media only screen and (max-width: 640px) {
	.inq-title {
    width: auto;
	}
}
@media only screen and (max-width: 640px) {
	.inq-title, .inq-body {
    padding: 10px;
    display: block;
    border: 1px solid #ccc;
    border-bottom: none;
	}
}
@media only screen and (max-width: 640px) {
  .inq-container-group > .inq-container:last-of-type > .inq-row:last-of-type > .inq-title {
    border-bottom: none;
	}
  .inq-container-group > .inq-container:last-of-type > .inq-row:last-of-type > .inq-body {
    border-bottom: 1px solid #ccc;
  }
}

.inq-title.required:after {
	content: "必須";
	float: right;
	background: #bd0035;
	color: white;
	font-size: 85%;
	padding: 2px 5px;
	margin: 0 0 0 0;
}

.question_frame .item {
	margin-bottom: 15px;
}

.output_csv .section_setting_condition dt {
    margin: 10px 0;
	padding: 10px;
	background: #ddd;
	width: 150px;
	float: left;
}

.output_csv .section_setting_condition dd {
	padding: 13px 160px 0;
}

.output_csv .section_setting_condition select {
    height: 35px;
	padding: 5px;
    border-radius: 3px;
	font-size: 16px;
}

.answer_list.registration table thead tr th:nth-of-type(6),
.answer_list.registration table tbody tr td:nth-of-type(6),
.answer_list.registration table thead tr th:nth-of-type(10),
.answer_list.registration table tbody tr td:nth-of-type(10) {
	display:none;
}

.answer_list.registration table thead tr th:nth-of-type(4),
.answer_list.registration table tbody tr td:nth-of-type(4) {
  max-width: 90px;
}

.answer_list.registration table thead tr th:nth-of-type(7),
.answer_list.registration table tbody tr td:nth-of-type(7) {
  max-width: 240px;
  word-wrap: break-word;
}


.answer_list .modal {
  width: 600px;
  margin: auto;
}

.answer_list .answer_data_info {
  overflow-y:scroll;
  max-height: 400px;
}

.answer_list .answer_data_info table th {
  width: 150px;
}

.answer_list table.modal_status_editor {
  width: 90%;
  margin:auto;
}

.answer_list table.modal_status_editor th {
  width: 120px;
  padding: 10px 20px;
  border: none;
}
.answer_list table.modal_status_editor td {
  border: none;
}

.answer_list table.modal_status_editor td select {
  max-width: 300px;
}

.answer_list table.modal_status_editor td textarea {
  height: 150px;
  max-width: 100%;
  width: 100%;
}

/*
予約システム向けの追加CSS
 */

table tr th, table tr td {
    border: 1px solid #999;
    padding: 4px;
}

.calendar{
    margin-top: 20px;
    margin-bottom: 20px;

}
.calendar td, .calendar th{
    width: 70px;
    height: 70px;
}
.calendar th{
    text-align: center;
    font-size: 120%;
    background-color: #fcf8e3;
    height: 50px;

}

.calendar tr:nth-of-type(2) td{
    text-align: center;
}

.calendar tr td:first-of-type {
    background-color: #ffD0B0;
}
.calendar tr td:last-of-type {
    background-color: #ddddff;
}
.day {
    vertical-align: top;
}
.container-left{
    float: left;
    width: 45%;
}
.container-right{
    float: left;
    margin-left: 20px;
    width: 48%;
    margin-bottom: 20px;
}

table.time-frame {
    margin-left: 20px;
    margin-bottom: 10px;
    width: 90%;
}

.time-frame th{
    text-align: center;
    font-size: 100%;
    background-color: #fcf8e3;
}
.time-frame td:first-of-type{
    width: 40%;
}
/*.time-frame td:last-of-type{
    width: 27%;
}*/

h1.time-frame-data{
    width: 100%;
    height: 30px;
    background: #fcf8e3;
    line-height: 30px;
    font-size: 100%;
    padding: 0;
    outline: 0;
    padding-left: 20px;
    border-left: 8px solid #fbd499;
    font-weight: bold;
}

h2.time-frame-data {
    width: 90%;
    height: 30px;
    background: #fcf8e3;
    line-height: 30px;
    font-size: 100%;
    padding: 0;
    outline: 0;
    padding-left: 20px;
    border-left: 5px solid #fbd499;
    font-weight: bold;
}

h3.time-frame-data {
    margin-top: 20px;
    width: 90%;
    height: 20px;
    line-height: 20px;
    font-size: 94%;
    padding: 0;
    border: 0;
    outline: 0;
    padding-left: 10px;
    border-left: 5px solid #fbd499;
    border-bottom: 3px solid #fbd499;
    font-weight: bold;
}


h4.time-frame-data {
    margin-top: 20px;
    width: 90%;
    height: 20px;
    line-height: 20px;
    font-size: 94%;
    padding: 0;
    border: 0;
    outline: 0;
    padding-left: 10px;
    margin-left: 5px;
    border-left: 3px solid #fbd499;
    border-bottom: 1px solid #fbd499;
}


table.user-list {
    margin-left: 20px;
    margin-bottom: 10px;
    width: 94%;
}
.user-list th {
    text-align: center;
    font-size: 100%;
    background-color: #fcf8e3;
}

.modal {
    width: 100%;
}

.contents a{
    padding-left: 3px;
    font-size: 14px;
    text-decoration: underline;
}

.availability h2{
    padding: 20px;
    margin: 40px 10px;
    border: #1b809e 1px solid;
    border-left-width: 5px;
    border-radius: 3px;
}

.availability h3{
    padding: 20px;
    /*margin-top: 10px;*/
    margin-left: 10px;
}

.availability table {
    /*margin-left: 20px;
    margin-bottom: 30px;*/
    margin: auto;
    /*width: 90%;*/
}

.availability th {
    text-align: center;
    font-size: 100%;
    background-color: #eee;
}

.summary_table_outer div {
	margin-bottom: 30px;
}

.tab-pane.active label {
    font-size: 14px;
}

.tab-pane.active th {
    width: 100px;
}

.checkbox_outer {
    display: inline-block;
}

.table.table-search th {
    width: 100px;
    background: #fcf8e3;
}

.bg-info {
    background: #fcf8e3;
}

/*
program.cssの補強
 */
.form-group .year {
    width: 18%;
}
.form-group .month {
    width: 14%;
}
.form-group .day {
    width: 14%;
}

/*
ポップアップしてフェードアウトするアラートメッセージ
 */
.alert {
    font-size: 28px;
}

div .ib {
    white-space: nowrap;
	padding-left: 4%;
}
.ib label {
    font-size: 16px;
}
div .label_reservation_count {
    font-size: 16px;
}

#radio_sex0 {
    margin: 10px 0px 10px 10px;
}

#radio_sex1 {
    margin: 10px 0px 10px 10px;
}

.unit_reservation input[type="radio"]{
    margin-top: 14px;
}

.select-exam th{
	background-color: #c1f0ff;
}

.select-exam td{
	text-align: left;
}

p.notes {
	text-align: left;
	font-size: 14px;
}

.select-exam input[type=checkbox]{
	margin: 14px 4px 14px 8px;
	width: 16px;
	height: 16px;
	transform: scale(1.4);
}

.select-exam label {
	padding-left:		4px;			/* ラベルの位置 */
	margin-bottom: 10px;
	font-size:		18px;
	line-height:		24px;
	display:		inline;
	cursor:			pointer;
	position:		relative;
}

.user .checkbox_outer{
	display: none;
	white-space: nowrap;
}
#is_follow_up_gastric_outer{
	white-space: nowrap;
}
#is_follow_up_breast_outer{
	white-space: nowrap;
}
#is_follow_up_cervical_outer{
	white-space: nowrap;
}

.gengo_label + label {
	margin-left: 0px;
}

select.select-place {
	margin-left: 6%;
	font-size: x-large;
}

div.header-nav-main > ul > li > a > img {
	height: 50px;
}
/*
.header-nav-sub .nav li:nth-child(1) > a {
	margin-top: 0px;
}*/

.download-checkbox label {
	font-size: medium;
	font-weight: normal;
}

.organization-name table {
	margin: 0 0 10px 10px;
	width: 90%;
}
.organization-name th {
	font-size: medium;
	font-weight: bold;
	width: 100px;
	background-color: #f0f0f0;
}
.organization-name td {
	font-size: medium;
	font-weight: normal;
}
.confirm-btn label {
	font-size: 28px;
	font-weight: normal;
}

h3.title {
	font-size: 26px;
	font-weight: bold;
}

input:disabled+label {
	color: #ccc;
}

.has-feedback .form-control {
	padding-right: 3px;
}

/* for inzai gengo user*/
input.gengo_user + label{
  margin-right: 16px;
  margin-left: 0px;
}

