.hide {
	display: none;
}

fieldset {
	background-color: #eeeeee;
}

legend {
	background-color: #4059e5;
	color: white;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 8px;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #4059e5;
	border-color: #4059e5;
}

table {
	background: #fff;
	border: 1px solid #000000 !important;
	border-radius: 10px;
}

table thead tr {

	background: #4059e5;
}

tr th {
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	font-weight: unset;
	text-align: center;
	border-color: #000000 !important;
}

tr th:first-child {
	border-radius: 10px 0px 0px 0px;
}

tr th:last-child {
	border-radius: 0px 10px 0px 0px;
}

input,
button,
select,
optgroup,
textarea {
	border-radius: 4px !important;
}

.btn {
	padding: 5px 5px;
}

div.dataTables_wrapper div.dataTables_filter label {
	margin-top: 1px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 5px 0;
}

.mb-2,
.my-2 {
	margin-bottom: 5px !important;
}

form .form-actions {
	padding: 5px 0;
	margin-top: 5px;
}

.btn {
	padding: 5px 5px;
}

.flashing {
	color: #4a00d5;
	font-weight: bold;
	animation: flashing-style 0.6s linear infinite;
}

@keyframes flashing-style {
	0% {
		opacity: 0;
	}
}
.np-sm-brand {
    display: none!important;
}
.np-day-small {
    padding: 2px!important;
}
.np-today-box, .np-day-small {
    border: 1px solid #ffffff!important;
    border-radius: 0px!important;
    font-size: 16px;
    color: #222;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16)!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.np-sm-day {
    font-size: 20px!important;
    line-height: 40px!important;
}
.np-sm-date {
    padding-bottom: 0px!important;
}