
.navbar {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;

}

html {
	min-height: 100%; 
	position: relative;
}


nav {
	margin-bottom: 0 !important; 
	padding-bottom: 0;
}
.margin {
	margin-top: 15px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.copyright {
    background-color: #0c1d30;
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.well {
    color: #1e1e1e;
	background-color: #f6f6f6;
	border: none;
}
label {
    font-weight: 400;
}

.search-input {
    left: 15px;
}
	

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
