.topbar {
	background:#265a8f;
}
.nav-top{
	background: #265a8f;
}
.navbar {
	background: #68a4d4 !important;
}
.footer{
	background: #9dc5ee !important;
}
.btn-primary,
.btn-border{
	background:#265a8f;
}
.btn-primary:hover,
.btn-primary:focus {
	background: #3570ad;
	box-shadow: none;
}
.table thead tr th, .table thead tr td {
	background: #7fb4de;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: relative;
	background: #83b8e2;
}
.dropdown-item.active, .dropdown-item:active {
	background: #5a96c5!important;
}
.btn-border {
	background: transparent;
	border: 1.5px solid #3570ad;
	cursor: pointer;
	color: #3570ad;
}
.btn-border:hover, .btn-border:focus{
	background: #3570ad;
	color: #fff;
}
.btn-small-square {
	background: rgb(38 90 143);
}
.form-check-input:checked {
	background-color: #3570ad;
	border-color: #3570ad;
}
.sticky-bottom .table tbody tr th {
	background: #7fb4de;
}
.swal2-styled.swal2-confirm{
	background:#3570ad !important;
}
a {
	color: #265a8f;
}
a:hover {
	color: #3570ad;
}
#login {
	float: left;
	width: 100%;
	position: relative;
	background: #00c6ff;
	background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
	background: linear-gradient(to right, #0072ff, #00c6ff);
	background-size: cover;
	height: 100vh;
	background-attachment: fixed;

}
.printbtn {
    border: 1.5px solid #3570ad;
    color: #fff;
    background: #3570ad;
}
.dashboard-content h2 {
    color: #3570ad;
}