table.item_grid {
	min-width: 100%;
}

table.item_grid , 
table.item_grid tr, 
table.item_grid th, 
table.item_grid td 
{
	border: 1px solid silver;
	padding: 5px !important;
}

table.item_grid select {
	min-width: 60px;
}

/*Item grid responsive*/
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {

	table.item_grid tr {
		position: relative;
	    top: 0; 
	    left: 0; 
	}

	table.item_grid tr .grid_add_row ,
	table.item_grid tr .grid_delete_row {
		margin: 0;
	}

	table.item_grid tr .bootstrap-select button {
		margin: 0;
	}
}

.item .dropdown.bootstrap-select {
	min-width: 75px;
}

/* Estimate View */
table.custom-title-table,
table.custom-grid-table {
	width: 100%;
}

table.custom-table-border
table.custom-table-border tr,
table.custom-table-border td,
table.custom-table-border th {
	border: 1px solid #777 !important;
	padding: 0 3px;
}

.custom-table-head {
	background-color: #415164;
    color: #FFF;
    font-weight: 500;
}

.custom-item-grid {
	margin-bottom: 10px;
}

.custom-item-grid-title {
	margin: 0 0 2px !important;
}




/* bootstrap overight*/
.custom-table-border>tbody>tr:first-child td {
	border-top: 1px solid #777 !important;
}

/* reference photos */
#reference_photos .thumbnail {
	display: inline-block;
	margin: 0px 5px;
	width: 100px;
}
