﻿/*
== Colors ==
Blue		#002c6a;		rgba(0, 44, 106, 1.0);
Green		#00ff00		
Pink		#ff00c7		
Grey		#dcddde		
*/

/* == Bootstrap overrides == */
.alert-warning {
	color: #fff;
	background-color: #ff00c7;
	border-color: #ff00c7;
}

/* -- nav --*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #002c6a;
	color: #fff;
}

/* -- colors -- */
.bg-info {
	background-color: #002c6a !important;
}


/* ============================================== */

/* == DataTables overrides == */
div.dataTables_wrapper div.dt-buttons button {
	background-color: #002c6a;
	color: #fff;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected,
table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column tbody > tr.selected > .sorting_1 {
	background-color: #002c6a;
	color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

div.dt-button-collection.dropdown-menu,
.dropdown-item.active, .dropdown-item:active {
	background-color: #002c6a; /*rgba(0, 44, 106, 0.85);*/
	color: #fff;
}

.dropdown-item {
	background: #fff;
	color: #002c6a;
}

.dt-button.dropdown-item.buttons-columnVisibility {
	background: #DCDDDE; /*rgba(200,200,200,0.45);*/
	color: #999;
	border-bottom: 1px solid #aaa;
}

	.dt-button.dropdown-item.buttons-columnVisibility.active {
		background: #002c6a; /*rgba(0,44,106,0.85);*/
		color: #fff;
		border-color: rgba(255, 255, 255, 0.25);
	}

.dt-button.dropdown-item.buttons-columnVisibility:last-child {
	border-bottom: 0;
}

/* -- pagination -- */
ul.pagination li.paginate_button.page-item.previous .page-link,
ul.pagination li.paginate_button.page-item.next .page-link {
	background-color: rgba(0, 44, 106, 0.15);
	color: #aaa;
}

ul.pagination li.paginate_button.page-item.previous.disabled .page-link,
ul.pagination li.paginate_button.page-item.next.disabled .page-link {
	background-color: #ccc;
	color: rgba(0, 44, 106, 0.85);
}

.paginate_button.page-item .page-link {
	background-color: #fff;
	color: #002c6a;
}

.paginate_button.page-item.active .page-link {
	background-color: #002c6a;
	color: #fff;
}
