@charset "utf-8";
html {
	height: 100%;
}

body {
	background-color: #eff2f2;
	height: 100%;
	padding: 0;
	margin: 0;
	text-shadow: none;
	color: #555;
	font-size: 14px;
}

body * {
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', Arial, Helvetica, Verdana,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif, Ionicons;
}

hr {
	border: 1px solid #dddddd;
	border-width: 1px 0px 0px 0px;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

a, a:link, a:active, a:visited, a:hover {
	color: #0070a3;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

a.button, span.button, select, input[type="text"], input[type="password"], input[type="number"],
	textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	text-transform: none;
	text-indent: 0;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 5px;
	margin: 1px 0;
}

textarea {
	resize: none;
	font-size: 13px;
	line-height: 1.3em;
}

select, input[type="text"], input[type="password"], input[type="number"], textarea {
	background: #fff;
	border: 1px solid #ccc;
}

::placeholder{ color: #bbb; font-weight: normal; }

#header {
	background: linear-gradient(#33bdea, #33a0cf);
	position: fixed;
	top: 0 !important;
	padding: 0 20px 0 10px;
	font-size: 12px;
	font-weight: normal;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

#header .clickable:HOVER {
	background-color: #4e6cef;
	transition: background 0.15s linear 0s, color 0.15s linear 0s;
	cursor: pointer;
}

/* ヘッダ部メニュー */
#head_menu {
	position: fixed;
	top: 35px !important;
	font-size: 14px;
	font-weight: normal;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* 	z-index: 9999; */
	background-color: #f4f7f7;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

#head_menu a {
	margin: 0 20px 0px 20px;
	padding: 3px 0;
}

#head_menu a:HOVER {
	border-bottom: 2px solid #00f;
	text-decoration: none;
}

#head_menu .selected {
	border-bottom: 2px solid #00f;
	cursor: default;
}

#head_icon{
	font-size:20px;
	width:20px;
	text-align:center;
}
.header_menu_ul_right li {
	cursor: pointer;
}


.content{
	padding: 65px 0px 50px 10px;
}

.user_menu {
  display: none;
  position: absolute;
  top: 35px;
  right: 20px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  box-shadow: 0 0 3px 0 #333;
  border-radius: 0 0 5px 5px;
  background: #fff;
  font-size: 12px;
  z-index: 10000;
  color: #555555;
}

.user_menu li {
  clear: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.user_menu li a {
  color: #303030 !important;
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 0 20px;
}

.user_menu li a:hover {
  background: #c9e0ff;
 transition: background 0.15s linear 0s, color 0.15s linear 0s;
}

.user_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 機能メニュー */
.click_menu {
	font-size: 14px;
	margin: 0 30px 0 0;
	color: #848484;
}

.click_menu img {
	vertical-align: middle;
	margin: 0 3px;
}

.click_menu:HOVER {
	cursor: pointer;
	color: #6e6e6e;
}



#side-menu {
	background: linear-gradient(to right, #33BDEA, #33a0cf);
	text-align:center;
	height: 100%;
	width: 75px;
	position: fixed;
	padding: 50px 0 0 0;
	left:0;
	z-index: 800;
}
#side-menu div {
	font-size: 11px;
	color: #fff;
	height: 45px;
	padding: 7px 0;
	width: 100%;
	line-height: 1.0;
	border-bottom:0.5px solid #1493bc;
}
#side-menu div:HOVER {
	background-color: #4AC4EC;
	cursor: pointer;
}
#side-menu div i {
	font-size: 25px;
	color: #fff;
}
#side-menu a {
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

#side-menu .active {
	transition: background-color ease 0s 0s;
	background: #1493bc;
}

#side-sub-menu {
	background: -moz-linear-gradient(left, #33BDEA, #33a0cf);
	background: -webkit-gradient(linear, left center, right center, from(#33BDEA), to(#33a0cf));
	background: -ms-linear-gradient(left, #33BDEA, #33a0cf);
	text-align:center;
	height: 100%;
	width: 200px;
	position: fixed;
	padding: 50px 0 0 50px;
	left:0;
	z-index: 100;
}
#side-sub-menu div {
	font-size: 14px;
	color: #fff;
	height: 20px;
	padding: 7px 0;
	width: 100%;
	line-height: 1.0;
	border-bottom:0.5px solid #2880A5;
}
#side-sub-menu div:HOVER {
	background-color: #4AC4EC;
	cursor: pointer;
}
#side-sub-menu a {
	color: #fff;
	text-decoration: none;
}

#side-sub-menu .active {
	transition: background-color ease 0s 0s;
	background: #1493bc;
}

/* フッター */
#footer {
	width: 95%;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	color: #999;
	line-height: 1.9em;
}

/* 左情報ボックス */
.infobox {
	float: left;
	margin: 10px;
	border: 1px solid #dfe0e4;
	border-radius: 4px;
	padding: 15px;
	text-align: left;
	color: #666;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

#patient_header {
	width: 915px;
	height: 45px;
	background-color: #fff;
	position: fixed;
	z-index: 8999;
	padding: 5px 30px 5px 10px;
	text-align: left;
	margin-left: 20px;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	line-height: 1.3em;
	vertical-align: middle;
	top: 35px;
	left: 1%;
}

#patient_menu {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 1px 0;
}

#patient_menu a {
	margin: 0 0 0px 25px;
}

#patient_menu a:HOVER {
	border-bottom: 2px solid #00f;
	text-decoration: none;
}

#patient_menu .selected {
	border-bottom: 2px solid #00f;
	cursor: default;
}

#providingInfoReport {
	width: 915px;
	position: fixed;
	z-index: 8999;
	padding: 1px 0px;
	text-align: left;
	margin-left: 20px;
	border-radius: 0 0 4px 4px;
	line-height: 1.3em;
	vertical-align: middle;
	top: 35px;
	left: 1%;
}

/* 患者基本情報 */
.basic_info {
		position: fixed;
		top: 90px;
		font-size: 12px;
		font-weight: normal;
		width: 200px;
}

/* 本日の訪問利用者 */
#today_list {
	height: 100%;
	border-left: 1px solid #cbcbcb;
	text-align: left;
	z-index: 10;
	position: fixed !important;
	top: 35px;
	right: 0px;
	font-size: 15px;
	color: #666;
}

#today_list .finished {
	background-color: #ccc;
	color: #fff;
}

.button_div {
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-left: 10px;
	background-color: #49a9d4;
	width: 90px;
	text-align: center;
	padding: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}

.search_button_div {
	border-radius: 3px;
	margin-left: 10px;
	background-color: #49a9d4;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding:3px 10px;
	font-weight: bold;
}
.search_button_div:hover {
	background-color: #6bcbe6;
}


.calendar {
	font-size: 12px;
	margin: 5px;
}

.calendar table {
	margin-right: 20px;
}

.calendar td {
	margin: 0 !important;
	padding: 2px !important;
	text-align: center !important;
}

.calendar .sunday {
	color: #ff5151;
}

.calendar .checked {
	background-color: #5588ff;
	color: #fff;
	cursor: pointer;
}

/* ボタン系 */
.button_ok {
	display: inline-block;
	cursor: pointer;
	outline: none;
	margin: 0px 3px;
	min-width: 110px;
	padding: 0px 20px;
	border-style: none;
	background-color: #49a9d4;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.button_delete {
	display: inline-block;
	cursor: pointer;
	outline: none;
	margin: 0px 3px;
	min-width: 110px;
	padding: 0px 20px;
	border-style: none;
	background-color: #e14a3c;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.button_cancel, .button_close {
	display: inline-block;
	cursor: pointer;
	outline: none;
	margin: 0px 3px;
	min-width: 110px;
	padding: 0px 20px;
	border-style: none;
	background-color: #aaa;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none !important;
}
.button_mini {
	display: inline-block;
	cursor: pointer;
	outline: none;
	margin: 0px 3px;
	padding: 3px 7px;
	border-style: none;
	background-color: #49a9d4;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 2.2;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.button_ok:enabled:hover, .button_mini:enabled:hover {
	background-color: #5abae5;
	color: #fff;
}
.button_ok:enabled:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,.26);
}
.button_delete:enabled:hover {
	background-color: #f25b4d;
	color: #fff;
}
.button_delete:enabled:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,.26);
}
.button_cancel:enabled:hover, .button_close:enabled:hover {
	background-color: #bbb;
	color: #fff;
}
.button_cancel:enabled:active, .button_close:enabled:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,.26);
}

.button_ok:disabled, .button_delete:disabled {
	opacity: 0.5;
	cursor: default;
}

/* バリデーション系 */
input[type="text"].ng-invalid.ng-dirty, input[type="text"]:invalid.ng-dirty,
input[type="password"].ng-invalid.ng-dirty, input[type="password"]:invalid.ng-dirty,
input[type="number"].ng-invalid.ng-dirty, input[type="number"]:invalid.ng-dirty,
textarea.ng-invalid.ng-dirty {
	border-color: red;
	color: red;
	outline:none;
}
.validation_alert {
	font-size: 0.8em;
	color: red;
}

/* ダイアログ系 */
.dialog-footer {
	background-color: #fff;
	bottom: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 100%;
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.required_div {
	padding: 0px 10px;
	font-size: 12px;
}

.dialog_inputform_div {
	padding: 10px;
}

.dialog_inputform_div input {
	height: 35px;
}

.dialog_inputform_div select {
	height: 30px;
}

.detail_item {
	font-size: 12px;
	font-weight: bold;
}

.detail_word {
	font-size: 18px;
	padding-left: 10px;
}


.user-thum {
	width: 40px;
	height: 45px;
	border-radius: 4px;
	background-image: url("../images/human.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center bottom;
	background-color: #ccc;
}
.male {
	background-color: #4fc3f7;
}
.female {
	background-color: #f48fb1;
}

.ui-widget-header {
	border: 1px solid #2384a3 !important;
	color: #fff !important;
}

.ui-datepicker-header {
	background: #33bdea url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #33bdea !important;
	background: #D6F1FA url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x !important;
	font-weight: bold;
	color: #2384a3 !important;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2384a3 !important;
	text-decoration: none;
}


/* override */
.jBox-overlay{ /* jboxバージョンアップ時に必要 */
	background-color: rgba(0, 0, 0, 0.6);
}
.jBox-title {
	color: #fff;
/* 	height: 37px;
	line-height: 0.8rem; */
	font-size: 0.9rem;
	background-color: #2787b2 !important;
	text-shadow:none !important;
}
.jBox-content {
	border-radius: 3px;
}
.jBox-closeButton {
	display :none;
}

.ui-datepicker .ui-state-default{
	color: #1c94c4;
	font-weight: bold;
}
.ui-datepicker .ui-state-active{
	color:#fff;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_0073ea_256x240.png");
}

