/* Change to display: block if you wish to show filter and export elements by default */
:root {
  --purple: #472783;
}

div.search { display: none; }
div.toggle {background-color:white; z-index:1;}

/*Normal tabs:*/
.mydbr_tabs ul.ui-tabs-nav li.ui-tabs-active {
	border: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	font-weight: bold !important;
}
.mydbr_tabs ul.ui-tabs-nav li {
	border: 1px solid var(--purple) !important;
	border-bottom: 1px solid var(--purple) !important;
}
.ui-widget-header{
	background: var(--purple) !important;
	border-bottom: none !important;
}
.mydbr_tabs ul.ui-tabs-nav li.ui-state-hover {
	background: #e5f2fb !important;
}
.mydbr_tab_wrapper .ui-widget.ui-widget-content { 
	/*Adds tab wrapper border*/
    border: 1px solid var(--purple) !important;
}
.ui-tabs .ui-tabs-panel { 
	/*Adds padding between border and table*/
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.tab-sliding-underline{
	background: var(--purple) !important;
}
