.sidebar, #sidebar, .sidebar-content {
	background-color: #093b60 !important;
}

.h3 {
	 color: #093b60 !important;
}

.sidebar {
	min-width: 230px;
	max-width: 230px;
}

.panel {
	padding: 18px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #ffffff !important;
    background: #2592c0 !important;
    font-weight: normal;
    color: #000000 !important;
}

.sidebar-link, a.sidebar-link {
	background-color: #093b60 !important;
	color: rgba(233,236,239,.7);
}

.sidebar-link:hover, a.sidebar-link:hover {
    color: rgba(255,255,255,.9);
}

@media (min-width: 992px) {
	.content {
		padding: 1.5rem 1.5rem 1rem;
	}
}


.notyf__ripple {
	background-color: #2592c0 !important;
}

.bg-primary {
	background-color: #2592c0 !important;
	border-color: #2592c0 !important;
}

.btn-primary {
	background-color: #2592c0 !important;
	border-color: #2592c0 !important;
}

.page-item.active .page-link {
		background-color: #2592c0 !important;
	border-color: #2592c0 !important;
}

.nav-item .indicator {
    background-color: #2592c0 !important;
   }

.btn-success {
	background-color: #e61c2a !important;
	border-color: #e61c2a !important;

}

.tab .nav-tabs .nav-link.active {
	color: #f4162b;
}

a, .tab .nav-tabs .nav-link:hover:not(.active) {
    color: #2580a6;
}

a:hover {
    color: #e61c2a;
    text-decoration: underline;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2592c0;
}

.dataTable tbody tr {
	cursor: pointer;
}

select {
    display: block;
    width: 100%;
    padding: .3rem 2.55rem .3rem .85rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding-right: 32px !important;
    color: #495057;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    -webkit-appearance: none;
    appearance:none
}


.flatpickr-calendar.inline .flatpickr-day.selected, .flatpickr-calendar.inline .flatpickr-day.selected:focus, .flatpickr-calendar.inline .flatpickr-day.selected:hover {
    border-radius: .2rem;
    background: #2592c0;
    color: #fff;
}