//@import "../../../abstracts/abstracts";

#content-wrapper {
	.content-table {
		thead {
			tr {
				&:first-of-type {
					height: 50px;
				}
			}
		}
		margin: 0;
		line-height: 14px;
		font-size: $font-size-base;
		th {
			padding: 4px 10px;
		}
		input.search {
			font-size: $font-size-base;
			height: 30px;
			display: inline-block;
			padding: 5px 8px;
			vertical-align: middle;
			width: 220px;
			line-height: 14px;
		}
	}
}
.content-table {
	td {
		padding: 4px 10px;
		color: #b9b9b9;
	}
	input.search {
		border-radius: $border-radius-button-default;
		background: #ffffff !important;
		border: 2px solid #e5e7ec !important;
		color: #626d86 !important;
	}
	thead {
		tr {
			&:first-of-type {
				background: #ffffff;
			}
			border-bottom: 1px solid #e0e6f3;
		}
		th {
			color: #626d86;
		}
	}
	tbody {
		tr {
			border-bottom: 1px solid #e0e6f3;
		}
	}
	border-top: 1px solid #e0e6f3;
	th {
		color: #b9b9b9;
	}
}