@CHARSET "UTF-8";

#actionDiv .removedTip{
	height:26px;
	line-height:26px;
	text-align:center;
	float:left;
	color:#f34235;
    right: 116px;
}

#actionDiv  .removedTip a{
	color:#f34235;
}

#d_clip_button.hover{
	background: #1464bf;
}
#d_clip_button.copyed{
	background: #1464bf;
}
.inventory_top.row{
	margin-bottom:8px;
}
#inventory_search_div {
    display: block;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0 52px 0 8px;
    border: 0;
    border-radius: 20px;
    background-color: #fff;
    border:1px solid #ebeef0;
    margin-top:4px;
}
#inventory_search_div input#Tablesearch {
    margin: 2px 0 0 18px;
    height: 30px;
    border:none;
}
#inventory_search_div .prefix{
	margin-top:6px;
	width:26px;
}
#actionDiv ul{
	border-radius:4px;
	list-style-type: none;
	height:28px;
	padding:0px;
	margin:0;
	margin-top:4px;
}
#actionDiv .deleteap,#actionDiv .exportcsv,.copyap{
	height:26px;
	line-height:26px;
	text-align:center;
	float:left;
	background:#fff;
	cursor:pointer;
	border:1px solid #ebeef0;
}
#actionDiv .deleteap{
	border-radius:4px 0 0 4px;
}
#actionDiv .exportcsv{
	border-radius:0 4px 4px 0;
}
.copyap{
		border-radius:0;
}
#actionDiv .deleteap a,#actionDiv .exportcsv a,  .copyap a{
	display:block;
	width:16px;
	height:16px;
	margin:4px 12px;
}
#actionDiv li:hover, div.copyap:hover{
		background:#eaf8ff;
}
#actionDiv li:active,div.copyap:active{
	background:#d0efff;
}
#actionDiv li.disable,div.copyap.disable{
	background:#f6f6f6;
	cursor:default;
}
#actionDiv li.disable:hover,div.copyap.disable:hover{
	background:#f6f6f6;
}
#actionDiv li.disable:active,div.copyap.disable:active{
	background:#f6f6f6;
}
#actionDiv li.disable a,div.copyap.disable a{
	background-position:left -16px;
    cursor:default;
}
.copyap a{
	
	background: url("../resource/image/modal/Inventory_copy.png") left top no-repeat;
}
#actionDiv .deleteap a{
	background: url("../resource/image/modal/Inventory_delete.png") left top no-repeat;
}
#actionDiv .exportcsv a{
	background: url("../resource/image/modal/Inventory_export.png") left top no-repeat;
}
#inventoryTable {
		table-layout:fixed;
	/* width: 896px; */
}
#inventoryModal [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 2px solid #aaa;
    top: 0px;
    z-index: 0;
}
#inventoryModal [type="checkbox"] + label {
    margin-left: 8px;
     height: 14px;
    line-height: 14px;
        padding-left: 20px;
}
#inventoryModal [type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 6px;
    height: 9px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #2095f2;
    border-bottom: 2px solid #2095f2;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
#inventoryModal [type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #2095f2;
     background-color: #fff; 
    z-index: 0;
}
#inventoryModal  input[type=text] {
    background-color: transparent;
    border-radius: 2px;
    outline: none;
    height: 32px;
    width: 100%;
    font-size: 1rem;
    margin: 13px 0 12px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    padding:0 4px;
}

#inventoryModal select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 0px;
    border: 1px solid #ced7db;
    border-radius: 2px;
    height:32px;
    display: block;
}
#inventoryTable thead tr{
border-top:none;

	
}
#inventoryTable tr{

	border-top:1px solid #bbb;
}
#inventoryTable thead>tr>th:first-child{
	padding-left:5px;
	padding-right:10px;
}
#inventoryTable thead tr th{
	height:34px;
	font-size:14px;
	color:#778f9b;
	padding:15px 0;
}
#inventoryTable thead tr th a{
    font-size: 14px;
    color: #778f9b;
    }
#inventoryTable thead tr th i{
	float:right;
    margin-right: 20px;
    color: #ced7db;
}
#inventoryTable thead tr th i.active{
    color: #778f9b;
}
#InventoryBody tr{
	height:60px;
}
#inventoryTable .form-control{
	padding:0px 4px;
	font-size:14px;
}
#InventoryBody tr>td {
	padding: 0;
	font-size:14px;
	overflow:hidden;
	text-overflow:ellipsis;/* ???????????????(...) ???overflow:hidden;?????*/
	white-space: nowrap;
	color:#444;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-radius: 4px;
}

.normalRow {
	background-color: #ffffff;
	height: 24px;
	line-height: 22px;
	/*word-break: break-all;*/
}

.normalRow td {
	align-content: center;
}

.specialRow {
	/* background: #eeeeee; */
	
	height: 24px;
	line-height: 22px;
}

.HighLightRow {
/* 	background: #eaf8ff; */
	text-align: left;
	height: 22px;
	line-height: 22px;
}

.EditCell_TextBox {
	width: 100%;
	height: 22px;
	 line-height: 22px;
	padding-top:0px !important;
	margin: 0px;
	padding-right: 0px;
}

.EditCell_DropDownList {
	width: 100%;
	height: 22px;
	line-height: 22px;
	margin: 0px;
}
#noResultDiv{
	padding-top:80px;
	background:#fff;
	border:1px solid #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display:none;
}
.export-title{
	background: url("../resource/image/menu/Export.png") left top no-repeat;
}
.Inventory-title{
	background: url("../resource/image/modal/Inventory_title.png") left top no-repeat;
}
.Inventory-copy-title{
	background: url("../resource/image/modal/Inventory_export.png") left top no-repeat;
}
.Inventory-delete-title{
	background: url("../resource/image/modal/Inventory_delete.png") left top no-repeat;
}

