@charset 'utf-8';

html, body {
	min-width: 1000px;
	overflow: hidden;
}


#upper {
	height: 200px !important;
	position: relative !important;
}

#toolbar {
	display: flex;
	height: 40px;
	border-bottom: 1px solid #989898;
	overflow: hidden;
}

#toolbar .actionbar {
	width: 100%;
	padding: 0;
}

#toolbar .actionbar .btnarea .btn a {
	width: auto;
	min-width: 0;
	margin: 0 5px;
	padding: .5em;
}

#toolbar .actionbar .right .btn a {
	min-width: 100px;
}

#toolbar .actionbar .right .btn.submit a {
	min-width: 150px;
}

#toolbar .actionbar .left > div:not(:last-child) {
	padding-right: 1em;
}

#toolbar .actionbar .date {
	font-size: 1.2em;
	font-weight: 700;
}

#toolbar .actionbar table {
	font-size: .85em;
}

#toolbar .actionbar table th,
#toolbar .actionbar table td {
	padding: .2em .6em;
	line-height: 1;
}

#toolbar .actionbar table th {
	font-weight: normal;
	text-align: left;
}

#toolbar .actionbar table td {
	text-align: right;
}

#container {
	display: flex;
	height: calc(100% - 240px);
	overflow: hidden;
}

#container .board {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-size: 1.4em;
	line-height: 1.6;
}

#staffingboard.board {
	width: calc(100% - 240px);
	border-right: 2px solid #989898;
	background: #f2f2f2;
}

#personnellist.board {
	background: #ccc;
	width: 240px;
}

#container .frame {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

#container .sheet {
}

#container .effective {
	height: calc(100% - 40px);
	overflow-y: scroll;
}

body#confirmed #container .effective {
	height: 100%;
	overflow-y: scroll;
}

body#confirmed #personnelbody.effective {
	overflow: hidden;
}


.staffingline {
	display: flex;
	border-bottom: 1px solid #989898;
	overflow: hidden;
	position: relative;
	transition: .2s;
}

.staffingline.disable {
	display: none;
}

.staffingline.unmasked {
	background: #fff;
}

.staffingline.masked:after {
	content: '';
	background: #fff;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.staffingline:not(.confirmed):not(.masked):not(.unmasked):hover {
	background: #fff;
}

.staffingline .fieldinfo {
	width: 340px;
	padding: .3em .7em;
	border-right: 1px solid #989898;
	background: #fafafa;
	position: relative;
	cursor: pointer;
}

.staffingline .fieldinfo .drawer {
	display: none;
	transition: .2s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.staffingline .fieldinfo .drawer > .inner {
	padding: .5em 1em;
	color: #fff;
}

.staffingline.unmasked .fieldinfo .drawer {
	display: block;
	background: rgba(0,0,0,.8);
}

.staffingline.unmasked .fieldinfo .drawer .actionbtn {
	display: block;
	width: 100%;
	margin-top: .4em;
}

.staffingline.unmasked .fieldinfo .drawer .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: .2s;
}

.staffingline.unmasked .fieldinfo .drawer .actionbtn .btn:hover {
	background: #a6a6a6;
}

.staffingline.unmasked .fieldinfo .drawer .actionbtn .btn span {
	display: block;
	margin: 0 .2em;
}

.staffingline.unmasked .fieldinfo .drawer.contact span.icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .85em;
}

.staffingline.unmasked .fieldinfo .drawer .selectbtn.columns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
}

.staffingline.unmasked .fieldinfo .drawer .selectbtn.columns .btn {
	width: calc(50% - .2em);
	margin: 0 .2em;
}

.staffingline.unmasked .fieldinfo .drawer .selectbtn.columns .btn:first-child {
	margin-left: 0;
}

.staffingline.unmasked .fieldinfo .drawer .selectbtn.columns .btn:last-child {
	margin-right: 0;
}

.staffingline.unmasked .fieldinfo .drawer .selectbtn.columns .btn .label {
	font-size: .85em;
}

.staffingline.unmasked .fieldinfo .drawer .closebtn {
	width: 2em;
	height: 2em;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.staffingline.unmasked .fieldinfo .drawer .closebtn:before,
.staffingline.unmasked .fieldinfo .drawer .closebtn:after {
	content: '';
	width: .1em;
	height: 1.5em;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
}

.staffingline.unmasked .fieldinfo .drawer .closebtn:before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.staffingline.unmasked .fieldinfo .drawer .closebtn:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.staffingline .personnelgroup {
	width: calc(100% - 340px);
	cursor: pointer;
}

.staffingline .fieldinfo .fieldname {
	display: flex;
	font-size: 1.1em;
}

.staffingline .fieldinfo .fieldname .timeframe {
	width: 1.2em;
	color: #666;
}

.staffingline .fieldinfo .fieldname .timeframe > span {
	font-size: 1em;
}

.staffingline .fieldinfo .fieldname .label {
	flex-grow: 1;
	font-weight: 900;
}

.staffingline .fieldinfo .matadata {
}

.staffingline .fieldinfo .matadata > span {
	display: inline-block;
	margin: 2px;
}

.staffingline .fieldinfo .matadata span span {
	display: inline-block;
	padding: .2em .7em;
	background: #989898;
	color: #fff;
	font-size: .75em;
}

.staffingline .fieldinfo .matadata .headcount span {
	background: #d8d8d8;
	color: #000;
}

.staffingline .fieldinfo .matadata .headcount strong {
	display: inline-block;
	margin-right: .2em;
	font-weight: 900;
}

.staffingline .fieldinfo .management {
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #989898;
	font-size: .75em;
}


/* 
.staffingline.confirmed {
	border: 3px solid #666;
}
 */

.staffingline.confirmed:before {
	content: '';
	border: 3px solid #666;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
}

.staffingline.confirmed:after {
	content: '確定';
	padding: .3em 5em;
	background: #666;
	transform: rotate(-45deg);
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 5px;
	left: -60px;
	pointer-events: none;
}

.staffingline.confirmed,
.staffingline.confirmed .fieldinfo {
	background: #fff;
}

.staffingline.confirmed .fieldinfo .matadata {
	padding-left: 50px;
}

/* 
.staffingline.confirmed .fieldinfo {
	width: calc(300px - 3px);
	padding: calc(.5em - 3px) calc(1em - 3px);
	padding-right: 1em;
}

.staffingline.confirmed .personnelgroup {
	padding: calc(.5em - 3px);
	padding-left: .5em;
}
 */


.staffingline .undecidederrormsg {
	display: none;
}

.staffingline .undecidederrormsg.show {
	display: inline-block;
	height: 30px;
	padding: 0 1em;
	background: #e7345c;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 300px;
/* 	transition: .2s; */
	animation: hidemessage 3s linear forwards;
}

@keyframes hidemessage {

	90%{
		opacity: 1;
	}

	100%{
		opacity: 0;
	}
}

.staffingline .undecidederrormsg:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 15px 5px;
	border-color: transparent transparent #e7345c transparent;
	position: absolute;
	top: -15px;
	left: 10%;
}

.staffingline .undecidederrormsg > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
}

.staffingline .undecidederrormsg p {
	font-size: .85em;
	white-space: nowrap;
}




.personnelgroup,
.personnelstack {
	display: flex;
	flex-wrap: wrap;
	padding: .3em;
}

.personnelpanel {
	display: flex;
	flex-direction: column;
	width: 100%;
/* 
	width: 260px;
	min-height: 100px;
 */
	padding: .3em;
}

.personnelpanel.disable {
	display: none;
}

.personnelinfo {
	display: flex;
	flex-direction: column;
	width: 100%;
/* 	height: 100%; */
	padding: .3em 1em;
	border: 2px solid #989898;
	background: #fff;
	font-size: 1em;
	position: relative;
}

.personnelinfo:not(.blank) {
	cursor: grab;
}

.personnelinfo.ui-draggable-dragging {
/* 	z-index: 999; */
	cursor: grabbing;
}

.personnelinfo.blank {
	border-style: dotted;
	background: #fafafa;
	text-align: center;
	z-index: 1;
}

.personnelinfo.blank .name {
	opacity: .3;
}

.personnelinfo .statusbar {
	display: flex;
}

.personnelinfo .statusbar > div {
	padding: 1px 4px;
	cursor: pointer;
}

.personnelinfo .name {
	font-size: 1em;
	font-weight: 700;
	position: relative;
}

.personnelinfo .name .icon {
	padding-right: .3em;
	font-size: .8em;
}

.personnelinfo .name .icon {
	display: none;
}

.personnelgroup .personnelinfo .name .icon {
	display: none;
}

.personnelinfo .name .icon > span {
	font-size: 1.4em;
	transform: translateY(2px);
}

.personnelstack .personnelinfo.assigned .name .icon.assigned {
	display: inline;
}

.personnelgroup .personnelpanel.tentative .personnelinfo .name .icon.offered {
	display: inline;
}


/* 
.personnelpanel.confirmed .personnelinfo {
	padding: calc(1em - 2px);
	border-width: 4px;
}
 */

.personnelstack .personnelinfo .statusbar {
	display: none;
}

.personnelinfo .contact {
	display: none;
}

.personnelgroup .personnelpanel {
	width: 180px;
}

.personnelgroup .personnelinfo {
	padding: .5em 1em;
}

/* 
.personnelgroup .personnelpanel.confirmed .personnelinfo {
	padding-top: calc(.5em - 2px);
	padding-left: calc(1em - 2px);
	padding-right: calc(1em - 2px);
	padding-bottom: calc(.5em - 2px);
}
 */

.personnelgroup .personnelpanel.confirmed .personnelinfo:before {
	content: '';
	border: 3px solid #989898;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
}

.personnelgroup .personnelinfo.certification:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #989898 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.personnelgroup .personnelpanel.confirmed .personnelinfo.certification:after {
	border-width: 13px 13px 0 0;
}

.personnelgroup .personnelinfo .name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.personnelgroup .personnelinfo .definitionlist {
	display: none;
}

.personnelgroup .personnelinfo.affiliated .definitionlist.affiliation {
	display: block;
}

.personnelgroup .personnelinfo.affiliated .name {
	transform: translateY(-.5em);
}

.personnelgroup .personnelinfo.affiliated .definitionlist.affiliation {
	width: 100%;
	padding: 0;
	font-size: .8em;
	position: absolute;
	bottom: .1em;
	left: 0;
}

.personnelgroup .personnelinfo.affiliated .definitionlist .header {
	display: none;
}

.personnelgroup .personnelinfo.affiliated .definitionlist p {
	padding: 0 1.2em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.board .definitionlist {
	padding-left: 3em;
	color: #676767;
	font-size: .85em;
	position: relative;
}

.board .definitionlist .header {
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}


.controlbar {
	display: flex;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #989898;
	background: #ccc;
	position: relative;
	z-index: 10;
}

.controlbar .filterbar {
	display: flex;
	width: 100%;
	height: 100%;
	max-width: 260px;
	background: #e5e5e5;
}

#staffingboard .controlbar .filterbar {
	max-width: 340px;
	border-right: 1px solid #989898;
}

.controlbar .filterbar .filtermenu {
	flex-grow: 1;
}

.controlbar .filterbar .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 100%;
	font-size: 20px;
	transition: .2s;
}

.controlbar .filterbar .filtergroup {
	display: flex;
	align-items: center;
}

.controlbar .filterbar .filtergroup {
	display: flex;
	align-items: center;
	position: relative;
}

.controlbar .filterbar .filtergroup .filterbtn {
	display: flex;
	align-items: center;
	height: 100%;
}

.controlbar .filterbar .btn {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: 100%;
	transition: .2s;
}

.controlbar .filterbar .filtermenubtn {
	padding: 0 5px;
}

.controlbar .filterbar .filtermenubtn.hold .icon.arrow {
	transform: rotate(180deg);
}

.controlbar .filterbar .btn {
	cursor: pointer;
}

.controlbar .filterbar .btn:hover,
.controlbar .filterbar .btn.hold {
	background: #f5f5f5;
}



#personnellist .search_filter_box {
	left: auto;
/* 	right: -60px; */
	right: 0;
}



.dialogbox {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	font-size: 1rem;
	line-height: 1.6;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: .2s;
}

.dialogbox.show {
	opacity: 1;
	z-index: 9999;
}

.dialogbox > .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.dialogbox .personnelpanel {
	width: 540px;
	padding: 0;
}

.dialogbox .personnelinfo {
	padding: 2em;
	cursor: auto;
}

.dialogbox .personnelinfo .name {
	font-size: 1.4em;
	margin-bottom: .5em;
}

.dialogbox .personnelinfo .foncall {
	display: block;
	width: 100%;
	margin-top: 1em;
}

.dialogbox .personnelinfo .foncall .fonnunber {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6em;
}

.dialogbox .personnelinfo .foncall .fonnunber span {
	display: block;
	margin: 0 .2em;
}

.dialogbox .personnelinfo .foncall .fonnunber span.label {
	font-weight: 700;
}

.dialogbox .personnelinfo.staffingboard .actionbtn {
	display: block;
	width: 100%;
	margin-top: 1em;
}

.dialogbox .personnelinfo .actionbtn .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em;
	background: #929292;
	color: #fff;
	cursor: pointer;
	transition: .2s;
}

.dialogbox .personnelinfo .actionbtn .btn:hover {
	background: #a6a6a6;
}

.dialogbox .personnelinfo .actionbtn .btn span {
	display: block;
	margin: 0 .2em;
}

.dialogbox .personnelinfo .contact span.icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .85em;
}

.dialogbox .message {
	width: 540px;
	padding: 2em;
	border: 2px solid #989898;
	background: #fff;
	font-size: 1rem;
	position: relative;
}

.dialogbox .message .actionbtn.columns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
}

.dialogbox .message .actionbtn.columns .btn {
	width: 45%;
	margin: 0 2%;
}

.dialogbox .message .actionbtn .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em;
	border: 1px solid #929292;
	background: #929292;
	color: #fff;
	cursor: pointer;
	transition: .2s;
}

.dialogbox .message .actionbtn .btn:hover {
	background: #a6a6a6;
}

.dialogbox .message .actionbtn .btn span {
	display: block;
	margin: 0 .2em;
}

.dialogbox .message .actionbtn .btn.cancel {
	background: #fff;
	color: #929292;
}

.dialogbox .message .actionbtn .btn.cancel:hover {
	background: #dfdfdf;
}


#jobofferaction.dialogbox > .inner > .board {
	height: auto;
	height: 600px;
	position: relative;
}

#jobofferaction.dialogbox.done > .inner > .board {
	height: auto;
}

#jobofferaction.dialogbox .message {
	height: 100%;
	padding: 0;
}

#jobofferaction.dialogbox .messagebody {
	height: 100%;
	padding: 2em;
	overflow-y: scroll;
	font-size: .9rem;
}

#jobofferaction.dialogbox .message .header {
	margin-bottom: .3em;
	padding-bottom: .3em;
	font-size: .9em;
	font-weight: normal;
}

#jobofferaction.dialogbox .message .header.line {
	border-bottom: 1px solid;
}

#jobofferaction.dialogbox .message .fieldname {
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid;
	font-size: 1.4em;
	font-weight: 900;
}

#jobofferaction.dialogbox .message .namelist {
	margin-bottom: 1em;
	padding-bottom: .3em;
	border-bottom: 1px solid;
	font-size: 1.1em;
}

#jobofferaction.dialogbox .message .namelist strong {
	display: inline-block;
}

#jobofferaction.dialogbox .message .header.done {
	display: none;
}

#jobofferaction.dialogbox.done .message .header.done {
	display: block;
}

#jobofferaction.dialogbox.done .message .header.confirm {
	display: none;
}

#jobofferaction.dialogbox.done #joboffer-messagebody {
	display: none;
}

#jobofferaction.dialogbox.done #sendjoboffermailbtn {
	display: none;
}

#jobofferaction.dialogbox.done .actionbtn {
	margin-top: 2em;
}


.dialogbox:not(.done) .message .actionbtn.columns .closescreen {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dialogbox:not(.done) .message .actionbtn.columns .btn {
	width: calc(50% - .2em);
	margin: 0 .2em;
}

.dialogbox:not(.done) .message .actionbtn.columns .btn:first-child {
	margin-left: 0;
}

.dialogbox:not(.done) .message .actionbtn.columns .btn:last-child {
	margin-right: 0;
}

.dialogbox .message .actionbtn .closescreen {
	background: #fff;
	color: #000;
}

.dialogbox .message .actionbtn .closescreen:hover {
	background: #ccc;
}




#closebtn {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: -2px;
	position: relative;
	z-index: 10;
}

#closebtn .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em 1em;
/* 
	border: 2px solid #989898;
 */
	background: #fff;
	color: #000;
	font-size: .85em;
	cursor: pointer;
	transition: .2s;
}

#closebtn .btn:hover {
	background: #ccc;
}



#personnelbody {
	position: relative;
}

#personnelbody .personnelstack {
	display: block;
	height: 100%;
	position: relative;
}

#personnelbody .slideCtrl {
	background-color: rgba(255,255,255,.6);
	color: rgba(0,0,0,.6);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
}

#personnelbody .slideCtrl.up,
#personnelbody .slideCtrl.down {
	width: 100%;
	height: 40px;
	font-size: 1rem;
	line-height: 40px;
	left: 0;
}

#personnelbody .slideCtrl.up {
	top: 0;
}

#personnelbody .slideCtrl.down {
	bottom: 0;
}


/*
html, body {
	overflow: auto;
}

#container {
	height: auto;
}

#container .board {
	height: auto;
}

#container .frame {
	height: auto;
}

#container .effective {
	height: auto;
	overflow-y: auto;
}
*/



.staffingbodycolumns {
	display: flex;
	flex-wrap: wrap;
}

.staffingbodycolumns .column {
	width: 50%;
}

.staffingbodycolumns .column:first-child {
	border-right: 1px solid #989898;
}

.staffingbodycolumns .column:last-child {
	border-left: 1px solid #989898;
}

.staffingbodycolumns .column .fieldinfo {
	background: #ebebeb;
}



.infoscreen {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.95);
	opacity: 0;
	font-size: 1rem;
	line-height: 1.6;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: .2s;
}

.infoscreen.show {
	opacity: 1;
	z-index: 9999;
}

.infoscreen > .inner {
	display: flex;
	justify-content: center;
/* 	align-items: center; */
	width: 100%;
	height: 100%;
	padding: 2em;
	position: relative;
}

.infoscreen .board {
	width: 100%;
	max-width: 1100px;
	overflow-y: scroll;
	position: relative;
}

.infoscreen .cover {
	width: 100%;
	padding: 2em;
	border: 3px solid #ccc;
	background-color: #fff;
	font-size: 1rem;
	line-height: 1.6;
	position: relative;
}

.infoscreen .content {
	display: none;
	width: 100%;
	position: relative;
}

.infoscreen .content.show {
	display: block;
}

.infoscreen .content:not(:last-child) {
	margin-bottom: 1em;
}

.infoscreen .tbl {
	font-size: 1em;
}

.infoscreen .tbl:not(:last-child) {
	margin-bottom: 1em;
}

.infoscreen .tbl h3 {
	padding: .3em .8em;
	border-bottom: 2px solid;
	font-size: 1em;
}

.infoscreen .tbl h3 small {
	font-size: .85em;
	font-weight: normal;
}

.infoscreen .tbl table {
	width: 100%;
	font-size: .85em;
}

.infoscreen .tbl table tr {
	border-bottom: 1px solid #999;
}

.infoscreen .tbl table th,
.infoscreen .tbl table td {
	padding: .5em 1em;
	text-align: left;
}

.infoscreen .tbl table th {
	background: #e6e6e6;
}

.infoscreen .tbl table thead th {
	text-align: center;
	vertical-align: middle;
}

.infoscreen .tbl table thead th:not(:last-child) {
	border-right: 1px solid #999;
}

.infoscreen .tbl table:not(.horizontal) tbody th {
	width: 200px;
}

/* 
.infoscreen .tbl table tbody th + td {
	width: calc(100% - 200px);
}
 */

.infoscreen .tbl table.horizontal {
	font-size: .75em;
}

.infoscreen .tbl table.horizontal tbody th > span {
	display: block;
}

.infoscreen .tbl table.horizontal tbody th .fonnumber {
	white-space: nowrap;
	font-weight: normal;
}

.infoscreen .tbl table.horizontal tbody th,
.infoscreen .tbl table.horizontal tbody td:not(:last-child) {
	border-right: 1px solid #999;
}

.infoscreen .tbl table.horizontal tbody th {
	vertical-align: middle;
}

.infoscreen .tbl table.horizontal tbody td {
	padding: .3em .5em;
}

.infoscreen .tbl table.horizontal tbody td.center {
	text-align: center;
	vertical-align: middle;
}

.infoscreen .tbl table.horizontal tbody td .form_item > div:not(:last-child) {
	margin-bottom: .5em;
}

.infoscreen .tbl table.horizontal tbody td .form_item > div > span {
	margin: 0;
}

.infoscreen .tbl table.horizontal tbody td .form_item > div > span.selectmenu select,
.infoscreen .tbl table.horizontal tbody td .form_item > div > span.inputtext input {
	padding: .3em .5em;
	font-size: 1em !important;
}

.infoscreen .tbl table.horizontal tbody td .form_item > div > span.selectmenu select {
	padding-right: 30px;
}

.infoscreen .tbl table.horizontal tbody td .form_item .btngroup {
	margin: 0;
}

.infoscreen .tbl table.horizontal tbody td .form_item .btngroup li {
	font-size: .85em;
}

.infoscreen .tbl table.horizontal tbody td .form_item label.radio,
.infoscreen .tbl table.horizontal tbody td .form_item label.checkbox {
	padding: .5em;
	padding-left: 3em;
}

.infoscreen .tbl table.horizontal tbody td .form_item label.checkbox:before {
	left: 11px;
}

.infoscreen .tbl table.horizontal tbody td .form_item label.radio:after,
.infoscreen .tbl table.horizontal tbody td .form_item label.checkbox:after {
	left: 5px;
}

.infoscreen .tbl .history {
	font-size: .85em;
}

.infoscreen .tbl .history > .item {
	display: flex;
	padding: .5em 1em;
	border-bottom: 1px solid #ccc;
}

.infoscreen .tbl .history > .item > span:not(:last-child) {
	padding-right: 1em;
}

.infoscreen .tbl .history > .item > .date {
	width: 12em;
	white-space: nowrap;
}

.infoscreen .tbl .history > .item > .time {
	width: 8em;
	white-space: nowrap;
}

.infoscreen .tbl .history > .item > .fieldname {
	width: calc(100% - (12em + 8em));
	flex-grow: 1;
}

.infoscreen .actionbar {
	padding: 0;
}

.infoscreen .actionbar .btn:first-child {
	flex-grow: 1;
}
