/** These settings overrule the default.css settings */
/* changed from blue to #D89FF0 on 20190629 */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
	color: white;
	width: 100%;
	 
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 8px 8px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: purple;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3E33A3;
	color:black;
    min-width: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 2px 2px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	background-color: blue;
    border: thick #F00;
	}

.dropdown:hover .dropdown-content {
    display: block;

}

/** Table stuff from http://tablestyler.com/# */

.datagrid table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
} 

.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	background: #fff; 
	overflow: hidden; 
	border: 5px solid #D89FF0; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}

.datagrid table td, .datagrid table th { 
	padding: 3px 10px; 
}

/*  This is where the gradient between colors in the page title areas is set  */
.datagrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D89FF0), color-stop(1, #a5328f) );
	background:-moz-linear-gradient( center top, #D89FF0 5%, #a5328f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D89FF0', endColorstr='#a5328f');
	background-color:#D89FF0; 
	color:#D89FF0; 
	font-size: 15px; 
	font-weight: bold; 
	border-left: 1px solid #0070A8; 
} 

.datagrid table thead th:first-child { 
	border: none; 
}

.datagrid table tbody td { 
	color: #00557F; 
	border-left: 1px solid #E1EEF4;
	font-size: 17px;
	font-weight: bold; 
}

.datagrid table tbody .alt td { 
	background: #E1EEf4; 
	color: #00557F; 
}

.datagrid table tbody td:first-child { 
	border-left: none; 
}

.datagrid table tbody tr:last-child td { border-bottom: none; 
}

.datagrid table tfoot td div { border-top: 1px solid #D89FF0;
	background: #E1EEf4;
} 
	
.datagrid table tfoot td { 
	padding: 0; 
	font-size: 12px 
} 

.datagrid table tfoot td div{ 
	padding: 2px; 
}
	
.datagrid table tfoot td ul { 
	margin: 0; padding:0; list-style: none; text-align: right; 
}
	
.datagrid table tfoot  li { 
	display: inline; 
}
	
.datagrid table tfoot li a { 
	text-decoration: none; 
	display: inline-block; 
	padding: 2px 8px; 
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #D89FF0;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D89FF0), color-stop(1, #00557F) );
	background:-moz-linear-gradient( center top, #D89FF0 5%, #00557F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D89FF0', endColorstr='#00557F');
	background-color:#D89FF0; 
}
	
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { 
	text-decoration: none;
	border-color: #00557F; 
	color: #FFFFFF; 
	background: none; 
	background-color:#D89FF0;
}
	
div.dhtmlx_window_active, div.dhx_modal_cover_dv { 
	position: fixed !important; 
}
.underline{
	text-decoration: underline;
}
.h2{
	font-size: 2.3rem!important;
}
.h3{
	font-size: 1.8rem!important;
}
.h4{
	font-size: 1.5rem!important;
}
.link-blue {
	color:#392ED4;
	font-weight: bold;
}
.text-white{
	color: white;
}
.text-bold {
	font-weight: bold;
}
