
		div.custom-toolbar {
			float: left;
			margin-right: 10px;
		}
		.nowrap {
			white-space: nowrap;
		}
		tr.group, tr.group:hover {
			background-color: rgba(0, 0, 0, 0.1) !important;
		}
		:root.dark tr.group, :root.dark tr.group:hover {
			background-color: rgba(0, 0, 0, 0.75) !important;
		}
		.pageTitle {
			content-visibility:auto  !important; 
		}

		#schooldirectory .tab-pane > [id='map']  {
			background-color: #2f3d4c;
		}

		#schooldirectory .tab-pane > [id='search']  {
			background-color: #F1BA55;
		}

		#schooldirectory .tab-pane > [id='alternate']  {
			background-color: #43718b;
		}

		#schooldirectory .tab-pane > [id='export']  {
			background-color: #d9d9d9;
		}

		#schooldirectory .nav-tabs .nav-link {
			border: 1px solid #666 !important;
			text-decoration:none !important;
		}
		#schooldirectory .nav-tabs .nav-link.active {
			border-bottom: 0px solid transparent !important;
		}

		#schooldirectory .nav-tabs .nav-link {
		}
		.navtab-map,  .navtab-map.active{
			background-color:#2f3d4c !important;
			color:#fff !important;
		}
		.navtab-search,  .navtab-search.active{
			background-color:#F1BA55 !important;
			color:#2f3d4c !important;
		}
		.navtab-alt,  .navtab-alt.active{
			background-color:#43718b !important;
			color:#fff !important;
		}
		.navtab-alt,  .navtab-alt.active{
			background-color:#d9d9d9 !important;
			color:#2f3d4c !important;
		}
		.navtab-export,  .navtab-export.active{
			color:#2f3d4c !important;
		}

		#my-tab-content .tab-pane{
			padding:10px !important;
			border-bottom: 1px solid #666 !important;
			border-left: 1px solid #666 !important;
			border-right: 1px solid #666 !important;

		}
 		div.sdcontent-wrapper{
			background-color:#fff !important; padding:10px;
		}

		#schoolDirectoryTable_wrapper .dataTable thead th, #schoolDirectoryTable_wrapper .dataTable th, #schoolDirectoryTable th
		{
  			background-color: rgba(241, 186, 85, 0.75) !important; 
			background: rgba(241, 186, 85, 0.75) !important; 
		}
		#schoolDirectoryTable_wrapper .dataTable > tbody > tr:nth-child(odd) {
			background-color: #fff3dc;
		}
		.schoolDirectoryTable_wrapper .page-item.active .page-link{
			background-color: rgba(241, 186, 85, 0.75) !important; 
			border-color: rgba(241, 186, 85, 0.75) !important; 
			
		}
		#altDirectoryTable_wrapper .dataTable thead th, #altDirectoryTable_wrapper .dataTable th, #altDirectoryTable_wrapper th
		{
  			background-color: rgba(217, 217, 217, 0.90) !important; 
		}
		#altDirectoryTable_wrapper .dataTable > tbody > tr:nth-child(odd){
			background-color: #eef1f4 !important;
		}
		#altDirectoryTable_wrapper .page-item.active .page-link{
			background-color: rgba(217, 217, 217, 0.75) !important; 
			border-color: rgba(217, 217, 217, 0.75) !important;
			color: #212529 !important;
		}