/* Test */

/*

Yellow = #ffd42d;
Blue = #1544c0;
Orange = #f86449;
Purple = #5210ac;

*/

/* Global Colours */

a{
	color: #1544c0;
}

.status.green, .status.on, .status.live, .status.active, .status.enabled{
	background-color: #ffd42d;
}

.lightswitch .label.on{
	background-color: #ffd42d;
}

/* Sidebar */

#global-sidebar{
	background-color: #1544c0;
}

#global-sidebar .bottombar #account-info{
	outline: none;
}

/* Headings */

#page-header #page-title h1{
	color: #29323d;
}

/* Buttons */

.btn.submit{
	background-color: #1544c0;
	background-image: none !important;
	border: none;
	outline: none;
}

.btn.submit:hover{
	background-color: #2C56C6;
}

ul.icons li a{
	border-radius: 0;
}

/* Forms */

.text.focus, .text:focus, .border-box:focus, .border-box.focus, #main .redactor-box.focus:not(.redactor-box-fullscreen), .selectize-text > .selectize-control > .selectize-input.focus{
	border-color: #1544c0;
	box-shadow: none;
}

.meta > .field + .field{
	outline: none;
}