table.pm_table {
	border-collapse: collapse;
}

table.pm_meta_table {
	border-collapse: collapse;
}

.pm_meta_table td {
	white-space: nowrap;
	padding-right:10px;
}

.pm_table th, .pm_table td {
	border: 1px solid #fff;
	padding: 0.5rem;
	text-align: left;
}

.pm_table thead tr {
	background: #fc9c2a;
	color: #FFF;
}
.pm_table tfoot tr {
	background: #BBBBBB;
	color: #FFF;
}
.pm_table .toggle_icon {
	padding-right: 5px;
	margin-left: -5px;
	cursor: pointer;
	color: #fc9c2a;
}

.pm_table .toggle_icon:hover .fa-plus-circle:before{
  	/*content:"\f055";*/
	font-weight: bold;
  	color: #000;
}

.pm_table td:not(:first-child), .pm_table th:not(:first-child) {
	text-align: right;
}

.pm_details_row {
	display: none;
	background-color: #d8d8d8; 
}

.toggle_icon:hover .fa-plus-circle.minus-toggle:before {
	content:"\f056";
	font-weight: bold;
	color: #000;
}

.toggle_icon .fa-plus-circle.minus-toggle:before {
	content:"\f056";
	font-weight: bold;
	color: #fc9c2a;
}
.edit_icon {
	color: #fc9c2a;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
}

.edit_icon:hover .fa-pencil:before{
	color: #000;	
}

.save_icon {
	color: #fc9c2a;
	cursor:pointer;
}

.save_icon:hover{
	color: #000;	
}

.pm_details_row td:first-child {
	/*padding-left: 40px;*/
	text-align: right;
}

.pm_table td div {
	display: inline-table;
}

div.hidden {
	display: none !important;
}

div.edit_content input {
	width: 500px;
}

.table_heading {
	font-size: 16px;
	font-weight: 550;
	text-transform: uppercase;
	margin-bottom: 10px;
}