@import url('/files/nc-common.css');
@import url('https://use.fontawesome.com/2123ac8466.css');
/**********************************************************/
/****                  Table list                      ****/
/**********************************************************/

body {
	padding: 2em;
	background: #f5f5f5;
}

hr {
	margin: 2em 0;
}

table.list {
	empty-cells: show;
	width: 100%;
	background: #fff;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7 #e7e7e7 #dbdbdb;
	box-shadow: 0 1px 0 rgba(0,0,0,0.07);	
}

th.list {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #fff;
	background: #27588d;
	padding: .5em 1em;
}

td {
	margin-right: 1em;
	padding: .5em 1em;
}

a.list {
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}

a.list::before {
	content: '\f0a9';
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: .5rem;
	text-decoration: none !important;
}

a.list:hover {
	color: #27588d;
}

textarea {
  margin-top: 1em;
}

/* #Buttons
================================================== */
  .navbutton,
	.navbutton a,
	.button,
	.button a,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.navbutton:visited,
	.navbutton a:visited,
	.button:visited,
	.button a:visited,
	button:visited,
	input[type="submit"]:visited,
	input[type="reset"]:visited,
	input[type="button"]:visited {
		border-width: 1px;
		border-style: solid;
		border-color: #4f8800 #437400 #2d5e00;
		color: #fff;
		background: #4d8500;
		background: -webkit-linear-gradient(top, #569400 0, #487c00 40%, #477a00 100%);
		background: linear-gradient(to bottom, #569400 0, #487c00 40%, #477a00 100%);
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-osx-font-smoothing: subpixel-antialiased;
}
  .navbutton:hover,
	.navbutton a:hover,
	.button:hover,
	.button a:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	.navbutton:active,
	.navbutton a:active,
	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active,
  .navbutton:focus,
	.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
		border-width: 1px;
		border-color: #579400 #497c00 #316400;
		color: #fff;
		background: #5da000;
		background: -webkit-linear-gradient(top, #5da000 0, #508a00 45%, #4f8700 100%);
		background: linear-gradient(to bottom, #5da000 0, #508a00 45%, #4f8700 100%);
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 #5da000, inset 1px 0 0 #548f00, inset -1px 0 0 #548f00;
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 #5da000, inset 1px 0 0 #548f00, inset -1px 0 0 #548f00;
		box-shadow: 0 1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 #5da000, inset 1px 0 0 #548f00, inset -1px 0 0 #548f00;
	}
