/*
Theme Name: Tauira
Theme URI: https://github.com/New-Zealand-Cadet-Forces/cn-theme
Author: Elise Allen
Author URI: https://github.com/eallenOP
Description: Theme for displaying CadetNet functionally
Version: 5.13.13.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tauira
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tauira is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
html * {
	box-sizing:border-box;
	font-size: 1em;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	height: 1em;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f1f1f1; /* Fallback for when there is no custom background color defined. */
}
header {
	background-color:white;
	margin:-10px;
	padding:10px;
	padding-bottom:0px;
}

.site-header {
  background-color: #000;
}
/* removing this to make way for new footer (styles in own section below
footer {
	font-size: 66%;
    position: fixed;
    bottom: 0px;
    background-color: #D8D8D6;
    left: 0;
    padding: 1ex;
    box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.3);
}*/

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table thead {
	border-radius:10em;
}
table thead tr { background-color: rgba(0,0,32,0.6); }
table thead tr th { padding: 0 1ex; border-left: 1px solid	rgba( 0,0,0,0.05); color: #e8e8e8; font-weight:normal;}
table thead tr th:first-child { border:0; }

table thead tr:last-child { border-bottom:1ex solid transparent; }
table tbody tr:nth-child(even) { background-color: rgba( 0,0,0,0.05 ); }

table.tablesorter thead tr .header {
	background-image: url('./img/bg.gif');
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
	padding-left: 1em;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('./img/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('./img/desc.gif');
}
tr.inactive { opacity: 0.66; text-decoration: line-through; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}




fieldset {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 1ex;
	padding: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
	position:relative;
	background-color:White;
	box-shadow:0 1px 1px 0 rgba(0,0,0,.1);
}
fieldset legend {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2em;
	padding: 0.5ex 1em 0.3ex 1em;
	width: 100%;
	background-color: rgba(240,240,240,0.8);
	color: #666;
	font-family: sans-serif;
}
input,select {
	height:2em;
	margin-bottom:2px;
}
input,select,textarea {
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 0.5ex 1ex;
	padding-left: 1em !important;
}
input[type=date],label[type=date],input[type=text].date {
	width: 8em;
}
input[type=text].rank,label.rank,select.rank {
	width: 13em;
}
input[type=number] {
	width: 10em;
}
input[required], select[required] {
	background-image: radial-gradient(#F00 15%, transparent 18%), radial-gradient(#F00 15%, transparent 18%);
	background-size: 2em 2em;
	background-position: -1ex 0;
	background-repeat: no-repeat;
	border:1px solid #999 !important;
	padding-left:1em !important;
}

input#extension{ width:5em; }
input#service_number { width:8em; }



span#title_set, span#extension_set{
	display: block;
}
@media(min-width: 62em){
	span#title_set, span#extension_set{
		display: inline;
	}
}
form#profile { display:none; }
form#profile input, form#profile label, form#profile select {
	width:31%;
	display:inline-block;
	text-align:left;
}

form label {
	display: inline-block;
	text-align:right;
	width: 9em;
}

input.address, input[type="email"] {
	width:25em;
}
input[type="tel"] {
	width:10em;
}
input[type="date"] {
	width:10em;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}


.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* CadetNet Profile menu */
nav.sidenav {
	border: 1px solid #ccc !important;
	background-color:White;
	/*box-shadow:0 1px 10px 0 rgba(0,0,0,.1);*/
	width: 160px;
	float:left;
	margin-right:2em;
	margin-bottom:1em;
	margin-top: 2em;
}
nav.sidenav ul {
	margin:0;
	padding:0;
	list-style:none;
}
nav.sidenav ul li:first-child {
	border-top:0px;
}
nav.sidenav img.profile {
	width:200px;
	cursor: pointer;
	background-color:rgba(255,255,255,0.5);
}
nav.sidenav .name {
	font-size: 75%;
	color:Silver;
	font-family:sans-serif;
	padding:0 0.5ex;
	cursor: pointer;
}
nav.sidenav .ui-icon{ float:right; }
nav.sidenav a {
	display:block;
	text-align:right;
	font-family: sans-serif;
	padding:0.5ex 1em;
	text-decoration:none;
	border-top:1px solid #999;
	margin-right:-1px;
	color:#999;
}
nav.sidenav li.current-menu-item a {
	border-right:1px solid #f1f1f1;
	color:black;
	font-weight:bold;
	padding-right:0;
	background-color:#f1f1f1;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.main-footer {
	background: #666;
	margin: -10px;
	padding: 15px;
	color: white;
}

.foot-container {
	display: flex;
	justify-content: space-around;
}

.foot-col {
	padding: 10px;
}

.main-footer ul {
  padding: 0;
  margin: 0;
	list-style: none;
}

.main-footer a {
	color: #bbb;
	text-decoration: none;
}

.main-footer a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## New additions
--------------------------------------------------------------*/

.content-narrow {
	width: 990px;
	margin: auto;
}

#site-toggle {
	float: right;
}

#site-toggle .button {
	width: 100px;
}

/* Borrowed button styling from Zurb Foundation*/
a.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid #555;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  text-decoration: none;
  background-color: silver; }

  a.button.active {
	  background-color: #700f13;
  	  color: #fefefe;
  }

a.button:hover {
	background-color: #e2cfcf;
	color: black;
}

  .button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 0;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0;
	  border-top-right-radius: 10px;
	  border-bottom-right-radius: 10px; }
	.button-group .button:first-child {
	  border-top-left-radius: 10px;
	  border-bottom-left-radius: 10px; }

/* Header tweaks */
#custom-logo {
	float: left;
}

h1.site-title {
	clear: none;
}

p.site-description {
  color: #ccc;
}

.site-title a,
.site-title a:visited,
.site-title a:hover {
	text-decoration: none;
	color: white;
}

.nav-right {
	float: right !important;
}

/* Menu (from Coraline)
----------------------------------------------- */

#access, #site-navigation {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 1px 0 0;
	width: 100%;
	width: calc( 100% + 20px );
	background-color:#36363c;
	margin:0 -10px;
}
#access ul, #site-navigation ul {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-transform: uppercase;
}
#access li, #site-navigation li {
	float: left;
	position: relative;
}
#access a, #site-navigation a {
	color: #e4e4e4;
	display: block;
	line-height: 2em;
	margin: 0 1px 0 0;
	padding: 0.25em 1em 0;
	text-decoration: none;
}
#access ul ul, #site-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	font-weight: normal;
	position: absolute;
	top: 100%;
	left: 0;
	text-transform: none;
	z-index: 99999;
	width: 180px;
	box-shadow: 0 3px 20px 0 rgba(0,0,0,.5);
}
#access ul ul, #site-navigation ul ul li {
	/* border: 1px solid #3d3d3d; */
}
#access ul ul ul, #site-navigation ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a, #site-navigation ul ul a {
	background: #c3c3c3;
	color: #eee;
	line-height: 1em;
	margin: 0;
	padding: .66em .5em .5em 1em;
	min-width: 180px;
	border: 1px solid #3d3d3d;
	border-width: 0 1px;
	height: auto;
}
#access ul ul li:last-child a, #site-navigation ul ul li:last-child a {
	border-bottom-width:1px;
}

#access li > a:focus,
#access ul ul :focus > a,
#access li:hover > a,
#access ul ul :hover > a,
#site-navigation li > a:focus,
#site-navigation ul ul :focus > a,
#site-navigation li:hover > a,
#site-navigation ul ul :hover > a {
	background: #c3c3c3;
	color: #fff;
}
#access ul ul a:focus,
#access ul ul a:hover,
#site-navigation ul ul a:focus,
#site-navigation ul ul a:hover {
	background: #222;
}
#access ul li:focus > ul,
#access ul li:hover > ul,
#site-navigation ul li:focus > ul,
#site-navigation ul li:hover > ul {
	display: block;
}
#access .current-menu-item a,
#access .current-menu-ancestor a,
#access .current_page_item a,
#access .current_page_ancestor a,
#site-navigation .current-menu-item a,
#site-navigation .current-menu-ancestor a,
#site-navigation .current_page_item a,
#site-navigation .current_page_ancestor a {
	background: #f1f1f1;
	color: #333;
}
#access .current-menu-item a, #access .current-menu-ancestor a { font-weight: bold; }
#access .current-menu-item .sub-menu a, #access .current-menu-ancestor .sub-menu a { font-weight: normal; }
#access .current-menu-item .sub-menu .current-menu-item a, #access .current-menu-ancestor .sub-menu .current-menu-item a { font-weight: bold; background:#e0e0e0; }

/* Page layout */
#page {
	padding: 10px;
}

/*
 * Theme Name: tauira
 *
 * Layout: Sidebar-Content
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.content-area {
	float: left;
	margin: 0;
	/* width: 100%; */
}
.site-main-sidebar {
	margin: 0 0 0 25%;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
}
.site-footer {
	clear: both;
	width: 100%;
}

.site-content {
	padding: 30px 10%;
	max-width: 90rem;
	margin: auto;
}

#custom-logo {
	margin: 0 20px 0 10px;
}

/* Website side navigation styling
----------------------------------- */
.widget_nav_menu,
.widget_nav_menu a {
	color: grey;
	text-decoration: none;
	font-size: 12px;
}

.widget_nav_menu ul,
.widget_nav_menu li {
	list-style: none;
	padding: 0;
	margin-left: 10px;
}

.widget_nav_menu h2 {
	text-transform: uppercase;
	font-size: 12px;
}

/* Uncomment to center heading text
.site-header {
	text-align: center;
}

.site-header p {
	padding-right: 200px;
} */
/*.cadetnet-content{
	padding: 30px 5% 30px 22.5%;
	max-width: 90rem;
	margin: auto;
}*/





.column {
	float: left;
	margin-bottom:1ex;
	max-width:35em;
}
.column.two { min-width: 48%; }



.NZCF_Background
 {
 background-color: #F5F5F5
 }
.Table25
  {
  display: table;
  width: 25%;
  }
.Table50
  {
  display: table;
  width: 50%;
  }
.Table75
  {
  display: table;
  width: 75%;
  }
.Table100
  {
  display: table;
  width: 100%;
  }
.Row25
  {
  display: table-row;
  width: 25%;
  }
.Row50
  {
  display: table-row;
  width: 50%;
  }
.Row75
  {
  display: table-row;
  width: 75%;
  }
.Row100
  {
  display: table-row;
  width: 100%;
  }
.Cell-border-left-10
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-left: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 10%;
  }
.Cell-border-left-20
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-left: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 20%;
  }
.Cell-border-left-30
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-left: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 30%;
  }
.Cell-border-left-40
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-left: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 40%;
  }
.Cell-border-left-50
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-left: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 50%;
  }
.Cell-border-left-60
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-left: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 60%;
  }
.Cell-border-left-70
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-left: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 70%;
  }
.Cell-border-left-80
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-left: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 80%;
  }
.Cell-border-left-90
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-left: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 90%;
  }
  .Cell-border-right-10
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-right: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  width: 10%;
  }
  .Cell-border-right-20
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-right: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  width: 20%;
  }
  .Cell-border-right-30
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-right: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  width: 30%;
  }
  .Cell-border-right-40
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-right: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  width: 40%;
  }
  .Cell-border-right-50
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-right: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  width: 50%;
  }
  .Cell-border-right-60
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-right: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  width: 60%;
  }
  .Cell-border-right-70
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-right: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  width: 70%;
  }
  .Cell-border-right-80
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-right: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  width: 80%;
  }
  .Cell-border-right-90
  {
  display: table-cell;
  border-top: solid;
  border-bottom: solid;
  border-right: solid;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  }
.Cell-border-10
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  }
.Cell-border-20
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 20%;
  }
.Cell-border-25
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 25%;
  }
.Cell-border-30
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  }
.Cell-border-33
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 33%;
  }
.Cell-border-40
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 40%;
  }
.Cell-border-50
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  }
.Cell-border-60
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 60%;
  }
.Cell-border-70
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 70%;
  }
.Cell-border-75
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 75%;
  }
.Cell-border-80
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 80%;
  }
.Cell-border-90
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 90%;
  }
.Cell-border-100
  {
  display: table-cell;
  border: solid;
  border-width: thin;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  }
  .Cell-no-border-10
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  }
  .Cell-no-border-15
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 15%;
  }
  .Cell-no-border-20
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%;
  }
  .Cell-no-border-30
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  }
  .Cell-no-border-40
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 40%;
  }
  .Cell-no-border-50
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  }
  .Cell-no-border-60
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60%;
  }
  .Cell-no-border-70
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 70%;
  }
  .Cell-no-border-75
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 75%;
  }
  .Cell-no-border-80
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 80%;
  }
  .Cell-no-border-90
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 90%;
  }
  .Cell-no-border-100
  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  }


.p-Indent-50
 {
 text-indent: 50px;
 }
.p-Indent-100
 {
 text-indent: 100px;
 }
.p-Indent-150
 {
 text-indent: 150px;
 }
.p-Indent-200
 {
 text-indent: 200px;
 }
.p-Indent-250
 {
 text-indent: 250px;
 }
.spacer
 {
 margin: 0px 0px 0px 20px;
 }


/* SA - Social Media CSS*/

	.thumbnail
	{
	width: auto;
	height: auto;
	}

	.image
	{
	width: 100%;
	height: 100%;
	}

	.image img
	{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	}

	.image:hover img
	{
	-webkit-transform:scale(1.25); /* Safari and Chrome */
	-moz-transform:scale(1.25); /* Firefox */
	-ms-transform:scale(1.25); /* IE 9 */
	-o-transform:scale(1.25); /* Opera */
	transform:scale(1.25);
	}


/* PT changes for Organisational Chart */

	#orgchart
	{
		font-family: Verdana !important;
		font-size: x-small !important;
		position:relative !important;
		width:3300px !important;
	}
	#orgchart div:not('#dialog')
	{
		border-radius: 15px !important;
		text-align:center !important;
	}
	#orgchart div.grouping
	{
		min-width:100% !important;
	}
	#orgchart div.grouping h1,
	#orgchart div.grouping h2
	{
		text-align:left !important;
		padding-left:1ex !important;
		font-size:125% !important;
		border:0px;
	}
	#orgchart div.grouping h1
	{
		text-transform:uppercase !important;
	}
	#orgchart div.grouping h2
	{
		font-weight:normal !important;
	}

	#orgchart div.grouping.strategic,
	#orgchart div.grouping.operational,
	#orgchart div.grouping.tactical
	{
		background-color:#cdddf2 !important;
		position:absolute !important;
		left:10px !important;
		top: 10px !important;
		max-width:20% !important;
		height:510px !important;
		border-radius: 15px !important;
		z-index:1 !important;
	}
	#orgchart div.grouping.operational
	{
		top:520px !important;
		z-index:0 !important;
		background-color:White !important;
		height:650px !important;
		padding-top:18em;
	}
	#orgchart div.grouping.tactical
	{
		top:1170px !important;
		z-index:0 !important;
		background-color:#fdefe4 !important;
		height:175px !important;
		margin-bottom:2em !important;
		border-radius: 15px !important;
	}
	#orgchart div.grouping.strategic .command:not(.line)
	{
		background-color:#d5deeb !important;
		border:1px solid black !important;
		position:absolute !important;
		left:660px !important;
		top: 30px !important;
		width:500px !important;
		height:300px !important;
		border-radius: 15px !important;
	}

    #orgchart div.canvas
    {
      position: absolute !important;            /* Sit on top of the page content */
      display: none !important;                 /* Hidden by default */
      width: 3300px !important;                 /* Full width (cover the whole page) */
      height: 1240px !important;                /* Full height (cover the whole page) */
      top: 0px !important;
      left: 0px !important;
      border-style: solid !important;
	  border-width: 1px !important;
	  border-color: #d3d3d3;
      z-index: 10 !important;                   /* Specify a stack order in case you're using a different order for other elements */
    }

	#orgchart div.position
	{
		border: 1px solid #7030a0 !important;
		border-radius: 15px !important;
		padding:1ex 1em !important;
		margin:0px !important;
		width:200px!important;
/*      height:80px!important;  */
		text-align: center !important;
		vertical-align:middle !important;
		box-sizing: border-box !important;
		position:absolute !important;
		z-index:1000 !important;
	}
	#orgchart div.line
	{
		width:0px;
		height:0px;
		border:1px none black !important;
		border-width: 1px 1px 0px 0px !important;
		position:absolute !important;
		z-index:1 !important;
	}
	#orgchart div.line.command
	{
		border-style:solid !important;
	}
	#orgchart div.line.communication
	{
		border-style:dashed !important;
	}

	#orgchart div.position.important
	{
		border: 4px double #7030a0 !important;
		box-shadow: 10px 10px 5px #ccc !important;
		z-index:30 !important;
	}
	#orgchart div.position.nzdf
	{
		background-color:#fff !important;
		border-color:#000 !important;
		color:#000 !important;
	}
	#orgchart div.position.nzcf
	{
		background-color:#775e97 !important;
		color:#fff !important;
	}
	#orgchart div.position.civilian
	{
		background-color:#f8b57e !important;
		color:#000 !important;
	}
	#orgchart div.position.new
	{
		border-color:Red !important;
	}
	#orgchart div.position.usc
	{
		background-color:#c8df9a !important;
	}

	#orgchart div.title,
	#orgchart div.whom
	{
		cursor: pointer !important;
	}
	#orgchart div.title:hover,
	#orgchart div.whom:hover
	{
		color: Blue !important;
		text-decoration:underline !important;
	}
	#orgchart div.position .jobdesc,
	#orgchart div.position .profile
	{
		display:none !important;
	}

	#legend
	{
		position: absolute !important;
		right: 2em !important;
		top:2em !important;
		width: 200px !important;
		height: 300px !important;
	}

	#dialog img
	{
		border-radius: 50% !important;
		width:200px !important;
		box-shadow: 10px 10px 20px #ccc !important;
		border: 6px solid white !important;
		margin:1em 2ex 0 0 !important;
		float:left !important;
	}


/* SJH - New CSS and Tables Setup */

.ASO-Header {
  text-align: center;
  color: #4d0099;
  font-size: xx-large;
  font-weight: bold;
}
.SCC {
/*background-color: #000080;*/
  background-color: #003e7e;
  text-align: center;
  color: #FFFFFF;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border-radius: 20px;
}
.NZCC {
/*background-color: #ABCBAD;*/
  background-color: #d31145;
  text-align: center;
/*color: #000000;*/
  color: #FFFFFF;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border-radius: 20px;
}
.ATC {
/*background-color: #B3FFFF;*/
  background-color: #13b5ea;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border-radius: 20px;
}
.TRI {
  background-color: #5900B3;
  text-align: center;
  color: #FFFFFF;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border-radius: 20px;
}
.UC {
  background-color: #FFFF00;
  text-align: center;
  color: #000000;
  font-size: large;
  font-weight: bold;
  vertical-align: middle;
  border-radius: 20px;
}
.miss {
  font-weight: bold;
  color: red;
}
.LSN-AVS {
  background-color: #7adbff;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-BSH {
  background-color: #b7d2b4;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-DRL {
  background-color: #ffd7ff;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-ETH {
  background-color: #ffffcc;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-EXP {
  background-color: #ddebf7;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-FAS {
  background-color: #d5c4b9;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-FLD {
  background-color: #b8caa0;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-LDR {
  background-color: #ffc78f;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-MED {
  background-color: #fda69d;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-NAV {
  background-color: #fbe5fc;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-OPS {
  background-color: #90cbfc;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-PHY {
  background-color: #c9fbfa;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-RCD {
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-SAL {
  background-color: #d8d8d8;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-SEA {
  background-color: #0070c0;
  text-align: center;
  color: #ffffff;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-ADM {
  background-color: #FFA500;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-ARMS {
  background-color: #FF0000;
  text-align: center;
  color: #FFFFFF;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-BOATS {
  background-color: #002060;
  text-align: center;
  color: #FFFF00;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-CFK {
  background-color: #7030A0;
  text-align: center;
  color: #FFFFFF;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-CHART {
  background-color: #92D050;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-CIT {
  background-color: #FFFFCC;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-FA {
  background-color: #FFCCFF;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-FC {
  background-color: #3DFD23;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-GSK {
  background-color: #C00000;
  text-align: center;
  color: #FFFFFF;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-IT {
  background-color: #33CCFF;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-LEAD {
  background-color: #0070C0;
  text-align: center;
  color: #FFFFFF;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-MET {
  background-color: #FE80EC;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
/*.LSN-NAV {
  background-color: #92D050;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}*/
.LSN-PT {
  background-color: #7030A0;
  text-align: center;
  color: #FFFF00;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-RATEL {
  background-color: #BFBFBF;
  text-align: center;
  color: #000000;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}
.LSN-RISK {
  background-color: #000000;
  text-align: center;
  color: #FFFF00;
  font-size: x-large;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 20px;
}

.Table
{
  display: table !important;
}
.Table10 { width: 10% !important; }
.Table15 { width: 15% !important; }
.Table20 { width: 20% !important; }
.Table25 { width: 25% !important; }
.Table30 { width: 30% !important; }
.Table33 { width: 33.3% !important; }
.Table35 { width: 35% !important; }
.Table40 { width: 40% !important; }
.Table45 { width: 45% !important; }
.Table50 { width: 50% !important; }
.Table55 { width: 55% !important; }
.Table60 { width: 60% !important; }
.Table65 { width: 65% !important; }
.Table66 { width: 66.6% !important; }
.Table70 { width: 70% !important; }
.Table75 { width: 75% !important; }
.Table80 { width: 80% !important; }
.Table85 { width: 85% !important; }
.Table90 { width: 90% !important; }
.Table95 { width: 95% !important; }
.Table100{ width: 100% !important; }
.NZCFColour{ background-color: #F5F5F5 !important; }

.Row
{
  display: table-row !important;
}
.Row10 { width: 10% !important; }
.Row15 { width: 15% !important; }
.Row20 { width: 20% !important; }
.Row25 { width: 25% !important; }
.Row30 { width: 30% !important; }
.Row33 { width: 33.3% !important; }
.Row35 { width: 35% !important; }
.Row40 { width: 40% !important; }
.Row45 { width: 45% !important; }
.Row50 { width: 50% !important; }
.Row55 { width: 55% !important; }
.Row60 { width: 60% !important; }
.Row65 { width: 65% !important; }
.Row66 { width: 66.6% !important; }
.Row70 { width: 70% !important; }
.Row75 { width: 75% !important; }
.Row80 { width: 80% !important; }
.Row85 { width: 85% !important; }
.Row90 { width: 90% !important; }
.Row95 { width: 95% !important; }
.Row100{ width: 100% !important; }

.Cell
{
  display: table-cell !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  vertical-align: middle !important;
  border: thin solid black !important;
  border-width:thin 0px !important;
  box-sizing: border-box !important;
}

.Cell:first-child { border-left-width: thin !important; }
.Cell:last-of-type { border-right-width: thin !important; }

.Centre { text-align: center !important; }

.Cell10 { width: 10% !important; }
.Cell15 { width: 15% !important; }
.Cell20 { width: 20% !important; }
.Cell25 { width: 25% !important; }
.Cell30 { width: 30% !important; }
.Cell33 { width: 33.3% !important; }
.Cell33T { width: 33.3% !important;
           vertical-align: top !important; }
.Cell35 { width: 35% !important; }
.Cell40 { width: 40% !important; }
.Cell45 { width: 45% !important; }
.Cell50 { width: 50% !important; }
.Cell55 { width: 55% !important; }
.Cell60 { width: 60% !important; }
.Cell65 { width: 65% !important; }
.Cell66 { width: 66.6% !important; }
.Cell70 { width: 70% !important; }
.Cell75 { width: 75% !important; }
.Cell80 { width: 80% !important; }
.Cell85 { width: 85% !important; }
.Cell90 { width: 90% !important; }
.Cell95 { width: 95% !important; }
.Cell100{ width: 100% !important; }

.BackCol_Yellow{ background-color: #FFFF00 !important; }
.BackCol_Purple{ background-color: #F5EBFF !important; }

.CellNZCF20L {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  color: #000000;
}
.CellNZCF20R {
  text-align: center;
  font-size: large;
  color: #000000;
}

p.padding10 { padding-left: 10px !important; }
p.padding20 { padding-left: 20px !important; }
p.padding30 { padding-left: 30px !important; }
p.padding40 { padding-left: 40px !important; }
p.padding50 { padding-left: 50px !important; }
p.padding60 { padding-left: 60px !important; }
p.padding70 { padding-left: 70px !important; }
p.padding80 { padding-left: 80px !important; }
p.padding90 { padding-left: 90px !important; }
p.padding100{ padding-left: 100px !important;}

dl { margin: 0 !important; }
dt { font-weight: bold;
     margin-top: 0 !important;
     margin-left: 0 !important;
     margin-right: 0 !important;
     margin-bottom: 0 !important; }
dd { margin-top: 0 !important;
     margin-left: 25px !important;
     margin-right: 0 !important;
     margin-bottom: 0 !important; }
label.required, span.required{
  background-image: radial-gradient(#F00 15%, transparent 18%), radial-gradient(#F00 15%, transparent 18%);
  background-size: 2em 2em;
  background-position: -1ex -1ex;
  background-repeat: no-repeat;
  padding-left: 1em !important;
}
