body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 15px;
	font-weight:400;
}

.form-control:focus {
    box-shadow: unset;
}
a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

b{
	color:#232323;
}
.input-group-text{
	border-radius:0!important;
	line-height:1.9!important;
}

a:hover {
    text-decoration: none;
}
.login-header h1{
	font-weight: 600;
	font-size: 35px;
}
.login-right label{
	font-size: 14px;
}
.form-select{
	padding: 12px 7px!important;
	font-size: 12px!important;
	border-radius: 0!important;
}
.form-control{
	padding: 12px 7px!important;
	font-size: 12px!important;
	border-radius: 0!important;
}
.form-control:focus {
	border-color:#ced4da!important;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0)!important;
}
.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 0!important;
}
.btn-primary:hover {
	color: #fff;
	background-color: #000!important;
	border-color: #000!important;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
	ox-shadow: 0 0 0 .25rem rgba(49,132,253,.0)!important;
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #000!important;
	border-color: #000!important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #000!important;
	border-color: #000!important;
	box-shadow: 0 0 0 .25rem rgba(49,132,253,.0)!important;
}

.nav-link{
	color:#ffffff!important;
}

th a{
	color:#747474!important;
}
th{
text-transform: uppercase;
    font-size: 14px;
    color: #416d7a;
	
}
.sidebar li{
	line-height:15px!important;
}
.sidebar li a{
	text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}