/* line 1, ../../app/assets/stylesheets/reset.css.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 12, ../../app/assets/stylesheets/reset.css.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 20, ../../app/assets/stylesheets/reset.css.scss */
audio:not([controls]) {
  display: none;
}

/* line 22, ../../app/assets/stylesheets/reset.css.scss */
[hidden] {
  display: none;
}

/* line 24, ../../app/assets/stylesheets/reset.css.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 31, ../../app/assets/stylesheets/reset.css.scss */
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  background: #efefef;
}

/* line 38, ../../app/assets/stylesheets/reset.css.scss */
html,
body {
  text-shadow: 0 1px 0 #fff;
}

/* line 41, ../../app/assets/stylesheets/reset.css.scss */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

/* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight:300;
*/
/* line 53, ../../app/assets/stylesheets/reset.css.scss */
a,
a:visited,
a:focus {
  color: #505B68;
  text-decoration: none;
}

/* line 60, ../../app/assets/stylesheets/reset.css.scss */
a:hover {
  text-decoration: underline;
}

/* line 64, ../../app/assets/stylesheets/reset.css.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 66, ../../app/assets/stylesheets/reset.css.scss */
b,
strong {
  font-weight: bold;
}

/* line 69, ../../app/assets/stylesheets/reset.css.scss */
blockquote {
  margin: 1em 40px;
}

/* line 71, ../../app/assets/stylesheets/reset.css.scss */
dfn {
  font-style: italic;
}

/* line 73, ../../app/assets/stylesheets/reset.css.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  padding: 0;
}

/* line 82, ../../app/assets/stylesheets/reset.css.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 88, ../../app/assets/stylesheets/reset.css.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 95, ../../app/assets/stylesheets/reset.css.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 104, ../../app/assets/stylesheets/reset.css.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 110, ../../app/assets/stylesheets/reset.css.scss */
q {
  quotes: none;
}

/* line 112, ../../app/assets/stylesheets/reset.css.scss */
q:before,
q:after {
  content: "";
  content: none;
}

/* line 118, ../../app/assets/stylesheets/reset.css.scss */
small {
  font-size: 85%;
}

/* line 120, ../../app/assets/stylesheets/reset.css.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 128, ../../app/assets/stylesheets/reset.css.scss */
sup {
  top: -0.5em;
}

/* line 130, ../../app/assets/stylesheets/reset.css.scss */
sub {
  bottom: -0.25em;
}

/* line 132, ../../app/assets/stylesheets/reset.css.scss */
ul,
ol {
  /* margin: 1em 0; padding: 0 0 0 40px;*/
}

/* line 135, ../../app/assets/stylesheets/reset.css.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 137, ../../app/assets/stylesheets/reset.css.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 145, ../../app/assets/stylesheets/reset.css.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 151, ../../app/assets/stylesheets/reset.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 153, ../../app/assets/stylesheets/reset.css.scss */
figure {
  margin: 0;
}

/* line 155, ../../app/assets/stylesheets/reset.css.scss */
em {
  font-style: oblique;
  border-bottom: 1px dashed #ccc;
}

/* line 160, ../../app/assets/stylesheets/reset.css.scss */
form {
  margin: 0;
}

/* line 162, ../../app/assets/stylesheets/reset.css.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 168, ../../app/assets/stylesheets/reset.css.scss */
label {
  cursor: pointer;
}

/* line 170, ../../app/assets/stylesheets/reset.css.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/* line 176, ../../app/assets/stylesheets/reset.css.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 186, ../../app/assets/stylesheets/reset.css.scss */
button,
input {
  line-height: normal;
  *overflow: visible;
}

/* line 192, ../../app/assets/stylesheets/reset.css.scss */
table button,
table input {
  *overflow: auto;
}

/* line 195, ../../app/assets/stylesheets/reset.css.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 203, ../../app/assets/stylesheets/reset.css.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

/* line 206, ../../app/assets/stylesheets/reset.css.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 213, ../../app/assets/stylesheets/reset.css.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 215, ../../app/assets/stylesheets/reset.css.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 221, ../../app/assets/stylesheets/reset.css.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 230, ../../app/assets/stylesheets/reset.css.scss */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

/* line 233, ../../app/assets/stylesheets/reset.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 238, ../../app/assets/stylesheets/reset.css.scss */
td {
  vertical-align: top;
}

/* line 240, ../../app/assets/stylesheets/reset.css.scss */
body,
html {
  color: #818181;
}

/* line 243, ../../app/assets/stylesheets/reset.css.scss */
h1 {
  font-size: 24px;
  color: #818181;
}

/* line 248, ../../app/assets/stylesheets/reset.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* ==== non-semantic helper classes ========================================
   ================================================== */
/* line 258, ../../app/assets/stylesheets/reset.css.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* line 269, ../../app/assets/stylesheets/reset.css.scss */
.ir br {
  display: none;
}

/* line 271, ../../app/assets/stylesheets/reset.css.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 276, ../../app/assets/stylesheets/reset.css.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 287, ../../app/assets/stylesheets/reset.css.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 297, ../../app/assets/stylesheets/reset.css.scss */
.invisible {
  visibility: hidden;
}

/* line 299, ../../app/assets/stylesheets/reset.css.scss */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

/* line 305, ../../app/assets/stylesheets/reset.css.scss */
.clearfix:after {
  clear: both;
}

/* line 307, ../../app/assets/stylesheets/reset.css.scss */
.clearfix {
  zoom: 1;
}

/* ===================================================================
   Media queries
   ================================================================ */
/* ===================================================================
   Print styles
   ================================================================ */
@media print {
  /* line 326, ../../app/assets/stylesheets/reset.css.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 334, ../../app/assets/stylesheets/reset.css.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 337, ../../app/assets/stylesheets/reset.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 339, ../../app/assets/stylesheets/reset.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 341, ../../app/assets/stylesheets/reset.css.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 345, ../../app/assets/stylesheets/reset.css.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 351, ../../app/assets/stylesheets/reset.css.scss */
  thead {
    display: table-header-group;
  }

  /* line 353, ../../app/assets/stylesheets/reset.css.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 356, ../../app/assets/stylesheets/reset.css.scss */
  img {
    max-width: 100% !important;
  }
}
/* line 359, ../../app/assets/stylesheets/reset.css.scss */
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}

/* line 364, ../../app/assets/stylesheets/reset.css.scss */
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  *padding: 0 0 5px 145px;
  /* IE6-7 */
  *line-height: 1.5;
  /* IE6-7 */
}

/* line 376, ../../app/assets/stylesheets/reset.css.scss */
form .clearfix {
  margin-bottom: 18px;
  zoom: 1;
}

/* line 381, ../../app/assets/stylesheets/reset.css.scss */
form .clearfix:before,
form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

/* line 389, ../../app/assets/stylesheets/reset.css.scss */
form .clearfix:after {
  clear: both;
}

/* line 391, ../../app/assets/stylesheets/reset.css.scss */
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}

/* line 401, ../../app/assets/stylesheets/reset.css.scss */
label {
  padding-top: 6px;
  font-size: 13px;
  /*line-height: 18px; */
  float: left;
  width: 130px;
  text-align: left;
}

/* line 410, ../../app/assets/stylesheets/reset.css.scss */
form .input {
  margin-left: 150px;
}

/* line 412, ../../app/assets/stylesheets/reset.css.scss */
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

/* line 415, ../../app/assets/stylesheets/reset.css.scss */
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* mini reset for non-html5 file types  */
/* line 434, ../../app/assets/stylesheets/reset.css.scss */
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */
  line-height: normal;
  border: none;
}

/* line 446, ../../app/assets/stylesheets/reset.css.scss */
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 456, ../../app/assets/stylesheets/reset.css.scss */
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}

/* line 463, ../../app/assets/stylesheets/reset.css.scss */
select,
input[type=file] {
  height: 27px;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
}

/* line 471, ../../app/assets/stylesheets/reset.css.scss */
select[multiple] {
  height: inherit;
}

/* line 473, ../../app/assets/stylesheets/reset.css.scss */
textarea {
  height: auto;
}

/* line 475, ../../app/assets/stylesheets/reset.css.scss */
.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 485, ../../app/assets/stylesheets/reset.css.scss */
:-moz-placeholder {
  color: #bfbfbf;
}

/* line 487, ../../app/assets/stylesheets/reset.css.scss */
::-webkit-input-placeholder {
  color: #bfbfbf;
}

/* line 489, ../../app/assets/stylesheets/reset.css.scss */
input,
textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 501, ../../app/assets/stylesheets/reset.css.scss */
input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 510, ../../app/assets/stylesheets/reset.css.scss */
input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

/* line 519, ../../app/assets/stylesheets/reset.css.scss */
form div.clearfix.error {
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 528, ../../app/assets/stylesheets/reset.css.scss */
form div.clearfix.error > label,
form div.clearfix.error span.help-inline,
form div.clearfix.error span.help-block {
  color: #9d261d;
}

/* line 532, ../../app/assets/stylesheets/reset.css.scss */
form div.clearfix.error input,
form div.clearfix.error textarea {
  border-color: #c87872;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}

/* line 540, ../../app/assets/stylesheets/reset.css.scss */
form div.clearfix.error input:focus,
form div.clearfix.error textarea:focus {
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}

/* line 548, ../../app/assets/stylesheets/reset.css.scss */
form div.clearfix.error .input-prepend span.add-on,
form div.clearfix.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}

/* line 555, ../../app/assets/stylesheets/reset.css.scss */
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}

/* line 560, ../../app/assets/stylesheets/reset.css.scss */
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}

/* line 565, ../../app/assets/stylesheets/reset.css.scss */
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}

/* line 570, ../../app/assets/stylesheets/reset.css.scss */
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}

/* line 575, ../../app/assets/stylesheets/reset.css.scss */
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}

/* line 580, ../../app/assets/stylesheets/reset.css.scss */
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}

/* line 585, ../../app/assets/stylesheets/reset.css.scss */
textarea.xxlarge {
  overflow-y: auto;
}

/* line 587, ../../app/assets/stylesheets/reset.css.scss */
textarea.new_note {
  width: 435px;
  height: 200px;
}

/* line 592, ../../app/assets/stylesheets/reset.css.scss */
input.span1,
textarea.span1,
select.span1 {
  display: inline-block;
  float: none;
  width: 30px;
  margin-left: 0;
}

/* line 601, ../../app/assets/stylesheets/reset.css.scss */
input.span2,
textarea.span2,
select.span2 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0;
}

/* line 610, ../../app/assets/stylesheets/reset.css.scss */
input.span3,
textarea.span3,
select.span3 {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 0;
}

/* line 619, ../../app/assets/stylesheets/reset.css.scss */
input.span4,
textarea.span4,
select.span4 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0;
}

/* line 628, ../../app/assets/stylesheets/reset.css.scss */
input.span5,
textarea.span5,
select.span5 {
  display: inline-block;
  float: none;
  width: 270px;
  margin-left: 0;
}

/* line 637, ../../app/assets/stylesheets/reset.css.scss */
input.span6,
textarea.span6,
select.span6 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0;
}

/* line 646, ../../app/assets/stylesheets/reset.css.scss */
input.span7,
textarea.span7,
select.span7 {
  display: inline-block;
  float: none;
  width: 390px;
  margin-left: 0;
}

/* line 655, ../../app/assets/stylesheets/reset.css.scss */
input.span8,
textarea.span8,
select.span8 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0;
}

/* line 664, ../../app/assets/stylesheets/reset.css.scss */
input.span9,
textarea.span9,
select.span9 {
  display: inline-block;
  float: none;
  width: 510px;
  margin-left: 0;
}

/* line 673, ../../app/assets/stylesheets/reset.css.scss */
input.span10,
textarea.span10,
select.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0;
}

/* line 682, ../../app/assets/stylesheets/reset.css.scss */
input.span11,
textarea.span11,
select.span11 {
  display: inline-block;
  float: none;
  width: 630px;
  margin-left: 0;
}

/* line 691, ../../app/assets/stylesheets/reset.css.scss */
input.span12,
textarea.span12,
select.span12 {
  display: inline-block;
  float: none;
  width: 690px;
  margin-left: 0;
}

/* line 700, ../../app/assets/stylesheets/reset.css.scss */
input.span13,
textarea.span13,
select.span13 {
  display: inline-block;
  float: none;
  width: 750px;
  margin-left: 0;
}

/* line 709, ../../app/assets/stylesheets/reset.css.scss */
input.span14,
textarea.span14,
select.span14 {
  display: inline-block;
  float: none;
  width: 810px;
  margin-left: 0;
}

/* line 718, ../../app/assets/stylesheets/reset.css.scss */
input.span15,
textarea.span15,
select.span15 {
  display: inline-block;
  float: none;
  width: 870px;
  margin-left: 0;
}

/* line 727, ../../app/assets/stylesheets/reset.css.scss */
input.span16,
textarea.span16,
select.span16 {
  display: inline-block;
  float: none;
  width: 930px;
  margin-left: 0;
}

/* line 736, ../../app/assets/stylesheets/reset.css.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 747, ../../app/assets/stylesheets/reset.css.scss */
.actions {
  /*background: #f5f5f5;;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;*/
}

/* line 758, ../../app/assets/stylesheets/reset.css.scss */
.actions .secondary-action {
  float: right;
}

/* line 760, ../../app/assets/stylesheets/reset.css.scss */
.actions .secondary-action a {
  line-height: 30px;
}

/* line 762, ../../app/assets/stylesheets/reset.css.scss */
.actions .secondary-action a:hover {
  text-decoration: underline;
}

/* line 764, ../../app/assets/stylesheets/reset.css.scss */
.help-inline,
.help-block {
  font-size: 11px;
  line-height: 18px;
  color: #bfbfbf;
}

/* line 771, ../../app/assets/stylesheets/reset.css.scss */
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */
}

/* line 779, ../../app/assets/stylesheets/reset.css.scss */
.help-block {
  display: block;
  max-width: 600px;
}

/* line 784, ../../app/assets/stylesheets/reset.css.scss */
.inline-inputs {
  color: #808080;
}

/* line 786, ../../app/assets/stylesheets/reset.css.scss */
.inline-inputs span,
.inline-inputs input {
  display: inline-block;
}

/* line 789, ../../app/assets/stylesheets/reset.css.scss */
.inline-inputs input.mini {
  width: 60px;
}

/* line 791, ../../app/assets/stylesheets/reset.css.scss */
.inline-inputs input.small {
  width: 90px;
}

/* line 793, ../../app/assets/stylesheets/reset.css.scss */
.inline-inputs span {
  padding: 0 2px 0 1px;
}

/* line 795, ../../app/assets/stylesheets/reset.css.scss */
.input-prepend input,
.input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 802, ../../app/assets/stylesheets/reset.css.scss */
.input-prepend .add-on,
.input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 825, ../../app/assets/stylesheets/reset.css.scss */
.input-prepend .active,
.input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}

/* line 831, ../../app/assets/stylesheets/reset.css.scss */
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}

/* line 836, ../../app/assets/stylesheets/reset.css.scss */
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 843, ../../app/assets/stylesheets/reset.css.scss */
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}

/* line 851, ../../app/assets/stylesheets/reset.css.scss */
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}

/* line 856, ../../app/assets/stylesheets/reset.css.scss */
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}

/* line 862, ../../app/assets/stylesheets/reset.css.scss */
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}

/* line 872, ../../app/assets/stylesheets/reset.css.scss */
.inputs-list label strong {
  color: #808080;
}

/* line 874, ../../app/assets/stylesheets/reset.css.scss */
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}

/* line 879, ../../app/assets/stylesheets/reset.css.scss */
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}

/* line 885, ../../app/assets/stylesheets/reset.css.scss */
.inputs-list:first-child {
  padding-top: 6px;
}

/* line 887, ../../app/assets/stylesheets/reset.css.scss */
.inputs-list li + li {
  padding-top: 2px;
}

/* line 889, ../../app/assets/stylesheets/reset.css.scss */
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-bottom: 0;
}

/* line 892, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked {
  padding-left: 20px;
}

/* line 894, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked fieldset {
  padding-top: 9px;
}

/* line 896, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked legend {
  padding-left: 0;
}

/* line 898, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}

/* line 908, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked .clearfix {
  margin-bottom: 9px;
}

/* line 910, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked .clearfix div.input {
  margin-left: 0;
}

/* line 912, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked .inputs-list {
  margin-bottom: 0;
}

/* line 914, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked .inputs-list li {
  padding-top: 0;
}

/* line 916, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}

/* line 921, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}

/* line 929, ../../app/assets/stylesheets/reset.css.scss */
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}

/* * Tables.less
 * Tables for, you guessed it, tabular data
 * ----------------------------------------
   ================================================== */
/* line 939, ../../app/assets/stylesheets/reset.css.scss */
table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  font-size: 13px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 953, ../../app/assets/stylesheets/reset.css.scss */
table th,
table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}

/* line 960, ../../app/assets/stylesheets/reset.css.scss */
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

/* line 967, ../../app/assets/stylesheets/reset.css.scss */
table td {
  vertical-align: top;
}

/* line 969, ../../app/assets/stylesheets/reset.css.scss */
table th + th,
table td + td {
  border-left: 1px solid #ddd;
}

/* line 972, ../../app/assets/stylesheets/reset.css.scss */
table tr + tr td {
  border-top: 1px solid #ddd;
}

/* line 974, ../../app/assets/stylesheets/reset.css.scss */
table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

/* line 980, ../../app/assets/stylesheets/reset.css.scss */
table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

/* line 986, ../../app/assets/stylesheets/reset.css.scss */
table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

/* line 992, ../../app/assets/stylesheets/reset.css.scss */
table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

/* line 998, ../../app/assets/stylesheets/reset.css.scss */
.zebra-striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

/* line 1000, ../../app/assets/stylesheets/reset.css.scss */
.zebra-striped tbody tr:hover td {
  background-color: #f5f5f5;
}

/* line 1002, ../../app/assets/stylesheets/reset.css.scss */
table .header {
  cursor: pointer;
}

/* line 1004, ../../app/assets/stylesheets/reset.css.scss */
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}

/* line 1014, ../../app/assets/stylesheets/reset.css.scss */
table .headerSortUp,
table .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

/* line 1020, ../../app/assets/stylesheets/reset.css.scss */
table .header:hover:after {
  visibility: visible;
}

/* line 1022, ../../app/assets/stylesheets/reset.css.scss */
table .headerSortDown:after,
table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* line 1031, ../../app/assets/stylesheets/reset.css.scss */
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* line 1046, ../../app/assets/stylesheets/reset.css.scss */
table .blue {
  color: #049cdb;
  border-bottom-color: #049cdb;
}

/* line 1051, ../../app/assets/stylesheets/reset.css.scss */
table .headerSortUp.blue,
table .headerSortDown.blue {
  background-color: #ade6fe;
}

/* line 1054, ../../app/assets/stylesheets/reset.css.scss */
table .green {
  color: #46a546;
  border-bottom-color: #46a546;
}

/* line 1059, ../../app/assets/stylesheets/reset.css.scss */
table .headerSortUp.green,
table .headerSortDown.green {
  background-color: #cdeacd;
}

/* line 1062, ../../app/assets/stylesheets/reset.css.scss */
table .red {
  color: #9d261d;
  border-bottom-color: #9d261d;
}

/* line 1067, ../../app/assets/stylesheets/reset.css.scss */
table .headerSortUp.red,
table .headerSortDown.red {
  background-color: #f4c8c5;
}

/* line 1070, ../../app/assets/stylesheets/reset.css.scss */
table .yellow {
  color: #ffc40d;
  border-bottom-color: #ffc40d;
}

/* line 1075, ../../app/assets/stylesheets/reset.css.scss */
table .headerSortUp.yellow,
table .headerSortDown.yellow {
  background-color: #fff6d9;
}

/* line 1078, ../../app/assets/stylesheets/reset.css.scss */
table .orange {
  color: #f89406;
  border-bottom-color: #f89406;
}

/* line 1083, ../../app/assets/stylesheets/reset.css.scss */
table .headerSortUp.orange,
table .headerSortDown.orange {
  background-color: #fee9cc;
}

/* line 1086, ../../app/assets/stylesheets/reset.css.scss */
table .purple {
  color: #7a43b6;
  border-bottom-color: #7a43b6;
}

/* line 1091, ../../app/assets/stylesheets/reset.css.scss */
table .headerSortUp.purple,
table .headerSortDown.purple {
  background-color: #e2d5f0;
}

/* line 1094, ../../app/assets/stylesheets/reset.css.scss */
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}

/* line 1119, ../../app/assets/stylesheets/reset.css.scss */
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error:hover,
.alert-message.error:hover {
  background-position: 0 0;
  background-image: linear-gradient(top, #ab5728, #88370b);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ab5728), to(#88370b));
  background-image: -moz-linear-gradient(top, #ab5728, #88370b);
  background-image: -o-linear-gradient(top, #ab5728, #88370b);
  background-image: -ms-linear-gradient(top, #ab5728 0%, #88370b 100%);
  background-color: #88370b;
  text-shadow: 0 -1px 0 #712e09;
}

/* line 1134, ../../app/assets/stylesheets/reset.css.scss */
.alert-message.error span {
  padding: 0 10px;
}

/*.btn.success,*/
/* line 1137, ../../app/assets/stylesheets/reset.css.scss */
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* line 1153, ../../app/assets/stylesheets/reset.css.scss */
.btn.info,
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* line 1178, ../../app/assets/stylesheets/reset.css.scss */
.btn:focus {
  outline: 1px dotted #666;
}

/* line 1184, ../../app/assets/stylesheets/reset.css.scss */
.btn:active {
  /*-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}

/* line 1190, ../../app/assets/stylesheets/reset.css.scss */
.btn.disabled {
  background: #ccc;
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1204, ../../app/assets/stylesheets/reset.css.scss */
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1217, ../../app/assets/stylesheets/reset.css.scss */
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 1226, ../../app/assets/stylesheets/reset.css.scss */
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}

/* line 1231, ../../app/assets/stylesheets/reset.css.scss */
:root .alert-message,
:root .btn {
  border-radius: 0 \0;
}

/* line 1234, ../../app/assets/stylesheets/reset.css.scss */
button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* ===[ Dan added this stuff feel free to move it ]=== */
/* line 1242, ../../app/assets/stylesheets/reset.css.scss */
#announcements {
  width: 100%;
  background: #202020;
  overflow: hidden;
}

/* line 1248, ../../app/assets/stylesheets/reset.css.scss */
#announcements p,
#announcements a {
  color: #fff;
  text-shadow: none;
  margin: 0;
  text-align: center;
  padding: 5px 0;
  width: 100%;
  display: block;
}

/* line 1259, ../../app/assets/stylesheets/reset.css.scss */
.group-list {
  list-style: none;
}

/* line 1261, ../../app/assets/stylesheets/reset.css.scss */
.group-list a {
  display: block;
  float: left;
  width: 145px;
  background: #C6C6C6;
  min-height: 12px;
  padding: 10px;
  border-radius: 5px;
  padding-top: 65px;
  color: white;
  text-shadow: none;
  font-weight: 900;
  margin-right: 10px;
}

/* line 1276, ../../app/assets/stylesheets/reset.css.scss */
.group-list a:hover {
  text-decoration: none;
  background: #888;
}

/* line 1281, ../../app/assets/stylesheets/reset.css.scss */
.clear_field {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 900px;
  top: 15px;
}

/* line 1289, ../../app/assets/stylesheets/reset.css.scss */
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  text-shadow: none;
  filter: alpha(opacity=0);
  width: 80px;
  left: -20px;
  top: -30px;
  background: #111;
  color: #fff;
  border-radius: 5px;
}

/* line 1306, ../../app/assets/stylesheets/reset.css.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 1310, ../../app/assets/stylesheets/reset.css.scss */
.tooltip.top {
  margin-top: -2px;
}

/* line 1313, ../../app/assets/stylesheets/reset.css.scss */
.tooltip.right {
  margin-left: 2px;
}

/* line 1316, ../../app/assets/stylesheets/reset.css.scss */
.tooltip.bottom {
  margin-top: 2px;
}

/* line 1319, ../../app/assets/stylesheets/reset.css.scss */
.tooltip.left {
  margin-left: -2px;
}

/* line 1322, ../../app/assets/stylesheets/reset.css.scss */
.tooltip.top .tooltip-arrow {
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}

/* line 1330, ../../app/assets/stylesheets/reset.css.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

/* line 1338, ../../app/assets/stylesheets/reset.css.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #111111;
}

/* line 1346, ../../app/assets/stylesheets/reset.css.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}

/* line 1354, ../../app/assets/stylesheets/reset.css.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1365, ../../app/assets/stylesheets/reset.css.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/


body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}




/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}
/* line 2, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */

body.active_admin span.icon {
  vertical-align: middle;
  display: inline-block;
}
/* line 3, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin span.icon svg {
  vertical-align: baseline;
}

/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin span.icon {
  width: 0.8em;
  height: 0.8em;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin span.icon svg {
  width: 0.8em;
  height: 0.8em;
}

/* Active Admin CSS */
/* line 44, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
body.active_admin html, body.active_admin body, body.active_admin div, body.active_admin span, body.active_admin applet, body.active_admin object, body.active_admin iframe,
body.active_admin h1, body.active_admin h2, body.active_admin h3, body.active_admin h4, body.active_admin h5, body.active_admin h6, body.active_admin p, body.active_admin blockquote, body.active_admin pre,
body.active_admin a, body.active_admin abbr, body.active_admin acronym, body.active_admin address, body.active_admin big, body.active_admin cite, body.active_admin code,
body.active_admin del, body.active_admin dfn, body.active_admin em, body.active_admin font, body.active_admin img, body.active_admin ins, body.active_admin kbd, body.active_admin q, body.active_admin s, body.active_admin samp,
body.active_admin small, body.active_admin strike, body.active_admin strong, body.active_admin sub, body.active_admin sup, body.active_admin tt, body.active_admin var,
body.active_admin dl, body.active_admin dt, body.active_admin dd, body.active_admin ol, body.active_admin ul, body.active_admin li,
body.active_admin fieldset, body.active_admin form, body.active_admin label, body.active_admin legend,
body.active_admin table, body.active_admin caption, body.active_admin tbody, body.active_admin tfoot, body.active_admin thead, body.active_admin tr, body.active_admin th, body.active_admin td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* line 47, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
body.active_admin body {
  line-height: 1;
  color: black;
  background: white;
}
/* line 49, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
body.active_admin ol, body.active_admin ul {
  list-style: none;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
body.active_admin table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
/* line 53, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
body.active_admin caption, body.active_admin th, body.active_admin td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
body.active_admin q, body.active_admin blockquote {
  quotes: "" "";
}
/* line 126, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
body.active_admin q:before, body.active_admin q:after, body.active_admin blockquote:before, body.active_admin blockquote:after {
  content: "";
}
/* line 57, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_reset.css.scss */
body.active_admin a img {
  border: none;
}

/* line 27, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin html {
  font-size: 100.01%;
}
/* line 28, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin {
  font-size: 75%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* line 31, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin h1, body.active_admin h2, body.active_admin h3, body.active_admin h4, body.active_admin h5, body.active_admin h6 {
  font-weight: normal;
  color: #5e6469;
}
/* line 34, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin h1 img, body.active_admin h2 img, body.active_admin h3 img, body.active_admin h4 img, body.active_admin h5 img, body.active_admin h6 img {
  margin: 0;
}
/* line 37, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
/* line 38, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
/* line 39, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
/* line 40, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
/* line 41, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
/* line 42, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin h6 {
  font-size: 1em;
  font-weight: bold;
}
/* line 45, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin p {
  margin: 0 0 1.5em;
}
/* line 48, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
/* line 49, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
/* line 52, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .left {
  float: left !important;
}
/* line 53, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .right {
  float: right !important;
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
/* line 56, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin strong, body.active_admin dfn {
  font-weight: bold;
}
/* line 57, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin em, body.active_admin dfn {
  font-style: italic;
}
/* line 58, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin sup, body.active_admin sub {
  line-height: 0;
}
/* line 61, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin abbr,
body.active_admin acronym {
  border-bottom: 1px dotted #666;
}
/* line 62, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin address {
  margin: 0 0 1.5em;
  font-style: italic;
}
/* line 63, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin del {
  color: #666;
}
/* line 65, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin pre {
  margin: 1.5em 0;
  white-space: pre;
}
/* line 66, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin pre, body.active_admin code, body.active_admin tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
/* line 70, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin li ul,
body.active_admin li ol {
  margin: 0;
}
/* line 71, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin ul, body.active_admin ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}
/* line 73, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin ul {
  list-style-type: disc;
}
/* line 74, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin ol {
  list-style-type: decimal;
}
/* line 76, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin dl {
  margin: 0 0 1.5em 0;
}
/* line 77, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin dl dt {
  font-weight: bold;
}
/* line 78, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin dd {
  margin-left: 1.5em;
}
/* line 81, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin table {
  margin-bottom: 1.4em;
  width: 100%;
}
/* line 82, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin th {
  font-weight: bold;
}
/* line 83, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin thead th {
  background: #c3d9ff;
}
/* line 84, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin th, body.active_admin td, body.active_admin caption {
  padding: 4px 10px 4px 5px;
}
/* line 87, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
/* line 88, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
/* line 89, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .hide {
  display: none;
}
/* line 91, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .quiet {
  color: #666;
}
/* line 92, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .loud {
  color: #000;
}
/* line 93, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .highlight {
  background: #ff0;
}
/* line 94, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .added {
  background: #060;
  color: #fff;
}
/* line 95, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .removed {
  background: #900;
  color: #fff;
}
/* line 97, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .first {
  margin-left: 0;
  padding-left: 0;
}
/* line 98, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .last {
  margin-right: 0;
  padding-right: 0;
}
/* line 99, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .top {
  margin-top: 0;
  padding-top: 0;
}
/* line 100, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_typography.css.scss */
body.active_admin .bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 2, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header {
  background: #6a7176;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a7176), to(#4d5256));
  background: -moz-linear-gradient(-90deg, #6a7176, #4d5256);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7176', endColorstr='#4d5256');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7176', endColorstr='#4d5256');
  border-bottom: 1px solid #44484b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  text-shadow: black 0 1px 0;
  height: 20px;
  overflow: visible;
  position: inherit;
  padding: 9px 30px;
  z-index: 900;
}
/* line 12, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header h1 {
  display: inline-block;
  color: #cdcdcd;
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 3px;
  font-size: 1.3em;
  font-weight: normal;
}
/* line 22, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header h1 a {
  text-decoration: none;
}
/* line 25, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header h1 a:hover {
  color: #fff;
}
/* line 30, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header h1 img {
  position: relative;
  top: -2px;
}
/* line 36, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header a, body.active_admin #header a:link {
  color: #cdcdcd;
}
/* line 38, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header .header-item {
  float: left;
  top: 2px;
  position: relative;
  height: 20px;
}
/* line 45, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.0em;
  position: relative;
  /* Hover on li, display the ul */
  /* Drop down menus */
}
/* line 57, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li a {
  text-decoration: none;
  padding: 6px 10px 4px 10px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 64, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li.current > a {
  background: #7b8389;
  color: #fff;
}
/* line 69, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li.has_nested > a {
  background: url("/assets/active_admin/nested_menu_arrow.gif") no-repeat 89% 50%;
  padding-right: 20px;
  z-index: 1050;
}
/* line 75, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li.has_nested.current > a {
  background: #7b8389 url("/assets/active_admin/nested_menu_arrow_dark.gif") no-repeat 89% 50%;
  padding-right: 20px;
}
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li:hover > a {
  background: #7b8389;
  color: #fff;
}
/* line 85, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li.has_nested:hover > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom: 5px solid #7b8389;
  background: #7b8389 url("/assets/active_admin/nested_menu_arrow_dark.gif") no-repeat 89% 50%;
}
/* line 93, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li:hover ul {
  display: block;
}
/* line 95, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li ul {
  background: #7b8389;
  border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  box-shadow: 0 1px 3px #444444;
  -moz-box-shadow: 0 1px 3px #444444;
  -webkit-box-shadow: 0 1px 3px #444444;
  position: absolute;
  width: 175px;
  margin-top: 5px;
  float: left;
  display: none;
  padding: 3px 0px 5px 0;
  list-style: none;
  z-index: 1010;
}
/* line 108, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li ul li {
  margin: 0px;
}
/* line 110, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li ul li a {
  background: none;
  display: block;
}
/* line 113, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li ul li a:hover {
  color: #fff;
  background: none;
}
/* line 117, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header ul#tabs > li ul li.current a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 125, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header #utility_nav {
  color: #aaa;
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 131, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header #utility_nav span, body.active_admin #header #utility_nav a {
  margin-left: 10px;
}
/* line 133, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header #utility_nav a {
  text-decoration: none;
}
/* line 134, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_header.css.scss */
body.active_admin #header #utility_nav a:hover {
  color: #fff;
}
/* line 2, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form {
  /* Reset margins & Padding */
  /* Nested Fieldsets and Legends */
  /* Text Fields */
  /* Buttons */
}
/* line 4, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form ul, body.active_admin form ol, body.active_admin form li, body.active_admin form fieldset, body.active_admin form legend, body.active_admin form input, body.active_admin form textarea, body.active_admin form select, body.active_admin form p {
  margin: 0;
  padding: 0;
}
/* line 5, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form ol, body.active_admin form ul {
  list-style: none;
}
/* line 7, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset {
  border: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}
/* line 12, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset.inputs {
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #dddddd;
  -moz-box-shadow: inset 0 1px 4px #dddddd;
  -webkit-box-shadow: inset 0 1px 4px #dddddd;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset legend {
  width: 100%;
}
/* line 16, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset legend span {
  display: block;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dfe1e2));
  background: -moz-linear-gradient(-90deg, #efefef, #dfe1e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin form fieldset legend span span.icon svg path, body.active_admin form fieldset legend span span.icon svg polygon, body.active_admin form fieldset legend span span.icon svg rect, body.active_admin form fieldset legend span span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin form fieldset legend span span.icon {
  width: 1em;
  height: 1em;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin form fieldset legend span span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 19, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset ol > li {
  padding: 10px;
}
/* line 21, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset ol > li label {
  display: block;
  width: 20%;
  float: left;
  font-size: 1.0em;
  font-weight: bold;
  color: #5e6469;
}
/* line 28, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset ol > li label abbr {
  border: none;
  color: #aaa;
}
/* line 32, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset ol > div.has_many {
  padding: 20px 10px;
}
/* line 34, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset ol > div.has_many h3 {
  font-size: 12px;
  font-weight: bold;
}
/* line 40, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset ol > li > li label {
  line-height: 100%;
  padding-top: 0;
}
/* line 43, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset ol > li > li label input {
  line-height: 100%;
  vertical-align: middle;
  margin-top: -0.1em;
}
/* line 53, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li fieldset {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
/* line 58, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li fieldset legend {
  position: absolute;
  width: 95%;
  padding-top: 0.1em;
  left: 0px;
  font-size: 100%;
  font-weight: normal;
}
/* line 65, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li fieldset legend span {
  position: absolute;
}
/* line 66, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li fieldset legend.label label {
  position: absolute;
}
/* line 69, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li fieldset ol {
  float: left;
  width: 74%;
  margin: 0;
  padding: 0 0 0 20%;
}
/* line 75, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li fieldset ol li {
  padding: 0;
  border: 0;
}
/* line 84, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form input[type=text], body.active_admin form input[type=password], body.active_admin form input[type=email], body.active_admin form input[type=number], body.active_admin form input[type=url], body.active_admin form input[type=tel], body.active_admin form textarea {
  width: 76%;
  border: 1px solid #c9d0d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.95em;
  font-family: Helvetica, Arial, sans-serif;
  outline: none;
  padding: 8px 10px 7px;
}
/* line 93, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form input[type=text]:focus, body.active_admin form input[type=password]:focus, body.active_admin form input[type=email]:focus, body.active_admin form input[type=number]:focus, body.active_admin form input[type=url]:focus, body.active_admin form input[type=tel]:focus, body.active_admin form textarea:focus {
  border: 1px solid #99a2aa;
  box-shadow: 0 0 4px #99a2aa;
  -moz-box-shadow: 0 0 4px #99a2aa;
  -webkit-box-shadow: 0 0 4px #99a2aa;
}
/* line 99, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li {
  /* Hints */
  /* Date and Time Fields */
  /* Check Boxes or Radio fields */
  /* Boolean Field */
  /* Errors */
}
/* line 102, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li p.inline-hints {
  font-size: 0.95em;
  font-style: italic;
  color: #666;
  margin: 0.5em 0 0 20%;
}
/* line 111, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.date fieldset ol li, body.active_admin form fieldset > ol > li.time fieldset ol li, body.active_admin form fieldset > ol > li.datetime fieldset ol li {
  float: left;
  width: auto;
  margin: 0 0.5em 0 0;
}
/* line 113, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.date fieldset ol li label, body.active_admin form fieldset > ol > li.time fieldset ol li label, body.active_admin form fieldset > ol > li.datetime fieldset ol li label {
  display: none;
}
/* line 114, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.date fieldset ol li input, body.active_admin form fieldset > ol > li.time fieldset ol li input, body.active_admin form fieldset > ol > li.datetime fieldset ol li input {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 120, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.check_boxes fieldset ol, body.active_admin form fieldset > ol > li.radio fieldset ol {
  margin-bottom: -0.6em;
}
/* line 122, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.check_boxes fieldset ol li, body.active_admin form fieldset > ol > li.radio fieldset ol li {
  margin: 0.1em 0 0.5em 0;
}
/* line 124, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.check_boxes fieldset ol li label, body.active_admin form fieldset > ol > li.radio fieldset ol li label {
  float: none;
  width: 100%;
}
/* line 127, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.check_boxes fieldset ol li label input, body.active_admin form fieldset > ol > li.radio fieldset ol li label input {
  margin-right: 0.2em;
}
/* line 134, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.boolean {
  height: 1.1em;
}
/* line 136, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.boolean label {
  width: 80%;
  padding-left: 20%;
  padding-right: 10px;
  text-transform: none !important;
  font-weight: normal;
}
/* line 142, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.boolean label input {
  margin: 0 0.5em 0 0.2em;
}
/* line 147, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li p.inline-errors {
  text-transform: capitalize;
  color: #932419;
  font-weight: bold;
  margin: 0.3em 0 0 20%;
}
/* line 153, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li ul.errors {
  color: #932419;
  margin: 0.5em 0 0 20%;
  list-style: square;
}
/* line 157, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li ul.errors li {
  padding: 0;
  border: none;
  display: list-item;
}
/* line 161, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset > ol > li.error input[type=text], body.active_admin form fieldset > ol > li.error input[type=password], body.active_admin form fieldset > ol > li.error input[type=email], body.active_admin form fieldset > ol > li.error input[type=url], body.active_admin form fieldset > ol > li.error input[type=tel], body.active_admin form fieldset > ol > li.error textarea {
  border: 1px solid #932419;
}
/* line 169, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form input[type=submit] {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #838a90;
  background: -webkit-gradient(linear, left top, left bottom, from(#838a90), to(#414549));
  background: -moz-linear-gradient(-90deg, #838a90, #414549);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838a90', endColorstr='#414549');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838a90', endColorstr='#414549');
  text-shadow: black 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
  cursor: pointer;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin form input[type=submit].disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 30, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin form input[type=submit]:not(.disabled):hover {
  background: #8b9297;
  background: -webkit-gradient(linear, left top, left bottom, from(#8b9297), to(#484d51));
  background: -moz-linear-gradient(-90deg, #8b9297, #484d51);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b9297', endColorstr='#484d51');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b9297', endColorstr='#484d51');
}
/* line 34, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin form input[type=submit]:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px white;
  background: #71797f;
  background: -webkit-gradient(linear, left top, left bottom, from(#71797f), to(#35383b));
  background: -moz-linear-gradient(-90deg, #71797f, #35383b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71797f', endColorstr='#35383b');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71797f', endColorstr='#35383b');
}
/* line 175, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form .buttons, body.active_admin form .actions {
  margin-top: 15px;
}
/* line 177, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form .buttons input[type=submit], body.active_admin form .actions input[type=submit] {
  margin-right: 10px;
}
/* line 180, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset.buttons li, body.active_admin form fieldset.actions li {
  float: left;
  padding: 0;
}
/* line 185, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form fieldset.buttons li.cancel a, body.active_admin form fieldset.actions li.cancel a {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  background: -moz-linear-gradient(-90deg, white, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin form fieldset.buttons li.cancel a.disabled, body.active_admin form fieldset.actions li.cancel a.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin form fieldset.buttons li.cancel a:not(.disabled):hover, body.active_admin form fieldset.actions li.cancel a:not(.disabled):hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1));
  background: -moz-linear-gradient(-90deg, white, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin form fieldset.buttons li.cancel a:not(.disabled):active, body.active_admin form fieldset.actions li.cancel a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d8d8d8));
  background: -moz-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin form fieldset.buttons li.cancel a span.icon svg path, body.active_admin form fieldset.buttons li.cancel a span.icon svg polygon, body.active_admin form fieldset.buttons li.cancel a span.icon svg rect, body.active_admin form fieldset.buttons li.cancel a span.icon svg circle, body.active_admin form fieldset.actions li.cancel a span.icon svg path, body.active_admin form fieldset.actions li.cancel a span.icon svg polygon, body.active_admin form fieldset.actions li.cancel a span.icon svg rect, body.active_admin form fieldset.actions li.cancel a span.icon svg circle {
  fill: #777777 !important;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin form fieldset.buttons li.cancel a span.icon, body.active_admin form fieldset.actions li.cancel a span.icon {
  width: 9px;
  height: 9px;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin form fieldset.buttons li.cancel a span.icon svg, body.active_admin form fieldset.actions li.cancel a span.icon svg {
  width: 9px;
  height: 9px;
}
/* line 199, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin .sidebar_section label {
  display: block;
  text-transform: uppercase;
  color: #5e6469;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 207, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin .sidebar_section select {
  width: 240px;
}
/* line 211, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin .sidebar_section input[type=text], body.active_admin .sidebar_section input[type=password], body.active_admin .sidebar_section input[type=email], body.active_admin .sidebar_section input[type=url], body.active_admin .sidebar_section input[type=tel], body.active_admin .sidebar_section textarea {
  width: 220px;
}
/* line 229, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form.filter_form .filter_form_field {
  margin-bottom: 10px;
  clear: both;
}
/* line 234, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form.filter_form .filter_form_field.filter_numeric input[type=text] {
  margin-left: 16px;
  width: 88px;
}
/* line 238, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form.filter_form .filter_form_field.filter_numeric select {
  width: 108px;
}
/* line 244, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form.filter_form .filter_form_field.filter_check_boxes label {
  margin-bottom: 3px;
}
/* line 245, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {
  font-weight: normal;
  margin-bottom: 3px;
  text-transform: none;
  font-size: 1.0em;
}
/* line 250, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
  vertical-align: baseline;
}
/* line 255, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form.filter_form .filter_form_field.filter_date_range .seperator {
  display: inline-block;
  text-align: center;
  width: 12px;
}
/* line 261, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form.filter_form .filter_form_field.filter_date_range input[type=text] {
  background: white url("/assets/active_admin/datepicker/datepicker-input-icon.png") no-repeat 100% 7px;
  padding-right: 27px;
  width: 71px;
}
/* line 268, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_forms.css.scss */
body.active_admin form.filter_form a.clear_filters_btn {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  background: -moz-linear-gradient(-90deg, white, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin form.filter_form a.clear_filters_btn.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin form.filter_form a.clear_filters_btn:not(.disabled):hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1));
  background: -moz-linear-gradient(-90deg, white, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin form.filter_form a.clear_filters_btn:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d8d8d8));
  background: -moz-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
}
/* line 4, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_comments.css.scss */
body.active_admin .comments .active_admin_comment {
  clear: both;
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 700px;
}
/* line 10, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_comments.css.scss */
body.active_admin .comments .active_admin_comment .active_admin_comment_meta {
  width: 130px;
  float: left;
  font-size: 0.9em;
  color: #767e84;
}
/* line 15, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_comments.css.scss */
body.active_admin .comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #5e6469;
}
/* line 22, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_comments.css.scss */
body.active_admin .comments .active_admin_comment .active_admin_comment_body {
  margin-left: 150px;
}
/* line 26, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_comments.css.scss */
body.active_admin .comments form.active_admin_comment {
  margin: 0;
  padding: 0;
  margin-left: 150px;
}
/* line 31, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_comments.css.scss */
body.active_admin .comments form.active_admin_comment fieldset.inputs {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 37, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_comments.css.scss */
body.active_admin .comments form.active_admin_comment li {
  padding: 0;
}
/* line 38, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_comments.css.scss */
body.active_admin .comments form.active_admin_comment fieldset.buttons {
  padding: 0;
  margin-top: 5px;
}
/* line 2, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_flash_messages.css.scss */
body.active_admin.logged_in .flash {
  background: #f7f1d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f1d3), to(#f5edc5));
  background: -moz-linear-gradient(-90deg, #f7f1d3, #f5edc5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f1d3', endColorstr='#f5edc5');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f1d3', endColorstr='#f5edc5');
  text-shadow: #fafafa 0 1px 0;
  border-bottom: 1px solid #eee098;
  color: #cb9810;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.0em;
  margin-bottom: 10px;
  padding: 13px 30px 11px;
  position: relative;
  top: -15px;
}
/* line 15, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_flash_messages.css.scss */
body.active_admin.logged_in .flash.flash_notice {
  background: #dce9dd;
  background: -webkit-gradient(linear, left top, left bottom, from(#dce9dd), to(#ccdfcd));
  background: -moz-linear-gradient(-90deg, #dce9dd, #ccdfcd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce9dd', endColorstr='#ccdfcd');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce9dd', endColorstr='#ccdfcd');
  border-bottom: 1px solid #adcbaf;
  color: #416347;
}
/* line 20, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_flash_messages.css.scss */
body.active_admin.logged_in .flash.flash_error {
  background: #f5e4e4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e4e4), to(#f1dcdc));
  background: -moz-linear-gradient(-90deg, #f5e4e4, #f1dcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e4e4', endColorstr='#f1dcdc');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e4e4', endColorstr='#f1dcdc');
  border-bottom: 1px solid #e0c2c0;
  color: #b33c33;
}
/* line 29, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_flash_messages.css.scss */
body.active_admin.logged_out .flash {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: white 0 1px 0;
  background: none;
  color: #666;
  font-weight: bold;
  line-height: 1.0em;
  margin-bottom: 10px;
  padding: 0;
}
/* line 2, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker {
  background: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  display: none;
  margin-top: 2px;
  padding: 0;
  text-align: center;
  width: 160px;
  background: url("/assets/active_admin/datepicker/datepicker-nipple.png") no-repeat 0 -40px;
}
/* line 16, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker a {
  text-decoration: none;
}
/* line 18, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker a:hover {
  cursor: pointer;
}
/* line 23, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker .ui-datepicker-header {
  background: url("/assets/active_admin/datepicker/datepicker-header-bg.png") no-repeat 0px 0px;
  height: 12px;
  padding: 16px 7px 8px;
  position: relative;
  z-index: 2000;
}
/* line 30, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-shadow: black 0 1px 0;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.8em;
  text-align: center;
}
/* line 40, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker .ui-datepicker-header a {
  color: #fff;
  display: block;
  height: 19px;
  margin-top: -4px;
  width: 20px;
}
/* line 47, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  float: left;
  background: url("/assets/active_admin/datepicker/datepicker-prev-link-icon.png") no-repeat 2px 5px;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  float: right;
  background: url("/assets/active_admin/datepicker/datepicker-next-link-icon.png") no-repeat 12px 5px;
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker .ui-datepicker-header a:active {
  margin-top: -3px;
  height: 18px;
}
/* line 60, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker .ui-datepicker-header a span {
  display: none;
}
/* line 66, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker table.ui-datepicker-calendar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
  background-color: #f4f4f4;
  border: solid 1px #63686e;
  left: 2px;
  margin-bottom: 0px;
  position: relative;
  top: -2px;
  width: 156px;
}
/* line 77, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker table.ui-datepicker-calendar td, body.active_admin .ui-datepicker table.ui-datepicker-calendar th {
  padding: 0px;
  text-align: center;
}
/* line 82, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker table.ui-datepicker-calendar thead th {
  background-color: #dbdddf;
  color: #333333;
  font-weight: normal;
  font-size: 0.8em;
  padding-top: 1px;
}
/* line 90, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker table.ui-datepicker-calendar tbody {
  color: #666666;
}
/* line 93, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker table.ui-datepicker-calendar tbody td {
  border: none;
  height: 24px;
  width: 22px;
}
/* line 98, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker table.ui-datepicker-calendar tbody td a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  font-weight: bold;
  font-size: 0.85em;
  padding: 4px;
}
/* line 105, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #5a5f64;
  color: #fff;
}
/* line 108, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {
  background-color: #5a5f64;
  color: #fff;
}
/* line 113, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {
  background-color: #eceef0;
}
/* line 116, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_date_picker.css.scss */
body.active_admin .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
  background-color: #dbdddf;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover {
  display: inline-block;
  position: absolute;
  background-color: white;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset;
  background-color: #5e6469;
  background: #686e74;
  background: -webkit-gradient(linear, left top, left bottom, from(#686e74), to(#52575c));
  background: -moz-linear-gradient(-90deg, #686e74, #52575c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686e74', endColorstr='#52575c');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686e74', endColorstr='#52575c');
  border: solid 1px #464a4e;
  border-top-color: #545a5e;
  border-bottom-color: #35383b;
  border-radius: 4px;
}
/* line 15, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover .popover_nipple {
  content: "";
  position: absolute;
  top: -6px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: #545a5e transparent;
  z-index: 100;
}
/* line 31, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover .popover_nipple:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #838a90 transparent;
  left: -5px;
  top: 1px;
}
/* line 45, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover .popover_nipple:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #686e74 transparent;
  left: -5px;
  top: 2px;
}
/* line 58, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover .popover_contents {
  display: block;
  background-color: #FFF;
  border: solid 1px #464a4e;
  box-shadow: #6a7176 0px 1px 0px 0px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  padding: 8px;
}
/* line 74, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover ul.popover_contents {
  list-style-type: none;
  padding: 0;
}
/* line 78, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover ul.popover_contents li {
  display: block;
  border-bottom: solid 1px #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 83, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover ul.popover_contents li a {
  display: block;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  font-size: 0.95em;
  font-weight: bold;
  padding: 7px 16px 5px;
  text-decoration: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
/* line 93, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover ul.popover_contents li a:hover {
  background: #75a1c2;
  background: -webkit-gradient(linear, left top, left bottom, from(#75a1c2), to(#608cb4));
  background: -moz-linear-gradient(-90deg, #75a1c2, #608cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75a1c2', endColorstr='#608cb4');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75a1c2', endColorstr='#608cb4');
  text-shadow: #5a83aa 0 1px 0;
  color: #FFF;
}
/* line 99, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover ul.popover_contents li a:active {
  background: #608cb4;
  background: -webkit-gradient(linear, left top, left bottom, from(#608cb4), to(#75a1c2));
  background: -moz-linear-gradient(-90deg, #608cb4, #75a1c2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#608cb4', endColorstr='#75a1c2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#608cb4', endColorstr='#75a1c2');
  color: #FFF;
}
/* line 107, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover ul.popover_contents li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 114, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover ul.popover_contents li:last-child {
  border: none;
}
/* line 115, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_popovers.css.scss */
body.active_admin .popover ul.popover_contents li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 4, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table tr td {
  vertical-align: top;
}
/* line 11, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  border-spacing: 0;
}
/* line 17, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table th {
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dfe1e2));
  background: -moz-linear-gradient(-90deg, #efefef, #dfe1e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
  border-right: none;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin table.index_table th span.icon svg path, body.active_admin table.index_table th span.icon svg polygon, body.active_admin table.index_table th span.icon svg rect, body.active_admin table.index_table th span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin table.index_table th span.icon {
  width: 1em;
  height: 1em;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin table.index_table th span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 24, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table th a, body.active_admin table.index_table th a:link, body.active_admin table.index_table th a:visited {
  color: #5e6469;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}
/* line 32, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table th.sortable a {
  background: url("/assets/active_admin/orderable.png") no-repeat 0 4px;
  padding-left: 13px;
}
/* line 36, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table th.sorted-asc a {
  background-position: 0 -27px;
}
/* line 37, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table th.sorted-desc a {
  background-position: 0 -56px;
}
/* line 39, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table th.sorted-asc, body.active_admin table.index_table th.sorted-desc {
  background: #e2e2e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#d2d4d6));
  background: -moz-linear-gradient(-90deg, #e2e2e2, #d2d4d6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#d2d4d6');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#d2d4d6');
}
/* line 43, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table th:last-child {
  border-right: solid 1px #d4d4d4;
}
/* line 49, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table tr.even td {
  background: #f4f5f5;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table tr.selected td {
  background: #d9e4ec;
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin table.index_table td {
  padding: 10px 12px 8px 12px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}
/* line 64, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin .panel_contents table {
  margin-top: 5px;
}
/* line 66, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin .panel_contents table th {
  padding-top: 10px;
  background: none;
  color: #5e6469;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: white 0 1px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
/* line 75, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin .panel_contents table tr.odd td {
  background: #ecedee;
}
/* line 76, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin .panel_contents table tr.even td {
  background: #f4f5f5;
}
/* line 80, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin .attributes_table {
  overflow: hidden;
}
/* line 83, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin .attributes_table table th, body.active_admin .attributes_table table td {
  padding: 8px 12px 6px 12px;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
}
/* line 88, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin .attributes_table table th {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  width: 150px;
  font-size: 0.9em;
  padding-left: 0;
  text-transform: uppercase;
  color: #5e6469;
  text-shadow: white 0 1px 0;
}
/* line 99, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin .attributes_table table td .empty {
  color: #bbb;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* line 108, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_tables.css.scss */
body.active_admin .sidebar_section .attributes_table th {
  width: 50px;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_batch_actions.css.scss */
body.active_admin #collection_selection_toggle_panel {
  *zoom: 1;
}
/* line 18, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bourbon-3.1.1/app/assets/stylesheets/addons/_clearfix.scss */
body.active_admin #collection_selection_toggle_panel:before, body.active_admin #collection_selection_toggle_panel:after {
  content: " ";
  display: table;
}
/* line 23, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bourbon-3.1.1/app/assets/stylesheets/addons/_clearfix.scss */
body.active_admin #collection_selection_toggle_panel:after {
  clear: both;
}
/* line 3, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_batch_actions.css.scss */
body.active_admin #collection_selection_toggle_panel > .resource_selection_toggle_cell {
  float: left;
}
/* line 6, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_batch_actions.css.scss */
body.active_admin #collection_selection_toggle_panel #collection_selection_toggle_explaination {
  float: left;
  margin-left: 5px;
  font-style: italic;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
body.active_admin .blank_slate_container {
  clear: both;
  text-align: center;
}
/* line 5, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
body.active_admin .blank_slate_container .blank_slate {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  border: 1px dashed #DADADA;
  color: #AAA;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 14px 25px;
  text-align: center;
}
/* line 16, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
body.active_admin .blank_slate_container .blank_slate small {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}
/* line 24, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
body.active_admin .admin_dashboard .blank_slate_container .blank_slate {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 29, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
body.active_admin .with_sidebar .blank_slate_container .blank_slate {
  margin-top: 80px;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
body.active_admin .breadcrumb {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.0em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
/* line 9, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
body.active_admin .breadcrumb a, body.active_admin .breadcrumb a:link, body.active_admin .breadcrumb a:visited, body.active_admin .breadcrumb a:active {
  color: #8a949e;
  text-decoration: none;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
body.active_admin .breadcrumb a:hover {
  text-decoration: underline;
}
/* line 16, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
body.active_admin .breadcrumb .breadcrumb_sep {
  margin: 0 2px;
  color: #aab2ba;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu {
  display: inline;
}
/* line 4, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_button {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  background: -moz-linear-gradient(-90deg, white, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
  position: relative;
  padding-right: 22px !important;
  cursor: pointer;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin .dropdown_menu .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin .dropdown_menu .dropdown_menu_button:not(.disabled):hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1));
  background: -moz-linear-gradient(-90deg, white, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin .dropdown_menu .dropdown_menu_button:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d8d8d8));
  background: -moz-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
}
/* line 10, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_button:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #FFF transparent;
  right: 12px;
  top: 45%;
}
/* line 22, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_button:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #777 transparent;
  right: 12px;
  top: 45%;
}
/* line 35, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_nipple {
  content: "";
  position: absolute;
  top: -6px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: #545a5e transparent;
  z-index: 100;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_nipple:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #838a90 transparent;
  left: -5px;
  top: 1px;
}
/* line 65, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_nipple:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #686e74 transparent;
  left: -5px;
  top: 2px;
}
/* line 78, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_list_wrapper {
  display: inline-block;
  position: absolute;
  background-color: white;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset;
  background-color: #5e6469;
  background: #686e74;
  background: -webkit-gradient(linear, left top, left bottom, from(#686e74), to(#52575c));
  background: -moz-linear-gradient(-90deg, #686e74, #52575c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686e74', endColorstr='#52575c');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686e74', endColorstr='#52575c');
  border: solid 1px #464a4e;
  border-top-color: #545a5e;
  border-bottom-color: #35383b;
  border-radius: 4px;
}
/* line 92, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
  display: block;
  background-color: #FFF;
  border: solid 1px #464a4e;
  box-shadow: #6a7176 0px 1px 0px 0px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  padding: 8px;
  list-style-type: none;
  padding: 0;
}
/* line 105, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {
  display: block;
  border-bottom: solid 1px #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 110, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {
  display: block;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  font-size: 0.95em;
  font-weight: bold;
  padding: 7px 16px 5px;
  text-decoration: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
/* line 120, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover {
  background: #75a1c2;
  background: -webkit-gradient(linear, left top, left bottom, from(#75a1c2), to(#608cb4));
  background: -moz-linear-gradient(-90deg, #75a1c2, #608cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75a1c2', endColorstr='#608cb4');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75a1c2', endColorstr='#608cb4');
  text-shadow: #5a83aa 0 1px 0;
  color: #FFF;
}
/* line 126, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {
  background: #608cb4;
  background: -webkit-gradient(linear, left top, left bottom, from(#608cb4), to(#75a1c2));
  background: -moz-linear-gradient(-90deg, #608cb4, #75a1c2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#608cb4', endColorstr='#75a1c2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#608cb4', endColorstr='#75a1c2');
  color: #FFF;
}
/* line 134, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 141, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
  border: none;
}
/* line 142, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
body.active_admin .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin td span.icon svg path, body.active_admin td span.icon svg polygon, body.active_admin td span.icon svg rect, body.active_admin td span.icon svg circle, body.active_admin p span.icon svg path, body.active_admin p span.icon svg polygon, body.active_admin p span.icon svg rect, body.active_admin p span.icon svg circle {
  fill: #b3bcc1 !important;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin td span.icon, body.active_admin p span.icon {
  width: 0.8em;
  height: 0.8em;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin td span.icon svg, body.active_admin p span.icon svg {
  width: 0.8em;
  height: 0.8em;
}
/* line 3, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
body.active_admin td span.icon, body.active_admin p span.icon {
  margin: 0 3px;
}
/* line 6, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
body.active_admin a.member_link {
  margin-right: 7px;
  white-space: nowrap;
}
/* line 11, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
body.active_admin a.button, body.active_admin a:link.button, body.active_admin a:visited.button, body.active_admin input[type=submit] {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #838a90;
  background: -webkit-gradient(linear, left top, left bottom, from(#838a90), to(#414549));
  background: -moz-linear-gradient(-90deg, #838a90, #414549);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838a90', endColorstr='#414549');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838a90', endColorstr='#414549');
  text-shadow: black 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin a.button.disabled, body.active_admin a:link.button.disabled, body.active_admin a:visited.button.disabled, body.active_admin input[type=submit].disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 30, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin a.button:not(.disabled):hover, body.active_admin a:link.button:not(.disabled):hover, body.active_admin a:visited.button:not(.disabled):hover, body.active_admin input[type=submit]:not(.disabled):hover {
  background: #8b9297;
  background: -webkit-gradient(linear, left top, left bottom, from(#8b9297), to(#484d51));
  background: -moz-linear-gradient(-90deg, #8b9297, #484d51);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b9297', endColorstr='#484d51');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b9297', endColorstr='#484d51');
}
/* line 34, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin a.button:not(.disabled):active, body.active_admin a:link.button:not(.disabled):active, body.active_admin a:visited.button:not(.disabled):active, body.active_admin input[type=submit]:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px white;
  background: #71797f;
  background: -webkit-gradient(linear, left top, left bottom, from(#71797f), to(#35383b));
  background: -moz-linear-gradient(-90deg, #71797f, #35383b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71797f', endColorstr='#35383b');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71797f', endColorstr='#35383b');
}
/* line 2, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_grid.scss */
body.active_admin table.index_grid td {
  border: none;
  background: none;
  padding: 0 20px 20px 0;
  margin: 0;
}
/* line 5, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_grid.scss */
body.active_admin .columns {
  clear: both;
  padding: 0;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_grid.scss */
body.active_admin .columns .column {
  float: left;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_links.scss */
body.active_admin a, body.active_admin a:link, body.active_admin a:visited {
  color: #38678b;
  text-decoration: underline;
}
/* line 5, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_links.scss */
body.active_admin a:hover {
  text-decoration: none;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
body.active_admin .paginated_collection_contents {
  clear: both;
}
/* line 5, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
body.active_admin .pagination {
  float: right;
  font-size: 0.9em;
  margin-left: 10px;
}
/* line 10, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
body.active_admin .pagination a {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  background: -moz-linear-gradient(-90deg, white, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin .pagination a.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin .pagination a:not(.disabled):hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1));
  background: -moz-linear-gradient(-90deg, white, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin .pagination a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d8d8d8));
  background: -moz-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
body.active_admin .pagination span.page.current {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #838a90;
  background: -webkit-gradient(linear, left top, left bottom, from(#838a90), to(#414549));
  background: -moz-linear-gradient(-90deg, #838a90, #414549);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838a90', endColorstr='#414549');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838a90', endColorstr='#414549');
  text-shadow: black 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin .pagination span.page.current.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 30, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin .pagination span.page.current:not(.disabled):hover {
  background: #8b9297;
  background: -webkit-gradient(linear, left top, left bottom, from(#8b9297), to(#484d51));
  background: -moz-linear-gradient(-90deg, #8b9297, #484d51);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b9297', endColorstr='#484d51');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b9297', endColorstr='#484d51');
}
/* line 34, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin .pagination span.page.current:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px white;
  background: #71797f;
  background: -webkit-gradient(linear, left top, left bottom, from(#71797f), to(#35383b));
  background: -moz-linear-gradient(-90deg, #71797f, #35383b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71797f', endColorstr='#35383b');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71797f', endColorstr='#35383b');
}
/* line 18, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
body.active_admin .pagination a, body.active_admin .pagination span.page.current {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 4px;
  padding: 2px 5px;
}
/* line 25, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
body.active_admin .pagination_information {
  float: right;
  margin-bottom: 5px;
  color: #b3bcc1;
}
/* line 29, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
body.active_admin .pagination_information b {
  color: #5c6469;
}
/* line 32, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
body.active_admin .download_links {
  float: left;
}
/* line 2, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_panels.scss */
body.active_admin .section, body.active_admin .panel {
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #dddddd;
  -moz-box-shadow: inset 0 1px 4px #dddddd;
  -webkit-box-shadow: inset 0 1px 4px #dddddd;
  margin-bottom: 20px;
}
/* line 28, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
body.active_admin .section > h3, body.active_admin .panel > h3 {
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dfe1e2));
  background: -moz-linear-gradient(-90deg, #efefef, #dfe1e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin .section > h3 span.icon svg path, body.active_admin .section > h3 span.icon svg polygon, body.active_admin .section > h3 span.icon svg rect, body.active_admin .section > h3 span.icon svg circle, body.active_admin .panel > h3 span.icon svg path, body.active_admin .panel > h3 span.icon svg polygon, body.active_admin .panel > h3 span.icon svg rect, body.active_admin .panel > h3 span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin .section > h3 span.icon, body.active_admin .panel > h3 span.icon {
  width: 1em;
  height: 1em;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin .section > h3 span.icon svg, body.active_admin .panel > h3 span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 30, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
body.active_admin .section > div, body.active_admin .panel > div {
  padding: 3px 15px 15px 15px;
}
/* line 32, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
body.active_admin .section hr, body.active_admin .panel hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}
/* line 6, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_panels.scss */
body.active_admin .sidebar_section {
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #dddddd;
  -moz-box-shadow: inset 0 1px 4px #dddddd;
  -webkit-box-shadow: inset 0 1px 4px #dddddd;
  margin-bottom: 20px;
}
/* line 28, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
body.active_admin .sidebar_section > h3 {
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dfe1e2));
  background: -moz-linear-gradient(-90deg, #efefef, #dfe1e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin .sidebar_section > h3 span.icon svg path, body.active_admin .sidebar_section > h3 span.icon svg polygon, body.active_admin .sidebar_section > h3 span.icon svg rect, body.active_admin .sidebar_section > h3 span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin .sidebar_section > h3 span.icon {
  width: 1em;
  height: 1em;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin .sidebar_section > h3 span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 30, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
body.active_admin .sidebar_section > div {
  padding: 3px 15px 15px 15px;
}
/* line 32, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
body.active_admin .sidebar_section hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_columns.scss */
body.active_admin .columns {
  margin-bottom: 10px;
}
/* line 3, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
body.active_admin .scopes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
body.active_admin .status_tag {
  background: #cacaca;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 3px 5px 2px 5px;
  font-size: 0.8em;
}
/* line 9, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
body.active_admin .status_tag.ok, body.active_admin .status_tag.published, body.active_admin .status_tag.complete, body.active_admin .status_tag.completed, body.active_admin .status_tag.green {
  background: #8daa92;
}
/* line 10, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
body.active_admin .status_tag.warn, body.active_admin .status_tag.warning, body.active_admin .status_tag.orange {
  background: #e29b20;
}
/* line 11, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
body.active_admin .status_tag.error, body.active_admin .status_tag.errored, body.active_admin .status_tag.red {
  background: #d45f53;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools {
  display: block;
  margin-bottom: 14px;
  width: 100%;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools .table_tools_button + .table_tools_button {
  margin-left: 6px;
}
/* line 12, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools .table_tools_button + .table_tools_segmented_control {
  margin-left: 6px;
}
/* line 16, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools .table_tools_segmented_control + .table_tools_button {
  margin-left: 6px;
}
/* line 23, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin a.table_tools_button, body.active_admin .table_tools .dropdown_menu_button {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  background: -moz-linear-gradient(-90deg, white, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  background: -moz-linear-gradient(-90deg, white, #f0f0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f0f0f0');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f0f0f0');
  border-color: #d0d0d0;
  border-top-color: #d9d9d9;
  border-right-color: #d0d0d0;
  border-bottom-color: #c5c5c5;
  border-left-color: #d0d0d0;
  font-size: 0.9em;
  text-decoration: none;
  padding: 4px 14px 4px;
  position: relative;
  -webkit-transition: all 0.08s ease-in;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin a.table_tools_button.disabled, body.active_admin .table_tools .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin a.table_tools_button:not(.disabled):hover, body.active_admin .table_tools .dropdown_menu_button:not(.disabled):hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1));
  background: -moz-linear-gradient(-90deg, white, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin a.table_tools_button:not(.disabled):active, body.active_admin .table_tools .dropdown_menu_button:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d8d8d8));
  background: -moz-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
}
/* line 34, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin a.table_tools_button:not(.disabled):hover, body.active_admin .table_tools .dropdown_menu_button:not(.disabled):hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f6f6));
  background: -moz-linear-gradient(-90deg, white, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f6f6f6');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f6f6f6');
}
/* line 38, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin a.table_tools_button:not(.disabled):active, body.active_admin .table_tools .dropdown_menu_button:not(.disabled):active {
  border-color: #c8c8c8;
  border-top-color: #d7d7d7;
  border-right-color: #c8c8c8;
  border-bottom-color: #c3c3c3;
  border-left-color: #c8c8c8;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e8e8e8));
  background: -moz-linear-gradient(-90deg, white, #e8e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e8e8e8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e8e8e8');
}
/* line 46, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools_segmented_control {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 52, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools_segmented_control li {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  margin-left: -7px;
  white-space: nowrap;
}
/* line 59, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools_segmented_control li a {
  border-radius: 0px;
}
/* line 63, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools_segmented_control li:first-child {
  margin-left: 0;
}
/* line 66, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools_segmented_control li:first-child a {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
/* line 73, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools_segmented_control li:last-child a {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* line 81, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools_segmented_control li.selected a {
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fdfdfd));
  background: -moz-linear-gradient(-90deg, #f0f0f0, #fdfdfd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fdfdfd');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fdfdfd');
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}
/* line 86, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/components/_table_tools.css.scss */
body.active_admin .table_tools_segmented_control li.selected a:hover {
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fdfdfd));
  background: -moz-linear-gradient(-90deg, #f0f0f0, #fdfdfd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fdfdfd');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fdfdfd');
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_dashboard.scss */
body.active_admin table.dashboard {
  width: 100%;
}
/* line 3, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_dashboard.scss */
body.active_admin table.dashboard td {
  border-bottom: none;
}
/* line 4, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_dashboard.scss */
body.active_admin table.dashboard .dashboard_section {
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #dddddd;
  -moz-box-shadow: inset 0 1px 4px #dddddd;
  -webkit-box-shadow: inset 0 1px 4px #dddddd;
  margin-bottom: 20px;
}
/* line 28, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
body.active_admin table.dashboard .dashboard_section > h3 {
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dfe1e2));
  background: -moz-linear-gradient(-90deg, #efefef, #dfe1e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin table.dashboard .dashboard_section > h3 span.icon svg path, body.active_admin table.dashboard .dashboard_section > h3 span.icon svg polygon, body.active_admin table.dashboard .dashboard_section > h3 span.icon svg rect, body.active_admin table.dashboard .dashboard_section > h3 span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin table.dashboard .dashboard_section > h3 span.icon {
  width: 1em;
  height: 1em;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin table.dashboard .dashboard_section > h3 span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 30, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
body.active_admin table.dashboard .dashboard_section > div {
  padding: 3px 15px 15px 15px;
}
/* line 32, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_sections.css.scss */
body.active_admin table.dashboard .dashboard_section hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.active_admin.logged_out {
  background: #e8e9ea;
}
/* line 4, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.active_admin.logged_out #content_wrapper {
  width: 500px;
  margin: 70px auto;
}
/* line 7, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.active_admin.logged_out #content_wrapper #active_admin_content {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  background: #fff;
  padding: 13px 30px;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.active_admin.logged_out h2 {
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dfe1e2));
  background: -moz-linear-gradient(-90deg, #efefef, #dfe1e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
  background: #6a7176;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a7176), to(#4d5256));
  background: -moz-linear-gradient(-90deg, #6a7176, #4d5256);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7176', endColorstr='#4d5256');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7176', endColorstr='#4d5256');
  border-bottom: 1px solid #44484b;
  text-shadow: black 0 1px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  margin: -13px -30px 20px -30px;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin.logged_out h2 span.icon svg path, body.active_admin.logged_out h2 span.icon svg polygon, body.active_admin.logged_out h2 span.icon svg rect, body.active_admin.logged_out h2 span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin.logged_out h2 span.icon {
  width: 1em;
  height: 1em;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin.logged_out h2 span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 24, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.active_admin.logged_out #login {
  /* Login Form */
}
/* line 27, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.active_admin.logged_out #login form fieldset {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
}
/* line 31, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.active_admin.logged_out #login form fieldset li {
  padding: 10px 0;
}
/* line 33, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.active_admin.logged_out #login form fieldset input[type=text], body.active_admin.logged_out #login form fieldset input[type=email], body.active_admin.logged_out #login form fieldset input[type=password] {
  width: 70%;
}
/* line 36, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.active_admin.logged_out #login form fieldset.buttons {
  margin-left: 20%;
}
/* line 41, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.active_admin.logged_out #login a {
  float: right;
  margin-top: -32px;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
body.active_admin #footer {
  padding: 30px 30px;
  font-size: 0.8em;
  clear: both;
}
/* line 6, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
body.active_admin #footer p {
  padding-top: 10px;
}
/* line 12, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
body.active_admin #index_footer {
  padding-top: 5px;
  text-align: right;
  font-size: 0.85em;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
body.active_admin .index_content {
  clear: both;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
body.active_admin #wrapper {
  display: table;
  width: 100%;
}
/* line 6, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
body.active_admin #active_admin_content {
  margin: 0;
  padding: 25px 30px;
}
/* line 10, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
body.active_admin #active_admin_content #main_content_wrapper {
  float: left;
  width: 100%;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
body.active_admin #active_admin_content #main_content_wrapper #main_content {
  margin-right: 300px;
}
/* line 19, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
body.active_admin #active_admin_content.without_sidebar #main_content_wrapper #main_content {
  margin-right: 0;
}
/* line 21, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
body.active_admin #active_admin_content #sidebar {
  float: left;
  width: 270px;
  margin-left: -270px;
}
/* line 1, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
body.active_admin #title_bar {
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dfe1e2));
  background: -moz-linear-gradient(-90deg, #efefef, #dfe1e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfe1e2');
  text-shadow: white 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px white inset;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5e6469;
  padding: 5px 10px 3px 10px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  display: table;
  border-bottom-color: #EEE;
  width: 100%;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 30px;
  z-index: 800;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin #title_bar span.icon svg path, body.active_admin #title_bar span.icon svg polygon, body.active_admin #title_bar span.icon svg rect, body.active_admin #title_bar span.icon svg circle {
  fill: #5e6469 !important;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin #title_bar span.icon {
  width: 1em;
  height: 1em;
}
/* line 14, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin #title_bar span.icon svg {
  width: 1em;
  height: 1em;
}
/* line 18, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bourbon-3.1.1/app/assets/stylesheets/addons/_clearfix.scss */
body.active_admin #title_bar:before, body.active_admin #title_bar:after {
  content: " ";
  display: table;
}
/* line 23, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bourbon-3.1.1/app/assets/stylesheets/addons/_clearfix.scss */
body.active_admin #title_bar:after {
  clear: both;
}
/* line 15, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
body.active_admin #title_bar #titlebar_left, body.active_admin #title_bar #titlebar_right {
  height: 50px;
  vertical-align: middle;
  display: table-cell;
}
/* line 21, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
body.active_admin #title_bar #titlebar_right {
  text-align: right;
}
/* line 25, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
body.active_admin #title_bar h2 {
  margin: 0;
  padding: 0;
  font-size: 2.6em;
  font-weight: bold;
}
/* line 33, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
body.active_admin #title_bar .action_items a {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  background: -moz-linear-gradient(-90deg, white, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
  padding: 12px 17px 10px;
  margin: 0px;
}
/* line 13, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin #title_bar .action_items a.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 51, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin #title_bar .action_items a:not(.disabled):hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1));
  background: -moz-linear-gradient(-90deg, white, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f1');
}
/* line 55, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss */
body.active_admin #title_bar .action_items a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #eeeeee;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d8d8d8));
  background: -moz-linear-gradient(-90deg, #f3f3f3, #d8d8d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d8d8d8');
}
/* line 36, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
body.active_admin #title_bar .action_items a span.icon {
  vertical-align: bottom;
  margin-right: 4px;
}
/* line 8, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/mixins/_icons.css.scss */
body.active_admin #title_bar .action_items a:hover span.icon svg path, body.active_admin #title_bar .action_items a:hover span.icon svg polygon, body.active_admin #title_bar .action_items a:hover span.icon svg rect, body.active_admin #title_bar .action_items a:hover span.icon svg circle {
  fill: black !important;
}

/* line 37, ../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.0/app/assets/stylesheets/active_admin/_base.css.scss */
body.active_admin {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 150%;
  font-size: 72%;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #323537;
}
/* line 5, ../../app/assets/stylesheets/archives.css.scss */
.option-pane ul {
  margin: 0;
  padding-left: 20px;
}

/* line 11, ../../app/assets/stylesheets/archives.css.scss */
.option-pane .inner {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
}

/* line 18, ../../app/assets/stylesheets/archives.css.scss */
.center {
  text-align: center;
  padding-top: 30px;
}
/* line 4, ../../app/assets/stylesheets/bugs.css.scss */
#bug_issue {
  width: 465px;
}
/* line 3, ../../app/assets/stylesheets/checklists.css.scss */
#checklists .checklist_container .checklist {
  list-style: none;
  border: #eee 1px solid;
  margin: 10px 0;
  padding: 10px 0;
  overflow: hidden;
}
/* line 9, ../../app/assets/stylesheets/checklists.css.scss */
#checklists .checklist_container .checklist .checklist-btns {
  float: right;
  padding: 10px 4px 10px 0;
}
/* line 15, ../../app/assets/stylesheets/checklists.css.scss */
#checklists .checklist_container .checklist label {
  width: 50px;
}
/* line 19, ../../app/assets/stylesheets/checklists.css.scss */
#checklists label {
  width: auto;
  padding-right: 15px;
}
/* line 28, ../../app/assets/stylesheets/checklists.css.scss */
#checklists .students_groups_list {
  border-top: 1px solid #eee;
  margin-top: 10px;
}
/* line 32, ../../app/assets/stylesheets/checklists.css.scss */
#checklists .students_groups_list .students_holder, #checklists .students_groups_list .groups_holder {
  padding-top: 25px;
}
/* line 35, ../../app/assets/stylesheets/checklists.css.scss */
#checklists .students_groups_list ul {
  margin: 0;
  padding: 0;
}
/* line 40, ../../app/assets/stylesheets/checklists.css.scss */
#checklists .students_groups_list li {
  list-style: none;
  width: 100%;
  float: left;
  overflow: hidden;
}
/* line 46, ../../app/assets/stylesheets/checklists.css.scss */
#checklists .students_groups_list li input[type="checkbox"] {
  float: left;
  margin: 7px 10px 0 0;
}
/* line 51, ../../app/assets/stylesheets/checklists.css.scss */
#checklists .students_groups_list li label {
  width: 50% !important;
}
/* line 5, ../../app/assets/stylesheets/dashboard.css.scss */
.highlight {
  color: red !important;
}

/* line 10, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 14, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul ul {
  padding: 0;
  width: 150px;
  height: auto;
  margin: 0;
  display: none;
  background: #5F6773;
  font-weight: normal;
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: 80px;
  z-index: 5;
}
/* line 27, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul ul .sub-menu {
  display: none !important;
  left: 500px;
}
/* line 32, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li {
  float: left;
  padding-left: 15px;
  position: relative;
}
/* line 36, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li li {
  margin: 0;
  float: none;
  height: auto;
  padding-left: 0;
  border-bottom: 1px #505660 solid;
  border-top: 1px #6e7886 solid;
}
/* line 43, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li li:first-child {
  border-top: 0;
}
/* line 46, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li li:last-child {
  border-bottom: 0;
}
/* line 49, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li li a {
  padding: 14px;
  display: block;
  height: auto;
  color: #cfcfcf !important;
  line-height: 1;
}
/* line 55, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li li a:hover {
  color: #fff !important;
}
/* line 59, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li li:hover .sub-menu {
  display: block !important;
  position: absolute;
  left: 110px;
  top: 0;
  border-left: 1px solid RGBa(0, 0, 0, 0.1);
}
/* line 67, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li:hover a {
  color: #fff;
  text-decoration: none;
  background: #5F6773;
}
/* line 72, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li:hover ul {
  display: block;
}
/* line 75, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li a {
  color: #fff;
  padding: 0 10px;
  line-height: 80px;
  display: block;
}
/* line 80, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li a.active {
  color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 91, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li.home {
  font-size: 18px;
  padding-left: 0;
}
/* line 94, ../../app/assets/stylesheets/dashboard.css.scss */
#primary ul li.home:hover a {
  background: none;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:3000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px}.bootstrap-datetimepicker-widget:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:100%;font-weight:bold;font-size:1.2em}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#999}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{color:#fff;background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td.active:hover,.bootstrap-datetimepicker-widget td.active:hover:hover,.bootstrap-datetimepicker-widget td.active:active,.bootstrap-datetimepicker-widget td.active:hover:active,.bootstrap-datetimepicker-widget td.active.active,.bootstrap-datetimepicker-widget td.active:hover.active,.bootstrap-datetimepicker-widget td.active.disabled,.bootstrap-datetimepicker-widget td.active:hover.disabled,.bootstrap-datetimepicker-widget td.active[disabled],.bootstrap-datetimepicker-widget td.active:hover[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.bootstrap-datetimepicker-widget td.active:active,.bootstrap-datetimepicker-widget td.active:hover:active,.bootstrap-datetimepicker-widget td.active.active,.bootstrap-datetimepicker-widget td.active:hover.active{background-color:#039 \9}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{color:#fff;background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td span.active:hover,.bootstrap-datetimepicker-widget td span.active:active,.bootstrap-datetimepicker-widget td span.active.active,.bootstrap-datetimepicker-widget td span.active.disabled,.bootstrap-datetimepicker-widget td span.active[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.bootstrap-datetimepicker-widget td span.active:active,.bootstrap-datetimepicker-widget td span.active.active{background-color:#039 \9}.bootstrap-datetimepicker-widget td span.old{color:#999}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget th.switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup,
#facebox .content {
  width: 880px;
}

#facebox .popup{
  position:relative;
  background: #fff;
  border: 2px solid #000;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display: table;
  padding: 0;
  margin: 40px auto;
  width: 90%;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close {
  position:absolute;
  top: 15px;
  right: 20px;
  padding:0;
  width:15px;
  height:15px;
  background:transparent url('close.png') no-repeat scroll 0 0;
  background-size: 100%;
}
#facebox .close img{
  opacity:0.3;
  display:none;
}
#facebox .close:hover {
  background-position:0 -19px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/* ===================================================================
   Groups
   ================================================================ */
/* line 10, ../../app/assets/stylesheets/groups.css.scss */
.display-groups {
  padding: 25px 0 0;
}

/* line 12, ../../app/assets/stylesheets/groups.css.scss */
.edit-link {
  font-size: 12px;
  font-weight: normal;
}

/* line 17, ../../app/assets/stylesheets/groups.css.scss */
.groups .display-groups,
.focus-group {
  padding: 0;
  margin: 0;
}

/* line 23, ../../app/assets/stylesheets/groups.css.scss */
#checklists-display {
  margin-top: 50px;
}

/* line 28, ../../app/assets/stylesheets/groups.css.scss */
.display-groups ul {
  text-align: center;
  padding: 0;
  margin: 0;
  clear: both;
  overflow: hidden;
}
/* line 34, ../../app/assets/stylesheets/groups.css.scss */
.display-groups ul li {
  text-align: left;
  overflow: hidden;
  margin: 0 10px 20px 10px;
  float: left;
  display: inline;
  background: #fcfcfc;
  border: 1px #e1e1e1 solid;
  padding: 10px;
  width: 150px;
  height: 126px;
}

/* line 49, ../../app/assets/stylesheets/groups.css.scss */
.display-groups .minor-heading {
  /*height: 35px;*/
}

/* line 53, ../../app/assets/stylesheets/groups.css.scss */
.display-groups ul li a,
.display-groups .subject-group-title {
  color: #999;
  font-weight: bold;
  border-bottom: 1px #e1e1e1 solid;
  display: block;
  padding-bottom: 5px;
}

/* line 62, ../../app/assets/stylesheets/groups.css.scss */
.display-groups ul li a:hover {
  color: #666;
  text-decoration: none;
}

/* line 67, ../../app/assets/stylesheets/groups.css.scss */
.display-groups .student-group {
  text-align: left;
  padding: 8px 0;
  font-size: 11px;
  min-height: 120px;
}

/* line 74, ../../app/assets/stylesheets/groups.css.scss */
.display-groups .student-group li {
  background: transparent;
  border: 0;
  padding: 2px 0;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  float: none;
}

/* line 85, ../../app/assets/stylesheets/groups.css.scss */
.display-groups .student-group li a {
  color: #505b68;
  padding: 0 8px;
  background: transparent url("group-list-arrow.png") no-repeat scroll left center;
  border-bottom: none;
  font-weight: normal;
  padding-bottom: 0;
}

/* line 94, ../../app/assets/stylesheets/groups.css.scss */
.display-groups .student-group li a:hover {
  color: #505b68;
  text-decoration: underline;
}

/* line 99, ../../app/assets/stylesheets/groups.css.scss */
.groups .grouping {
  padding: 20px 0;
}

/* line 101, ../../app/assets/stylesheets/groups.css.scss */
.groups h2 {
  text-align: center;
}

/* line 103, ../../app/assets/stylesheets/groups.css.scss */
.groups .list li {
  color: #868686;
  display: block;
}

/* line 108, ../../app/assets/stylesheets/groups.css.scss */
.groups .modify {
  margin: -24px -45px 0 0;
}

/* line 109, ../../app/assets/stylesheets/groups.css.scss */
.groups .modify .left {
  left: -25px;
}

/* line 110, ../../app/assets/stylesheets/groups.css.scss */
.display-groups ul .main-groups {
  height: auto;
}

/* line 112, ../../app/assets/stylesheets/groups.css.scss */
.student_column {
  width: 50%;
  float: left;
  overflow: hidden;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 122, ../../app/assets/stylesheets/groups.css.scss */
.student_column input[type="checkbox"] {
  position: relative;
  top: 4px;
}

/* line 130, ../../app/assets/stylesheets/groups.css.scss */
#student_names .actions input {
  margin: 0;
}
/* line 1, ../../app/assets/stylesheets/ie.css.scss */
.ie8 {
  /* login screen */
  /* signup button */
}
/* line 3, ../../app/assets/stylesheets/ie.css.scss */
.ie8 #forgot-password {
  margin-top: -20px;
}
/* line 9, ../../app/assets/stylesheets/ie.css.scss */
.ie8 #signup-form form input[type="checkbox"] {
  width: auto;
  float: left;
  top: -8px;
  position: relative;
}
/* line 18, ../../app/assets/stylesheets/ie.css.scss */
.ie8 .checkbox-wrapper {
  padding-top: 15px;
  position: relative;
}
/* line 22, ../../app/assets/stylesheets/ie.css.scss */
.ie8 .checkbox-wrapper .field_with_errors:first-child {
  width: 400px;
  float: right;
}
/* Artfully masterminded by ZURB */

body {
  position: relative;
}

#joyRideTipContent { display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  position: absolute;
  background: #fff;
  padding: 10px 10px 10px 15px;
  color: #4b4b4b;
  width: 300px;
  z-index: 10;
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
	border:2px solid #cfcfcf;
     -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.joyride-tip-guide p{
	width:290px;
}
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
  border: solid 14px;
}
.joyride-tip-guide span.joyride-nub.top {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: #000;
  border-bottom-color: #cfcfcf;
  top: -28px;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.bottom {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: #000;
  border-top-color:  #fff;
  bottom: -28px;
  bottom: none;
}


/* Typography */
.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}
.joyride-tip-guide h1 { font-size: 30px; }
.joyride-tip-guide h2 { font-size: 26px; }
.joyride-tip-guide h3 { font-size: 22px; }
.joyride-tip-guide h4 { font-size: 18px; }
.joyride-tip-guide h5 { font-size: 16px; }
.joyride-tip-guide h6 { font-size: 14px; }
.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 18px;
}
.joyride-tip-guide a {
  color: #4b4b4b;
  text-decoration: none;
  border-bottom: dotted 1px rgba(255,255,255,0.6);
}
.joyride-tip-guide a:hover {
  color: #666;
  border-bottom: 1px dashed #ccc;
}

/* Button Style */
.joyride-tip-guide .joyride-next-tip:after {
  clear: both;
}
.joyride-tip-guide .joyride-next-tip {
  width: auto;
  padding: 6px 18px 4px;
  font-size: 13px;
  text-decoration: none;
  color: rgb(255,255,255);
  float: left;
  margin: 0 6px 8px 0px;
  border: solid 1px rgb(0,60,180);
  background: rgb(0,99,255);
  background: -moz-linear-gradient(top, rgb(0,99,255) 0%, rgb(0,85,214) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,99,255)), color-stop(100%,rgb(0,85,214)));
  background: -webkit-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  background: -o-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  background: -ms-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0055d6',GradientType=0 );
  background: linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
     -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
          box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
}
.joyride-next-tip:hover {
  color: #fff !important;
  border: solid 1px rgb(0,60,180) !important;
  background: rgb(43,128,255);
  background: -moz-linear-gradient(top, rgb(43,128,255) 0%, rgb(29,102,211) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(43,128,255)), color-stop(100%,rgb(29,102,211)));
  background: -webkit-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  background: -o-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  background: -ms-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b80ff', endColorstr='#1d66d3',GradientType=0 );
  background: linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px rgba(255,255,255,0.1);
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: rgba(255,255,255,0.25);
}

.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #4b4b4b;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border-bottom: none !important;
}
.joyride-close-tip:hover {
	color: #666 !important;
}
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(jquery-ui/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(jquery-ui/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(jquery-ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(jquery-ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(jquery-ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(jquery-ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */

.nivoSlider {
	position:relative;
	height:300px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav{
	display:block !important;
	position: relative;
	top: 305px;	
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	display:none;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* line 5, ../../app/assets/stylesheets/notes.css.scss */
.notes > li {
  background: #92a5bc;
}

/* line 7, ../../app/assets/stylesheets/notes.css.scss */
.major-heading h1,
.notes li {
  padding: 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100;
}

/* line 16, ../../app/assets/stylesheets/notes.css.scss */
.notes li {
  text-transform: none !important;
}

/* line 20, ../../app/assets/stylesheets/notes.css.scss */
.add-observations .btn-container {
  position: relative;
}

/* line 24, ../../app/assets/stylesheets/notes.css.scss */
.focus-group {
  list-style: none;
}

/* line 26, ../../app/assets/stylesheets/notes.css.scss */
.show-focus-notes {
  float: right;
  margin-top: 10px;
  position: relative;
  height: 40px;
}

/* line 33, ../../app/assets/stylesheets/notes.css.scss */
.student-note .minor-heading h1 {
  float: left;
}

/* line 35, ../../app/assets/stylesheets/notes.css.scss */
body.note .minor-heading h1 {
  float: left;
}

/* line 37, ../../app/assets/stylesheets/notes.css.scss */
.minor-heading form {
  width: 220px;
  float: right;
}

/* line 42, ../../app/assets/stylesheets/notes.css.scss */
.select-notes {
  display: inline-block;
  padding-left: 15px;
}

/* ===================================================================
	 Notes
	 ================================================================ */
/* line 52, ../../app/assets/stylesheets/notes.css.scss */
.notes h4 {
  font-size: 16px;
  padding-bottom: 3px;
}

/* line 58, ../../app/assets/stylesheets/notes.css.scss */
.hidden-note {
  display: none;
}

/* line 62, ../../app/assets/stylesheets/notes.css.scss */
.notes {
  padding-top: 8px !important;
}

/* line 64, ../../app/assets/stylesheets/notes.css.scss */
.notes-navigation {
  padding: 0;
  margin: 0;
  clear: both;
  list-style: none;
  overflow: hidden;
  border-bottom: 2px #cfcfcf solid;
}

/* line 73, ../../app/assets/stylesheets/notes.css.scss */
.notes-navigation li {
  float: left;
  margin-right: 15px;
}

/* line 78, ../../app/assets/stylesheets/notes.css.scss */
.notes-navigation li a {
  display: block;
  font-weight: bold;
  padding: 10px 20px;
  color: #cacaca;
}

/* line 85, ../../app/assets/stylesheets/notes.css.scss */
.notes-navigation li a.active {
  background: rgba(255, 255, 255, 0.7);
  color: #888;
  border-left: 1px #fff solid;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
}

/* line 93, ../../app/assets/stylesheets/notes.css.scss */
#previous_notes {
  margin: 0 10px;
}

/* line 97, ../../app/assets/stylesheets/notes.css.scss */
.note-tab-content {
  padding-top: 30px;
}

/* line 101, ../../app/assets/stylesheets/notes.css.scss */
.notes hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid  #92A5BC;
  margin: 1em 0;
  padding: 0;
}

/* line 110, ../../app/assets/stylesheets/notes.css.scss */
.notes span {
  padding: 0 2px;
}

/* line 114, ../../app/assets/stylesheets/notes.css.scss */
.notes,
.notes li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 121, ../../app/assets/stylesheets/notes.css.scss */
.notes li {
  margin-bottom: 10px;
  padding: 0;
  font-size: 12px !important;
}

/* line 127, ../../app/assets/stylesheets/notes.css.scss */
.notes li h3 {
  padding: 10px !important;
}

/* line 129, ../../app/assets/stylesheets/notes.css.scss */
.notes li ul.hidden-note {
  padding: 10px !important;
  border-left: 1px #92A5BC solid;
  border-right: 1px #92A5BC solid;
  border-bottom: 1px #92A5BC solid;
  background: #fff !important;
}

/* line 137, ../../app/assets/stylesheets/notes.css.scss */
.notes li ul li {
  padding: 10px 0;
  margin: 0 0 0 0;
  color: #777 !important;
  text-shadow: none;
  overflow: hidden;
}

/* line 145, ../../app/assets/stylesheets/notes.css.scss */
.notes li ul li p {
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.4;
}

/* line 151, ../../app/assets/stylesheets/notes.css.scss */
.notes .icon {
  display: inline-block;
  background: transparent url("notes_icons.png") no-repeat scroll 0 0;
}

/* line 156, ../../app/assets/stylesheets/notes.css.scss */
.toggle-note {
  float: right;
  color: #fff !important;
  font-size: 13px;
  cursor: pointer;
}

/* line 163, ../../app/assets/stylesheets/notes.css.scss */
.show-notes {
  float: right;
  width: auto;
}
/* line 166, ../../app/assets/stylesheets/notes.css.scss */
.show-notes form {
  float: right;
}

/* line 171, ../../app/assets/stylesheets/notes.css.scss */
.show-notes span {
  float: left;
  padding: 5px 10px 0 0;
}

/* line 176, ../../app/assets/stylesheets/notes.css.scss */
.contention-container {
  margin: 0 0 10px 0;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 182, ../../app/assets/stylesheets/notes.css.scss */
.contention-container ul {
  padding: 0;
  overflow: hidden;
}
/* line 185, ../../app/assets/stylesheets/notes.css.scss */
.contention-container ul li {
  list-style: none;
  float: left;
  padding: 0 10px;
}
/* line 189, ../../app/assets/stylesheets/notes.css.scss */
.contention-container ul li label {
  float: none;
}

/* line 196, ../../app/assets/stylesheets/notes.css.scss */
#publish_notes {
  overflow: hidden;
}

/* ===================================================================
	 WYSIWYG
	 ================================================================ */
/* line 204, ../../app/assets/stylesheets/notes.css.scss */
.mceLayout {
  width: 100% !important;
  position: relative !important;
  margin: 0 auto !important;
}

/* line 210, ../../app/assets/stylesheets/notes.css.scss */
.note-input-container {
  background: #fff;
  padding: 10px;
  text-shadow: none;
}

/* line 216, ../../app/assets/stylesheets/notes.css.scss */
#note_observation_path_row,
#note_focus_path_row {
  display: none;
}

/* line 221, ../../app/assets/stylesheets/notes.css.scss */
.mceContentBody {
  background: #f7f7f7 !important;
}

/* line 223, ../../app/assets/stylesheets/notes.css.scss */
#save-note .btn {
  position: relative;
  top: -5px;
}

/* line 228, ../../app/assets/stylesheets/notes.css.scss */
.save-note-btn.bottom {
  margin-top: 10px;
  float: right;
}

/* line 233, ../../app/assets/stylesheets/notes.css.scss */
.new-note-label label {
  padding-top: 0;
  float: none;
  text-shadow: none;
  font-size: 16px;
  color: #909090;
}

/* line 241, ../../app/assets/stylesheets/notes.css.scss */
.add-observations .actions > input {
  margin-left: 0;
}

/* line 245, ../../app/assets/stylesheets/notes.css.scss */
.file_uploads #files_ {
  background: #eee;
  line-height: 1px;
}

/* line 252, ../../app/assets/stylesheets/notes.css.scss */
#unsaved_notes article {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 25px;
}
/* line 1, ../../app/assets/stylesheets/payments.css.scss */
.pin_form {
  background: #fff;
  padding: 50px 15px;
  border: 1px #cfcfcf solid;
}

/* line 7, ../../app/assets/stylesheets/payments.css.scss */
.pin_form fieldset {
  padding-top: 0;
}

/* line 11, ../../app/assets/stylesheets/payments.css.scss */
.pin_form fieldset h2 {
  margin: 0 0 20px 0;
  padding: 0;
}

/* line 16, ../../app/assets/stylesheets/payments.css.scss */
.pin_form fieldset h3 {
  margin: 0 0 20px 0;
  padding: 0;
}

/* line 21, ../../app/assets/stylesheets/payments.css.scss */
.pin_form label {
  display: block;
  float: none;
  width: 100%;
  padding: 0 0 10px 0;
}

/* line 28, ../../app/assets/stylesheets/payments.css.scss */
.pin_form input {
  width: 96%;
  padding: 7px;
}

/* line 33, ../../app/assets/stylesheets/payments.css.scss */
.pin_form .actions > input {
  float: right;
  margin: 0;
  width: auto;
  padding: 7px 14px;
}

/* line 40, ../../app/assets/stylesheets/payments.css.scss */
.cycle-details {
  width: 50%;
  float: left;
}

/* line 45, ../../app/assets/stylesheets/payments.css.scss */
.price-of-app {
  width: 50%;
  float: right;
  text-align: right;
  color: #cfcfcf;
}

/* line 52, ../../app/assets/stylesheets/payments.css.scss */
.price-of-app .dollars {
  display: block;
  font-size: 40px;
  letter-spacing: -1px;
}

/* line 58, ../../app/assets/stylesheets/payments.css.scss */
.price-of-app .time-frame {
  display: block;
  font-size: 16px;
}

/* line 63, ../../app/assets/stylesheets/payments.css.scss */
.billing-cycle,
#existing-card,
#errors {
  width: 818px;
}

/* line 69, ../../app/assets/stylesheets/payments.css.scss */
.billing-cycle,
#errors {
  margin: 0 auto 30px auto;
}

/* line 74, ../../app/assets/stylesheets/payments.css.scss */
#errors {
  color: #ca3737;
}

/* line 78, ../../app/assets/stylesheets/payments.css.scss */
.billing-cycle {
  width: 818px;
  border-bottom: 2px #efefef solid;
  padding-bottom: 30px;
}

/* line 85, ../../app/assets/stylesheets/payments.css.scss */
#existing-card {
  margin: 0 auto;
}

/* line 89, ../../app/assets/stylesheets/payments.css.scss */
#billing-address,
.payment_info #payment-method {
  width: 40%;
}

/* line 94, ../../app/assets/stylesheets/payments.css.scss */
.payment_info #payment-method {
  float: right;
  padding-right: 50px;
}

/* line 100, ../../app/assets/stylesheets/payments.css.scss */
.payment_info .card {
  padding: 0;
}
/* line 104, ../../app/assets/stylesheets/payments.css.scss */
.payment_info .actions {
  float: right;
  overflow: hidden;
  width: 360px;
  margin: 0 50px;
}

/* line 112, ../../app/assets/stylesheets/payments.css.scss */
#billing-address {
  float: left;
  padding-left: 50px;
}

/* line 118, ../../app/assets/stylesheets/payments.css.scss */
.payment-icon {
  width: 160px;
  float: left;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #cfcfcf;
  margin-top: 20px;
  text-align: right;
}
/* line 127, ../../app/assets/stylesheets/payments.css.scss */
.payment-icon.card {
  background: url("/assets/card.png") #fff scroll 10px 3px no-repeat;
}
/* line 131, ../../app/assets/stylesheets/payments.css.scss */
.payment-icon.new-card {
  background: url("/assets/add.png") #fff scroll 10px 3px no-repeat;
}
/* line 135, ../../app/assets/stylesheets/payments.css.scss */
.payment-icon label {
  padding: 10px;
  width: 100px;
  padding-left: 50px;
}

/* line 142, ../../app/assets/stylesheets/payments.css.scss */
.processing_payment {
  color: green;
  margin-top: 15px;
}

/* line 147, ../../app/assets/stylesheets/payments.css.scss */
.payment-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 152, ../../app/assets/stylesheets/payments.css.scss */
.payment-details li {
  margin: 0;
  padding: 0;
}

/* line 158, ../../app/assets/stylesheets/payments.css.scss */
.teachers.settings .close {
  right: 15px !important;
  top: 15px !important;
}

/* line 164, ../../app/assets/stylesheets/payments.css.scss */
.receipt .major-heading, .receipt .minor-heading {
  text-align: center;
}
/* line 168, ../../app/assets/stylesheets/payments.css.scss */
.receipt .major-heading {
  padding: 20px;
}
/* line 172, ../../app/assets/stylesheets/payments.css.scss */
.receipt .minor-heading {
  margin: 10px 0;
}
/* line 175, ../../app/assets/stylesheets/payments.css.scss */
.receipt .minor-heading h3 {
  padding: 0;
  margin: 0;
}
/* line 181, ../../app/assets/stylesheets/payments.css.scss */
.receipt .order-number {
  padding: 10px 0;
  text-align: center;
  background: #eee;
  color: #4b4b4b;
  text-shadow: 0 1px 0 #4b4b4b;
  font-size: 17px;
  font-weight: 100;
  margin-top: 15px;
}
/* line 192, ../../app/assets/stylesheets/payments.css.scss */
.receipt .receipt-actions {
  width: 100%;
  margin-top: 15px;
}
/* line 195, ../../app/assets/stylesheets/payments.css.scss */
.receipt .receipt-actions input {
  width: 99.5%;
  text-align: center;
  padding: 10px 0;
}

/* line 203, ../../app/assets/stylesheets/payments.css.scss */
.account-history {
  margin: 0;
  padding: 0;
  width: 380px;
  margin-bottom: 25px !important;
  overflow: hidden !important;
}
/* line 209, ../../app/assets/stylesheets/payments.css.scss */
.account-history li {
  list-style: none;
}
/* line 212, ../../app/assets/stylesheets/payments.css.scss */
.account-history li input {
  float: left;
  margin-right: 10px;
  line-height: 10px;
  overflow: hidden;
  margin-top: 12px;
}
/* line 219, ../../app/assets/stylesheets/payments.css.scss */
.account-history li a {
  display: block;
  border-bottom: 1px solid #cecece;
  padding: 10px 0;
}
/* line 223, ../../app/assets/stylesheets/payments.css.scss */
.account-history li a:hover {
  background: #e6e6e6;
  text-decoration: none;
}
/* line 7, ../../app/assets/stylesheets/pricing.css.scss */
#current-teacher-plan .plan ul {
  padding: 0 0 10px 0;
}
/* line 10, ../../app/assets/stylesheets/pricing.css.scss */
#current-teacher-plan .plan header {
  background: #505B68;
  border-radius: 5px 5px 0 0;
}
/* line 13, ../../app/assets/stylesheets/pricing.css.scss */
#current-teacher-plan .plan header h3 {
  text-align: center;
  color: #fff;
}

/* line 21, ../../app/assets/stylesheets/pricing.css.scss */
.change-details .plan {
  background: #fff;
}

/* line 23, ../../app/assets/stylesheets/pricing.css.scss */
#current-teacher-plan h3 {
  color: #505B68;
  font-weight: normal;
  font-size: 18px;
  margin: 5px 0;
}

/* line 30, ../../app/assets/stylesheets/pricing.css.scss */
#current-teacher-plan .plan {
  background: none;
  margin-top: 20px;
}

/* line 34, ../../app/assets/stylesheets/pricing.css.scss */
#current-teacher-plan .plan ul {
  padding: 0 0 10px 0;
}

/* line 37, ../../app/assets/stylesheets/pricing.css.scss */
#current-teacher-plan .plan header {
  background: #505B68;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../../app/assets/stylesheets/pricing.css.scss */
#current-teacher-plan .price {
  margin: 0 0 15px 0;
}

/* line 45, ../../app/assets/stylesheets/pricing.css.scss */
#current-teacher-plan .inner {
  border: none;
  padding: 30px;
}

/* line 51, ../../app/assets/stylesheets/pricing.css.scss */
.plan {
  background: #efefef;
  text-align: center;
}

/* line 56, ../../app/assets/stylesheets/pricing.css.scss */
.plan:hover .inner {
  border: 2px #d0d0d0 solid;
}

/* line 58, ../../app/assets/stylesheets/pricing.css.scss */
.plan header {
  background: transparent url("public/plan-header.png") repeat scroll 0 0;
  height: 50px;
}

/* line 63, ../../app/assets/stylesheets/pricing.css.scss */
.plan header h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

/* line 72, ../../app/assets/stylesheets/pricing.css.scss */
.plan .inner {
  border: 2px #e5e5e5 solid;
  text-shadow: 0 1px 1px white;
}

/* line 77, ../../app/assets/stylesheets/pricing.css.scss */
.plan .price {
  font-size: 30px;
  font-weight: bold;
}

/* line 82, ../../app/assets/stylesheets/pricing.css.scss */
.plan .price span {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
}

/* line 89, ../../app/assets/stylesheets/pricing.css.scss */
.plan ul {
  list-style: none;
  padding: 0 0 40px 0;
  margin: 0;
  font-size: 15px;
  border-top: 1px #E5E5E5 solid;
}

/* line 97, ../../app/assets/stylesheets/pricing.css.scss */
.plan ul li {
  line-height: 1.5;
  padding: 4px 0;
  border-bottom: 1px #E5E5E5 solid;
}

/* line 103, ../../app/assets/stylesheets/pricing.css.scss */
.plan .plan-signup,
.plan .plan-signup-btn {
  width: 166px;
}

/* line 106, ../../app/assets/stylesheets/pricing.css.scss */
.plan .plan-signup {
  margin: auto;
}

/* line 108, ../../app/assets/stylesheets/pricing.css.scss */
.plan .plan-signup-btn {
  text-indent: -9999px;
  display: block;
  height: 55px;
  background: transparent url("public/plan-signup.png") no-repeat scroll 0 0;
}

/* line 115, ../../app/assets/stylesheets/pricing.css.scss */
.plan .plan-signup-btn:hover {
  background-position: 0 -70px;
}

/* line 118, ../../app/assets/stylesheets/pricing.css.scss */
.plans-holder {
  overflow: hidden;
  margin-bottom: 25px;
}

/* line 123, ../../app/assets/stylesheets/pricing.css.scss */
.plans-holder + p {
  text-align: center;
}

/* line 127, ../../app/assets/stylesheets/pricing.css.scss */
.current-plan {
  font-weight: 900;
}

/* ===================================================================
   Pricing FAQs
   ================================================================ */
/* line 133, ../../app/assets/stylesheets/pricing.css.scss */
#pricing-faqs {
  padding-top: 60px;
}

/* line 137, ../../app/assets/stylesheets/pricing.css.scss */
#pricing-faqs p {
  font-size: 13px;
  line-height: 1.4;
}

/* line 142, ../../app/assets/stylesheets/pricing.css.scss */
#pricing-faqs .grid_6 {
  padding-bottom: 20px;
}

/* line 146, ../../app/assets/stylesheets/pricing.css.scss */
#plan_switcher {
  height: 50px;
  padding: 10px 0;
  margin-bottom: 20px;
  padding-left: 350px;
}
/* line 152, ../../app/assets/stylesheets/pricing.css.scss */
#plan_switcher .pill {
  float: left;
  padding: 15px 28px;
  border: 1px solid #81845d;
  background: #fff;
  color: #fff !important;
  font-weight: 400;
  font-size: 14px;
  text-shadow: 0 1px 0 #7b7e56;
  background-color: #b8be84;
}
/* line 162, ../../app/assets/stylesheets/pricing.css.scss */
#plan_switcher .pill:hover, #plan_switcher .pill.active {
  text-decoration: none;
  background-color: #a4a879;
}
/* line 167, ../../app/assets/stylesheets/pricing.css.scss */
#plan_switcher .pill.left {
  border-right: none;
  border-radius: 3px 0 0 3px;
}
/* line 172, ../../app/assets/stylesheets/pricing.css.scss */
#plan_switcher .pill.right {
  border-radius: 0 3px 3px 0;
}
/* ===================================================================
   Public
   ================================================================ */
/* line 4, ../../app/assets/stylesheets/public.css.scss */
#register p {
  text-align: center;
}

/* line 5, ../../app/assets/stylesheets/public.css.scss */
.public {
  text-align: center;
  background: #fff url("public/body.jpg") repeat-x scroll 0 0 !important;
  color: #929292;
}
/* line 10, ../../app/assets/stylesheets/public.css.scss */
.public h1 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
  font-size: 34px;
  padding: 20px 0;
  color: #fff !important;
  font-weight: bold !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
/* line 19, ../../app/assets/stylesheets/public.css.scss */
.public h2 {
  font-size: 24px;
}
/* line 20, ../../app/assets/stylesheets/public.css.scss */
.public p {
  text-align: left;
  line-height: 1.4;
}
/* line 24, ../../app/assets/stylesheets/public.css.scss */
.public #main {
  background: none;
}
/* line 27, ../../app/assets/stylesheets/public.css.scss */
.public #logo, .public #primary {
  margin-top: 12px;
}
/* line 30, ../../app/assets/stylesheets/public.css.scss */
.public .popup {
  width: 820px !important;
}
/* line 33, ../../app/assets/stylesheets/public.css.scss */
.public .close {
  top: -10px !important;
  right: -10px !important;
  background-color: #fff !important;
  border-radius: 20px;
  border: 8px solid #fff;
}

/* line 43, ../../app/assets/stylesheets/public.css.scss */
.public h2,
#page-title h1,
.alternative h2 {
  font-weight: normal;
  color: #505b68;
}

/* line 50, ../../app/assets/stylesheets/public.css.scss */
.terms.alternative h2,
.alternative .privacy-view h2 {
  text-align: left;
  font-size: 18px;
  margin: 40px 0 10px 0;
  padding-bottom: 5px;
}

/* line 58, ../../app/assets/stylesheets/public.css.scss */
#teachers-saying {
  padding-bottom: 65px;
}
/* line 60, ../../app/assets/stylesheets/public.css.scss */
#teachers-saying h2 {
  padding-bottom: 25px;
}

/* line 65, ../../app/assets/stylesheets/public.css.scss */
.front {
  background: #fff;
}
/* line 68, ../../app/assets/stylesheets/public.css.scss */
.front .feature {
  padding-bottom: 25px;
}
/* line 70, ../../app/assets/stylesheets/public.css.scss */
.front .feature h2 {
  font-size: 14px;
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
  padding-bottom: 5px;
}
/* line 78, ../../app/assets/stylesheets/public.css.scss */
.front p {
  font-size: 15px;
  line-height: 1.5;
}
/* line 83, ../../app/assets/stylesheets/public.css.scss */
.front #container {
  overflow: hidden;
}
/* line 85, ../../app/assets/stylesheets/public.css.scss */
.front #page-title {
  padding: 45px 0;
  text-align: center;
}
/* line 89, ../../app/assets/stylesheets/public.css.scss */
.front #page-title h1 {
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
  font-size: 26px;
}
/* line 97, ../../app/assets/stylesheets/public.css.scss */
.front #primary ul li {
  color: #aeb482;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 106, ../../app/assets/stylesheets/public.css.scss */
.front #primary ul li:hover a {
  background: transparent;
}
/* line 110, ../../app/assets/stylesheets/public.css.scss */
.front #primary ul li a {
  color: #fff;
  font-weight: bold;
}
/* line 113, ../../app/assets/stylesheets/public.css.scss */
.front #primary ul li a:hover {
  color: #aeb482;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 126, ../../app/assets/stylesheets/public.css.scss */
.front footer {
  text-align: left;
  text-shadow: 0 1px 0 #fff;
  margin-top: 55px;
  padding: 20px 0;
  background: #f2f2f2;
  border-top: 1px #dddddd solid;
  clear: both;
  overflow: hidden;
}
/* line 136, ../../app/assets/stylesheets/public.css.scss */
.front footer ul {
  padding: 0;
  margin: 0;
  border-top: none;
}
/* line 140, ../../app/assets/stylesheets/public.css.scss */
.front footer ul li {
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1.7;
}
/* line 148, ../../app/assets/stylesheets/public.css.scss */
.front footer h4 {
  padding-bottom: 10px;
  color: #505b68;
}
/* line 152, ../../app/assets/stylesheets/public.css.scss */
.front footer a {
  color: #818181;
}
/* line 154, ../../app/assets/stylesheets/public.css.scss */
.front footer a:hover {
  text-decoration: underline;
}

/* line 162, ../../app/assets/stylesheets/public.css.scss */
.alternative h2 {
  text-align: center;
  font-size: 24px;
}

/* line 168, ../../app/assets/stylesheets/public.css.scss */
#what-to-know {
  padding: 45px 0 0 0;
}

/* line 170, ../../app/assets/stylesheets/public.css.scss */
.help #main {
  margin-bottom: 0;
}

/* line 172, ../../app/assets/stylesheets/public.css.scss */
.minor {
  display: block;
  height: 20px;
}
/* line 176, ../../app/assets/stylesheets/public.css.scss */
.minor li {
  float: left;
  list-style: none;
  padding: 0 10px;
  color: #505B68;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 187, ../../app/assets/stylesheets/public.css.scss */
.minor li a {
  color: #505B68;
  font-weight: bold;
}
/* line 190, ../../app/assets/stylesheets/public.css.scss */
.minor li a:hover {
  color: #505B68;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 199, ../../app/assets/stylesheets/public.css.scss */
.minor li a a {
  background: transparent;
}

/* line 210, ../../app/assets/stylesheets/public.css.scss */
#app-intro {
  padding: 45px 0;
  font-size: 15px;
}
/* line 214, ../../app/assets/stylesheets/public.css.scss */
#app-intro p {
  text-align: center;
}

/* line 219, ../../app/assets/stylesheets/public.css.scss */
.signup-user {
  position: relative;
  height: 290px;
  background: #f2f2f2;
  border: 1px #ddd solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 227, ../../app/assets/stylesheets/public.css.scss */
.signup-user h2 {
  font-weight: 600;
  padding: 70px 0 0;
  color: #818181;
}
/* line 232, ../../app/assets/stylesheets/public.css.scss */
.signup-user .signup-button {
  position: absolute;
  width: 300px;
  height: 80px;
  bottom: 70px;
}
/* line 237, ../../app/assets/stylesheets/public.css.scss */
.signup-user .signup-button .signup-btn, .signup-user .signup-button .student-signup-btn {
  margin: 0 auto;
}

/* line 243, ../../app/assets/stylesheets/public.css.scss */
#teachers-tab, #students-tab {
  display: none;
}
/* line 245, ../../app/assets/stylesheets/public.css.scss */
#teachers-tab .back-to, #students-tab .back-to {
  text-align: center;
  margin: 0 0 25px 0;
}

/* line 253, ../../app/assets/stylesheets/public.css.scss */
#signup-form form input, #school-details form input {
  width: 95%;
  padding: 10px;
  font-size: 16px;
}
/* line 259, ../../app/assets/stylesheets/public.css.scss */
#signup-form .field, #school-details .field {
  margin-bottom: 30px;
  position: relative;
}
/* line 264, ../../app/assets/stylesheets/public.css.scss */
#signup-form .checkbox-wrapper .message, #school-details .checkbox-wrapper .message {
  display: none;
}
/* line 268, ../../app/assets/stylesheets/public.css.scss */
#signup-form .message, #school-details .message {
  position: absolute;
  right: 12px;
  padding: 5px 10px;
  top: -12px;
  width: auto;
  text-align: center;
  color: #fff;
  background: #e84145;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 282, ../../app/assets/stylesheets/public.css.scss */
#signup-form .actions, #school-details .actions {
  margin: 0;
  padding: 0;
}

/* line 288, ../../app/assets/stylesheets/public.css.scss */
.field.no-overflow {
  overflow: hidden;
}

/* line 292, ../../app/assets/stylesheets/public.css.scss */
.checkbox-wrapper {
  padding-top: 15px;
  position: relative;
}
/* line 296, ../../app/assets/stylesheets/public.css.scss */
.checkbox-wrapper .field_with_errors:first-child {
  width: 430px;
  float: right;
}
/* line 300, ../../app/assets/stylesheets/public.css.scss */
.checkbox-wrapper input {
  float: left;
  margin-right: 5px !important;
}

/* line 308, ../../app/assets/stylesheets/public.css.scss */
#signup-form form input[type="checkbox"] {
  position: relative;
  width: auto;
  top: 2px;
}
/* line 314, ../../app/assets/stylesheets/public.css.scss */
#signup-form select {
  width: 100%;
}
/* line 318, ../../app/assets/stylesheets/public.css.scss */
#signup-form .actions input {
  border: none;
  margin: 0;
  width: 166px;
  text-indent: -9999px;
  -ms-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  display: block;
  height: 50px;
  background: transparent url("public/app-signup.png") no-repeat scroll 0 0 !important;
}
/* line 331, ../../app/assets/stylesheets/public.css.scss */
#signup-form .actions input:hover {
  background-position: 0 -70px !important;
}

/* line 339, ../../app/assets/stylesheets/public.css.scss */
body.signup .btn-signup {
  border: none;
  margin: 0;
  width: 166px;
  text-indent: -9999px;
  -ms-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  display: block;
  height: 50px;
  background: transparent url("public/app-signup.png") no-repeat scroll 0 0;
}

/* line 355, ../../app/assets/stylesheets/public.css.scss */
.btn-signup:hover {
  background-position: 0 -70px !important;
}

/* line 356, ../../app/assets/stylesheets/public.css.scss */
.btn-signup.disabled {
  background: transparent url("public/app-signup-disabled.png") no-repeat scroll 0 0 !important;
  cursor: default;
}

/* line 361, ../../app/assets/stylesheets/public.css.scss */
#school-details .actions > input {
  margin: 0;
}

/* line 363, ../../app/assets/stylesheets/public.css.scss */
.signup-btn,
.student-signup-btn {
  position: relative;
  z-index: 1;
  margin: -95px auto 0 auto;
  display: block;
  height: 75px;
  width: 248px;
}

/* line 373, ../../app/assets/stylesheets/public.css.scss */
.signup-btn {
  background: transparent url("public/signup.png") repeat scroll 0 0;
}

/* line 377, ../../app/assets/stylesheets/public.css.scss */
.student-signup-btn {
  background: transparent url("public/student_signup.png") repeat scroll 0 0;
}

/* line 381, ../../app/assets/stylesheets/public.css.scss */
.signup-btn:hover,
.student-signup-btn:hover {
  background-position: 0 -100px;
}

/* line 384, ../../app/assets/stylesheets/public.css.scss */
.signup-btn:active,
.student-signup-btn:active,
.plan .plan-signup-btn:active,
#signup-form form .actions .btn:active {
  position: relative;
  z-index: 1;
  top: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 396, ../../app/assets/stylesheets/public.css.scss */
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 402, ../../app/assets/stylesheets/public.css.scss */
#copyright p {
  font-size: 13px;
}

/* line 405, ../../app/assets/stylesheets/public.css.scss */
.team-member h3 {
  font-weight: normal;
  color: #505B68;
}
/* line 408, ../../app/assets/stylesheets/public.css.scss */
.team-member h3 span {
  display: block;
  color: #777;
  font-size: 13px;
}
/* line 414, ../../app/assets/stylesheets/public.css.scss */
.team-member .bio p {
  font-size: 13px;
}

/* line 420, ../../app/assets/stylesheets/public.css.scss */
#sonia {
  padding-top: 40px;
}
/* line 422, ../../app/assets/stylesheets/public.css.scss */
#sonia h3 {
  text-align: center;
  padding-bottom: 15px;
}

/* line 429, ../../app/assets/stylesheets/public.css.scss */
.login-screen {
  background: #505B68;
}
/* line 431, ../../app/assets/stylesheets/public.css.scss */
.login-screen footer {
  display: none;
}
/* line 435, ../../app/assets/stylesheets/public.css.scss */
.login-screen #logo {
  position: relative;
  margin: auto;
  width: 215px;
  float: none;
  display: block;
  top: 20px;
}
/* line 443, ../../app/assets/stylesheets/public.css.scss */
.login-screen #container {
  margin-top: -30px;
}
/* line 446, ../../app/assets/stylesheets/public.css.scss */
.login-screen .error, .login-screen .notice {
  text-align: center;
  width: 100%;
  display: block;
  text-shadow: none;
  padding: 0;
  margin: 0;
  color: #f44141;
  position: absolute;
  top: 16px;
  left: -10px;
}
/* line 458, ../../app/assets/stylesheets/public.css.scss */
.login-screen .notice {
  color: #5BAB55;
}
/* line 461, ../../app/assets/stylesheets/public.css.scss */
.login-screen .login {
  top: 15px;
  float: none;
  display: block;
  margin: auto;
  width: 320px !important;
}
/* line 467, ../../app/assets/stylesheets/public.css.scss */
.login-screen .login ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}
/* line 472, ../../app/assets/stylesheets/public.css.scss */
.login-screen .login form {
  border-top: 1px #5f6c7b solid;
  border-bottom: 1px #414a55 solid;
  margin-bottom: 0;
  padding-bottom: 15px;
  overflow: hidden;
}
/* line 479, ../../app/assets/stylesheets/public.css.scss */
.login-screen .login label {
  width: 100%;
  display: block;
  padding-top: 0;
  line-height: 28px;
}
/* line 485, ../../app/assets/stylesheets/public.css.scss */
.login-screen .login input {
  border: 1px rgba(0, 0, 0, 0.75) solid;
  color: #777;
  width: 309px;
  padding: 7px 5px;
}
/* line 491, ../../app/assets/stylesheets/public.css.scss */
.login-screen .login .remember-me {
  overflow: hidden;
}
/* line 493, ../../app/assets/stylesheets/public.css.scss */
.login-screen .login .remember-me label {
  line-height: normal;
  display: inline;
  float: left;
  width: auto;
}
/* line 500, ../../app/assets/stylesheets/public.css.scss */
.login-screen .login #remember_me {
  float: left;
  padding: 0;
  width: auto;
  margin-left: 10px;
}
/* line 506, ../../app/assets/stylesheets/public.css.scss */
.login-screen .login .actions > input {
  margin-left: 0;
  width: 80px;
  float: right;
}
/* line 511, ../../app/assets/stylesheets/public.css.scss */
.login-screen .login .actions {
  padding-top: 0;
}

/* line 517, ../../app/assets/stylesheets/public.css.scss */
.login,
.login h1 {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* line 523, ../../app/assets/stylesheets/public.css.scss */
#forgot-password {
  border-top: 1px #5f6c7b solid;
}
/* line 525, ../../app/assets/stylesheets/public.css.scss */
#forgot-password p {
  margin: 10px 0;
  text-align: right;
}
/* line 529, ../../app/assets/stylesheets/public.css.scss */
#forgot-password a {
  color: #9da7b4;
}
/* line 531, ../../app/assets/stylesheets/public.css.scss */
#forgot-password a:hover {
  color: #b0b9c2;
  text-decoration: none;
}

/* line 538, ../../app/assets/stylesheets/public.css.scss */
.change-pw {
  font-style: italic;
  font-size: 11px;
  color: #999;
}
/* line 5, ../../app/assets/stylesheets/schools.css.scss */
.term-dates select {
  width: 30%;
}
/* line 8, ../../app/assets/stylesheets/schools.css.scss */
.term-dates select[id$="_3i"] {
  width: 15%;
}
/* ===================================================================
   Settings/Account
   ================================================================ */
/* line 5, ../../app/assets/stylesheets/settings.css.scss */
.settings-tabs {
  list-style: none;
  padding: 0 0 25px 0;
  overflow: hidden;
  text-align: center;
  border-bottom: 3px #dfdfdf solid;
}
/* line 11, ../../app/assets/stylesheets/settings.css.scss */
.settings-tabs li {
  display: inline-block;
  padding: 0 15px;
}
/* line 14, ../../app/assets/stylesheets/settings.css.scss */
.settings-tabs li a {
  padding: 0;
  display: block;
  color: #aaa;
}
/* line 18, ../../app/assets/stylesheets/settings.css.scss */
.settings-tabs li a:hover, .settings-tabs li a.active {
  text-decoration: none;
  color: #666;
}

/* line 28, ../../app/assets/stylesheets/settings.css.scss */
.tab h3 {
  font-size: 20px;
  padding: 20px 0 30px 0;
}

/* line 34, ../../app/assets/stylesheets/settings.css.scss */
.notification-list {
  overflow: hidden;
  padding: 0 0 20px 0;
  margin: 0;
  list-style: none;
}
/* line 40, ../../app/assets/stylesheets/settings.css.scss */
.notification-list li label {
  width: auto;
  float: none;
}

/* line 47, ../../app/assets/stylesheets/settings.css.scss */
.list li.admin_user a {
  background: transparent url("admin_user.png") no-repeat scroll 95% center;
}

/* line 53, ../../app/assets/stylesheets/settings.css.scss */
.settings.teachers form h3 {
  margin-bottom: 10px;
}
/* line 56, ../../app/assets/stylesheets/settings.css.scss */
.settings.teachers form ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  list-style: none;
}
/* line 64, ../../app/assets/stylesheets/settings.css.scss */
.settings.teachers form ul li.field {
  width: 375px;
  height: 20px;
  border-bottom: 1px solid #CCC;
}
/* line 69, ../../app/assets/stylesheets/settings.css.scss */
.settings.teachers form ul li.field label {
  width: 350px;
  padding-top: 0;
  padding-left: 8px;
}
/* line 74, ../../app/assets/stylesheets/settings.css.scss */
.settings.teachers form ul li.field input {
  width: 12px;
  float: left;
}

/* line 85, ../../app/assets/stylesheets/settings.css.scss */
#bulk_delete_form {
  position: relative;
  float: left;
  top: -28px;
  left: 130px;
  overflow: hidden;
}

/* line 93, ../../app/assets/stylesheets/settings.css.scss */
.progress {
  width: 370px;
  padding: 3px;
  border: 1px solid #ccc;
}
/* line 98, ../../app/assets/stylesheets/settings.css.scss */
.progress div {
  height: 10px;
  background: #505b68;
}
/* line 5, ../../app/assets/stylesheets/students.css.scss */
.no-content {
  padding-top: 50px;
  text-align: center;
}

/* line 12, ../../app/assets/stylesheets/students.css.scss */
.students .list li {
  width: 385px;
}

/* line 19, ../../app/assets/stylesheets/students.css.scss */
#select-all-students label {
  width: auto;
  padding: 2px 13px 0 0;
}

/* line 25, ../../app/assets/stylesheets/students.css.scss */
.buttons {
  clear: both;
}

/* line 29, ../../app/assets/stylesheets/students.css.scss */
#new_student {
  width: 640px;
}
/* line 31, ../../app/assets/stylesheets/students.css.scss */
#new_student label {
  float: none !important;
}

/* line 36, ../../app/assets/stylesheets/students.css.scss */
.search-modal-wrapper {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 40, ../../app/assets/stylesheets/students.css.scss */
.search-modal-wrapper .student_search {
  width: 73%;
  float: left;
  padding: 10px;
  font-size: 14px;
}
/* line 46, ../../app/assets/stylesheets/students.css.scss */
.search-modal-wrapper input[type="submit"] {
  height: 40px !important;
  float: right;
  position: relative;
}

/* line 53, ../../app/assets/stylesheets/students.css.scss */
.clear-search {
  background: url("jquery-ui/ui-icons_808080_256x240.png");
  height: 20px;
  width: 20px;
  background-position: -30px 51px;
  top: 85px;
  position: absolute;
  left: 69%;
  display: block;
  text-indent: -999999px;
  float: left;
}

/* line 66, ../../app/assets/stylesheets/students.css.scss */
.no-wysiwyg {
  width: 630px;
  height: 200px;
}

/* line 72, ../../app/assets/stylesheets/students.css.scss */
.student label {
  width: 160px;
}
/* line 75, ../../app/assets/stylesheets/students.css.scss */
.student.name.field {
  margin-bottom: 12px;
  width: 200px;
  overflow: hidden;
}
/* line 81, ../../app/assets/stylesheets/students.css.scss */
.student.name.field input {
  position: relative;
  top: 4px;
  float: right;
}
/* line 86, ../../app/assets/stylesheets/students.css.scss */
.student.name.field label {
  width: 160px;
  float: left;
}

/* line 99, ../../app/assets/stylesheets/students.css.scss */
.select_students label {
  width: 60px;
  padding-top: 2px;
  /*left: -20px;
  position: relative;*/
}

/* line 108, ../../app/assets/stylesheets/students.css.scss */
.student_column label {
  padding: 5px;
  line-height: 10px;
}
/* line 113, ../../app/assets/stylesheets/students.css.scss */
.student_column.name.field {
  margin-bottom: 12px;
  width: 200px;
}
/* line 118, ../../app/assets/stylesheets/students.css.scss */
.student_column.name.field input {
  position: relative;
  top: 4px;
  float: right;
}
/* line 123, ../../app/assets/stylesheets/students.css.scss */
.student_column.name.field label {
  width: 160px;
  float: left;
}
/* line 129, ../../app/assets/stylesheets/students.css.scss */
.student_column li {
  height: 20px;
  width: 85%;
  margin-right: 15%;
  overflow: hidden;
  float: left;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
/* line 138, ../../app/assets/stylesheets/students.css.scss */
.student_column input[type="checkbox"] {
  float: right;
  left: -5px;
  top: 0;
}

/* line 145, ../../app/assets/stylesheets/students.css.scss */
.delete-checkbox {
  float: left;
  position: relative;
  top: 10px;
}

/* line 151, ../../app/assets/stylesheets/students.css.scss */
.found {
  margin-top: 10px;
  position: relative;
  display: block;
}

/* line 157, ../../app/assets/stylesheets/students.css.scss */
.student-order-toggles {
  overflow: hidden;
  width: auto;
  height: 30px;
  display: block;
  padding-top: 15px;
  float: right;
  margin: 0;
  padding: 9px 0;
}
/* line 166, ../../app/assets/stylesheets/students.css.scss */
.student-order-toggles li {
  float: left;
  list-style: none;
}
/* line 170, ../../app/assets/stylesheets/students.css.scss */
.student-order-toggles a {
  padding: 5px 10px;
  border: 2px solid #505b68;
  text-shadow: none;
}
/* line 175, ../../app/assets/stylesheets/students.css.scss */
.student-order-toggles a:hover {
  text-decoration: none;
}
/* line 179, ../../app/assets/stylesheets/students.css.scss */
.student-order-toggles a.active {
  color: #ffffff;
  background: #505b68;
}
/* line 184, ../../app/assets/stylesheets/students.css.scss */
.student-order-toggles .firstname-first {
  border-right: none;
}
/* line 5, ../../app/assets/stylesheets/subjects.css.scss */
.accordion {
  margin: 0;
}
/* line 7, ../../app/assets/stylesheets/subjects.css.scss */
.accordion dt, .accordion dd {
  padding: 10px;
  border: 1px solid black;
  border-bottom: 0;
}
/* line 11, ../../app/assets/stylesheets/subjects.css.scss */
.accordion dt:last-of-type, .accordion dd:last-of-type {
  border-bottom: 1px solid black;
}
/* line 14, ../../app/assets/stylesheets/subjects.css.scss */
.accordion dt a, .accordion dd a {
  display: block;
  color: black;
  font-weight: bold;
}
/* line 20, ../../app/assets/stylesheets/subjects.css.scss */
.accordion dd {
  border-top: 0;
  font-size: 12px;
}
/* line 23, ../../app/assets/stylesheets/subjects.css.scss */
.accordion dd:last-of-type {
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}

/* line 30, ../../app/assets/stylesheets/subjects.css.scss */
a {
  text-decoration: none;
}

/* line 38, ../../app/assets/stylesheets/subjects.css.scss */
ul.ui-autocomplete {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #999;
  cursor: default;
}
/* line 45, ../../app/assets/stylesheets/subjects.css.scss */
ul.ui-autocomplete li {
  background-color: #FFF;
  border-top: solid 1px #DDD;
  margin: 0;
  padding: 0;
}
/* line 50, ../../app/assets/stylesheets/subjects.css.scss */
ul.ui-autocomplete li a {
  color: #000;
  display: block;
  padding: 3px;
}
/* line 55, ../../app/assets/stylesheets/subjects.css.scss */
ul.ui-autocomplete li a.ui-state-hover, ul.ui-autocomplete li a.ui-state-active {
  background-color: #FFFCB2;
}

/* line 61, ../../app/assets/stylesheets/subjects.css.scss */
#new-subject-form {
  display: none;
}

/* line 66, ../../app/assets/stylesheets/subjects.css.scss */
.subjects .tertiary-heading {
  padding: 0 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e0e2;
}
/* line 71, ../../app/assets/stylesheets/subjects.css.scss */
.subjects .tertiary-heading h2 {
  width: 190px;
  float: left;
  margin: 0px 0 10px 0;
}

/* line 79, ../../app/assets/stylesheets/subjects.css.scss */
.tertiary-heading {
  padding: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e0e2;
}
/* line 84, ../../app/assets/stylesheets/subjects.css.scss */
.tertiary-heading .actions {
  width: auto;
  float: right;
  padding-top: 0;
}

/* line 94, ../../app/assets/stylesheets/subjects.css.scss */
.subjects .modify:hover .tooltip {
  opacity: 1;
}
/* ===================================================================
   Teachers
   ================================================================ */
/* line 5, ../../app/assets/stylesheets/teachers.css.scss */
#current-teacher-plan > .inner, #help-contents {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px #ccc solid !important;
}

/* line 12, ../../app/assets/stylesheets/teachers.css.scss */
.teachers-slider-explanation {
  font-weight: 900;
}
/* line 14, ../../app/assets/stylesheets/teachers.css.scss */
.teachers-slider-explanation span {
  float: right;
}

/* line 19, ../../app/assets/stylesheets/teachers.css.scss */
#teachers-counter {
  height: 10px;
  width: 100%;
  border: 1px solid #ccc;
}
/* line 24, ../../app/assets/stylesheets/teachers.css.scss */
#teachers-counter div {
  height: 10px;
  position: absolute;
  background: #505B68;
}

/* line 31, ../../app/assets/stylesheets/teachers.css.scss */
.teacher-limit {
  color: #AEB482;
}

/* line 35, ../../app/assets/stylesheets/teachers.css.scss */
.alternative.teachers .notice {
  font-weight: bold;
  color: #5BAB55;
  padding: 10px 0;
  text-shadow: none;
  top: 85px;
  margin: 0 auto;
  left: 540px;
}

/* line 45, ../../app/assets/stylesheets/teachers.css.scss */
.card {
  text-align: center;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* line 51, ../../app/assets/stylesheets/teachers.css.scss */
.card li {
  padding: 5px 0;
  list-style: none;
}

/* line 58, ../../app/assets/stylesheets/teachers.css.scss */
#google-signup a {
  display: block;
  margin: 0 auto;
  width: 197px;
  height: 42px;
  border: none;
  text-align: center;
  text-indent: -99999px;
  box-shadow: none;
  padding: 0;
  background: url("Red-signin_Long_base_32dp.png") no-repeat scroll 50% 50% transparent;
  background-size: 197px;
}
/* line 72, ../../app/assets/stylesheets/teachers.css.scss */
#google-signup a:hover {
  background: url("Red-signin_Long_hover_32dp.png") no-repeat scroll 50% 50% transparent;
  background-size: 197px;
}
/* line 77, ../../app/assets/stylesheets/teachers.css.scss */
#google-signup a:active, #google-signup a:focus {
  background: url("Red-signin_Long_press_32dp.png") no-repeat scroll 50% 50% transparent;
  background-size: 197px;
  outline: none;
}
/* line 84, ../../app/assets/stylesheets/teachers.css.scss */
#google-signup.login {
  top: 0px;
  position: relative;
  border-bottom: 1px #414a55 solid;
  margin-top: 85px;
}
/* line 90, ../../app/assets/stylesheets/teachers.css.scss */
#google-signup.login a {
  margin-bottom: 20px;
}
/* line 2, ../../app/assets/stylesheets/whats_new.css.scss */
.timeline .update-type {
  width: 30px;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  float: left;
}
/* line 13, ../../app/assets/stylesheets/whats_new.css.scss */
.timeline ul {
  margin-left: 0;
  padding: 0;
}
/* line 17, ../../app/assets/stylesheets/whats_new.css.scss */
.timeline li {
  list-style: none;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
/* line 22, ../../app/assets/stylesheets/whats_new.css.scss */
.timeline li h6 {
  color: #111;
  font-size: 14px;
  padding: 3px 8px;
  padding-left: 15px;
  float: left;
  width: 850px;
  font-weight: 400;
}
/* line 32, ../../app/assets/stylesheets/whats_new.css.scss */
.timeline .new {
  background: #63BD38;
}
/* line 35, ../../app/assets/stylesheets/whats_new.css.scss */
.timeline .fix {
  background: #07a2dd;
}
/* application.css
* My Focusbook
*
* Created by Anthony Mazzei & Daniel Nitsikopoulos
* Copyright © My Focusbook 2013. All rights reserved.



   ================================================== */


body,
html {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  text-shadow: none;
  width:100%;
  float:left;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

h4 {
  font-size: 19px;
  padding-bottom: 12px;
}

p:empty {
  display: none;
}

.btn {
  background-image: none;
  background: #afafaf;
  text-shadow: none;
  color: #fff;
  height: 35px !important;
  border: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 10px 15px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  background-image: none;
  text-shadow: none !important;
  text-transform: uppercase;
  font-size: 12px;
}

.btn:hover {
  text-decoration: none;
  background: #cfcfcf;
}

.btn.success {
  background: #5fb85f;
}

.btn.success:hover {
  background: #68cb68;
}

.btn.danger {
  background: #e24448;
}

.btn.danger:hover {
  background: #ff5b5f;
}

.btn.primary {
  background-color: #049cdb;
  color: #fff;
}

.btn.primary:hover {
  background: #07b3fa;
}

#new_group .actions{
  width: 100%;
  float: left;
}

#new_group  .actions a,
#new_group  .actions input{
  float: right;
}

#new_group  .actions a{
  display: block;
  height: 15px !important;
  overflow: hidden;
  width: 92px;
  margin-left: 10px;
}

.select_all_students {
  top: 0px;
  position: relative;
}

.text-right{
  text-align: right;
}

.form-heading {
  padding-bottom: 10px;
}

#user-meta {
  position: relative;
  text-align: right;
  display: block;
  top: 5px;
  color: #ababab;
}

#main {
  background: #505b68;
  nowhitespace: afterproperty;
  padding: 0 0;
  /*margin-bottom: 40px;*/
  /*overflow: hidden;*/
}

#logo {
  top: 11px;
}

.login-screen .public-nav {
  display: none;
}

.nomargin {
  margin: 0 !important;
}

#logo a {
  height: 50px;
  width: 210px;
  display: block;
  background: url('/assets/myfocusbook.png');
  background-width: 210px;
  text-indent: -99999px;
  font-direction: ltr;
}

#logo img {
  position: absolute;
  left: 0;
  width: 215px;
}

#page {
  padding: 50px 0 200px 0;
  overflow: hidden;
}

#page-heading {
  overflow: hidden;
  width: 100%;
  background: #f4f4f4;
  padding: 38px 0;
}

#page-heading h1 {
    color: #525b67;
    font-weight: 100;
    line-height: 1;
}

#page-heading h1 span {
  font-size: 19px;
}

#page-heading h1 span .modify {
  float: none;
  margin: 0;
  top: 5px;
  height: 20px;
  padding: 0;
}

#page-heading .actions {
  padding-top: 0;
}

#page-heading h1 span .modify a {

}

.major-heading, .notes > li {
  background: #92A5BC;
}

.btn-container {
  float: right;
}

.btn-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn-container ul li {
  float: left;
  padding-left: 20px;
}

.minor-heading {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #dfdfdf solid;
}

.minor-heading h1, .minor-heading h2 {
  display: inline;
}

.minor-heading h3 {
  margin-bottom: 10px;
}

.minor-heading form {
  padding: 0;
  margin: 0;
}

.minor-heading p {
  margin: 0;
}

.list {
  list-style: none;
  padding: 0;
  font-size: 16px;
  margin-bottom: 0;
}

.list li:first-child {
  border-top: none;
}

.list li {
  border-bottom: 1px #d6d6d6 solid;
}

.list li.suspended_user a {
  color: #ccc;
  background: transparent url('suspended_user.png') no-repeat scroll 95% center;
}

.list li.suspended_user a:hover {
  background: #e7e7e7 url('suspended_user.png') no-repeat scroll 95% center;
}

.list li.admin_user a {
  background: transparent url('admin_user.png') no-repeat scroll 95% center;
}

.list li.admin_user a:hover {
  background: #e7e7e7 url('admin_user.png') no-repeat scroll 95% center;
}

.list li a {
  color: #868686;
  padding: 10px 0 10px 15px;
  display: block;
}

.list li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

.list .list-heading {
  text-indent: 15px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

.list .suspended a {
  color: #ccc;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* ===================================================================
        Light Boxes
   ================================================================ */

#add-students,
#new-group,
#bulk-students,
#add-school,
#tour, #tourList,
body.has-js .new-note-form,
#forgot-password-modal,
#tab-password,
#tab-notes,
#tab-school,
#tab-term,
#tab-privilages,
#tab-notifications,
#tab-account-history,
#tab-view-uploads,
#tab-billing-details {
  display: none;
}

/* ===================================================================
   Global classes
   ================================================================ */

.radius_5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.add {
  color: #71a35e !important;
}

.margin {
  margin-bottom: 25px !important;
}

.alignright {
  text-align: right;
}

.alert {
  font-weight: 400;
  width: 100%;
  display: block;
  text-indent: 10px;
  color: #ca3737;
}

.actions {
  padding-top: 20px;
}

.actions > input {
  /*margin-left: 130px;*/
}

.field {
  margin-bottom: 20px;
}

input,
textarea {

}

input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.icon {
  background: transparent url('icons.png') no-repeat scroll 0 0;
  text-indent: -999999px;
}

.icon.edit {
  background-position: 0 0 !important;
  width: 19px;
  height: 19px;
}

.icon.edit:hover {
  background-position: 0 -29px !important;
}

.icon.delete {
  background-position: -36px 0 !important;
  width: 15px;
  height: 20px;
}

.icon.delete:hover {
  background-position: -36px -29px !important;
}

.download_form {
  float: left;
  margin-left: 10px;
}

.icon.download {
  background-position: -58px 0 !important;
  width: 15px;
  height: 20px;
  border: none;
  box-shadow: none;
}

.icon.download:hover {
  background-position: -58px -29px !important;
}

.modify {
  font-size: 10px;
  float: right;
  margin: -25px -70px 0 0;
  position: relative;
}

.groups .modify.left {
  font-size: 10px;
  float: left;
  width: 32px;
  position: relative;
  height: 32px;
  display: inline-block;
  top: 30px;
  padding-right: 25px;
  left: -9px;
}

.modify.left {
  font-size: 10px;
  margin: -10px;
  float: left;
  width: 32px;
  position: relative;
  height: 32px;
  display: inline-block;
  top: 15px;
  padding-right: 20px;
}

.modify a {
  float: left;
  padding: 0 !important;
  margin: 0 0 0 10px;
}

/* ===================================================================
   Flash messages
   ================================================================ */

.notice,
.error {
  position: relative;
  width: 100%;
  display: block;
  display: none;
  padding: 15px;
}

.notice {
  font-weight: bold;
  color: #5BAB55;
  text-shadow: none;
  overflow: hidden;
  float: left;
  margin: 0;
}

.error {
  color: #ca3737;
}

.public.front .notice{
  top:0;
}

#error_explanation,
.field_with_errors label {
  color: #d14646;
}

#error_explanation {
  padding-bottom: 20px;
}

#error_explanation h2 {
  font-size: 14px;
}

#error_explanation ul {
  padding: 0 0 0 20px;
  line-height: 1.6;
}

#error_explanation ul li {;
}

.field_with_errors input,
.field_with_errors input:focus {
  border: 1px #d14646 solid;
}

.field_with_errors .message {
  float: right;
}

/* ===================================================================
   Footer
   ================================================================ */

footer ul {
  border-top: 1px #D6D6D6 solid;
  list-style: none;
  padding: 10px 0 0 0;
}

footer ul li {
  float: left;
  border-right: 1px #D6D6D6 solid;
  border-left: 1px #fff solid;
  padding: 0 15px;
}

footer ul .ideas {;
}

footer ul .ideas a {
  background: #505b68;
  color: #fff;
  text-shadow: none;
  padding: 3px 10px;
  margin-left: -10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

footer ul .ideas a:hover {
  background: #667485;
  text-decoration: none;
}

footer ul li:first-child {
  border-left: 0;
}

footer ul li:last-child {
  border-right: 0;
}

.tos {
  display: inline !important;
  width: auto;
  position: absolute;
  left: 25px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #logo a {
    background: transparent url('/assets/myfocusbook_@2x.png') 0 0;
    background-size: 210px;
  };
}
