/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td, th {
  vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
  border: none;
}
/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */
/* Default font settings.

   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
  font-size: 100.01%;
}
body {
  font-size: 75%;
  color: #999999;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.gridlines {
  background: url("linegrid-18.png") top left repeat;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  font-size: 1em;
  font-weight: bold;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
p {
  margin: 0 0 1.5em;
}
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
*/
img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}
a, a:focus {
  color: white;
  text-decoration: underline;
}
a:hover {
  color: white;
}
blockquote {
  margin: 1.5em;
  color: #dddddd;
  font-style: italic;
}
strong, dfn {
  font-weight: bold;
}
em, dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted #dddddd;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #dddddd;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */
li ul, li ol {
  margin: 0;
}
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */
/*
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
tfoot       { font-style: italic; }
caption     { background: #eee; }
*/
/* Misc classes
-------------------------------------------------------------- */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none !important;
}
.quiet {
  color: #dddddd;
}
.loud {
  color: black;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */
label {
  font-weight: bold;
  display: block;
  padding-right: 1em;
}
fieldset {
  padding: 1.3em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc;
}
legend {
  font-weight: bold;
  font-size: 1.2em;
}
/* Form fields
-------------------------------------------------------------- */
input[type=text],
input[type=password],
input.text,
input.title,
textarea,
select {
  background-color: #fff;
  border: 1px solid #bbb;
}
input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border-color: #666;
}
input[type=text],
input[type=password],
input.text,
input.title,
textarea,
select {
  margin: 0.55em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 5px;
}
input.text, input.title {
  width: 300px;
  padding: 5px;
}
input.title {
  font-size: 1.5em;
}
textarea {
  width: 390px;
  height: 250px;
  padding: 5px;
}
input[type=checkbox],
input[type=radio],
input.checkbox,
input.radio {
  position: relative;
  top: .25em;
}
form.inline {
  line-height: 3;
}
form.inline p {
  margin-bottom: 0;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error, .notice, .success {
  /*padding: .8em;*/
  display: block;
  margin-bottom: 1em;
  text-align: center;
  border: 2px solid #ddd;
  line-height: 4em;
}
.error {
  background: #FBE3E4;
  color: #8a1f11 !important;
  border-color: #FBC2C4;
}
.notice {
  background: #FFF6BF;
  color: #514721 !important;
  border-color: #FFD324;
}
.success {
  background: #E6EFC2;
  color: #264409 !important;
  border-color: #C6D880;
}
.error a {
  color: #8a1f11;
}
.notice a {
  color: #514721;
}
.success a {
  color: #264409;
}
.formFields .error {
  line-height: 1.8em;
  padding: 0 0.8em;
  position: relative;
  float: right;
}
.formFields .error::after {
  border-color: #FBC2C4 transparent;
  border-style: solid;
  border-width: 0px 13px 13px;
  top: -13px;
  content: '';
  display: block;
  height: 0px;
  left: 10px;
  position: absolute;
  width: 0px;
}
/* Defaults for form lists 
--------------------------------------------------------------- */
form {
  padding-right: 10px;
}
form ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
form ol li {
  padding: .5em 0;
}
form ol li label, form ol li input, form ol li select {
  display: block;
  margin: .1em 0 !important;
}
form ol li input, form ol li select, form ol li textarea {
  padding: .5em;
  font-size: 1em;
}
form ol li ol {
  display: block;
  clear: both;
  overflow: auto;
  margin: -0.5em 0;
}
form ol li ol li {
  float: left;
  margin: 0 1em 0 0;
}
form ol li ol li label, form ol li ol li input {
  display: block;
}
/* -------------------------------------------------------------- 
      
   liquid.css
   * Sets up an easy-to-use grid of 24 columns that stretch
     to the window width or can also be fixed width.

   Liquid grid work by:
   * Ben Listwon
   * David Bedingfield
   * Andrei Michael Herasimchuk
   Involution Studios, http://www.involutionstudios.com
   
   .less Parameterization
   * Ryan Rahlf, http://www.empty7.com

   -----

   grid.css
   * Sets up an easy-to-use grid of 24 columns.
   
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Khoi Vinh         [subtraction.com]

   -----
   
   By default, the grid is 80% of window width, with 24 columns.

   To make the grid fixed, simply change the .container width
   property to a pixel value. e.g., 960px.
   
-------------------------------------------------------------- */
/* A container should group your entire grid. */
.container {
  min-width: 950px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/* A block should group all your columns per row stack. */
.block {
  overflow: hidden;
}
/* Columns
-------------------------------------------------------------- */
/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
.column {
  float: left;
}
/* Use these classes to set the width of a column. */
.span-1 {
  width: 4%;
}
.span-2 {
  width: 8%;
}
.span-3 {
  width: 12%;
}
.span-4 {
  width: 16%;
}
.span-5 {
  width: 20%;
}
.span-6 {
  width: 25%;
}
.span-7 {
  width: 29%;
}
.span-8 {
  width: 33%;
}
.span-9 {
  width: 37%;
}
.span-10 {
  width: 41%;
}
.span-11 {
  width: 45%;
}
.span-12 {
  width: 50%;
}
.span-13 {
  width: 54%;
}
.span-14 {
  width: 58%;
}
.span-15 {
  width: 62%;
}
.span-16 {
  width: 66%;
}
.span-17 {
  width: 70%;
}
.span-18 {
  width: 75%;
}
.span-19 {
  width: 79%;
}
.span-20 {
  width: 83%;
}
.span-21 {
  width: 87%;
}
.span-22 {
  width: 91%;
}
.span-23 {
  width: 95%;
}
.span-24 {
  width: 100%;
  margin-right: 0;
}
.span-1 > div,
.span-2 > div,
.span-3 > div,
.span-4 > div,
.span-5 > div,
.span-6 > div,
.span-7 > div,
.span-8 > div,
.span-9 > div,
.span-10 > div,
.span-11 > div,
.span-12 > div,
.span-13 > div,
.span-14 > div,
.span-15 > div,
.span-16 > div,
.span-17 > div,
.span-18 > div,
.span-19 > div,
.span-20 > div,
.span-21 > div,
.span-22 > div,
.span-23 > div,
.span-24 > div {
  margin: 0 0.833em 0 0;
}
/* The last column in a row needs this class. */
.last, .column > div.last {
  margin-right: 0;
}
/* Add these to a column to append empty cols. */
.append-1 {
  padding-right: 4%;
}
.append-2 {
  padding-right: 8%;
}
.append-3 {
  padding-right: 12%;
}
.append-4 {
  padding-right: 16%;
}
.append-5 {
  padding-right: 20%;
}
.append-6 {
  padding-right: 25%;
}
.append-7 {
  padding-right: 29%;
}
.append-8 {
  padding-right: 33%;
}
.append-9 {
  padding-right: 37%;
}
.append-10 {
  padding-right: 41%;
}
.append-11 {
  padding-right: 45%;
}
.append-12 {
  padding-right: 50%;
}
.append-13 {
  padding-right: 54%;
}
.append-14 {
  padding-right: 58%;
}
.append-15 {
  padding-right: 62%;
}
.append-16 {
  padding-right: 66%;
}
.append-17 {
  padding-right: 70%;
}
.append-18 {
  padding-right: 75%;
}
.append-19 {
  padding-right: 79%;
}
.append-20 {
  padding-right: 83%;
}
.append-21 {
  padding-right: 87%;
}
.append-22 {
  padding-right: 91%;
}
.append-23 {
  padding-right: 95%;
}
/* Add these to a column to prepend empty cols. */
.prepend-1 {
  padding-left: 4%;
}
.prepend-2 {
  padding-left: 8%;
}
.prepend-3 {
  padding-left: 12%;
}
.prepend-4 {
  padding-left: 16%;
}
.prepend-5 {
  padding-left: 20%;
}
.prepend-6 {
  padding-left: 25%;
}
.prepend-7 {
  padding-left: 29%;
}
.prepend-8 {
  padding-left: 33%;
}
.prepend-9 {
  padding-left: 37%;
}
.prepend-10 {
  padding-left: 41%;
}
.prepend-11 {
  padding-left: 45%;
}
.prepend-12 {
  padding-left: 50%;
}
.prepend-13 {
  padding-left: 54%;
}
.prepend-14 {
  padding-left: 58%;
}
.prepend-15 {
  padding-left: 62%;
}
.prepend-16 {
  padding-left: 66%;
}
.prepend-17 {
  padding-left: 70%;
}
.prepend-18 {
  padding-left: 75%;
}
.prepend-19 {
  padding-left: 79%;
}
.prepend-20 {
  padding-left: 83%;
}
.prepend-21 {
  padding-left: 87%;
}
.prepend-22 {
  padding-left: 91%;
}
.prepend-23 {
  padding-left: 95%;
}
/* Border on right hand side of a column. */
.border {
  border-right: 1px solid #eee;
}
/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 2%;
  margin-right: 2%;
  border-right: 1px solid #eee;
}
.colborder > div {
  margin: 0;
}
/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column. */
.pull-1 {
  margin-left: -3.33em;
}
.pull-2 {
  margin-left: -6.67em;
}
.pull-3 {
  margin-left: -10em;
}
.pull-4 {
  margin-left: -13.33em;
}
.push-0 {
  margin: 0 0 0 1.5em;
}
.push-1 {
  margin: 0 -3.33em 0 1.5em;
}
.push-2 {
  margin: 0 -6.67em 0 1.5em;
}
.push-3 {
  margin: 0 -10em 0 1.5em;
}
.push-4 {
  margin: 0 -13.33em 0 1.5em;
}
.push-0,
.push-1,
.push-2,
.push-3,
.push-4 {
  float: right;
}
/* Misc classes and elements
-------------------------------------------------------------- */
/* Use a .box to create a padded box inside a column.  */.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #eee;
}
/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  width: 100%;
  height: 0.083em;
  margin: 0 0 1.583em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}
.clean ul, ul.clean {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clean li, ul.clean li {
  padding: 0;
  margin: 0;
  list-style: none;
}
table.fit {
  width: 100%;
}
table.fit thead {
  display: block;
  position: relative;
  width: 100%;
}
table.fit thead tr {
  width: 100%;
  display: block;
}
table.fit tbody {
  display: block;
}
table.fit tbody tr {
  width: 100%;
}
table.fit tbody td {
  width: 1%;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td, th {
  vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
  border: none;
}
/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */
/* Default font settings.

   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
  font-size: 100.01%;
}
body {
  font-size: 75%;
  color: #999999;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.gridlines {
  background: url("linegrid-18.png") top left repeat;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  font-size: 1em;
  font-weight: bold;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
p {
  margin: 0 0 1.5em;
}
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
*/
img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}
a, a:focus {
  color: white;
  text-decoration: underline;
}
a:hover {
  color: white;
}
blockquote {
  margin: 1.5em;
  color: #dddddd;
  font-style: italic;
}
strong, dfn {
  font-weight: bold;
}
em, dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted #dddddd;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #dddddd;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */
li ul, li ol {
  margin: 0;
}
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */
/*
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
tfoot       { font-style: italic; }
caption     { background: #eee; }
*/
/* Misc classes
-------------------------------------------------------------- */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none !important;
}
.quiet {
  color: #dddddd;
}
.loud {
  color: black;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */
label {
  font-weight: bold;
  display: block;
  padding-right: 1em;
}
fieldset {
  padding: 1.3em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc;
}
legend {
  font-weight: bold;
  font-size: 1.2em;
}
/* Form fields
-------------------------------------------------------------- */
input[type=text],
input[type=password],
input.text,
input.title,
textarea,
select {
  background-color: #fff;
  border: 1px solid #bbb;
}
input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border-color: #666;
}
input[type=text],
input[type=password],
input.text,
input.title,
textarea,
select {
  margin: 0.55em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 5px;
}
input.text, input.title {
  width: 300px;
  padding: 5px;
}
input.title {
  font-size: 1.5em;
}
textarea {
  width: 390px;
  height: 250px;
  padding: 5px;
}
input[type=checkbox],
input[type=radio],
input.checkbox,
input.radio {
  position: relative;
  top: .25em;
}
form.inline {
  line-height: 3;
}
form.inline p {
  margin-bottom: 0;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error, .notice, .success {
  /*padding: .8em;*/
  display: block;
  margin-bottom: 1em;
  text-align: center;
  border: 2px solid #ddd;
  line-height: 4em;
}
.error {
  background: #FBE3E4;
  color: #8a1f11 !important;
  border-color: #FBC2C4;
}
.notice {
  background: #FFF6BF;
  color: #514721 !important;
  border-color: #FFD324;
}
.success {
  background: #E6EFC2;
  color: #264409 !important;
  border-color: #C6D880;
}
.error a {
  color: #8a1f11;
}
.notice a {
  color: #514721;
}
.success a {
  color: #264409;
}
.formFields .error {
  line-height: 1.8em;
  padding: 0 0.8em;
  position: relative;
  float: right;
}
.formFields .error::after {
  border-color: #FBC2C4 transparent;
  border-style: solid;
  border-width: 0px 13px 13px;
  top: -13px;
  content: '';
  display: block;
  height: 0px;
  left: 10px;
  position: absolute;
  width: 0px;
}
/* Defaults for form lists 
--------------------------------------------------------------- */
form {
  padding-right: 10px;
}
form ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
form ol li {
  padding: .5em 0;
}
form ol li label, form ol li input, form ol li select {
  display: block;
  margin: .1em 0 !important;
}
form ol li input, form ol li select, form ol li textarea {
  padding: .5em;
  font-size: 1em;
}
form ol li ol {
  display: block;
  clear: both;
  overflow: auto;
  margin: -0.5em 0;
}
form ol li ol li {
  float: left;
  margin: 0 1em 0 0;
}
form ol li ol li label, form ol li ol li input {
  display: block;
}
/* -------------------------------------------------------------- 
      
   liquid.css
   * Sets up an easy-to-use grid of 24 columns that stretch
     to the window width or can also be fixed width.

   Liquid grid work by:
   * Ben Listwon
   * David Bedingfield
   * Andrei Michael Herasimchuk
   Involution Studios, http://www.involutionstudios.com
   
   .less Parameterization
   * Ryan Rahlf, http://www.empty7.com

   -----

   grid.css
   * Sets up an easy-to-use grid of 24 columns.
   
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Khoi Vinh         [subtraction.com]

   -----
   
   By default, the grid is 80% of window width, with 24 columns.

   To make the grid fixed, simply change the .container width
   property to a pixel value. e.g., 960px.
   
-------------------------------------------------------------- */
/* A container should group your entire grid. */
.container {
  min-width: 950px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/* A block should group all your columns per row stack. */
.block {
  overflow: hidden;
}
/* Columns
-------------------------------------------------------------- */
/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
.column {
  float: left;
}
/* Use these classes to set the width of a column. */
.span-1 {
  width: 4%;
}
.span-2 {
  width: 8%;
}
.span-3 {
  width: 12%;
}
.span-4 {
  width: 16%;
}
.span-5 {
  width: 20%;
}
.span-6 {
  width: 25%;
}
.span-7 {
  width: 29%;
}
.span-8 {
  width: 33%;
}
.span-9 {
  width: 37%;
}
.span-10 {
  width: 41%;
}
.span-11 {
  width: 45%;
}
.span-12 {
  width: 50%;
}
.span-13 {
  width: 54%;
}
.span-14 {
  width: 58%;
}
.span-15 {
  width: 62%;
}
.span-16 {
  width: 66%;
}
.span-17 {
  width: 70%;
}
.span-18 {
  width: 75%;
}
.span-19 {
  width: 79%;
}
.span-20 {
  width: 83%;
}
.span-21 {
  width: 87%;
}
.span-22 {
  width: 91%;
}
.span-23 {
  width: 95%;
}
.span-24 {
  width: 100%;
  margin-right: 0;
}
.span-1 > div,
.span-2 > div,
.span-3 > div,
.span-4 > div,
.span-5 > div,
.span-6 > div,
.span-7 > div,
.span-8 > div,
.span-9 > div,
.span-10 > div,
.span-11 > div,
.span-12 > div,
.span-13 > div,
.span-14 > div,
.span-15 > div,
.span-16 > div,
.span-17 > div,
.span-18 > div,
.span-19 > div,
.span-20 > div,
.span-21 > div,
.span-22 > div,
.span-23 > div,
.span-24 > div {
  margin: 0 0.833em 0 0;
}
/* The last column in a row needs this class. */
.last, .column > div.last {
  margin-right: 0;
}
/* Add these to a column to append empty cols. */
.append-1 {
  padding-right: 4%;
}
.append-2 {
  padding-right: 8%;
}
.append-3 {
  padding-right: 12%;
}
.append-4 {
  padding-right: 16%;
}
.append-5 {
  padding-right: 20%;
}
.append-6 {
  padding-right: 25%;
}
.append-7 {
  padding-right: 29%;
}
.append-8 {
  padding-right: 33%;
}
.append-9 {
  padding-right: 37%;
}
.append-10 {
  padding-right: 41%;
}
.append-11 {
  padding-right: 45%;
}
.append-12 {
  padding-right: 50%;
}
.append-13 {
  padding-right: 54%;
}
.append-14 {
  padding-right: 58%;
}
.append-15 {
  padding-right: 62%;
}
.append-16 {
  padding-right: 66%;
}
.append-17 {
  padding-right: 70%;
}
.append-18 {
  padding-right: 75%;
}
.append-19 {
  padding-right: 79%;
}
.append-20 {
  padding-right: 83%;
}
.append-21 {
  padding-right: 87%;
}
.append-22 {
  padding-right: 91%;
}
.append-23 {
  padding-right: 95%;
}
/* Add these to a column to prepend empty cols. */
.prepend-1 {
  padding-left: 4%;
}
.prepend-2 {
  padding-left: 8%;
}
.prepend-3 {
  padding-left: 12%;
}
.prepend-4 {
  padding-left: 16%;
}
.prepend-5 {
  padding-left: 20%;
}
.prepend-6 {
  padding-left: 25%;
}
.prepend-7 {
  padding-left: 29%;
}
.prepend-8 {
  padding-left: 33%;
}
.prepend-9 {
  padding-left: 37%;
}
.prepend-10 {
  padding-left: 41%;
}
.prepend-11 {
  padding-left: 45%;
}
.prepend-12 {
  padding-left: 50%;
}
.prepend-13 {
  padding-left: 54%;
}
.prepend-14 {
  padding-left: 58%;
}
.prepend-15 {
  padding-left: 62%;
}
.prepend-16 {
  padding-left: 66%;
}
.prepend-17 {
  padding-left: 70%;
}
.prepend-18 {
  padding-left: 75%;
}
.prepend-19 {
  padding-left: 79%;
}
.prepend-20 {
  padding-left: 83%;
}
.prepend-21 {
  padding-left: 87%;
}
.prepend-22 {
  padding-left: 91%;
}
.prepend-23 {
  padding-left: 95%;
}
/* Border on right hand side of a column. */
.border {
  border-right: 1px solid #eee;
}
/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 2%;
  margin-right: 2%;
  border-right: 1px solid #eee;
}
.colborder > div {
  margin: 0;
}
/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column. */
.pull-1 {
  margin-left: -3.33em;
}
.pull-2 {
  margin-left: -6.67em;
}
.pull-3 {
  margin-left: -10em;
}
.pull-4 {
  margin-left: -13.33em;
}
.push-0 {
  margin: 0 0 0 1.5em;
}
.push-1 {
  margin: 0 -3.33em 0 1.5em;
}
.push-2 {
  margin: 0 -6.67em 0 1.5em;
}
.push-3 {
  margin: 0 -10em 0 1.5em;
}
.push-4 {
  margin: 0 -13.33em 0 1.5em;
}
.push-0,
.push-1,
.push-2,
.push-3,
.push-4 {
  float: right;
}
/* Misc classes and elements
-------------------------------------------------------------- */
/* Use a .box to create a padded box inside a column.  */.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #eee;
}
/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  width: 100%;
  height: 0.083em;
  margin: 0 0 1.583em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}
.clean ul, ul.clean {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clean li, ul.clean li {
  padding: 0;
  margin: 0;
  list-style: none;
}
table.fit {
  width: 100%;
}
table.fit thead {
  display: block;
  position: relative;
  width: 100%;
}
table.fit thead tr {
  width: 100%;
  display: block;
}
table.fit tbody {
  display: block;
}
table.fit tbody tr {
  width: 100%;
}
table.fit tbody td {
  width: 1%;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 950px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 950px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  overflow: auto;
}
#header {
  width: 100%;
  margin-right: 0;
  width: 100%;
  margin-right: 0;
  min-height: 9em;
  overflow: visible;
}
#beecrumbs {
  margin-bottom: 1.5em;
  padding-left: 1em;
}
.sprite {
  display: inline-block;
  padding: 0.2em;
  vertical-align: bottom;
}
.states .sprite {
  padding: 0.2em 0;
}
.colpad {
  padding: 0 1em;
}
.colborder .colpad {
  padding-right: 0;
}
#txtFilter {
  width: 50%;
}
#ctlLogin {
  width: 100%;
}
/*
.navigation,
.navigation ul
{
	.span-24;
	height:@nav-height;
}

.navigation > ul
{
	float:left;	
}

.navigation > ul > li
{
	.span-3;
	float:left;
	position:relative;
	height:@nav-height;
	padding-top:@nav-height - @line-height;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
	font-weight:bold;
}


.navigation span,
.navigation a
{
	margin-left:0.5em;
	display:inline-block;
	width:100%;
	outline:0;
}

 

.navigation li ul
{
	display:none;
}

.navigation li:hover ul
{
	display:block;
	position:absolute;
	z-index:1000;
	height:auto;
}

.navigation li li
{
	line-height:@nav-item-height;
}
	*/
#logo {
  position: absolute;
  top: 0;
  right: 20px;
}
#userNav {
  position: absolute;
  top: 1.5em;
  right: 120px;
  line-height: 1.5em;
  height: 1.5em;
}
#userNav .userName {
  padding-right: 1em;
}
#context {
  width: 33%;
  width: 33%;
  padding: 1em 0 1em 1em;
  height: 107px;
  box-sizing: border-box;
  font-size: 1.5em;
  background: url(/Style/yellow-gray/hive-pattern.png) top left repeat-x #003060;
  width: 100%;
}
#context h1 {
  margin-bottom: 0;
  overflow: visible;
  white-space: nowrap;
}
#context ul.location li {
  line-height: 1em;
  height: 1em;
  display: inline-block;
}
#context ul.location li:last-child {
  display: block;
  margin-top: -9px;
  overflow: visible;
  white-space: nowrap;
  font-size: 2em;
}
#context ul.location span {
  line-height: 0.333em;
}
#instantMessagesContainer {
  position: absolute;
  width: 400px;
  height: 6em;
  max-height: 80%;
  top: 3.75em;
  right: 200px;
  z-index: 0;
  overflow: hidden;
  background-color: transparent;
}
#instantMessagesContainer.expanded {
  background-color: #191919;
  height: 1000px;
  overflow: visible;
  -webkit-transition: height 0.5s ease-out;
  z-index: 200;
}
#instantMessages li {
  padding: 0 0.5em;
  position: relative;
}
#instantMessages li, #instantMessages li div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
}
#instantMessages li.new {
  color: #fff !important;
}
#instantMessages li:hover {
  color: #fff;
  -webkit-transition: color 0.5s ease-out;
  -webkit-transition-delay: 0;
}
#instantMessages li .messageBody {
  display: none;
}
#instantMessageDetail {
  position: absolute;
  z-index: 300;
  width: 300px;
  background: #7fa842;
  padding: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}
#instantMessageDetail * {
  color: #333;
}
#instantMessageDetail h6 {
  border-bottom: 1px solid #333;
  margin-bottom: 0.5em;
}
#instantMessageDetail:after {
  border-color: transparent #7fa842;
  border-style: solid;
  border-width: 8px 0px 8px 14px;
  content: '';
  display: block;
  height: 0px;
  right: -13px;
  position: absolute;
  top: 10px;
  width: 0px;
}
.messageTime {
  margin-right: 1em;
}
#waitIndicator {
  position: absolute;
  top: 3.75em;
  right: 100px;
  width: 6em;
  height: 6em;
  text-align: center;
  margin: 0 0.75em;
}
.tabs {
  margin-bottom: 1.5em;
}
.tabs ul, .tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs li {
  display: inline-block;
  padding: 0 0.3em;
}
.tabs li a, .tabs li span {
  display: block;
  line-height: 3em;
  height: 3em;
  padding: 0 1em;
}
/*
.sidebar
{
	.span-5;
	.column;
	padding:0 1em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.mainWithSidebar
{
	.span-19;
	.column;
	overflow:hidden;
}
*/
fieldset, .callout {
  margin: 0 0 1.5em;
  padding: 1.5em;
  position: relative;
}
legend {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
}
legend + * {
  display: inline-block;
  margin-top: 3em !important;
}
textarea {
  height: 9.15em;
}
input[type=text],
input[type=search],
input[type=password],
textarea,
select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
.checkboxList input {
  margin-left: 1em;
}
.checkboxList label {
  display: block;
  padding-left: 0.5em;
}
.checkboxList input + label {
  display: inline-block;
}
fieldset.inline label,
fieldset.inline input,
fieldset.inline select,
fieldset.inline textarea,
fieldset.inline div.actions {
  display: inline-block;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset.inline label {
  width: 30%;
}
fieldset.inline textarea {
  vertical-align: top;
}
fieldset .actions {
  text-align: right;
}
fieldset legend + .actions {
  text-align: left;
  display: block;
  margin-bottom: 1em;
}
fieldset input[type=image] {
  width: auto;
}
fieldset.simple {
  border: none;
  background-color: Transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #333;
  margin-bottom: 4em;
}
fieldset table {
  display: table;
  width: 100%;
}
fieldset.simple legend {
  position: static;
  color: #111111;
}
fieldset.simple legend + * {
  margin-top: 1em !important;
  padding-top: 0;
}
ul.formFields, ul.formFields li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.formFields li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
ul.formFields li label {
  color: #111111;
}
ul.formFields li.sideButton input {
  width: 85%;
}
ul.formFields li.half {
  width: 45%;
  margin-right: 5%;
}
ul.formFields li.third {
  width: 30%;
  margin-right: 2%;
}
ul.formFields li.half + li.half {
  margin-right: 0;
}
ul.formFields li.third + li.third + li.third {
  margin-right: 0;
}
.WorkflowContainer, .selectListContainer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selectListContainer ul, .WorkflowContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.selectListContainer li, .WorkflowContainer li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.selectListContainer ul, .WorkflowContainer ul {
  margin-bottom: 1.5em;
}
.selectListContainer div, .WorkflowContainer div {
  height: 3.75em;
  margin: 0.38em 0;
  padding: 0.38em 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selectListContainer div, .WorkflowContainer div {
  text-overflow: ellipsis;
  overflow: hidden;
}
.selectListContainer[class~=simple] li > div {
  height: auto;
}
.selectListContainer .itemName, .taskName {
  font-size: 1.25em;
  font-weight: bold;
}
.selectListContainer[class~=simple] .itemName {
  font-size: 1em;
}
.selectListContainer[class~=simple] li > div > br {
  display: none;
}
.selectListContainer .itemDesc, .taskDesc {
  white-space: nowrap;
}
#WorkflowContainer.editMode li div {
  margin-left: 2em;
}
.selectListContainer[class~=editMode] li div {
  margin-right: 2em;
}
#WorkflowContainer.editMode li a {
  position: absolute;
  top: 0;
}
.selectListContainer[class~=editMode] li a.sprite {
  position: absolute;
  top: 0;
  right: 0;
}
table.grid td {
  white-space: nowrap;
}
table.grid td.Command, table.grid td.indent {
  width: 25px !important;
  max-width: 25px;
}
table.grid td.Title, table.grid td.Identifier, table.grid td.Description {
  width: 40% !important;
}
table.grid tr.collapsed > td.Command > a[rel=Expand] {
  display: inline;
}
table.grid tr.collapsed > td.Command > a[rel=Collapse] {
  display: none;
}
table.grid tr.expanded > td.Command > a[rel=Expand] {
  display: none;
}
table.grid tr.expanded > td.Command > a[rel=Collapse] {
  display: inline;
}
table.grid th.Command > a[rel=Expand] {
  display: inline;
}
table.grid th.Command > a[rel=Collapse] {
  display: none;
}
table.grid tr.collapsed > th.Command > a[rel=Expand] {
  display: inline;
}
table.grid tr.collapsed > th.Command > a[rel=Collapse] {
  display: none;
}
table.grid tr.expanded > th.Command > a[rel=Expand] {
  display: none;
}
table.grid tr.expanded > th.Command > a[rel=Collapse] {
  display: inline;
}
table.grid a[rel=Expand] span, a[rel=Collapse] span {
  display: none;
}
table.grid td.Complete {
  text-align: right;
}
.groupHeader {
  width: 100% !important;
}
table.grid td.Title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
table.grid td.Artist {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
table.grid td.AssetName {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.taskDetails {
  position: relative;
}
#TaskDetails {
  padding-right: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.taskDetails .adminToolbar {
  position: absolute;
  top: 6em;
}
.taskDetails .statusToolbar {
  position: absolute;
  top: 1.5em;
  right: 0;
  font-size: 2em;
  z-index: 100;
}
.taskDetails .detailsHeader, .infoBar {
  display: table;
  width: 100%;
  padding: 1.5em;
}
.taskDetails .detailsHeader > span, .infoBar li {
  display: table-cell;
}
.taskDetails .detailsContent {
  padding: 1.5em 0;
}
.taskIssues, .taskNotes {
  max-height: 50%;
  height: 48%;
  margin-bottom: 1.5em !important;
  position: relative;
  padding-bottom: 6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.taskNotes {
  margin-bottom: 0 !important;
}
.taskIssues .header, .taskNotes .header {
  padding: 1.5em;
}
.taskIssues .content, .taskNotes .content {
  overflow-y: scroll !important;
  height: 100%;
}
.taskIssues .actions, .taskNotes .actions {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  padding: 0;
  margin: 0;
}
.taskIssues .issueHeader {
  padding-left: 2em;
}
.taskIssues ul, .taskNotes ul {
  padding: 0 0 0 1.5em;
  margin: 0;
}
.taskIssues li, .taskNotes li {
  list-style: none;
  padding: 0 0 0 1.5em;
  position: relative;
  margin-bottom: 1.5em;
}
.taskIssues .issueHeader, .taskIssues .issueNoteHeader, .taskNotes .noteHeader {
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}
.taskIssues .issueHeader .by,
.taskIssues .issueHeader .on,
.taskIssues .issueHeader .issueControls,
.taskNotes .noteHeader .by,
.taskNotes .noteHeader .on,
.taskNotes .noteHeader .noteControls {
  display: table-cell;
  padding-right: 1em;
}
.taskIssues .issueHeader .issueControls, .taskNotes .noteHeader .noteControls {
  text-align: right;
}
.taskNotes .noteHeader .noteControls a.sprite {
  text-align: left;
}
.taskIssues .issueControls, .taskNotes .noteControls {
  /*position:absolute;
	top:0;
	right:@line-height;*/

}
.taskIssues .issueContent {
  margin-bottom: 1.5em;
}
.taskIssues .issueFooter {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog {
  padding: 1.5em;
  position: absolute;
}
.dialog br {
  display: none;
}
.dialog fieldset.simple {
  margin-bottom: 0;
}
#dialogSliderFrame {
  width: 900px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
#dialogSliderContent {
  width: 3000px;
  height: 500px;
  position: absolute;
}
#dialogSliderContent fieldset {
  width: 275px;
  float: left;
  height: 450px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 1.5em;
}
#dialogSliderContent hr {
  width: 1px;
  height: 450px;
  margin: 0 1.5em 0 0;
  float: left;
}
#dialogSliderContent fieldset + fieldset {
  margin-left: 1.5em;
}
.autoList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dialog .actions {
  clear: left;
}
#editProjectInfo {
  /*li:nth-child(1),
	li:nth-child(2),
	li:nth-child(3)
	{
		width:32%;
	}*/

  /*
	li:nth-child(2)
	{
		padding:0 3%;
	}*/

}
#editProjectInfo li:nth-child(1),
#editProjectInfo li:nth-child(2),
#editProjectInfo li:nth-child(3),
#editProjectInfo li:nth-child(4),
#editProjectInfo li:nth-child(5),
#editProjectInfo li:nth-child(6),
#editProjectInfo li:nth-child(7),
#editProjectInfo li:nth-child(8),
#editProjectInfo li:nth-child(9),
#editProjectInfo li:nth-child(10),
#editProjectInfo li:nth-child(11),
#editProjectInfo li:nth-child(12) {
  width: 47%;
}
#editProjectInfo li:nth-child(1),
#editProjectInfo li:nth-child(3),
#editProjectInfo li:nth-child(5),
#editProjectInfo li:nth-child(7),
#editProjectInfo li:nth-child(9),
#editProjectInfo li:nth-child(11) {
  margin-right: 5%;
}
#editProjectSchedule li:nth-child(1), #editProjectSchedule li:nth-child(2), #editProjectSchedule li:nth-child(3) {
  width: 27%;
}
#editProjectSchedule li:nth-child(1), #editProjectSchedule li:nth-child(2) {
  margin-right: 5%;
}
#editProjectSchedule .checkbox {
  display: inline-block;
  padding-top: 0.5em !important;
}
#editProjectAssets .actions input,
#editProjectAssets .actions select,
#manageProjects .actions input,
#manageProjects .actions select {
  width: auto;
  margin-right: 1em;
}
#divisionList {
  margin-bottom: 3em;
}
#editClientDivision .formFields li:nth-child(2) textarea, #editClientDivision .formFields li:nth-child(3) textarea {
  height: 3em;
}
#editClientInvitations {
  margin-top: 40px;
}
/*
#editClientInfo ul.formFields
{
	display:table;
}
#editClientInfo ul.formFields li
{
	display:table-cell;
	width:47%;	
}
#editClientInfo ul.formFields li:first-child
{
	padding-right:5%;
}
#editClientInfo ul.formFields li.actions
{
	display:table-row;
}
*/
#addProjectDialog .subStep {
  position: relative;
}
#addProjectDialog .selectListContainer {
  height: 350px;
  overflow: auto;
  position: absolute;
  top: 7em;
  width: 240px;
}
.hiddenButton {
  display: none !important;
}
#addAssetDialog {
  width: 300px;
}
.accordion-content {
  overflow: hidden;
  padding-left: 1em;
}
.dialogLeft, .dialogRight {
  float: left;
  width: 350px;
}
.notesDialogList.clean li, .issueDialogList.clean li {
  padding-top: 0.5em;
}
.notesDialogList .noteAuthor, .issueDialogList .issueTitle, .comments .commentAuthor {
  display: block;
}
.notesDialogList .noteDate,
.issueDialogList .issueDate,
.issueDialogList .issueAuthor,
.comments .commentDate {
  display: block;
  margin-left: 0.5em;
}
.notesDialogList .noteContent, .issueDialogList .issueContent, .comments .commentContent {
  display: block;
  margin: 0.5em;
}
.dialogLeft .dialogScrollContainer {
  height: 300px;
  overflow: auto;
}
.itemActions {
  text-align: right;
  padding: 0.5em 0;
  margin-left: 2em;
}
.issueCommentForm div {
  text-align: left;
  padding: 1em;
}
.issueCommentForm textarea {
  height: 3em;
}
.issueCommentForm .checkbox {
  display: none;
}
#exceptionsDialog .issueCommentForm .checkbox {
  display: block;
}
.checkbox {
  padding: 0 0 1em 0 !important;
}
.checkbox label {
  display: inline;
}
#projectFilters label {
  display: inline-block;
  width: 100px;
}
#projectFilters .accordion-content {
  display: none;
  width: 200px;
  background-color: #555;
  position: absolute;
  z-index: 100;
}
/*
#projectFilters label:hover + .accordion-content
{
	display:block;
	position:absolute;
}

#projectFilters .accordion-content:hover
{
	display:block;
	position:absolute;
}
*/
#filterContainer .accordion-toggle {
  margin: 0 !important;
}
#filterContainer {
  padding-top: 4em;
}
footer {
  display: block;
  float: none;
  clear: both;
  padding-left: 1em;
  color: #333;
}
