body { 
	font-size: 100%; 
}

body.waiting * {
    cursor: wait;
}
.footnote{ 
    color: white; 
    text-decoration: none;
}
.main {
    padding-right: 15px;
    padding-left: 15px;
}

.form {
    margin-bottom: 10px;
}
.row {
    padding-left: 0px;
}
.navbar {
    background: #092940;
	padding: 0;
    padding-bottom: 5px;
	margin-bottom: 20px;	
    height: 70px;
}
.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}
.navbar li {
	position: relative;	
}
.nav-link {
    font-size: 15px;
	font-weight: 500;    
    color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #217991;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #217991;
}
.navbar-toggler:focus {
  border: 0 !important;
  box-shadow: none !important;  
}
.navbar-toggler {
  border: 0 !important;
}
.navbar-toggler-icon {
	background-image: none;
    padding:5px;
}
.navbar-toggler-icon::before {
	font-family: FontAwesome;
	content: "\f0c9"; /* fa-bars, fa-navicon */
    color: #fff;
}
.navbar-brand {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
a.dropdown-item {
    font-weight: 500;
}
.title {
    font-size: 30px;
    padding-bottom: 20px
}
option{ 
    width:200px;
}
.sel { 
    width: 90%;margin:5px 10px;
}
table.dataTable thead th {
    color: #fff;
    background-color: #092940;
    border-color: #092940;
    font-weight: normal;
}
.dataTables_filter {
    width:0px; 
    visibility: false
}
.dataTables_paginate
{
    width:100%;
    display: flex;
    justify-content: right;
}
.dataTables_paginate.paging_simple_numbers {
    justify-content: center;
}
div.dt-button-collection.two-column {
    width: 650px; 
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}
.bottom {
    float:left
}
.goright {
    float:right
}

.gomiddle {
    display:flex;
    justify-content:center;
}

.dt-button-down-arrow {
    display: none;
}
.dt-button-collection {
    padding: 0px
}
button#Columns.btn {
    padding: 0px;
}
button#Downloads.btn {
    padding: 0px;
}
.dataTables_wrapper .dt-buttons {
    float:none;  
    text-align:right;
}
table.dataTable tfoot {
    border-color: #fff;
}
#footer {
    margin-top: 20px;
}
#footer a {
    color: #092940;
    text-decoration: none;
}
div.dt-buttons div.dropdown-menu div.two-column {
    width: 1200px;
    font-size: 12px;
}
div.dt-buttons div.dropdown-menu.fixed.two-column {
    margin-left: -300px;
}
label.wage {
    margin: 5px;
}
.dt-container {
    margin: 5px;
}
.select2-container {
    width: 90% !important;
    margin: 5px 10px;
    margin-left: 10px !important;
}
.select2-hidden-accessible {
    margin: 0 !important;
    padding: 0 !important;
}
#Education + .select2-container {
    margin-left: 10px !important;
}
.select2-container .select2-selection--multiple {
    min-height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%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='m1 6 7 7 7-7'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 17px 10px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}
.select2-container--default .select2-selection--multiple.select2-selection--disabled {
    background-color: #e9ecef !important;
    color: #6c757d !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4 !important;
    border: 1px solid #aaa !important;
    color: #000 !important;
    border-radius: 0.25rem !important;
    padding: 0.25rem 0.5rem !important;
    margin: 0.125rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000 !important;
    margin-right: 0.25rem !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    min-height: 0 !important;
}
.select2-dropdown {
    left: -10px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1967d2 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #000 !important;
}
.select2-container--default ::placeholder {
    color: #212529;
}