﻿.alert {
	border-color: transparent;
}

.atv .form-control {
	background-color: transparent;
}
.form-group label {
	font-size: 87.5%;
	font-weight: bold;
}
.card-header {
	border-bottom-color: transparent;
}
.btn.dropdown-toggle {
	box-shadow: none;
}
.modal-header, .modal-footer {
	background-color: rgba(0,0,0,.03);
}
.modal-header {
	border-bottom-color: transparent;
}
.modal-footer {
	border-top-color: transparent;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.table-bordered td, .table-bordered th {
	border-color: rgba(0,0,0,.03);
}
.table-bordered.table thead th {
	border-bottom-width: 1px;
}