@charset "utf-8";

html {
	height: 100%;
}

body.fullscreen {
	height: 100%;
	padding-top: 40px;
}
#container{display:none;}
#loading{
	position:absolute;
	left:50%;
	top:40%;
	margin-left:-30px;
}
/* Wrapper for page content to push down footer */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -40px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
	height: 40px;
	background-color: #f5f5f5;
	text-align:center;
}

/* 金額指定のテキストボックス */
.money {
	text-align:right;
	ime-mode:disabled;
}
.no_margin{
	margin:0px !important;
}

.badge:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.badge-error {
	background-color: #b94a48;
}
.badge-error:hover {
	background-color: #953b39;
}
.badge-warning {
	background-color: #f89406;
}
.badge-warning:hover {
	background-color: #c67605;
}
.badge-success {
	background-color: #468847;
}
.badge-success:hover {
	background-color: #356635;
}
.badge-info {
	background-color: #3a87ad;
}
.badge-info:hover {
	background-color: #2d6987;
}
.badge-inverse {
	background-color: #333333;
}
.badge-inverse:hover {
	background-color: #1a1a1a;
}

.mod_checklist ul li{
    width:200px;
	/* リストマーカー画像切れ防止。最低高さを確保 */
    min-height:20px;
    height:auto!important;
    height:20px;
    padding:0 0 0 25px;
    margin:5px 0 0 0;
    cursor:pointer;
}

/* アコーディオン系テーブル データ部 */
.data-table{
	table-layout: fixed;
	margin:0px;
}
.data-table > tbody > tr {
	height:40px;
}
.data-table > tbody > tr > td ,
.data-table > thead > tr > td
{
	width:100px;
}
/* アコーディオン系テーブル ヘッダー部 */
.data-table-header{
	table-layout: fixed;
	margin:0px;
}
.data-table-header > tbody > tr ,
.data-table-header > thead > tr
{
	height:40px;
}

/* アコーディオン系テーブル スクロール部 */
.scroll-parent{
	overflow-x: scroll;
	overflow-y: hidden;
	padding:0px;
}
.scroll-child{
	overflow: hidden;
	padding:0px;
}

/* データエリア */
.data-area{
	overflow-x: hidden;
}

.name-header{
	padding-right: 1px;
}

.dialog-header{
	margin-top: -30px;
}

/* ヘッダー固定用 */
.list-header {
    position: relative;
}

.box {
    position: absolute;
    text-align: center;
    background-color: white;
}

.follow {
    position: fixed;
    top: 50px;
    z-index: 100;
}

.table > thead > tr > .info,
.table > tbody > tr > .info,
.table > tfoot > tr > .info,
.table > thead > .info > td,
.table > tbody > .info > td,
.table > tfoot > .info > td,
.table > thead > .info > th,
.table > tbody > .info > th,
.table > tfoot > .info > th {
	background-color: #d9edf7;
}

/* スケジュールセルのシフトバー */
.smsbtn-sm {
    display : block;
    margin: 2px 0 0 0;
    padding: 0px 2px;
    width:100%;
    font-size: 12px;
    line-height: 1.9;
    border-radius: 2px;
    text-align:left;
    color: #fff;
    overflow: hidden;
}

.smsbtn-sm2 {
    display : block;
    margin: 1px 0 0 0;
    padding: 0px 2px;
    width:100%;
    font-size: 12px;
    line-height: 1.7;
    border-radius: 2px;
    text-align:left;
    height:38px;
    color: #fff;
    overflow: hidden;
}

/* スケジュールセルのステータス色 */
.scd_yasumi{background-color: #eee;}
.scd_syukkin{background-color: #FAFAD2;}
.scd_yuukyuu_kibo{background-color: #94C9F6;}
.scd_yuukyuu{background-color: #A8EFAF;}
.scd_teikyu{background-color: #ffffd7;}

/* table-hoverのホバー時処理の調整 */
/* 予定種別クラスがある行は色を変更しない */
.table-hover > tbody > tr.scd_yasumi:hover > td,
.table-hover > tbody > tr.scd_yasumi:hover > th,
.table-hover > tbody > tr.scd_syukkin:hover > td,
.table-hover > tbody > tr.scd_syukkin:hover > th,
.table-hover > tbody > tr.scd_yuukyuu_kibo:hover > td,
.table-hover > tbody > tr.scd_yuukyuu_kibo:hover > th,
.table-hover > tbody > tr.scd_yuukyuu:hover > td,
.table-hover > tbody > tr.scd_yuukyuu:hover > th,
.table-hover > tbody > tr.scd_teikyu:hover > td,
.table-hover > tbody > tr.scd_teikyu:hover > th {
    background-color: inherit !important;
}

/* 青 */
.cellbar0  {
    background-color: #428bca;
    border-color: #357ebd;
    cursor:pointer;
}
.cellbar0:hover, .cellbar0:focus, .cellbar0:active, .cellbar0.active, .open .dropdown-toggle.cellbar0 {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
    text-decoration: none;
}

/* 緑 */
.cellbar1 {
    background-color: #5cb85c;
    border-color: #4cae4c;
    cursor:pointer;
}
.cellbar1:hover, .cellbar1:focus, .cellbar1:active, .cellbar1.active, .open .dropdown-toggle.cellbar1 {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
    text-decoration: none;
}
/* 黄 */
.cellbar2 {
    background-color: #ed9c28;
    border-color: #d58512;
    cursor:pointer;
}
.cellbar2:hover, .cellbar2:focus, .cellbar2:active, .cellbar2.active, .open .dropdown-toggle.cellbar2 {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    text-decoration: none;
}
/* 赤 */
.cellbar3 {
    background-color: #d9534f;
    border-color: #d43f3a;
    cursor:pointer;
}
.cellbar3:hover, .cellbar3:focus, .cellbar3:active, .cellbar3.active, .open .dropdown-toggle.cellbar3 {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
    text-decoration: none;
}

/* 水色 */
.cellbar4 {
    background-color: #5bc0de;
    border-color: #46b8da;
    cursor:pointer;
}
.cellbar4:hover, .cellbar4:focus, .cellbar4:active, .cellbar4.active, .open .dropdown-toggle.cellbar4 {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
    text-decoration: none;
}
/* 紫 */
.cellbar5 {
    background-color: #d7aaf9;
    border-color: #cd96f7;
    cursor:pointer;
}
.cellbar5:hover, .cellbar5:focus, .cellbar5:active, .cellbar5.active, .open .dropdown-toggle.cellbar5 {
    color: #fff;
    background-color: #dab1f9;
    border-color: #d19ef8;
    text-decoration: none;
}

/* ピンク */
.cellbar6 {
    background-color: #f0506e;
    border-color: #e63a52;
    cursor:pointer;
}
.cellbar6:hover, .cellbar6:focus, .cellbar6:active, .cellbar6.active, .open .dropdown-toggle.cellbar6 {
    color: #fff;
    background-color: #ec3549;
    border-color: #d32f3f;
    text-decoration: none;
}

/* 茶 */
.cellbar7 {
    background-color: #b8956a;
    border-color: #9d8056;
    cursor:pointer;
}
.cellbar7:hover, .cellbar7:focus, .cellbar7:active, .cellbar7.active, .open .dropdown-toggle.cellbar7 {
    color: #fff;
    background-color: #a67c52;
    border-color: #8b6f47;
    text-decoration: none;
}

/* 濃い緑 */
.cellbar8 {
    background-color: #2d7d3f;
    border-color: #1f5a2b;
    cursor:pointer;
}
.cellbar8:hover, .cellbar8:focus, .cellbar8:active, .cellbar8.active, .open .dropdown-toggle.cellbar8 {
    color: #fff;
    background-color: #255a32;
    border-color: #1a3f24;
    text-decoration: none;
}

/* オレンジ */
.cellbar9 {
    background-color: #ff8c42;
    border-color: #ff7a1f;
    cursor:pointer;
}
.cellbar9:hover, .cellbar9:focus, .cellbar9:active, .cellbar9.active, .open .dropdown-toggle.cellbar9 {
    color: #fff;
    background-color: #ff6f1c;
    border-color: #e55100;
    text-decoration: none;
}

.ro-cellbar{
    background-color: #999;
    border-color: #555;
    cursor:default;
}

.cellbar_other{
    background-color: #999;
    border-color: #555;
    cursor:pointer;
}
.cellbar_other:hover, .cellbar_other:focus, .cellbar_other:active, .cellbar_other.active, .open .dropdown-toggle.cellbar_other {
    color: #fff;
    background-color: #555;
    border-color: #555;
    text-decoration: none;
}
/* サービス別配置画面 */
td.cell_day{
    vertical-align: top;
    margin: 0 0 0 0;
    text-align:left;
}
.lblADM{
    color:#d9534f;
}
.lblMGR{
    color:#5cb85c;
}
.lblAMG{
    color:#d7aaf9;
}
.lblLDR{
    color:#f0ad4e;
}
.lblSTF{
}

td.y-cell{
	padding : 0px !important;
}
td.y-cell > div{
	border-bottom: 1px solid #ddd;
	padding:3px;
}
td.y-cell > div:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

input.input-kintai-time{
	max-width: 50px;
	padding: 1px 3px;
}
input.input-kintai-keihi{
	max-width: 100px;
	padding: 1px 3px;
	text-align: right;
}
input.input-kintai-tokushu{
	max-width: 100px;
	padding: 1px 3px;
	text-align: right;
}
div.kintai-service-gyomu_name{
	padding-left: 2px;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
tr.kintai{
	cursor:pointer;
}
input.input_time{
    ime-mode : disabled;
}

.btn-gray {
	background: rgb(200, 200, 200);
	color: #606060;
	border: 2px solid;
	border-color: #606060;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-gray:hover, .btn-yellow:focus {
  background: rgb(230, 230, 230);
}
.btn-gray:active {
  background: rgb(220, 220, 220);
}

/*select2のdropdownlistの高さ*/
.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px !important;
    min-height: 200px;
    overflow-y: auto !important;
}

/* thead 内すべての th（基本は 1px） */
thead.thead-sticky th {
    position: sticky;
    z-index:20;
    top: 0;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #ddd;   /* 基本は 1px */
 }

table thead.thead-sticky + tbody tr td,
table thead.thead-sticky + tbody tr th {
    border-top: none !important;
}
table#kintaiList,
table#yojitsu_monthly_table
{
 border-collapse: separate !important;
 border-spacing: 0 !important;
}