

a-time-insert, a-cost-insert {
	display: inline-block;
	margin-right: 5px;
}
a-cost-insert input , a-time-insert input {
	background: #F2F5FA;
	vertical-align: top;
	margin-left: 5px;
	font-size: 14px;
	width: 70px;
}
a-desc-insert {
	border: solid 1px #D7D7CD;
	border-radius: 7px;
	margin: 5px 0px;
	display: block;
	width: 100%;
}
a-desc-insert li{
	margin-bottom: 5px;
}
a-desc-insert a-container {
	box-sizing: border-box;
	font-size: 14px;
    padding: 5px;
	width: 100%;
	height: 100%;
}
a-checklist-insert {
	border: solid 1px #D7D7CD;
	border-radius: 7px;
	margin: 5px 0px;
	display: block;
	width: 100%;
}
a-checklist-insert .ButtonTop, a-spreadsheet-insert .ButtonTop {
	border-radius: 7px 7px 0px 0px;
	background: #D7D7CD;
    height: 20px;
}
a-checklist-insert .CheckContainer {
	position: absolute;
	text-align: center;
	width: 25px;
}
a-checklist-insert .ListContainer {
	width: calc(100% - 25px);
	position: absolute;
	/*text-align: center;*/
	left: 25px;
}
a-checklist-insert  .ChecklistBox {
	margin: 2px 5px;
	display: block;
	width: 15px;
	height: 20px;
}
a-checklist-insert  .ChecklistInput {
	border-bottom: solid 1px #CCCCCC;
	box-sizing: border-box;
	padding-left: 5px;
	line-height: 20px;
    font-size: 14px;
	margin: 2px 0px;
	display: block;
	width: 100%;
	height: 20px;
}

a-spreadsheet-insert .SheetCont {
	width: 100%;
}
.RowCollAmtIn {
	outline: none;
	width: 30px;
}
.SheetCols {
	display: inline-block;
	vertical-align: top;
}
a-spreadsheet-cell {
	border: solid 1px #CCCCCC;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 18px;
	padding: 0px 2px;
	font-size: 14px;
	display: block;
	outline: none;
	width: 100%;
}
a-spreadsheet-cell[selected="true"] {
	background: #ADCFFF;
}
.HiddenInputDetect {
	caret-color: transparent;
	white-space: pre;
	overflow: hidden;
	display: block;
	font-size: 1px;
	outline: none;
	width: .1px;
	height: .1px;
}
/*


a-common-module .Cost {
	background: #F2F5FA;
	vertical-align: top;
	margin-left: 5px;
	font-size: 14px;
	width: 100px;
}

a-common-module .Desc {
	background: #F2F5FA;
	position: absolute;
	font-size: 14px;
	display: block;
	width: 100%;
	height: calc(100% - 30px);
	top: 25px;
}
a-common-module .Desc ul {
	margin: 0px;
}
a-common-module .Desc li {
	padding-left: 5px;
}
*/