﻿@charset "UTF-8";
/**
 * THINKS4 Cascading Style Sheets
 * 
 * 1.00 2017/07/11 G.Hirano 新規作成
 * 
 * @author G.Hirano
 * @since 2017/07/11
 * @description 医療機関ポータルCSS
 # Rev.001-01 #29380 【本番】医療機関P オーダリングシステムで指示書が出力できない
 */


body{
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* ログイン画面  */
.brand-logo-text {
    width: 369px;
    height: 72px;
    background: url(../img/logo_medical.png);
    background-size: cover;
    margin: 15vh auto 0 auto;
}

.login-subText{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}

/* ナビゲーション */
body{
	padding-top: 50px;
}
.navbar-top {
	width: 100%;
	height: 43px;
	background-color: #fff;
    display: none;
}
.navbar {
	min-height: 0px;
}

@media (min-width: 768px){
	.navbar-topArea,.navbar-menuArea {
        width: 750px;
	}
    .navbar-top{
        display: block;
    }
    body{
        padding-top: 85px;
    }
}
@media (min-width: 992px){
	.navbar-topArea,.navbar-menuArea  {
        width: 970px;
	}
    .navbar-top{
        display: block;
    }
    body{
        padding-top: 85px;
    }
}
@media (min-width: 1200px){
	.navbar-topArea,.navbar-menuArea {
	    width: 1170px;
	}
    .navbar-top{
        display: block;
    }
    body{
        padding-top: 85px;
    }
}
.navbar-topArea,.navbar-menuArea {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-brand {
	width: 198px;
	height: 30px;
	background: url('../img/logo_knsorder.png');
	background-size: cover;
	margin: 4px 0px 0px 0px !important;
	padding: 0px;
	position: relative;
}

.navbar-brand > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -999;
}

.navbar-default {
    background: #f8f8f8;
}

a.li-menu {
	min-height: 40px;
	text-decoration: none;
	font-weight: bold;
	color: #333 !important;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, .75) !important;
	border-right: 1px solid rgba(0, 0, 0, .1) !important;
	line-height: 30px !important;
}

.navi-container {
	border-top: solid 1px #d4d4d4;
	border-bottom: solid 1px #e7e7e7;
 }

 .navbar-menuArea > ul {
    margin:0;
 }

.navbar-menuArea > ul > li {
	width:120px;
    display: inline-block;
 }

.navbar-menuArea > ul > li:first-child {
	border-left: 1px solid rgba(0, 0, 0, .1) !important;
}

.navbar-menuArea > ul > li > a {
	border-top:none !important;
	border-bottom:none !important;
	padding: 5px 5px;
}

.navbar-menuArea > ul > li > a.li-menu > i {
    font-size: 15px;
    color: #1494e0 !important;
    margin-right: 4px;
}

.navbar-column {
    flex-direction: column;
}

li.dropdown > a.li-menu > i {
    display: inline;
}

.dropdown:not(.bootstrap-select):hover > .dropdown-menu{
  display: block;
}

/* ナビ上部リンク */
.navLink > li {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  height: 20px;
  margin-top: 8px;
}

.navLink > li+ li {
  border-left: 0;
  border-right: 1px solid #aaa;
}

.navLink > li > a {
	color: #000 !important;
	margin-right: 5px;
	border: 0px;
	text-decoration: none;
	padding: 0px 10px;
}

.navLink > li > a:hover {
	text-decoration: underline;
}

/* ナビ上部 契約先情報 */
.navInfo> li > button {
    max-width: 354px;
	height: 25px;
    margin-top: 6px;
    margin-right: 10px;
    color: #fff;
    background-color: #1494e0;
    border-radius: 3px;
    padding: 2px 10px;
}

/*ナビ上部ロゴ*/
.red-logo img {
	width: 100px;
	margin-top: -6px;
}
.link-area .navLink > li:last-child {
	border: none;
}

/* 通知 */
.fixed-table-container .bs-checkbox .th-inner {
    padding: 0px;
}

/* お問い合わせ */
.faq_question {
	font-size: 16px;
	font-weight: bold;
}

.faq_answer {

}

.faq_manual_category {
	border-bottom: solid 1px #1494e0;
	font-size: 13px;
	padding-bottm: 2px;
}

.faq_manual_title{
	padding-left: 15px;
}

.faq_manual_title > li{
	list-style-type: none;
}

.faq_manual_title > li > a{
	text-decoration: none;
}

.faq_manual_title > li > i{
	font-size: 11px;
	color: #1494e0;
	margin-right: 3px;
}

/* モーダルサイズ調整 */
@media (min-width: 768px) {
  .modal-lg {
    width: 600px;
    margin: 30px auto;
  }
}

@media (min-width: 992px) {
  .modal-xl {
    width: 800px;
    margin: 30px auto;
  }
}

/* インプット設定拡張 */
.order > input.form-control{
	min-width: 30px;
	width: 100%
}

/* オーダー入力基本情報モーダル */
span.guide{
    display: block;
    font-size: 16px;
    margin-left: 5px;
    margin-bottom: 5px;
}
ul.initButton {
    padding-left: 0px;
}
.btnOrderGroup,
.btnOrderGroupHot,
.btnOrderType {
    display: block;
    background-color: #1494e0;
    font-size: 19px;
    color: #fff;
    width: 23%;
    height: 60px;
    line-height: 60px;
    margin: 5px 5px 5px;
    padding: 0px 3px 0px;
    border-radius: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.btnOrderTypeHot {
    display: block;
    background-color: #1494e0;
    font-size: 19px;
    color: #fff;
    width: 27%;
    height: 160px;
    margin: 5px 5px 5px;
    padding: 0px 3px 0px;
    border-radius: 4px;
    float: left;
    text-align: center;
    position: relative;
}
.btnOrderTypeHot div:first-child {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 54px;
}
.btnOrderTypeHot div:nth-child(2) {
	cursor: pointer;
	position: absolute;
	bottom: 12px;
	font-size: 14px;
	right: 0;
	left: 0;
	margin: 0 auto;
	line-height: 19px;
}
.btnOrderGroup.disable,
.btnOrderGroupHot.disable,
.btnOrderType.disable,
.btnOrderTypeHot.disable {
    background-color: #666666;
    line-height: 20px;
    padding: 9px 3px 0px;
}

.btnOrderGroup:hover,
.btnOrderGroupHot:hover,
.btnOrderType:hover,
.btnOrderTypeHot:hover {
    background-color: #204d74;
    border-color: #122b40;
}

.disableMsg {
    font-size: 13px;
}
.disableMsg:after {
    content:"（ポータル未対応）";
}

/* オーダー画面装飾 */
.order > label.col-form-label mr-2{
	min-width: 30px;
}

.group-box-order{
	background-color: #fcfcfc;
}

.alert-text {
	font-size: 100% ;
	color: #ff0000;
}

.hint-icon > i{
	margin: 0 5px 0;
}

.order-category-title {
    font-weight:bold
}

.prescriptionMsg {
    color: #ff0000;
    font-size: 18px;
}


/* オーダー入力画面フッター（ボタン領域） */
.order-footer {
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 100%;
    height: 60px;
    background-color: #e8e8e8;
    z-index: 1030;
    border-top: 1px solid #848484;
    padding: 10px 0px 10px;
}

.order-footer > .btnArea {
	margin: 0 auto;
}


/* 指示内容詳細テーブル */
table.order-table {
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:10px;
    width:100%;
}

table.order-table > tbody > tr > td{
    padding: 3px 7px 3px;
    border:1px solid #808080;
}

td.order-field {
    background-color: #e6eff9;
    white-space: nowrap;
    max-width: 200px;
}

td.order-field-gray {
    background-color: #DDD;
}

table.order-table > tbody > tr > td > input[type=text] {
    margin-right:5px;
    margin-left:5px;
}

table.order-table > tbody > tr > td > input[type=checkbox],
div.form-group.order > input[type=checkbox] {
    vertical-align:middle;
    margin-bottom:3px;
    margin-right:5px;
}

table.order-table > tbody > tr > td > input.numeric {
	width:40px;
}

table.order-table > tbody > tr > td > input.short {
	width:80px;
}

.labelbox {
    display:inline-block;
    width:30px;
    height:15px;
    vertical-align:middle;
    margin-bottom:3px;
    background-color:#DDD;
}

.bg-success {
	background-color: #dff0d8!important;
}

.bg-warning {
	background-color: #fcf8e3!important;
}

.bg-danger {
	background-color: #f2dede!important;
}

.bg-primary {
	background-color: #337ab7!important;
}

.bg-yellow {
    background-color: #ffff88;
}

.bg-gray {
	font-color:#fff;
    background-color: #808080;
}

.bg-red {
    background-color: #ff0000;
}

.th-check {
    width:80px;
}

.th-btn {
    width:70px;
}

.btn-edit {
	padding: 2px 8px;
}


/* 最終更新日時 */
.update-date {
	font-size: 14px;
}

/* 処方パネル */
div.card-body.prescription {
	background-color: #fff;
}
.card-body.prescription > fieldset > div.row > div > div.form-group {
	margin-top: 0;
	margin-bottom: 0;
}
.card-body.prescription > fieldset > div.row > div > div.form-group > label.col-form-label {
    background-color: #e6eff9;
    min-width: 160px;
    padding: 5px 9px 5px;
}

/* メッセージ欄 */
.readonlyMsg {
    color: #ff0000;
    font-size: 20px;
}

ul.hint > li {
	margin-left: -10px;
}
ul.hint > li.li-sub {
	list-style-type: circle;
	margin-left: 20px;
}

ul.selectButton {
    padding-left: 0px;
}
.btnSelect {
    display: block;
    background-color: #1494e0;
    font-size: 19px;
    color: #fff;
    width: 47%;
    height: 60px;
    line-height: 60px;
    margin: 5px 5px 5px;
    padding: 0px 3px 0px;
    border-radius: 4px;
    float: left;
    text-align: center;
}
.btnSelect:hover {
    background-color: #204d74;
    border-color: #122b40;
}

/** 罫線色設定  */
.border-primary {
	border-color: #337ab7!important;
}

/** 文字色設定  */
.text-success {
  color: #3c763d!important;
}
a.text-success:hover, a.text-success:focus {
  color: #2b542c!important;
}
.text-warning {
  color: #8a6d3b!important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #66512c!important;
}
.text-danger {
  color: #a94442!important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #843534!important;
}

/** 影設定  */
.shadow {
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%)!important;
}

/** コンテナ設定 */
@media (min-width: 576px) {
	.container, .container-sm {
		max-width: none;
	}
}
@media (min-width: 768px) {
	.container, .container-md, .container-sm {
		max-width: 750px;
	}
}
@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 970px;
	}
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1170px;
	}
}

