.fixed_header {
  top: -6px;
  height: 44px;
  width: 100%;
  position: fixed;
  background-color: #eeeeee;
}

.fixed_header a {
	padding: 0px;
}

.fixed_footer {
  bottom: 0px;
  height: 38px;
  width: 100%;
  position: fixed;
	pointer-events: none;
}

.body {
  position: relative;
  top: 40px;
  bottom: 0px;
  margin: 16px;
}

.body_fit {
	position: absolute;
	top: 40px;
	bottom: 0px;
	right: 0px;
	margin: 16px;
}

.default_hidden {
  display: none;
}

.hidden {
  display: none !important;
}

.w20 {
  width: 20%;
}

.w32px {
  width: 256px;
}

.dragging {
  border-color: red !important;
}

div.sel {
  position: absolute;
  border-color: blue;
  border-style: solid;
  border-width: 1px;
}

div.addrow {
	margin: 8px;
}

ul.suggest {
	width: -moz-max-content !important;
  width: -webkit-max-content !important;
}

ul.suggest li {
	font-size: small;
}

td.low {
  background-color: #F0F0FF;
}

td.stable {
  background-color: #F0FFF0;
}

td.high {
  background-color: #FFF0F0;
}

tr.sepalated {
  border-width: medium;
}

table.table-std {
  border-collapse: collapse;
  border-width: 0px;
  overflow: scroll;
  table-layout: fixed;
}

td.cell-std {
  height: 36px;
  width: 64px;
}

/* Summary table */

div.table_scroll {
  overflow-x: scroll;
  border-radius: 0px 4px 2px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
	height: 100%;
}

div.table_fixed {
  border-radius: 4px 0px 0px 2px;
  border-style: solid;
  border-width: 1px;
  float: left;
}

table.sum_table {
  border-style: solid;
  border-width: 0px;
  border-collapse: separate;
  border-spacing: 0px;
}

div.slider_rail {
  margin-top: 4px;
  padding: 2px;
  border-radius: 8px;
  height: 16px;
  background-color: gray;
}

div.slider_knob {
  border-radius: 7px;
  width: 256px;
  height: 100%;
  background-color: white;
  position: relative;
}

.sum_table.l {
  border-radius: 6px 0px 0px 6px;
}

.sum_table.r {
  border-radius: 0px 6px 6px 0px;
  width: 1000px;
  margin-left: -1px;
}

.sum_table.l td {
  height: 32px;
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
}

.sum_table.r td {
  height: 32px;
  padding: 4px;
  text-align: center;
}

.r th {
  width: 36px;
  background-color: #DDDDDD;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #666666;
}

.r th.mEnd {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #EEEEEE;
}

.r td {
  width: 36px;
}

.r td.mEnd {
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: #EEEEEE;
}

.l tr.summary_row td {
}

.l th {
  height: 55px;
  background-color: #DDDDDD;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #666666;
}

.l td {
}

tr.row-std {
  border-width: 0px;
  border-bottom-width: thin;
  border-style: solid;
  height: 32px;
}

/*Calendar*/

td.cal_btn_cell {
  padding: 4px;
}

button.cal_btn_month {
  width: 42px;
  margin: 1px;
  margin-bottom: 8px;
}

.height100{
  height:100% !important;
}
.height260{
  height:260px !important;
}
.height200{
  height:200px !important;
}

.dialog{
  width:1000px !important;
  max-width:1000px !important;
}

/* 集計画面　案件名スタイル */
td.work_status_0 {	color: red;	}
td.work_status_1 {	color: orange;	}
td.work_status_2 {	color: orange;	}
td.work_status_3 {	color: orange;	}
td.work_status_4 {	color: orange;	}
td.work_status_5 {	color: green;	}
td.work_status_6 {	color: blue;	}
td.work_status_7 {	color: black;	}
td.work_status_8 {	color: red;		text-decoration: line-through;	}

/* プロジェクト管理 プロジェクト一覧リスト */
ul#project_row li {
	font-size: small;
	margin-top: .1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div#project_panel {
	padding-left: 4px;
	padding-right: 4px;
}

tbody#editor_rows {
	font-size: small;
}

tbody#editor_rows input {
	font-size: inherit;
}

div#cb_show_all label {
	font-size: small;
	margin: 0;
	padding: 0;
	padding-left: 2rem;
}
