.wrap > .container {
    padding:0px;
}
.btn {
    border-radius: 0px;
}
.btn:hover {
    position: relative;
    top: -1px;
}
.summary {
	margin-left:8px;
}
.fas {
	font-size:16px;
}
.alert-success {
	background-color: #cff0c8;
	border-color: #c6e9b6;
}
.alert-danger {
	background-color: #f2cece;
	border-color: #ebbcc1;
}
select.form-control{
	-webkit-appearance: listbox !important;
	appearance: listbox !important;
}
.close {
	color:#000;
	opacity:0.8;
}
.table {
	padding:0px;
	border:1px solid #C5C5C5;
}
.table-striped {
	--bs-table-striped-bg: rgb(0,0,0,0);
    --bs-table-bg: rgb(0,0,0,0);
}

.table-striped > tbody > tr:nth-of-type(odd){
	background-color:#fafafa;
}

table > thead, .table-striped > tbody > tr:nth-of-type(even) {
	background-color:#e7e7e7;
} 
.form-control {
    border-radius:0px;
}
tr.info > td {
    background-color:#FFF !important;
}
.kv-date-picker {
    background-color:#FFF;
}
.btn-info {
	color:#FFF;
}
.control-label {
	font-weight:700;
}
.help-block {
	color:#f33;
}