.btn-custom{
	width: auto;
}
.header-title{
	display: inline-block;
	float: left;
}
.f-right{
	float: right;
}
.btn-custom-table{
	width: auto;
	padding: 5px 10px; 
}
table.dataTable thead{
	background-color: #278595;
	color: white;
	letter-spacing: 2px;
}
table.dataTable tbody tr{
	color: white;
}
.user-link{
	right: auto;
    position: relative !important;
}
.error{
	float: left;
    padding-left: 1px;
}
.bg-color{
	background-color: #278595;
}

#cityTable_filter input{
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#groupTable_filter input{
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#userTable_filter input{
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}