header{
	background-color: #0078e7;
	/*
	background-image: url(https://www.wrightslaw.com/store/media/en-CA/backgrounds/cropcircles/circles-pink.jpg);
	background-image: url(https://evansalliance.com/wp-content/uploads/2017/01/purple-curly-header.jpg);
	background-image: url(https://socialbrothers.nl/wp-content/uploads/2016/11/r_atr-header-main.jpg);
	background-image: url(http://www.pactax.net/wp/wp-content/themes/themeforest-533599-options-business-corporate-premium-wordpress-theme/images/skins/headers/full_width/header-crimsonRed.jpg);
	background-image: url(http://www.pactax.net/wp/wp-content/themes/themeforest-533599-options-business-corporate-premium-wordpress-theme/images/skins/headers/full_width/header-jetBlack.jpg);
	background-image: url(http://www.pactax.net/wp/wp-content/themes/themeforest-533599-options-business-corporate-premium-wordpress-theme/images/skins/headers/full_width/header-chocolateLovers.jpg);
	background-image: url(http://www.pactax.net/wp/wp-content/themes/themeforest-533599-options-business-corporate-premium-wordpress-theme/images/skins/headers/full_width/header-midnightBlue.jpg);
	background-image: url(http://www.pactax.net/wp/wp-content/themes/themeforest-533599-options-business-corporate-premium-wordpress-theme/images/skins/headers/full_width/header-tealSkies.jpg);
	background-image: url(https://agenergy.coop/wp-content/uploads/2016/02/green-hexagons-background-Large.png);
	*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: center;
}
.main_menu>li:first-child:hover,
.main_menu>li:last-child:hover{
	background-color: #0078e7;
}
.main_menu>li:hover{
	background-color: #205fac;
}
.main_menu>li>ul:not(.header_actions) li{
	background-color:#205fac;
}
.main_menu>li>ul:not(.header_actions) li:hover{
	background-color:#1c5191;
}
.main_menu>li>ul:not(.header_actions) li.submenu_title:hover{
	background-color:#205fac;
}
.main_menu .header_actions>li ul li{
	color:#0078e7;
}
.main_menu .header_actions>li ul li a{
	color:#0078e7;
}
header .secondary_menu{
	background-color: #fff;
	color:#0078e7;
}
header .secondary_menu a{
	color:#0078e7;
}
.pullout_title{
	background-color:#205fac;
	color:#fff;
}
.top_bar{
	background-color: #0078e7;
	color:#fff;
}
.top_bar .breadcrumbs{
	background-color: #205fac;
	color:#fff;
}
.footable tr.footable-header{
	background-color: #e1f5fe;
}
.tasks.pullout .pullout_content>ul>li>span{
	background-color: #0078e7;
	color: #fff;
}

table.styled thead{
	background-color: #e1f5fe;
}


/* PureCSS override */
/*
.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
	background-color: #0078E7;
	color: #fff;
}

.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
	border-color: #129FEA;
}
*/

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/*
.pure-form input:not([type]):focus {
	border-color: #129FEA;
}

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
	outline: thin solid #129FEA;
	outline: 1px auto #129FEA;
}
*/

/* BUTTONS and HEADERS*/
/*
.button_group .btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.button_group .btn-primary:hover,
.button_group .btn-primary:focus,
.button_group .btn-primary.focus,
.button_group .btn-primary:active,
.button_group .btn-primary.active,
.button_group .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
*/
.attachments_list thead{
	background-color: #e1f5fe;
}
.documents_list thead{
	background-color: #e1f5fe;
}
.tab_links>li span {
	background-color: #0078e7;
}


.tmp_theme_colors_list{
	background-color:#0078e7;
	background-color:#205fac;
	background-color:#1c5191; /* hover only, darkest */
	background-color:#e1f5fe;
}