@charset "utf-8";

html {
	font-size: 12px;
}
body {	
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif, FontAwesome;
}

.caption {
	margin-bottom:15px;
	
	padding:8px;
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow: 3px 3px #999;
	
	text-align:center;
	font-size:16px;
}

[type=file] {
	font-size:11px;
}
[type=file]+span {
	color:#F06;
	font-size:10px !important;
}

.section_body {
	margin-top: 2rem;
}

.form-control {
	background-color:#f2fbff;
}

.form-control-readonly {
	display: block;
	width: 100%;
	min-height: 34px;
	padding: 6px 12px 6px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: inherit;
	background-image: none;
}
.form-control-confirm {
	display: block;
	width: 100%;
	min-height: 34px;
	padding: 6px 12px 6px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
}
.form-control-radio {
	display: block;
	width: 100%;
	margin-bottom:0;
	padding: 3px 12px 0 0;
	font-size: 12px;
	font-weight:normal;
	line-height: 1.42857143;
	color: #555;
	background-color: inherit;
	background-image: none;
}
.error .form-control {
	background-color:#ffcccc;
	border-color: #FF0066;
}
.error-message {
	color: #FF0066;
}
.form-check {
	padding-top: 5.5px;	/* calc(.375rem + 1px); */
}

h3 {
	margin-top:0;
	margin-bottom: 20px;
	font-size:18px;
	text-align:center;
}
h3:before, h3:after {
	content: "■";
	color:#999;
}
h3:before {
	padding-right:10px;
}
h3:after {
	padding-left:10px;
}

h4 {
	margin-bottom: 1em;
}

.page_name {
	border: solid 1px #000;
	padding: 0.7rem;
	margin-bottom: 1rem;
}
.section_name {
	border-bottom: solid 1px #999;
	padding: 0.7rem;
	margin-bottom: 1rem;
}

.glyphicon:before {
    margin-right: 5px;
}

p.nodata {
	padding:30px;
	text-align:center;
}
span.input_unit {
	line-height: 50px;
}

div.condition-clear {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
	margin-bottom:10px;
    border-radius: 4px;
}

.ui-datepicker { z-index: 1000 !important; }

.bootstrap-timepicker-widget table td {
	padding:0px;
}
.bootstrap-timepicker-widget table td input.form-control {
	width:45px;
	display:inline-block;
}

.ui-timepicker-table td a,
.ui-timepicker-table td span {
	width:auto;
}

/* --- ナビバー --- */
.navbar {
	background-color: #cfe3e3;	/* ↓※本体と同じ色にする！！ */
	height: 42px;
	
	box-shadow: 0px 2px 10px 0px;
}
/* ナビメニュー本体（ハンバーガーメニューのとき、看板にかかる） */
.navbar-collapse {	
	background-color: #cfe3e3;	/* ↑※ナビバーと同じ色にする！！ */
	font-weight: bolder;
	padding: 0.5rem;
}
/* ナビの高さ */
.navbar ~ .content {
	margin-top: 42px;	
}

nav .navbar-right {
	margin-right:15px!important;
}
nav .navbar-btn {
	margin-left:10px;
}
.nav>li>a.select {
    text-decoration: none;
    background-color: #eee;
}
nav .app_logo {
	margin-top:-22px;
}
nav .contract {
	margin-left:20px;
}
nav .account {
	font-size:18px;
}

.leftmenu ul {
	margin-bottom:15px;
}
.leftmenu li {
	padding-left:10px;
}
.leftmenu li.list_title {
	padding-left:0px;
	font-size:16px;
}
.leftmenu li.list_title:before {
	
}
.leftmenu li .status_icon {
    width: 20px;
}
.leftmenu li .status_caption {
	font-size:14px;
}


.section_body {
	margin-top: 2rem;
}

.sidebar_point .card-title {
	background-color: #666;
	border-radius: 1rem;
	padding: 0.25rem 0;
	color: #fff;
	font-weight: bolder;
}
.sidebar_point .point em {
	font-style: normal;
	font-size: 2rem;
	margin-right: 0.3rem;
	
	color: #ff0066;
}

/* --- スワード可視化ボタン --- */
.password-mask-toggle {
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #e5e5e5;
}
.password-mask-toggle .mask-toggle {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.password-mask-toggle .mask-label {
	margin-bottom: 0;
    width: 15px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}