/*
Theme Name: Artsnb
Theme URI: 
Description: Custom theme for artsnb.ca
Author: Matt Tibbits
Author URI: http://tibbits.ca
Template: 
Version: 1.0
Tags: 
.
&copy; artsnb.ca
.
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 100.1%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
/*ol, ul {
	list-style: none;
}*/
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

.hide {
	display: none;
}

/*	Some default settings
	-----------------------	*/
.clear {
	clear: both;
	}

.comment {
	color: #666;
	}

.error {
	color: #f00;
	}

.success {
	color : #090;
	}

	
/****** Default Layout: 1000px. *****/


body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	background: #ddd;
}

#wrapper {
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
}

#header {
	padding-right: 125px;
	background: #fdd61a;
}

#logo {
	height: 88px;	
	background: #fff;	
}

#logo img {
	padding: 5px 0 0 125px;
}

#topnav {
	float: right;
	width: 460px;
	height: 88px;
	padding-right: 25px;
	background: #fff;
	list-style: none;	
}

#topnav li {
	float: right;
	margin: 40px 0 0 30px;
}

#topnav li.icon {
	margin-top: 37px;
}

#topnav li a {
	display: block;
	font-size: .8em;
	color: #606060;
}

#topnav li a:hover {
	color: #03f;
}

/* GREY BAR THAT SITS ON TOP OF MAIN NAVBAR */
#nav-spacer {
	clear: right;
	height: 15px;
	background: #f7f8f8;
}

/* PROVIDES BACKGROUND COLOUR FOR NAVBAR */
#nav-main {
	height: 77px;
	background: #f7f8f8;
}

/* MAIN NAVBAR ACROSS TOP OF PAGE */
#navbar {
	height: 77px;
	list-style: none;
}

#navbar li {
	float: right;
	height: 77px;
	width: 165px;
	margin-left: 2px;
	background: #282828;	
}

#navbar li.noborder {
	width: 290px;
	margin-left: -125px ;
}

#navbar li.noborder a {
	margin-left: 126px;
}

#navbar li a {
	display: block;
	height: 74px;
	width: 160px;
	padding: 3px 0 0 5px;
	font-size: .95em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#navbar li a:hover {
	background: #f7f8f8;
	color: #282828;
}


/* TITLE BAR THAT CONTAINS PAGE H1 AND SUB CONTENT */
#title-bar {
	background: #fdd61a;
	margin-left: 317px;
	padding: 0 125px 0px 0;
}

#title {
	background: #fff;	
}

#title-bar h1 {
	height: 27px; /* 47px total with padding */
	padding: 15px 0 5px 0;
	font-size: 1.3em;
	color: #282828;
	text-transform: uppercase;
}

#title-content {
	height: 75px; /*78px total with padding */
	padding-bottom: 3px;
}


/* CONTAINS SIDEBAR AND CONTENT */
#content-wrapper {
	overflow: auto;
	position: relative;
}

#fuzz-message {
	position: absolute;
	background: white;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* LEFT COLUMN THAT CONTAINS SIDEBAR NAV */
#sidebar-wrapper {
	margin-bottom: 1rem;
}

#sidebar {

}

#sidebar ul {
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	text-decoration: none;
	color: #282828;
	text-transform: uppercase;
	font-size: .9em;
}

#sidebar a.active {
	background: #282828;
	color: #fff;
}

#sidebar a:hover {
	background: #282828;
	color: #fff;
}

/* RIGHT COLUMN THAT CONTAINS MAIN CONTENT */
#content {
	font-size: .95em;
	line-height: 1.3em;
	color: #303030;
}

#content #video { 
	margin-top: 1em;
}

#content #video a {
	clear: left;
}

#content .photo-credit p{
	overflow: auto;
}

#content h2, #content #entry-content h2 {
	margin: 2em 0 1em 0;
	font-size: 1.2em;
	font-weight: bold;
}

#content h2:first-child {
	margin-top: 1em;
}

#content h3 {
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: bold;
}

#content h3.adminPage {
	margin: 1em 0;
}

#content h3.no-bold {
	margin: 0;
	font-weight: normal;
	font-size: .95em;
}

#content #video h3 {
	display: inline;
	font-weight: normal;
}

#content p {
	margin: 1em 0;
}

#content ul.showdate p{
	margin: 0;
}

#content a {
	color: #282828;
	text-decoration: underline;
}

#content a:hover {
	color: #03F;
}

#content a.right {
	display: block;
	float: right;	
	margin-bottom: 1em;
}

#content ul, #content ol {
	margin: 0 0 0 2em;
	list-style-type: square;
}

#content ol {
	list-style-type: decimal;
}

#content li {
	margin: 1em 0;	
}

/** When a date is displayed for post **/
#content ul.showdate {
	margin: 1em 0 0 0;
}

#content ul.showdate li {
	margin: .5em 0 2em 1.5em;
}

/** Submenu (list of child page) that appears on main content section **/
#content ul.submenu {
	list-style-type: none;	
	margin-left: 1em;
}

/** No bullets **/
#content ul.no-bullet {
	list-style-type: none;
}

/** PDF list **/
ul.pdf {
	list-style-image: url(images/pdf-icon.png);
}

/** Calendar list **/
ul.cal {
	list-style-image: url(images/cal-icon.png);
}

/** Email list **/
ul.email {
	list-style-image: url(images/email-icon.png);
}

/** Link list **/
ul.link {
	list-style-image: url(images/link-icon.png);
}

#content ul ul {
	list-style-image: none;	
}

#content img {
	margin: 0 0 5px 0;
}

#content img.alignleft {
	float: left;
	margin: 2px 10px 0 0;
	border: 1px solid #eee;
}

#content img.icon {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

#content #video img.attachment-post-thumbnail {
	float: left;
	margin: 0 10px 20px 0;
}

#content #annual-report-post img.attachment-post-thumbnail {
	margin: 20px 10px 5px 0;
}

span.datetime {
	margin: 0;
	padding: 0;
	color: #666;
}

span.single-datetime {
	display: block;
	margin-top: 1em;
	color: #666;
	font-style:italic;
	font-size: .9em;
}

/* FOOTER */
#footer {
	clear: both;	
	padding: 12px 125px 60px 0;	
	font-size: .75em;
	color: #303030;
	text-align: right;	
}

#footer a {
	color: #282828;
}

#footer a:hover {
	color: #03F;
}


/*************************************************
TABLES
**************************************************/
table {
	width: 97% !important;
	margin: 0em 0 1em 5px;
	padding: 0;
	border: 1px solid #282828;
	text-align: center;
	border-collapse: collapse;
	}
		
table th {
	padding: 10px 2px;
	border: 1px solid #282828;
	background-color: #ccc;
	text-align: center;
	font-size: .8em;
	}

table td {
	padding: 10px 4px;
	border: 1px solid #282828;
	font-size: .8em;
	}	

table.client {
	width: 50%;
}

table.client th, table.app th {
	width: 30%;
	background: none;
	color: #600;
	text-align: right;
}

table.client td, table.app td {
	width: 70%;
	text-align: left;
}


/****** VIEW APPLICATION TABLE ******/
table.viewApp {
	margin: 1em 0 1em 5px;
}

table.viewApp th {
	width: 20%;
}

table.viewApp td {
	text-align: left;
}

div.budget {
	margin-left: 0.5em;
}

div.budget h4 {
	margin: 1em 0 0;
}

table.viewBudget {
	width: 300px;
	margin: 1em 1em 1em 0;
}

table.viewBudget th {
	width: 30%;
	text-align: right;
}

table.viewBudget td.viewBudgetAmount {
	width: 20%;
	text-align: right;
}

table.viewBudget td.viewBudgetDescription {
	width: 50%;
	text-align: right;
}

table.po-only th {
	background: #FFE5E5;	
}


/********* ERROR BOX*************/
div.err_box {
	margin: 1em;
	padding: 10px;
	border: 1px solid #f00;
	background: #ff9;
	font-size: 1em;
	color: #f00;
	overflow: hidden;
	}

div.err_box img {
	display: block;
	float: left;
	margin: 0px 5px 0 0;
	border: 0;
	}	

#content div.err_box ul {
	margin: 0 0 0 1em;
	padding: 0;
	list-style-type: disc;
}

#content div.err_box li {	
	margin: 0 0 0 50px;
	padding: 0;
	}

#content div.err_box p {
	margin: 0 0 .5em 0;	
}

#content div.err_box a {
	color: #c00;
	font-weight: bold;
	}

#content div.err_box a:hover {
	text-decoration: none;
	}

/********* WARNING BOX*************/
div.warn_box {
	margin: 1em;
	padding: 10px;
	border: 1px solid #282828;
	background: #fed411;
	font-size: 1em;
	color: #282828;
	overflow: hidden;
	}

div.warn_box img {
	display: block;
	float: left;
	margin: 0px 5px 0 0;
	border: 0;
	}	

#content div.warn_box ul {
	margin: 0 0 0 1em;
	padding: 0;
	list-style-type: disc;
}

#content div.warn_box li {	
	margin: 0 0 0 50px;
	padding: 0;
	}

#content div.warn_box p {
	margin: 0 0 .5em 0;	
}

#content div.warn_box a {
	color: #c00;
	font-weight: bold;
	}

#content div.warn_box a:hover {
	text-decoration: none;
	}

/********* SUCCESS BOX*************/
div.success_box {
	margin: 1em;
	padding: 10px;
	border: 1px solid #282828;
	background: #FEFEFE;
	font-size: 1em;
	color: #282828;
	overflow: hidden;
	}

div.success_box img {
	max-width: 32px;
	display: block;
	float: left;
	margin: 0px 5px 0 0;
	border: 0;
	}

#content div.success_box ul {
	margin: 0 0 0 1em;
	padding: 0;
	list-style-type: disc;
}

#content div.success_box li {	
	margin: 0 0 0 50px;
	padding: 0;
	}

#content div.success_box p {
	margin: 0 0 .5em 0;	
}

#content div.success_box a {
	color: #c00;
	font-weight: bold;
	}

#content div.success_box a:hover {
	text-decoration: none;
	}

/*************** FORMS ****************/
form {
	margin: 1em 0;
}

form.search-results {
	width: 100%;
}

form.inline, form.inline div {
	display: inline;	
}


/* fieldset and legends */
fieldset {
	margin: 0 0 1em;
	padding: 0;
	position: relative;
}
	
	fieldset legend {
		clear: both;
		margin: 0 0 3px 0;
		padding: 0;
		font-size: 1.1em;
		font-weight: bold;
	}

	fieldset br {
		clear: both;
	}



/* containing divs */	
fieldset div {
	margin: 0 0 0.5rem;
	padding: 5px; 
	overflow: hidden;
	background: #eaedef; /*provides coloured bg behind inputs*/
}	
	
	/* No background */
	fieldset div.nobg {
		background: none;
	}
	
	fieldset div.po-only {
		background: #FFE5E5;	
	}
	
	/* Horizontal or inline checkbox/radio */
	fieldset div div.chb-h {
		margin: 8px 0 0;
		padding: 0 0 0;
		background: none;	
	}
	
	/* Vertical checkbox/radio */
	fieldset div div.chb {
		margin: 5px 0 0;
		padding: 0 0 0;
		background: none;	
	}
	
	/* Horizontal select boxes. Ex: dates */
	fieldset div div.h-select {
		margin: 0;
		padding: 0;
		background: none;
	}
	
	/* Input with no label */
	fieldset div div.chb-single {
		margin: 0 0 0 20px;
		background: none;
	}
	
	/* Budget section */
	fieldset div div.budget {
		margin: 0;
		padding: 0;
		background: none;
	}
	
	/*Nested input Ex. Previous Funding*/
	fieldset div div.nested-input {
		margin: 0 5px 0 0;
		padding: 5px 0;
		background: #fff;
		/*border: 1px solid #fdd61a;*/
	}
		
	/* form buttons */
	fieldset div.controls, fieldset div.controlsLeft {
		margin: 25px 0 0;
		padding: 0;
		background: none;
	}


	fieldset > div.chb {
		margin-bottom: 24px;
	}


/* labels */
form label {	
	color: #666 !important;	
	font-weight: bold;
	float: none;
    display: inline-block;
}   

		div.chb-h label, div.chb label, div.chb-single label {
			margin: 0;
			padding: 2px 0 0;
			font-weight: normal;
			text-align: left;
		}
	
	div.chb label {
		margin: 0px 0 3px;
		padding: 0 0 0;
	}

	div.chb label.long-label {
		position: relative;
		padding: 0 16px 0 24px;
    	margin-bottom: 8px;
	}

	div.chb label.long-label input[type="checkbox"], div.chb label.long-label input[type="radio"] {
		position: absolute;
		left: 0;
	}
	
	div.chb-single label {
		width: 400px;
		margin: 0 0 0 10px;
		padding: 0;
	}
	
	div.h-select label {
		position: absolute;
		top: -999em;
	}
	
	div.nested-input label {
		width: 125px;
		margin: 6px 10px 0 0;
	}
    
	                                                                                                                                                                          
/* icons to the right of inputs */
/* indicate a required field */
form abbr {
	margin: 0;
	padding: 0;
	color: #C00;
	font-size: 25px;
	font-weight: bold;	
	text-decoration: none;
}

form abbr[title] {
	border-bottom: none;

}

form abbr.no-input {
	display: inline;
	position: relative;
	top: auto;
	left: auto;
	vertical-align: text-top;
	font-size: 20px;
}

/* indicate an error on a field */
fieldset img.error-img {
	
}



/* input defaults */
input, 
textarea, 
select,
.button {
	display: block;
	float: left;
	margin: 0;
	padding: 0;			
	line-height: 1;
	border: 1px solid #fdd61a;
	font-size: 0.8rem !important;
}

	/* Errors */
	input.input-err,
	textarea.input-err,
	select.input-err {
		border: 1px solid #f00;	
	}
	
	/* text inputs */
	input {
		width: 280px; /**/
		padding: 6px 3px;
	}
	
	input.small {
		width: 50px;
	}

	
	/* selection dropdowns */
	select {
		width: 286px;
		padding: 6px 3px;
	}
	
	form.search-results select {
		margin-left: 5px;
	}
	
	/* textareas */
	textarea {
		width: 280px;
		height: 89px;
		padding: 6px 3px;
	}	

	/* file uploads */
	input[type=file] {
		width: 280px;
		margin: 3px 0;
		padding: 3px;
		border: 1px solid #fdd61a;
		background: #fff;
		float: none;
	}

	/* Custom file input to try to simulate the file input but allow the
	 * text to be French instead of the browser default text */
	.customfileinput {
		margin: 3px 0;
		padding: 3px;
		border: 1px solid #fdd61a;
		background: #fff;
		float: none;
	}
	.customfileinput * {
		padding: 2px 5px;
		width: fit-content;
	}
	.customfileinput input {
		border: 1px solid grey;
		border-radius: 4px;
	}

	/* radio and checkboxes */
	div.chb-h input, div.chb input, div.chb-single input{
		width: 20px;	
		border: none;	
		}
	
	div.chb input, div.chb-h input {
		margin: 5px 3px 3px 0;
	}
	
	div.chb input[type=text] {
		width: 100%;
		max-width: 280px;
		border: 1px solid #fdd61a;
	}	
	
	input.result-chb {
		width: 20px;
		float: none;
		margin: 0 auto;	
	}
	
	/* Horizontal or inline select boxes*/
	div.h-select select {
		max-width: 70px;
		width: 25%;
	}
	
	/* Line up horizontal seclect to grid */
	div.h-select select#month {
		max-width: 120px;
		width: 40%;
		
	}
	
	/* Whitespace between horizontal select elements*/
	div.h-select select#day {
		margin: 0 10px;
	}
	
	/* Budget inputs */
	div.budget input {
		width: 40%;
		margin: 10px 10px 0 0;
    	text-align: right;
    	display: inline-block;
    	float: none;
	}
	
	div.budget div {
		margin: 0;
		padding: 0;
	}

	div.budget input:nth-child(-n+3) {
		margin-top: 0;
	}
	
	div.budget input.amt {
		width: 30%;
		margin-right: 0;
		text-align: left;
	}

	div.budget input.budget {
		width: 30%;
		margin: 0 10px 0 0;
		text-align: right;
		display: inline-block;
		float: none;
	}
	div.budget input.budget-button {
		width:80%;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: white;
		border-color: black;
	}

	div.budget label.budget {
		width: 30%;
		margin: 0 10px 0 0;
		text-align: right;
		display: inline-block;
		float: none;
	}
	
	/* Nested input. Used in Previous Funding */
	div.nested-input input {
		width: 140px;
		margin: 0 0 10px 0;
	}
	
	div.nested-input select {
		width: 146px;
		margin: 0 0 10px 0;
	}
	
	
	
/* Text in forms */
#content form p {
	clear: both;
	margin: .5em 0;
	line-height: 1.2;
	font-size: .9em;
}

#content form p.no-comment {
	margin: 0 0 .5em;
	line-height: 1;
}

#content form p.comment, #content form p.comment-two, #content form p.comment-three{
	padding: 3px 0 3px 2px;
	font-size: .8em;
}

#content form p.comment-two, #content form p.comment-three {
	margin-top: 2em;
	margin-left: 0;
	font-weight: bold;
	color: red;
}

#content form p.comment-three {
	font-weight: normal;
	color: #666;
}

#content form div.budget p.comment {
	margin: 0 0 0 0;
}

form span.txt, form span.dollar {
	float: left;
	line-height: 2.5rem;
}

form span.dollar {
	float: none;
	display: inline-block;
	margin: 0 2px 0 0;
}


/* submit button */
fieldset div.controls input.button, fieldset div.controls button.button, fieldset div.controlsLeft input.button {
	float: right;
	min-width: 100px;
	width: fit-content;
	margin: 0 auto;
	padding: 8px;
	border: 1px solid #eaedef;
	background-color: #737373;	
	color: #fff;
}



fieldset div.controls input.button:hover, fieldset div.controls button.button:hover, fieldset div.controlsLeft input.button:hover {	
	color: #737373;
	background-color: #eaedef;
	border: 1px solid #999;
}

/* left aligned submit button (admin controls) */
form.adminButtons {
	margin: 0;
}

fieldset div.controlsLeft {
	margin: 0;
}

fieldset div.controlsLeft input.button {
	float: left;
	margin-left: 5px;
}


/*Text(like) Submit button */
form.actButtons {
	margin: 0;
	padding: 0;
	text-align: left;
}

form.actButtons input {
	float: none;
	display: inline;
	width: auto;
	margin: 0 0;
	padding: 0px 0 5px;
	border:0px solid #ccc;
	background: none;
	color: blue;
	text-align: left;
}

form.actButtons input:hover {		
	color: #282828;
}


form.inline input {
	text-decoration: underline;
	font-size: 1em;
	color: #282828;
}

form.inline input:hover {
	color: blue;
}

select.orderSelect {
	display: inline-block;
	    width: auto;
    float: none;
}

div#applications {
	margin: 0.25rem;
}

div#applications div.application {
	border: 1px solid black;
	margin-bottom: 0.5rem;
}

div#applications div.application .wrapper{
	padding: 1rem 0.5rem ;
}

div#applications>div.application:nth-of-type(even) {
	background-color: #f1f1f1;
}

div#applications div.application div.title {
	background-color: #cccccc;
	padding: 0.5rem;
}

div#applications div.application div.application-status {
	padding: 0.5rem;
}

div#applications div.application div.actions {
	padding: 0.5rem;
	margin-bottom: 1rem;
}

div.actions form.actButtons {
	width: auto;
}

div.actions button, div.actions a {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
    cursor: pointer;
}

div#installments {
	margin: 0.25rem;
}

div#installments div.installment {
	border: 1px solid black;
	margin-bottom: 0.5rem;
}

div#installments div.installment:nth-of-type(even) {
	background-color: #f1f1f1;
}

div#installments div.installment div.wrapper{
	padding: 0.5rem;
}

div#installments div.installment div.date, div#installments div.installment .installment-type {
	font-size: 0.9em;
}

div#installments div.installment .installment-type.recovery {
	color: red;
}

div#installments div.installment div.date:nth-of-type(1){
	margin-top: 0.25rem;
}

div#installments div.installment div.title {
	background-color: #cccccc;
	padding: 0.5rem;
}

div#documents {
	margin: 0.25rem;
}

div#documents div.document {
	border: 1px solid black;
	margin-bottom: 0.5rem;
}

div#documents div.document:nth-of-type(even) {
	background-color: #f1f1f1;
}

div#documents div.document div.wrapper{
	padding: 0.5rem;
}

div#documents div.document div.date {
	font-size: 0.9em;
}

div#documents div.document div.date:nth-of-type(1){
	margin-top: 0.25rem;
}

div#documents div.document div.title {
	background-color: #cccccc;
	padding: 0.5rem;
}

div#documents div.document a {
	text-decoration: none;
}

div#letters {
	margin: 0.25rem;
}

div#letters div.letter {
	border: 1px solid black;
	margin-bottom: 0.5rem;
}

div#letters div.letter:nth-of-type(even) {
	background-color: #f1f1f1;
}

div#letters div.letter div.wrapper{
	padding: 0.5rem;
}

div#letters div.letter div.date {
	font-size: 0.9em;
}

div#letters div.letter div.date:nth-of-type(1){
	margin-top: 0.25rem;
}

div#letters div.letter div.title {
	background-color: #cccccc;
	padding: 0.5rem;
}

div#letters div.letter a {
	text-decoration: none;
}

div#staff {
	margin: 0.25rem;
}

div#staff div.staff-member {
	border: 1px solid black;
	margin-bottom: 0.5rem;
}

div#staff div.staff-member:nth-of-type(even) {
	background-color: #f1f1f1;
}

div#staff div.staff-member div.wrapper{
	padding: 0.5rem;
}

div#staff div.staff-member div.date {
	font-size: 0.9em;
}

div#staff div.staff-member div.date:nth-of-type(1){
	margin-top: 0.25rem;
}

div#staff div.staff-member div.title {
	background-color: #cccccc;
	padding: 0.5rem;
}

div#staff div.staff-member a {
	text-decoration: none;
}

div#staff div.staff-member form {
	display: inline;
}

div#users {
	margin: 0.25rem;
}

div#users div.user {
	border: 1px solid black;
	margin-bottom: 0.5rem;
}

div#users div.user:nth-of-type(even) {
	background-color: #f1f1f1;
}

div#users div.user div.wrapper{
	padding: 0.5rem;
}

div#users div.user div.date {
	font-size: 0.9em;
}

div#users div.user div.date:nth-of-type(1){
	margin-top: 0.25rem;
}

div#users div.user div.title {
	background-color: #cccccc;
	padding: 0.5rem;
}

div#users div.user a {
	text-decoration: none;
}

div#users div.user form {
	display: inline;
}

div#reports {
	margin: 0.25rem;
}

div#reports div.report {
	border: 1px solid black;
	margin-bottom: 0.5rem;
}

div#reports div.report:nth-of-type(even) {
	background-color: #f1f1f1;
}

div#reports div.report div.wrapper{
	padding: 0.5rem;
}

div#reports div.report div.date {
	font-size: 0.9em;
}

div#reports div.report div.date:nth-of-type(1){
	margin-top: 0.25rem;
}

div#reports div.report div.title {
	background-color: #cccccc;
	padding: 0.5rem;
}

div#reports div.report a {
	text-decoration: none;
}

div#reports div.report form {
	display: inline;
}

.grant-amount {
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

label[for='areacode'], label[for='postal'], label[for='mailing_postal'] {
	display: block;
}


button.button.active i {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

button.button:not(.active) i {
	display: none;
}

button.button.active i {
	display: inline-block;
}

ul.select2-results__options {
	display: inline;
}

.icon.project-descrip-url {
	max-width: 18px;
}

.applicantRevision {
	color: #fdd311; /* artsnb yellow */
}

#finalizeRevision {
    border: 2px solid #fdd311; /* artsnb yellow */
    padding: 1rem 1rem 4rem 1rem;
    margin: 2rem 0;
}

#finalizeRevision form {
    margin-top: 1rem;
    float: right;
}

#content .manage-deadlines ul {
	list-style: none;
    margin: auto;
}

.manage-deadlines .program {
	padding-top: 1rem;
	padding-bottom: 2rem;
    border-bottom: 1px solid black;
}

.manage-deadlines ul li:nth-last-of-type(1) .program {
    border-bottom: none;
}

.manage-deadlines .program .name {
	font-weight: 700;
}

.manage-deadlines .program .name input {
	display: inline-block;
	float: right;
	width: auto;
	margin-top: -0.5rem;
}

input#assignNewFileNumber {
	width:  auto;
	margin:  6px 0 0 0;
}

#content a.button {
	float: none;
	background-color: #231f20; /* artsnb gray */;
	color:  white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}

#content a.button:hover, #content a.button:active  {
	color: #fdd311; /* artsnb yellow */;
}

/****** Print Layout: 1000px. *****/
@media print {

	
	
	#wrapper {
		width: 100%;
	}
	
	#header {
		display: none;
	}
	
	#logo {
		display:none;
	}	
	
	#topnav {
		display: none;
	}
	
	
	
	/* GREY BAR THAT SITS ON TOP OF MAIN NAVBAR */
	#nav-spacer {
		display: none;
	}
	
	/* PROVIDES BACKGROUND COLOUR FOR NAVBAR */
	#nav-main {
		display: none;
	}
	
	/* MAIN NAVBAR ACROSS TOP OF PAGE */
	#navbar {
		display: none;
	}	
		
	/* TITLE BAR THAT CONTAINS PAGE H1 AND SUB CONTENT */
	#title-bar {
		background: none;;
		margin: 0;
		padding: 0;
	}
	
	#title {
		background: #fff;	
		margin-bottom: 2em;
	}
	
	#title-bar h1 {
		height: 27px; /* 47px total with padding */
		padding: 15px 0 5px 0;
		font-size: 1.3em;
		color: #282828;
		text-transform: uppercase;
	}
	
	#title-content {
		display: none;
	}
	
	
	/* CONTAINS SIDEBAR AND CONTENT */
	#content-wrapper {
		width: 100%;		
		overflow: auto;
		background: none; 
	}
	
	
	/* LEFT COLUMN THAT CONTAINS SIDEBAR NAV */
	#sidebar-wrapper {
		display: none;
	}
	
	/* RIGHT COLUMN THAT CONTAINS MAIN CONTENT */
	#content {
		float: none;
		width: 100%; 
		padding: 0;
		border-top: 0px solid #fdd61a;
		font-size: .95em;
		line-height: 1.3em;
		color: #000;
	}
	
	#content h1 {
		margin-top: 1em;
	}
	
	#content h2 {
	    page-break-after: avoid;
	}
	
	/* FOOTER */
	#footer {
		display: none;
	}
	
	/*************************************************
	TABLES
	**************************************************/
	table {
		width: 95%;
	}	
	
	input.button {
		display: none;
	}
}



