@charset "utf-8";

body {
	padding-top: 60px;
	padding-bottom: 40px;
}
@media (max-width: 980px) {
	/* Remove any padding from the body */
	body {
		padding-top: 0;
	}
}
.sidebar-nav {
	padding: 9px 0;
}

/*
 * SELECTING
 * Row selection styles
 */

table.dataTable tr.row_selected.odd {
	background-color: #9fafd1;
}

table.dataTable tr.row_selected.odd td.sorting_1 {
	background-color: #9fafd1;
}

table.dataTable tr.row_selected.odd td.sorting_2 {
	background-color: #9fafd1;
}

table.dataTable tr.row_selected.odd td.sorting_3 {
	background-color: #9fafd1;
}

.table-striped tbody > tr.row_selected:nth-child(odd) > td,
.table-striped tbody > tr.row_selected:nth-child(odd) > th {
	background-color: #9fafd1;
}

table.dataTable tr.row_selected.even {
	background-color: #b0bed9;
}

table.dataTable tr.row_selected.even td.sorting_1 {
	background-color: #b0bed9;
}

table.dataTable tr.row_selected.even td.sorting_2 {
	background-color: #b0bed9;
}

table.dataTable tr.row_selected.even td.sorting_3 {
	background-color: #b0bed9;
}

.table-striped tbody > tr.row_selected:nth-child(even) > td,
.table-striped tbody > tr.row_selected:nth-child(even) > th {
	background-color: #b0bed9;
}

.navbar-registry {
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
}
.navbar-registrar {
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
}
