@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.min.css";
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition: border linear .2s, box-shadow linear .2s;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -o-transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu: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: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -o-transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -o-transition: opacity .3s linear, top .3s ease-out;
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -o-transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
[class^="icon-"],
[class*=" icon-"] {
  vertical-align: baseline;
}
.btn-large {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
}
.red-text {
  color: #FF3D44 !important;
}
.green-text {
  color: #51a351;
}
.green-background {
  background-color: #51a35125 !important;
  color: #007300 !important;
  font-weight: 600 !important;
}
.yellow-background {
  background-color: #ffff0025 !important;
  color: #737300 !important;
  font-weight: 600 !important;
}
.red-background {
  background-color: #cc000025 !important;
  color: #730000 !important;
  font-weight: 600 !important;
}
.grey-text {
  color: #666;
}
.seen-text {
  color: #646464;
  font-weight: 200;
}
.rejected-offer-text {
  color: rgba(180, 0, 0, 0.7);
  font-weight: 200;
}
.orange-text {
  color: #faa42b;
}
.white-text {
  color: #FFFFFF;
}
.icon-spacer {
  margin-right: 0.4em;
}
.icon-left-spacer {
  margin-left: 0.4em;
}
.content-divider {
  height: 20px;
  border-top: 1px solid #e1e1e8;
}
.hidden {
  display: none;
}
.center {
  float: none;
  margin: 0 auto;
}
.big_input {
  display: block;
  margin-bottom: 0.6em;
  height: 2em;
  text-indent: 0.5em;
}
.fl {
  float: left;
}
.no-float {
  float: none;
}
.no-border {
  border: 0px !important;
}
.modal-terms__c {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fade-in 1s ease;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.modal-terms__c .modal-terms {
  background-color: #f5f5f5;
  width: 70vw;
  max-width: 800px;
  border-radius: 8px;
}
.modal-terms__c .modal-terms p,
.modal-terms__c .modal-terms li {
  font-size: 16px;
}
.modal-terms__c .modal-terms .modal-terms__header {
  padding: 1rem 1rem 0 1rem;
  text-align: center;
}
.modal-terms__c .modal-terms .modal-terms__content {
  padding: 0 2rem;
  overflow-y: auto;
  max-height: 40vh;
}
.modal-terms__c .modal-terms .modal-terms__footer {
  margin: 1rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 568px) {
  .modal-terms {
    width: 90vw !important;
  }
  .modal-terms .modal-terms__content {
    max-height: 60vh !important;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.staging-warning {
  width: 100%;
  z-index: 999;
  position: fixed;
  font-weight: 700;
  text-align: center;
}
#user_pass_verification {
  display: none;
  color: red;
}
.red {
  background: rgba(255, 0, 0, 0.5);
}
.yellow {
  background: rgba(255, 255, 0, 0.5);
}
.no-bg {
  background: transparent;
}
.link {
  cursor: pointer !important;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt1e {
  margin-top: 1em;
}
.mt2e {
  margin-top: 2em;
}
.mt3e {
  margin-top: 3em;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl60 {
  padding-left: 60px;
}
.pl80 {
  padding-left: 80px;
}
.pl100 {
  padding-left: 100px;
}
.no-gutter {
  margin-left: 0px;
}
.no-margins {
  margin: 0px;
}
.width5 {
  width: 5%;
}
.width90 {
  width: 90%;
}
.width100 {
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.stronger {
  font-weight: bolder;
}
.thin {
  font-weight: 100;
}
.regular {
  font-weight: 400;
}
.smaller {
  font-size: 0.7em;
}
.bigger {
  font-size: 1.3em;
}
.huge {
  font-size: 2em;
}
.line-height1 {
  line-height: 1em;
}
.letter-space {
  letter-spacing: 1px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0px;
  left: 0px;
}
.offer-header {
  height: 70px;
}
.dark-grey {
  color: #666;
}
hr {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
input.input40,
.input_40 {
  padding-left: 13px;
  height: 40px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lh40 {
  line-height: 40px;
}
select.input40 {
  height: 40px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-actions.no-style {
  background: white;
  border: none;
  padding: 0px;
}
.nowrap {
  white-space: nowrap;
}
.fake_file_input input[type=text] {
  background: white;
  height: 25px;
  font-size: 14px;
  cursor: default;
}
.fake_file_input input[type=file] {
  line-height: normal;
  height: 1.2em;
  float: left;
  display: none;
}
.fake_file_input label {
  font-weight: normal;
  font-size: 12px;
  color: #999;
  margin-top: 0.4em;
  margin-bottom: 0;
}
.fake_file_input button {
  border-radius: 0 !important;
  width: 220px;
  height: 25px;
  font-size: 14px;
  padding: 0;
}
i.icon-radio-empty {
  border: 0.13em solid #666;
  height: 0.6em;
  width: 0.6em;
  display: inline-block;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  vertical-align: -1px;
}
i.icon-radio {
  border: 0.13em solid #51a351;
  height: 0.6em;
  width: 0.6em;
  display: inline-block;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  vertical-align: -1px;
  background: #51a351;
}
.hero-unit h1.stronger {
  font-weight: 800;
}
/*  STICKY FOOTER  */
html,
body {
  height: 100%;
}
html .btn,
body .btn {
  outline: none !important;
}
html .content_wrapper,
body .content_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -175px;
}
html .content_wrapper .spacer,
body .content_wrapper .spacer {
  height: 60px;
}
html .content_wrapper .push,
body .content_wrapper .push {
  height: 175px;
}
.nav-tabs.abc li a {
  padding-right: 8px;
  padding-left: 8px;
}
th.text-center {
  text-align: center;
}
.tab-content table.active {
  display: table;
}
html * {
  font-family: "proxima-nova-alt";
}
.nav > .active > a > [class^="icon-"] {
  background-image: none;
}
.list-menu-style .dropdown-menu li a,
.list-menu-style .dropdown-menu li button {
  color: #666;
  background: #fff;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.list-menu-style .dropdown-menu li a:hover,
.list-menu-style .dropdown-menu li button:hover {
  background: #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
}
body .nav.main {
  margin-left: 20px;
}
body .nav.main .dropdown-menu li a,
body .nav.main .dropdown-menu li button {
  color: #666;
  background: #fff;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
body .nav.main .dropdown-menu li a:hover,
body .nav.main .dropdown-menu li button:hover {
  background: #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
}
body .nav.main .dropdown-submenu:hover > a,
body .nav.main .dropdown-subsubmenu:hover > a {
  background: #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
}
body .nav.main .dropdown-submenu:hover > a:after,
body .nav.main .dropdown-subsubmenu:hover > a:after {
  display: none;
}
body .nav.main .dropdown-menu .dropdown-menu li a,
body .nav.main .dropdown-menu .dropdown-menu li button {
  color: #666;
  background: #fff;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
body .nav.main .dropdown-menu .dropdown-menu li a:hover,
body .nav.main .dropdown-menu .dropdown-menu li button:hover {
  background: #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
}
body .nav.main .dropdown-menu li.nav-header {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.9em;
  line-height: 1.2em;
  text-transform: uppercase;
}
body .nav.main li.logo {
  opacity: .3;
}
body .nav.main i.icon-chevron-right {
  opacity: .25;
  position: absolute;
  right: 10px;
  top: 30%;
}
body .nav.main a.brand + ul.dropdown-menu {
  left: -20px;
}
body .nav.main a.brand + ul.dropdown-menu > li > a {
  padding: 8px 14px;
  padding-right: 40px;
}
body .nav.main a.brand + ul.dropdown-menu > li > a:after {
  border: none;
}
body .nav.main .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
body .nav.main li.dropdown-submenu ul.dropdown-menu {
  margin-left: -5px;
}
body .nav.main li.dropdown-subsubmenu {
  position: relative;
}
body .nav.main li.dropdown-subsubmenu .dropdown-menu {
  display: none;
  top: 0%;
  left: 100%;
  margin-top: -6px;
}
body .nav.main li.dropdown-subsubmenu:hover .dropdown-menu {
  display: block;
}
body a.logo {
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 47.7%;
  opacity: .3;
}
body .navbar .container {
  position: relative;
}
body .navbar .container a.brand {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  line-height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body .navbar .pull-right .dropdown-menu li a,
body .navbar .pull-right .dropdown-menu li button {
  color: #666;
  background: #fff;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
body .navbar .pull-right .dropdown-menu li a:hover,
body .navbar .pull-right .dropdown-menu li button:hover {
  background: #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
}
body .navbar .pull-right a.dropdown-toggle,
body .navbar .pull-right > li > a {
  font-weight: 600;
  line-height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body .navbar .pull-right a.dropdown-toggle img,
body .navbar .pull-right > li > a img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: -10px;
  border: 2px solid white;
  -webkit-box-shadow: 0px 1px 3px #cccccc;
  -moz-box-shadow: 0px 1px 3px #cccccc;
  box-shadow: 0px 1px 3px #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .navbar .pull-right form {
  margin: 0px;
  width: 100%;
}
body .navbar .pull-right form button {
  background: none;
  border: none;
  cursor: pointer;
  outline: 0;
  display: block;
  width: 100%;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}
body .navbar .pull-right ul.dropdown-menu li.avatar {
  padding-top: 1em;
  padding-bottom: 1em;
}
body .navbar .pull-right ul.dropdown-menu img {
  width: 70%;
}
body .subnav {
  z-index: 1020;
  position: fixed;
  width: 100%;
  top: 60px;
}
body .subnav ul {
  background: #f3f3f3;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #e9e9e9;
  padding-left: 12px;
  display: block;
  text-align: center;
}
body .subnav ul li {
  float: none;
}
body .subnav ul li a.list-link {
  text-shadow: none;
  color: #999;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  font-weight: 600;
}
body .subnav ul li a.list-link:hover {
  color: #666;
  background: #f9f9f9;
}
body .subnav ul li.active a {
  background: white;
  color: #333;
}
body .subnav.notice ul {
  margin-bottom: 0px;
}
body .subnav.notice ul li {
  font-weight: 600;
  color: #999;
  width: 100%;
  text-align: center;
}
body .subnav.notice ul li em {
  color: #666;
  letter-spacing: 0px;
  font-style: normal;
}
body .subnav.notice ul li a.btn {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 10px;
  font-weight: 400;
}
body .subnav.info ul {
  background: #d9edf7;
  color: #3a87b1;
  border-color: #bce8f1;
}
body .subnav.info ul li {
  padding-right: 1.5em;
}
body .subnav.info ul li:last-child {
  padding-right: 0;
}
body .subnav.edit_nav {
  top: 97px;
  z-index: 1019;
  text-align: center;
}
body .subnav.edit_nav ul.breadcrumb {
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
  display: block;
}
body .subnav + .container.candidaturas {
  padding-top: 30px;
}
body .container.alerts {
  width: 80%;
  position: fixed;
  left: 50%;
  margin-left: -40%;
  margin-top: 52px;
  padding-top: 7px;
  z-index: 1025;
  cursor: pointer;
  text-align: center;
}
body .container.alerts .alert {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 16px;
}
body .container.alerts .alert i {
  display: none;
}
body .container.alerts .alert span {
  display: inline-block;
  margin-top: -1.5em;
}
body .container.alerts .alert .close {
  top: 0px;
}
body .container.alerts .alert button {
  display: none;
}
body .container.alerts .alert.confirm button {
  display: inline-block;
  margin-left: 0.5em;
}
body .hero-unit {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  background: transparent;
}
body .hero-unit p {
  color: #666;
  margin-top: 10px;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.5em;
}
body > footer {
  height: 174px;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.5);
  text-align: left;
  float: none;
  margin: 0 auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px 0px inset;
  background: #f6f6f6;
}
body > footer .span12 {
  padding-top: 40px;
}
body > footer .span12 img {
  opacity: .2;
}
body > footer .span12 p {
  margin-bottom: 1em;
}
body .datepicker[readonly] {
  background: white;
  cursor: text;
  color: #666 !important;
}
body .datepicker.readonly {
  color: #999 !important;
}
.container.index .changepassword {
  display: none;
}
.container.index .login,
.container.index .changepassword,
.container.index .register {
  padding: 0px;
}
.container.index .login h1,
.container.index .changepassword h1,
.container.index .register h1 {
  text-align: center;
  margin-top: 1em;
  font-weight: 900;
}
.container.index .login h2,
.container.index .changepassword h2,
.container.index .register h2 {
  text-align: center;
  margin-bottom: 2em;
  font-weight: 400;
  color: #666;
}
.container.index .login footer,
.container.index .changepassword footer,
.container.index .register footer {
  text-align: center;
}
.container.index .login footer p,
.container.index .changepassword footer p,
.container.index .register footer p {
  margin-top: 0.5em;
  color: #999;
}
.container.index .login footer p a,
.container.index .changepassword footer p a,
.container.index .register footer p a {
  font-weight: bold;
}
.container.index .login form,
.container.index .changepassword form,
.container.index .register form {
  margin-top: 4.1em;
}
.container.index .login form label,
.container.index .changepassword form label,
.container.index .register form label {
  font-weight: bold;
}
.container.index .login form label a,
.container.index .changepassword form label a,
.container.index .register form label a {
  cursor: pointer;
}
.container.index .login form input[type=text],
.container.index .changepassword form input[type=text],
.container.index .register form input[type=text],
.container.index .login form input[type=password],
.container.index .changepassword form input[type=password],
.container.index .register form input[type=password],
.container.index .login form input[type=email],
.container.index .changepassword form input[type=email],
.container.index .register form input[type=email] {
  display: block;
  margin-bottom: 0.6em;
  height: 2em;
  text-indent: 0.5em;
}
.container.index .login form input[type=submit],
.container.index .changepassword form input[type=submit],
.container.index .register form input[type=submit] {
  margin-top: 1em;
}
.container.index .register {
  overflow: hidden;
}
.container.index .register form {
  margin-top: 0;
}
.container.index .register form label {
  font-weight: bold;
}
.container.index .register form label i {
  color: #049cdb;
  font-size: 1.5em;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 0.3em;
}
.container.index .register form input[type=text],
.container.index .register form input[type=password],
.container.index .register form input[type=email] {
  display: block;
  margin-bottom: 0.6em;
  height: 2em;
  text-indent: 0.5em;
}
.container.index .register form input[type=submit] {
  margin-top: 0.5em;
}
.container.index .register .register-help {
  margin-top: 2.5em;
}
.container.index .register .register-help h6 {
  margin-bottom: 0px;
}
.container.users .control-group {
  margin-bottom: 8px;
}
.container.users #not-in-portugal-label {
  margin-left: 75px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.container.users #not-in-portugal {
  margin: 0px;
  margin-right: 5px;
  vertical-align: 1px;
}
.container.users input[type=text],
.container.users input[type=tel],
.container.users input[type=url],
.container.users input[type=email],
.container.users input[type=password],
.container.users textarea {
  padding-left: 13px;
  height: 40px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.users textarea {
  padding-top: 8px;
  line-height: 1.5em;
  height: 10em;
}
.container.users label {
  padding-right: 15px;
  color: #666;
  font-weight: bold;
  font-size: 16px;
  line-height: 31px;
  width: 220px;
}
.container.users label.double-line {
  line-height: 1em;
}
.container.users .add-on {
  padding-bottom: 8px;
  padding-top: 10px;
  color: #999;
  padding-left: 13px;
  padding-right: 13px;
}
.container.users input[type=file] {
  line-height: normal;
  margin-top: 11px;
  color: #999;
}
.container.users .margin-fix {
  margin-left: 75px;
}
.container.users .controls.no-gutter {
  margin-left: 0px;
}
.container.users .controls.checkbox_wrapper {
  line-height: 40px;
}
.container.users .controls.checkbox_wrapper input[type=checkbox] {
  display: none;
}
.container.users .controls.checkbox_wrapper .btn-group {
  padding-top: 3px;
}
.container.users .controls.checkbox_wrapper input {
  margin-top: 2px;
  vertical-align: text-top;
  display: inline;
}
.container.users .controls.checkbox_wrapper label {
  margin-left: 0.5em;
  font-weight: normal;
  float: none;
  display: inline;
}
.container.users .controls > label.not_company {
  font-weight: normal !important;
  color: #ccc;
  padding-left: 60px;
  padding-top: 5px;
}
.container.users .controls > label.not_company input {
  width: auto;
  vertical-align: 2px;
  margin-right: 3px;
}
.container.users .chzn-container-multi {
  text-align: left;
}
.container.users form .chzn-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px !important;
  border-color: #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white;
  width: 366px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
}
.container.users form .chzn-choices input {
  height: 40px;
  line-height: 40px;
  margin-left: 9px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
}
.container.users form .chzn-choices .search-choice {
  margin-top: 10px;
  margin-left: 7px;
}
.container.users form .chzn-drop {
  width: 364px !important;
  margin-top: -3px;
  border-color: #ccc;
  border-top: 1px solid #efefef;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.container.users form .chzn-drop .chzn-results li {
  line-height: 25px;
  padding-left: 15px;
  color: #666;
}
.container.users form .chzn-drop .chzn-results li.highlighted {
  color: white;
}
.container.users form .span5 {
  width: 366px;
}
.container.users form .chzn-container-single {
  height: 40px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.users form .chzn-container-single .chzn-single {
  line-height: 40px;
  height: 40px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #666;
  border-color: #cccccc;
  padding-left: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  background: none;
}
.container.users form .chzn-container-single .chzn-single b {
  background: none;
}
.container.users form .chzn-container-single .chzn-drop {
  margin-top: 0px;
  border-color: #ccc;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}
.container.users form .chzn-container-single .chzn-drop .chzn-results {
  margin: 0px !important;
  padding: 0px !important;
}
.container.users form .chzn-container-single .chzn-drop .chzn-search input {
  width: 329px !important;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
  background: url(/chosen/chosen-sprite.png) no-repeat 325px -20px;
  /*background-position: 325px -20px;*/
}
.container.users .span10 {
  margin-top: 40px;
}
.container.users .span10 .content-divider {
  margin-top: 40px;
  margin-bottom: 30px;
}
.container.users .span10 .clear {
  clear: left;
}
.container.users .span10 input[readonly] {
  color: #999;
}
.container.users .span10 .user_picture {
  margin-bottom: 20px;
}
.container.users .span10 .user_picture img {
  width: 220px;
}
.container.users .span10 h2 {
  font-size: 1.5em;
  font-weight: 200;
  color: #999;
}
.container.users .span10 h3 {
  font-size: 1.2em;
  color: #666;
  font-weight: 400;
  margin-left: 235px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.container.users .span10 .name_group > .controls {
  margin-left: 0;
}
.container.users .span10 .name_group h1 {
  margin: 0px;
}
.container.users .span10 .name_group .info_line {
  clear: left;
}
.container.users .span10 .name_group .info_line h2 {
  margin: 0px;
  display: inline;
}
.container.users .span10 .name_group .info_line hr {
  float: none;
  margin-left: 0px;
}
.container.users .span10 .name_group .info_line h2.user_type {
  line-height: 1.1em;
}
.container.users .span10 .name_group .info_line h2.email {
  display: block;
  margin-top: 1px solid #ccc;
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
}
.container.users .span10 .name_group .info_line h2.email i {
  color: #999;
  padding-right: 5px;
  font-size: 0.9em;
}
.container.users .span10 .name_group .info_line h2.email a {
  color: #999;
}
.container.users .span10 .name_group .info_line .chzn-choices {
  text-align: center;
}
.container.users .span10 .name_group .info_line .chzn-choices > li {
  display: inline-block;
  float: none;
}
.container.users .span10 .name_group .shortname_wrapper {
  padding-left: 20px;
}
.container.users .span10 .name_group .shortname_wrapper label {
  display: inline;
}
.container.users .span10 .name_group .shortname_wrapper .controls {
  display: inline;
  margin-right: 5px;
  margin-left: 0px;
}
.container.users .span10 .shortname_group .user_shortname1 {
  margin-right: 5px;
}
.container.users .span10 .shortname_group .controls {
  margin-left: 0px;
}
.container.users .span10 .postal_group .controls {
  margin-left: 0px;
}
.container.users .span10 .postal_group span {
  padding-right: 5px;
  padding-left: 5px;
  color: #999;
  font-weight: bold;
}
.container.users .span10 .postal_group .user_cp1 {
  padding-right: 5px;
}
.container.users .span10 label {
  font-weight: bold;
}
.container.users .span10 .avatar_group .controls {
  overflow: hidden;
}
.container.users .span10 .avatar_group .span1 {
  display: block;
  margin-left: 0px;
}
.container.users .span10 .avatar_group .span1 img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.users .span10 .avatar_group .remove_avatar {
  margin-top: 1em;
  margin-left: 80px;
}
.container.users .span10 .avatar_group .fake_file_input label {
  font-weight: normal;
  color: #ccc;
}
.container.users .span10 .sex_group {
  line-height: 31px;
}
.container.users .span10 .sex_group input {
  margin-top: 8px;
}
.container.users .span10 .sex_group input + label {
  display: inline;
  margin-right: 20px;
  margin-left: 5px;
  vertical-align: text-bottom;
  font-weight: normal;
  line-height: 0.3em;
}
.container.users .span10 .content-divider + h2 {
  margin-left: 235px;
}
.container.users .span10 .form-actions {
  margin-top: 10px;
  margin-bottom: 9px;
  background: white;
  border: none;
}
.container.candidaturas #not-in-portugal-label {
  margin-top: 10px;
  margin-left: 20px;
  font-weight: 400;
  color: #999;
}
.container.candidaturas #not-in-portugal {
  margin: 0px;
  margin-right: 5px;
  vertical-align: 1px;
}
.container.candidaturas .course_boxes {
  height: 500px !important;
}
.container.candidaturas .course_boxes p {
  height: 231px;
}
.container.candidaturas .progress {
  margin-bottom: 10px;
  height: 10px;
}
.container.candidaturas .progress .bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.container.candidaturas h5 {
  width: 20%;
  float: left;
  color: #999;
}
.container.candidaturas h5.active {
  color: black;
}
.container.candidaturas .hero-unit {
  clear: left;
}
.container.candidaturas .form-inline label {
  padding-right: 15px;
  color: #666;
}
.container.candidaturas .form-inline input[type=password],
.container.candidaturas .form-inline input[type=email] {
  margin-right: 20px;
}
.container.candidaturas .form-horizontal .control-group {
  margin-bottom: 8px;
}
.container.candidaturas .form-horizontal .control-group > label {
  width: 220px;
  font-weight: bold;
  font-size: 16px;
  line-height: 31px;
  color: #666;
}
.container.candidaturas .form-horizontal .control-group .controls {
  margin-left: 240px;
}
.container.candidaturas .form-horizontal .form-actions {
  padding-left: 240px;
  background: transparent;
}
.container.candidaturas .well {
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.candidaturas .well h3 span {
  font-weight: 100;
  color: #666;
}
.container.candidaturas .well .dates_wrapper {
  padding-top: 19px;
  width: 199px;
  margin-left: -19px;
  padding-left: 19px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 19px;
  font-size: 0.8em;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.container.candidaturas .well .dates_wrapper .old {
  text-decoration-line: line-through;
}
.container.candidaturas .well .dates_wrapper .active {
  font-weight: 700;
  color: gray;
}
.container.candidaturas .well .dates_wrapper.lab {
  padding-left: 19px;
  padding-right: 19px;
  width: 180px;
}
.container.candidaturas .well .img_mask {
  margin-left: -19px;
  margin-bottom: 19px;
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 218px;
  height: 134px;
  overflow: hidden;
}
.container.candidaturas .well .img_mask img {
  width: 218px;
}
.container.candidaturas .well p {
  color: #666;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.container.candidaturas .well .btn {
  height: 50px;
  margin-left: -19px;
  margin-bottom: -19px;
  width: 218px;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: 200;
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
}
.candidaturas_2 .span3.well h3 {
  min-height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}
.candidaturas_4 .documents_at_esad input {
  margin-top: 0px;
}
.candidaturas_4 .documents_at_esad h1 {
  color: #666;
  font-size: 1.2em;
  margin: 0px;
  line-height: 1.4em;
}
.candidaturas_4 input[type=file] {
  margin-top: 15px;
  width: 100%;
  padding-left: 0px;
}
.candidaturas_4 select,
.candidaturas_4 input[type=text],
.candidaturas_4 .calcular-media,
.candidaturas_4 span.help-inline {
  margin-top: 15px;
}
.candidaturas_4 .fake_file_input input[type=file] {
  display: none;
}
.candidaturas_4 .fake_file_input input[type=text] {
  margin-top: 0;
}
.candidaturas_4 .btn-group a span {
  margin-left: 5px;
}
.candidaturas_4 .btn-group + .fake_file_input {
  display: none;
}
.candidaturas_3 label.double-line {
  line-height: 1em;
}
.candidaturas_3 label.radio {
  padding-top: 0.8em !important;
  color: #666;
}
.candidaturas_3 label.radio input[type=radio] {
  width: auto;
}
.candidaturas_3 label.radio input[type=text] {
  margin-left: 0.5em;
  width: 8em;
}
.candidaturas_3 .form-actions {
  border-top: 0px;
}
.candidaturas_3 .form-actions p {
  padding-top: 10px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.candidaturas_3 .span5 {
  width: 366px;
}
.candidaturas_3 .chzn-container-single {
  height: 40px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.candidaturas_3 .chzn-container-single .chzn-single {
  line-height: 40px;
  height: 40px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #666;
  border-color: #cccccc;
  padding-left: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  background: none;
}
.candidaturas_3 .chzn-container-single .chzn-single b {
  background: none;
}
.candidaturas_3 .chzn-container-single .chzn-drop {
  margin-top: 0px;
  border-color: #ccc;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}
.candidaturas_3 .chzn-container-single .chzn-drop .chzn-results {
  margin: 0px !important;
  padding: 0px !important;
}
.candidaturas_3 .chzn-container-single .chzn-drop .chzn-search input {
  width: 329px !important;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
  background: url(/chosen/chosen-sprite.png) no-repeat 325px -20px;
}
.candidaturas_historico .section_title,
.candidaturas_pagamento .section_title {
  font-weight: 200;
  color: #999;
  margin-bottom: 1em;
  margin-top: 1em;
}
.candidaturas_historico .table_content,
.candidaturas_pagamento .table_content {
  overflow: visible;
}
.candidaturas_historico .table_content table span.highlight,
.candidaturas_pagamento .table_content table span.highlight {
  background: #fcf8e3;
  color: #c09853;
  border-bottom: 1px solid #fbeed5;
}
.candidaturas_historico .table_content .search,
.candidaturas_pagamento .table_content .search {
  overflow: hidden;
}
.candidaturas_historico .table_content .search input,
.candidaturas_pagamento .table_content .search input,
.candidaturas_historico .table_content .search button,
.candidaturas_pagamento .table_content .search button {
  font-size: 20px;
  height: 50px;
  line-height: 1em;
  float: left;
}
.candidaturas_historico .table_content .search button.calendar_btn,
.candidaturas_pagamento .table_content .search button.calendar_btn {
  margin-left: 8px;
  width: 50px;
}
.candidaturas_historico .table_content .search .input-wrapper,
.candidaturas_pagamento .table_content .search .input-wrapper {
  position: relative;
}
.candidaturas_historico .table_content .search .input-wrapper a.clean-search,
.candidaturas_pagamento .table_content .search .input-wrapper a.clean-search {
  display: none;
  position: absolute;
  background: #BBB;
  width: 24px;
  height: 24px;
  right: 4%;
  top: 13px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  color: white;
}
.candidaturas_historico .table_content .search .input-wrapper a.clean-search:hover,
.candidaturas_pagamento .table_content .search .input-wrapper a.clean-search:hover {
  text-decoration: none;
  background: #CCC;
}
.candidaturas_historico .table_content .search input[type=text],
.candidaturas_pagamento .table_content .search input[type=text] {
  padding-left: 15px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.candidaturas_historico .table_content .pagination li a,
.candidaturas_pagamento .table_content .pagination li a {
  line-height: 38px;
  height: 38px;
}
.candidaturas_historico .table_content .tags li,
.candidaturas_pagamento .table_content .tags li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.candidaturas_historico .table_content .tags li a,
.candidaturas_pagamento .table_content .tags li a {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.candidaturas_historico .table_content .tags li a:hover,
.candidaturas_pagamento .table_content .tags li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.candidaturas_historico .table_content .tags li span,
.candidaturas_pagamento .table_content .tags li span {
  margin-right: 5px;
}
.candidaturas_historico .table_content .tags li.selected,
.candidaturas_pagamento .table_content .tags li.selected {
  background: rgba(0, 0, 0, 0.05);
}
.candidaturas_historico .table_content .btn-mini,
.candidaturas_pagamento .table_content .btn-mini {
  letter-spacing: 1px;
}
.candidaturas_historico .table_content h1,
.candidaturas_pagamento .table_content h1 {
  font-weight: 200;
  color: #999;
  margin-bottom: 1em;
  margin-top: 1em;
}
.candidaturas_historico h4,
.candidaturas_pagamento h4 {
  font-weight: 200;
  color: #999;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: right;
  width: 300px;
  margin-top: 50px;
}
.candidaturas_historico h4 small,
.candidaturas_pagamento h4 small {
  display: block;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 0.9em;
  color: #ccc;
}
.candidaturas_historico .registration_info,
.candidaturas_pagamento .registration_info {
  padding-bottom: 1em;
  padding-top: 1em;
}
.candidaturas_historico .registration_info h1,
.candidaturas_pagamento .registration_info h1 {
  font-weight: 200;
  color: #999;
}
.candidaturas_historico .registration_info h1 em,
.candidaturas_pagamento .registration_info h1 em {
  font-weight: 800;
  font-style: normal;
}
.candidaturas_historico .registration_info h2,
.candidaturas_pagamento .registration_info h2 {
  font-weight: 200;
  color: #999;
  font-size: 1.8em;
  font-weight: 700;
  background: #f7f7f7;
  border: 1px solid #efefef;
  padding: 0.2em;
  display: inline-block;
  padding-left: 0.6em;
  padding-right: 0.6em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.candidaturas_historico .registration_info h2 i,
.candidaturas_pagamento .registration_info h2 i {
  padding-right: 0.2em;
  font-size: 0.8em;
  color: #333;
}
.candidaturas_historico .registration_info h2 i.back,
.candidaturas_pagamento .registration_info h2 i.back {
  font-size: 4em;
  position: absolute;
  top: 4px;
  left: 10px;
  text-shadow: 0px 1px 0px white;
  opacity: .05;
}
.candidaturas_historico .control-group > label,
.candidaturas_pagamento .control-group > label {
  line-height: 1.3em;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.candidaturas_historico .control-group label.lh40,
.candidaturas_pagamento .control-group label.lh40 {
  line-height: 40px;
}
.candidaturas_historico .control-group .controls,
.candidaturas_pagamento .control-group .controls {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  color: #999;
}
.candidaturas_historico .control-group .print-only,
.candidaturas_pagamento .control-group .print-only {
  display: none;
}
.candidaturas_historico .admin-actions .btn-group button {
  color: #999;
}
.candidaturas_historico .admin-actions .btn-group button i {
  padding-right: 5px;
}
.candidaturas_historico .admin-actions .btn-group button.active {
  color: #333;
}
@media print {
  .candidaturas_historico {
    overflow: hidden !important;
  }
  .candidaturas_historico .hero-unit,
  .candidaturas_historico hr {
    display: none;
  }
  .candidaturas_historico .registration_info h2 {
    display: none;
  }
  .candidaturas_historico .edit_passo_1,
  .candidaturas_historico .edit_passo_1 + .control-group,
  .candidaturas_historico .edit_passo_2,
  .candidaturas_historico .edit_passo_2 + .control-group {
    display: none;
  }
  .candidaturas_historico .row {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
  }
  .candidaturas_historico form {
    margin-top: 0px;
  }
  .candidaturas_historico input[type=text] {
    border: none;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  .candidaturas_historico .input40 {
    height: 1.2em;
  }
  .candidaturas_historico .lh40 {
    line-height: 1.2em !important;
  }
  .candidaturas_historico h4 {
    margin-top: 30px;
  }
  .candidaturas_historico .screen-only {
    display: none !important;
  }
  .candidaturas_historico .print-only {
    display: block !important;
  }
}
.candidaturas_pagamento h4 {
  text-align: right;
  width: 140px;
  margin-left: 0px;
}
.candidaturas_pagamento #mb_payment .controls {
  text-align: right;
}
.search_module table span.highlight {
  background: #fcf8e3;
  color: #c09853;
  border-bottom: 1px solid #fbeed5;
}
.search_module .search {
  overflow: hidden;
}
.search_module .search input,
.search_module .search button {
  font-size: 20px;
  height: 50px;
  line-height: 1em;
  float: left;
}
.search_module .search button.calendar_btn {
  margin-left: 8px;
  width: 50px;
}
.search_module .search .input-wrapper {
  position: relative;
}
.search_module .search .input-wrapper a.clean-search {
  display: none;
  position: absolute;
  background: #BBB;
  width: 24px;
  height: 24px;
  right: 4%;
  top: 13px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  color: white;
}
.search_module .search .input-wrapper a.clean-search:hover {
  text-decoration: none;
  background: #CCC;
}
.search_module .search input[type=text] {
  padding-left: 15px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search_module .pagination li a {
  line-height: 38px;
  height: 38px;
}
.search_module .tags li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.search_module .tags li a {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search_module .tags li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.search_module .tags li span {
  margin-right: 5px;
}
.search_module .tags li.selected {
  background: rgba(0, 0, 0, 0.05);
}
.search_module .btn-mini {
  letter-spacing: 1px;
}
.library_icon {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.library_icon i {
  display: block;
  width: 60px;
  text-align: center;
  font-size: 4em;
  position: relative;
  z-index: 20;
  margin: 0 auto;
  margin-top: 62px;
}
.library_icon i.bg {
  font-size: 13em;
  color: rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 90px;
  left: 20px;
  width: 100%;
  margin: 0;
  z-index: 10;
}
.library_icon.placeholder {
  min-height: 140px;
}
.container.biblioteca .new_entries h2 em {
  color: #999;
  font-style: normal;
  font-weight: 400;
}
.container.biblioteca .new_entries div {
  position: relative;
}
.container.biblioteca .new_entries div a {
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
}
.container.biblioteca .new_entries div a:hover {
  color: #666;
}
.container.biblioteca .new_entries div a .image {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.biblioteca .new_entries div a .image i {
  display: block;
  width: 60px;
  text-align: center;
  font-size: 4em;
  position: relative;
  z-index: 20;
  margin: 0 auto;
  margin-top: 62px;
}
.container.biblioteca .new_entries div a .image i.bg {
  font-size: 13em;
  color: rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 90px;
  left: 20px;
  width: 100%;
  margin: 0;
  z-index: 10;
}
.container.biblioteca .new_entries div a .image.placeholder {
  min-height: 140px;
}
.container.biblioteca .new_entries div a > i {
  font-size: 1em;
  position: absolute;
  top: -15px;
  left: -15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  line-height: 32px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding-right: 1px;
  text-align: center;
  background: white;
  z-index: 30;
  color: rgba(0, 0, 0, 0.7);
}
.container.biblioteca .new_entries div a h4 {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2em;
}
.container.biblioteca table span.highlight {
  background: #fcf8e3;
  color: #c09853;
  border-bottom: 1px solid #fbeed5;
}
.container.biblioteca .search {
  overflow: hidden;
}
.container.biblioteca .search input,
.container.biblioteca .search button {
  font-size: 20px;
  height: 50px;
  line-height: 1em;
  float: left;
}
.container.biblioteca .search button.calendar_btn {
  margin-left: 8px;
  width: 50px;
}
.container.biblioteca .search .input-wrapper {
  position: relative;
}
.container.biblioteca .search .input-wrapper a.clean-search {
  display: none;
  position: absolute;
  background: #BBB;
  width: 24px;
  height: 24px;
  right: 4%;
  top: 13px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  color: white;
}
.container.biblioteca .search .input-wrapper a.clean-search:hover {
  text-decoration: none;
  background: #CCC;
}
.container.biblioteca .search input[type=text] {
  padding-left: 15px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.biblioteca .pagination li a {
  line-height: 38px;
  height: 38px;
}
.container.biblioteca .tags li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.container.biblioteca .tags li a {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.biblioteca .tags li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.container.biblioteca .tags li span {
  margin-right: 5px;
}
.container.biblioteca .tags li.selected {
  background: rgba(0, 0, 0, 0.05);
}
.container.biblioteca .btn-mini {
  letter-spacing: 1px;
}
.container.biblioteca .image_cell {
  position: relative;
  border-color: #ddd;
  max-width: 40px;
  display: inline-block;
}
.container.biblioteca .image_cell img {
  max-height: 40px;
}
.container.biblioteca .image_cell .crop_icon {
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
}
.container.biblioteca .image_cell i.icon-book,
.container.biblioteca .image_cell i.icon-film {
  color: #efefef;
  font-size: 5em;
  line-height: 40px;
  position: absolute;
  top: 20px;
  left: -20px;
}
.container.biblioteca .image_cell i.icon-star {
  font-size: 1em;
  position: absolute;
  top: -0.5em;
  left: -0.7em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  padding-right: 1px;
  text-align: center;
  background: white;
  z-index: 30;
  color: rgba(0, 0, 0, 0.7);
}
.container.biblioteca .image_cell.film i.icon-film {
  top: 20px;
  left: 10px;
}
.container.biblioteca .image_cell.no-image {
  padding: 0px;
  max-width: 50px;
  display: block;
}
.container.biblioteca_detalhe .item_detail .image_and_isbn {
  position: relative;
}
.container.biblioteca_detalhe .item_detail .image_and_isbn i.icon-star {
  font-size: 1.4em;
  position: absolute;
  top: -13px;
  left: -13px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  line-height: 32px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding-right: 1px;
  text-align: center;
  background: white;
  z-index: 30;
  color: rgba(0, 0, 0, 0.7);
}
.container.biblioteca_detalhe .item_detail .image_and_isbn .image {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.biblioteca_detalhe .item_detail .image_and_isbn .image i {
  display: block;
  width: 60px;
  text-align: center;
  font-size: 4em;
  position: relative;
  z-index: 20;
  margin: 0 auto;
  margin-top: 62px;
}
.container.biblioteca_detalhe .item_detail .image_and_isbn .image i.bg {
  font-size: 13em;
  color: rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 90px;
  left: 20px;
  width: 100%;
  margin: 0;
  z-index: 10;
}
.container.biblioteca_detalhe .item_detail .image_and_isbn .image.placeholder {
  min-height: 140px;
}
.container.biblioteca_detalhe .item_detail .image_and_isbn .upload_btn {
  font-weight: 400;
  margin-top: 5px;
  font-size: 1.1em;
}
.container.biblioteca_detalhe .item_detail .upload {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 1em;
  padding-top: 0.6em;
  padding-bottom: 0.5em;
  overflow: hidden;
}
.container.biblioteca_detalhe .item_detail .upload h3 {
  margin: 0;
  font-weight: 400;
  color: #333;
}
.container.biblioteca_detalhe .item_detail .upload p {
  color: #999;
  font-size: 1.2em;
}
.container.biblioteca_detalhe .item_detail .upload p em {
  font-weight: bold;
  font-style: normal;
}
.container.biblioteca_detalhe .item_detail .upload form {
  margin-top: 2em;
}
.container.biblioteca_detalhe .item_detail h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1em;
}
.container.biblioteca_detalhe .item_detail h2 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.container.biblioteca_detalhe .item_detail dl {
  margin-top: 20px;
}
.container.biblioteca_detalhe .item_detail dl dt {
  color: #666;
}
.container.biblioteca_detalhe .item_detail dl dd {
  color: #999;
  margin: 0;
  margin-bottom: 0.5em;
}
.container.biblioteca_detalhe .ucs_bibliografia h1.muted {
  font-weight: 100;
}
.container.biblioteca_detalhe .ucs_bibliografia ul {
  margin: 0;
  margin-top: 30px;
}
.container.biblioteca_detalhe .ucs_bibliografia ul li {
  list-style: none;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #999;
  margin-bottom: 0.9em;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1em;
  padding-top: 0.5em;
}
.container.biblioteca_detalhe .ucs_bibliografia ul li em {
  color: #333;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.25em;
  display: block;
  line-height: 1em;
  font-size: 1.2em;
}
.container.biblioteca_detalhe .ucs_bibliografia ul li p {
  margin-top: 1em;
  color: #999;
}
.container.biblioteca_detalhe .ucs_bibliografia ul li:last-child {
  border-bottom: 0px;
}
.container.secretaria.candidatos table span.highlight {
  background: #fcf8e3;
  color: #c09853;
  border-bottom: 1px solid #fbeed5;
}
.container.secretaria.candidatos .search {
  overflow: hidden;
}
.container.secretaria.candidatos .search input,
.container.secretaria.candidatos .search button {
  font-size: 20px;
  height: 50px;
  line-height: 1em;
  float: left;
}
.container.secretaria.candidatos .search button.calendar_btn {
  margin-left: 8px;
  width: 50px;
}
.container.secretaria.candidatos .search .input-wrapper {
  position: relative;
}
.container.secretaria.candidatos .search .input-wrapper a.clean-search {
  display: none;
  position: absolute;
  background: #BBB;
  width: 24px;
  height: 24px;
  right: 4%;
  top: 13px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  color: white;
}
.container.secretaria.candidatos .search .input-wrapper a.clean-search:hover {
  text-decoration: none;
  background: #CCC;
}
.container.secretaria.candidatos .search input[type=text] {
  padding-left: 15px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.secretaria.candidatos .pagination li a {
  line-height: 38px;
  height: 38px;
}
.container.secretaria.candidatos .tags li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.container.secretaria.candidatos .tags li a {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.secretaria.candidatos .tags li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.container.secretaria.candidatos .tags li span {
  margin-right: 5px;
}
.container.secretaria.candidatos .tags li.selected {
  background: rgba(0, 0, 0, 0.05);
}
.container.secretaria.candidatos .btn-mini {
  letter-spacing: 1px;
}
.container.secretaria.candidatos table.table .icon-ok {
  color: #59b259;
}
.container.secretaria.candidatos table.table .icon-remove {
  color: #d74b46;
}
.container.secretaria.candidatos table.table .white-text {
  color: #fff;
}
.container.secretaria.candidatos table.table tr.validated td {
  color: #59b259;
}
.container.secretaria.candidatos table.table tr.accepted td {
  color: #59b259;
  background: rgba(89, 178, 89, 0.05);
}
.container.secretaria.candidatos table.table tr.accepted:hover td {
  background: rgba(89, 178, 89, 0.1);
}
.container.secretaria.candidatos table.table tr.rejected td {
  color: #d74b46;
}
.container.secretaria.candidatos table.table tr.outofdate td {
  color: #999;
}
.container.secretaria.candidatos table.table tr .image_cell {
  padding-right: 50px;
}
.container.secretaria.candidatos table.table tr .image_cell img {
  width: 22px !important;
  padding: 2px;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  margin-top: -3px;
}
.container.secretaria.candidatos table.table tr:hover .image_cell img {
  width: 75px !important;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  margin-top: -28px;
  margin-left: -26px;
  z-index: 100;
}
.container.secretaria.novouser .form-horizontal > h3 {
  margin-left: 180px;
}
.container.secretaria.novouser .form-horizontal .control-group > label {
  font-weight: bold;
  font-size: 16px;
  line-height: 31px;
  color: #666;
}
.container.secretaria.novouser .form-horizontal .form-actions {
  margin-top: 40px;
  border-top: 0;
  background: white;
}
.container.secretaria.novouser .form-horizontal .btn-group {
  margin-top: 5px;
  margin-left: 20px;
}
.container.secretaria.novouser .chzn-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 38px !important;
  border-color: #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
}
.container.secretaria.novouser .chzn-choices input {
  height: 26px;
  margin-left: 9px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
}
.container.secretaria.novouser .chzn-choices .search-choice {
  margin-top: 8px;
  margin-left: 7px;
}
.container.secretaria.novouser .chzn-drop {
  margin-top: -3px;
  border-color: #ccc;
  border-top: 1px solid #efefef;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.container.secretaria.novouser .chzn-drop .chzn-results li {
  line-height: 25px;
  padding-left: 15px;
  color: #666;
}
.container.secretaria.novouser .chzn-drop .chzn-results li.highlighted {
  color: white;
}
.container.secretaria.novouser .chzn-container-single {
  height: 40px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.secretaria.novouser .chzn-container-single .chzn-single {
  line-height: 40px;
  height: 40px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #666;
  border-color: #cccccc;
  padding-left: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  background: none;
}
.container.secretaria.novouser .chzn-container-single .chzn-single b {
  background: none;
}
.container.secretaria.novouser .chzn-container-single .chzn-drop {
  margin-top: 0px;
  border-color: #ccc;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}
.container.secretaria.novouser .chzn-container-single .chzn-drop .chzn-results {
  margin: 0px !important;
  padding: 0px !important;
}
.container.secretaria.novouser .chzn-container-single .chzn-drop .chzn-search input {
  width: 99% !important;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
  background: url(/chosen/chosen-sprite.png) no-repeat 325px -20px;
}
.container.secretaria table.table tr .image_cell {
  padding-right: 50px;
}
.container.secretaria table.table tr .image_cell img {
  width: 22px !important;
  padding: 2px;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  margin-top: -3px;
}
.container.secretaria table.table tr:hover .image_cell img {
  width: 75px !important;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  margin-top: -28px;
  margin-left: -26px;
  z-index: 100;
}
.detail_text {
  font-size: 0.85em;
  color: #b3b3b3;
  letter-spacing: 1px;
  line-height: 0.4em;
}
.detail_text span {
  padding-left: 5px;
  padding-right: 5px;
}
.container.optativas .selected_wrapper {
  margin-top: 45px;
}
.container.optativas .selected_wrapper h1 {
  font-weight: 100;
  color: #CCC;
}
.container.optativas .selected_wrapper .span1 {
  color: #CCC;
  margin-top: 10px;
  line-height: 1.6em;
  letter-spacing: 1px;
  text-align: right;
  margin-left: 15px;
  width: 65px;
}
.container.optativas .selected_wrapper .span1 .stronger {
  line-height: 0.5em;
}
.container.optativas .selected_wrapper ol {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.container.optativas .selected_wrapper ol li.list_placeholder {
  height: 30px;
  border: 3px dashed #ebebeb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f8f8f8;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #CCC;
  font-size: 0.9em;
  cursor: default;
}
.container.optativas .selected_wrapper ol li {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 10px;
  position: relative;
  cursor: default;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  cursor: move;
}
.container.optativas .selected_wrapper ol li:hover .list-move {
  opacity: 1;
  right: 40px;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container.optativas .selected_wrapper ol li:hover .list-delete {
  opacity: 1;
  right: 0px;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.container.optativas .selected_wrapper ol li .list-move,
.container.optativas .selected_wrapper ol li .list-delete {
  -o-transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  opacity: 1;
  z-index: 10;
  font-size: 1.2em;
  height: 100%;
  position: absolute;
  width: 40px;
  background: white;
  background-repeat: repeat-y;
  top: 0px;
}
.container.optativas .selected_wrapper ol li .list-move i,
.container.optativas .selected_wrapper ol li .list-delete i {
  display: inline-block;
  height: 55%;
  width: 40px;
  margin-top: 30%;
}
.container.optativas .selected_wrapper ol li .list-move {
  color: #333;
  background-position: 30px;
  right: -30px;
  border-right: 1px solid #ebebeb;
  cursor: move;
  display: none;
}
.container.optativas .selected_wrapper ol li .list-delete {
  color: #ff3d44;
  right: -41px;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
  font-size: 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.container.optativas .selected_wrapper ol li h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #333;
  font-size: 1.15em;
}
.container.optativas .selected_wrapper ol li h4 span.muted {
  color: #CCC;
  font-weight: 600;
}
.container.optativas .selected_wrapper ol li > span {
  font-size: 0.85em;
  color: #b3b3b3;
  letter-spacing: 1px;
  line-height: 0.4em;
  display: block;
  line-height: 1em;
  padding-top: 5px;
}
.container.optativas .selected_wrapper ol li > span span {
  padding-left: 5px;
  padding-right: 5px;
}
.container.optativas .course_list ul li {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-top: 12px;
  padding-bottom: 3px;
  height: 54px;
}
.container.optativas .course_list ul li .course_info i {
  color: #51a351;
}
.container.optativas .course_list ul li .course_info a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
.container.optativas .course_list ul li .course_info a h4 {
  margin: 0px;
  font-size: 1.15em;
  line-height: 1em;
}
.container.optativas .course_list ul li .course_info a > span {
  font-size: 0.85em;
  color: #b3b3b3;
  letter-spacing: 1px;
  line-height: 0.4em;
  display: block;
  margin-top: 8px;
  margin-bottom: 30px;
}
.container.optativas .course_list ul li .course_info a > span span {
  padding-left: 5px;
  padding-right: 5px;
}
.container.optativas .course_list ul li .course_info a:hover h4 {
  color: #b3b3b3;
}
.container.optativas .course_list ul li .course_info button {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.container.optativas .course_list ul li:last-child {
  border: none;
}
.container.optativas .course_list ul li .course_text {
  font-size: 1.15em;
  color: #808080;
  line-height: 1.5em;
  font-weight: regular;
  padding-bottom: 70px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.container.optativas .course_list ul li .course_ects {
  font-size: 0.85em;
  color: #b3b3b3;
  letter-spacing: 1px;
  line-height: 0.4em;
  font-weight: bold;
  margin-top: 8px;
  text-align: right;
}
.container.optativas .course_list ul li .course_ects span {
  display: block;
  font-weight: 100;
  color: #333;
  font-size: 2.7em;
  margin-top: 20px;
}
.container.optativas .course_list ul li[data-visible=true] {
  height: 100%;
}
.container.optativas .course_list ul li[data-visible=true] .course_text,
.container.optativas .course_list ul li[data-visible=true] button {
  opacity: 1;
  filter: alpha(opacity=100);
}
.container.optativas .form-actions p {
  font-size: 12px;
  color: #b3b3b3;
  line-height: 1.5em;
}
.container.optativas .form-actions p em {
  color: #666;
  font-style: normal;
}
.container.uc_list table span.highlight {
  background: #fcf8e3;
  color: #c09853;
  border-bottom: 1px solid #fbeed5;
}
.container.uc_list .search {
  overflow: hidden;
}
.container.uc_list .search input,
.container.uc_list .search button {
  font-size: 20px;
  height: 50px;
  line-height: 1em;
  float: left;
}
.container.uc_list .search button.calendar_btn {
  margin-left: 8px;
  width: 50px;
}
.container.uc_list .search .input-wrapper {
  position: relative;
}
.container.uc_list .search .input-wrapper a.clean-search {
  display: none;
  position: absolute;
  background: #BBB;
  width: 24px;
  height: 24px;
  right: 4%;
  top: 13px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  color: white;
}
.container.uc_list .search .input-wrapper a.clean-search:hover {
  text-decoration: none;
  background: #CCC;
}
.container.uc_list .search input[type=text] {
  padding-left: 15px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.uc_list .pagination li a {
  line-height: 38px;
  height: 38px;
}
.container.uc_list .tags li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.container.uc_list .tags li a {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.uc_list .tags li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.container.uc_list .tags li span {
  margin-right: 5px;
}
.container.uc_list .tags li.selected {
  background: rgba(0, 0, 0, 0.05);
}
.container.uc_list .btn-mini {
  letter-spacing: 1px;
}
.container.uc_list .table_content .btns .btn-mini {
  font-size: 13px;
}
.container.uc.readonly .text {
  font-size: 16px;
  color: #999;
  line-height: 40px;
  font-weight: 300;
}
.container.uc.readonly .controls > p {
  font-size: 16px;
  color: #999;
  line-height: 40px;
  font-weight: 300;
}
.container.uc.readonly .controls ul {
  margin: 0px;
}
.container.uc.readonly .controls ul li {
  list-style: none;
  font-size: 16px;
  color: #999;
  line-height: 40px;
  font-weight: 300;
}
.container.uc.readonly .controls.text_block > p {
  font-size: 16px;
  color: #999;
  line-height: 40px;
  font-weight: 300;
  line-height: 1.6em;
  margin-top: 0.2em;
}
.container.uc.readonly .passo_3 .btn {
  display: none;
}
.container.uc.readonly .passo_3 ul li {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.container.uc.readonly .passo_3 ul li a {
  color: #999;
}
.container.uc.readonly .passo_4 .conteudos li p {
  line-height: 1.6em;
  margin-top: -0.15em;
}
.container.uc hr {
  margin-top: 60px;
  margin-bottom: 60px;
}
.container.uc .hero-unit ul {
  font-size: 16px;
  color: #999;
  font-weight: 200;
  margin-left: 0px;
}
.container.uc .hero-unit ul li {
  line-height: 1.5em;
  list-style: none;
  text-indent: 0px;
}
.container.uc h4 {
  font-size: 20px;
  font-weight: 300;
  color: #999;
  text-align: right;
  float: none;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.container.uc label {
  line-height: 40px;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  padding-right: 20px;
}
.container.uc .control-group {
  margin-bottom: 10px;
}
.container.uc .control-group label.two-lines {
  line-height: 31px;
}
.container.uc .control-group label.two-lines p.regular {
  font-size: 14px;
  color: #999;
  line-height: 0.5em;
}
.container.uc .control-group textarea {
  height: 4em;
  resize: none;
  font-size: 16px;
  line-height: 1.5em;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.container.uc .control-group span.textarea_counter {
  text-align: right;
  font-size: 12px;
  color: #999;
  display: block;
  line-height: 2em;
}
.container.uc .control-group .expandingArea pre {
  height: 0px !important;
  visibility: hidden;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.uc .control-group .expandingArea pre span {
  word-wrap: break-word;
  background: red;
  display: block;
}
.container.uc .form-actions {
  margin-left: 160px;
}
.container.uc input[type=text] {
  float: none;
}
.container.uc tr.bold {
  font-weight: bold;
}
.container.uc .passo_1 label {
  width: 220px;
}
.container.uc .passo_1 .small {
  font-size: 12px;
}
.container.uc .passo_1 p.small {
  clear: left;
  margin-bottom: 0em;
}
.container.uc .passo_1 ul.despachos {
  color: #999;
  margin-left: 1.4em;
}
.container.uc .passo_1 ul.despachos li {
  line-height: 18px;
}
.container.uc .passo_1 .chzn-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 38px !important;
  border-color: #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white;
  width: 366px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
}
.container.uc .passo_1 .chzn-choices input {
  height: 26px;
  margin-left: 9px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
}
.container.uc .passo_1 .chzn-choices .search-choice {
  margin-top: 8px;
  margin-left: 7px;
}
.container.uc .passo_1 .chzn-drop {
  width: 364px !important;
  margin-top: -3px;
  border-color: #ccc;
  border-top: 1px solid #efefef;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.container.uc .passo_1 .chzn-drop .chzn-results li {
  line-height: 25px;
  padding-left: 15px;
  color: #666;
}
.container.uc .passo_1 .chzn-drop .chzn-results li.highlighted {
  color: white;
}
.container.uc .passo_1 .chzn-container-single {
  height: 40px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.uc .passo_1 .chzn-container-single .chzn-single {
  line-height: 40px;
  height: 40px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #666;
  border-color: #cccccc;
  padding-left: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  background: none;
  width: 349px;
}
.container.uc .passo_1 .chzn-container-single .chzn-single b {
  background: none;
}
.container.uc .passo_1 .chzn-container-single .chzn-drop {
  width: 364px !important;
  margin-top: 0px;
  border-color: #ccc;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}
.container.uc .passo_1 .chzn-container-single .chzn-drop .chzn-results {
  margin: 0px !important;
  padding: 0px !important;
}
.container.uc .passo_1 .chzn-container-single .chzn-drop .chzn-search input {
  width: 329px !important;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
  background: url(/chosen/chosen-sprite.png) no-repeat 325px -20px;
}
.container.uc .passo_2 label {
  width: 140px;
}
.container.uc .passo_2 ul li {
  color: #999;
}
.container.uc .passo_3 label {
  font-size: 20px;
  font-weight: 300;
  color: #666;
  float: none;
  text-align: left;
  margin-left: 80px;
  width: 460px;
  line-height: 24px;
}
.container.uc .passo_3 label p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 1em;
  color: #999;
}
.container.uc .passo_3 .controls {
  margin-left: 80px;
}
.container.uc .passo_3 .controls label {
  text-align: left;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-left: 0px;
  width: auto;
}
.container.uc .passo_3 .biblioteca_esad > ul {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.container.uc .passo_3 .biblioteca_esad > ul li {
  list-style: none;
  color: #999;
  line-height: 2.5em;
  border-bottom: 1px solid #ccc;
}
.container.uc .passo_3 .biblioteca_esad > ul li a {
  margin-left: 1em;
  margin-top: 0.5em;
}
.container.uc .passo_3 .biblioteca_esad > ul li:last-child {
  border-bottom: 0px;
}
.container.uc .passo_3 .biblioteca_esad .btn-danger,
.container.uc .passo_3 .biblioteca_esad .btn-success {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px !important;
}
.container.uc .passo_3 .biblioteca_esad .btn-danger {
  padding-left: 2px !important;
}
.container.uc .passo_3 .biblioteca_esad .btn-success {
  line-height: 23px;
  font-size: 12px;
}
.container.uc .passo_3 .biblioteca_esad table span.highlight {
  background: #fcf8e3;
  color: #c09853;
  border-bottom: 1px solid #fbeed5;
}
.container.uc .passo_3 .biblioteca_esad .search {
  overflow: hidden;
}
.container.uc .passo_3 .biblioteca_esad .search input,
.container.uc .passo_3 .biblioteca_esad .search button {
  font-size: 20px;
  height: 50px;
  line-height: 1em;
  float: left;
}
.container.uc .passo_3 .biblioteca_esad .search button.calendar_btn {
  margin-left: 8px;
  width: 50px;
}
.container.uc .passo_3 .biblioteca_esad .search .input-wrapper {
  position: relative;
}
.container.uc .passo_3 .biblioteca_esad .search .input-wrapper a.clean-search {
  display: none;
  position: absolute;
  background: #BBB;
  width: 24px;
  height: 24px;
  right: 4%;
  top: 13px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  color: white;
}
.container.uc .passo_3 .biblioteca_esad .search .input-wrapper a.clean-search:hover {
  text-decoration: none;
  background: #CCC;
}
.container.uc .passo_3 .biblioteca_esad .search input[type=text] {
  padding-left: 15px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.uc .passo_3 .biblioteca_esad .pagination li a {
  line-height: 38px;
  height: 38px;
}
.container.uc .passo_3 .biblioteca_esad .tags li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.container.uc .passo_3 .biblioteca_esad .tags li a {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.uc .passo_3 .biblioteca_esad .tags li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.container.uc .passo_3 .biblioteca_esad .tags li span {
  margin-right: 5px;
}
.container.uc .passo_3 .biblioteca_esad .tags li.selected {
  background: rgba(0, 0, 0, 0.05);
}
.container.uc .passo_3 .biblioteca_esad .btn-mini {
  letter-spacing: 1px;
}
.container.uc .passo_3 .biblioteca_esad .search .input-wrapper a.clean-search {
  right: 8%;
}
.container.uc .passo_3 .biblioteca_esad .table_content_wrapper {
  margin-left: -240px;
}
.container.uc .passo_4 header {
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #999;
  line-height: 3em;
  margin-top: 3em;
}
.container.uc .passo_4 header .ects,
.container.uc .passo_4 header .contacto,
.container.uc .passo_4 header .total,
.container.uc .passo_4 header .autonomo {
  font-size: 16px;
  font-weight: 300;
  color: #999;
  display: inline-block;
  padding-right: 10px;
}
.container.uc .passo_4 header .total {
  padding-right: 0px;
}
.container.uc .passo_4 header em {
  font-style: normal;
  font-weight: 800;
  color: #333;
  padding-left: 0.3em;
}
.container.uc .passo_4 ul.conteudos {
  margin-top: 5em;
  margin-left: 0px;
}
.container.uc .passo_4 ul.conteudos li.placeholder {
  border: 2px dashed #efefef;
  background: #fafafa;
  height: 87px;
}
.container.uc .passo_4 ul.conteudos li {
  list-style: none;
  margin-bottom: 5em;
}
.container.uc .passo_4 ul.conteudos li .control-group label {
  line-height: 1.3em;
}
.container.uc .passo_4 ul.conteudos li .control-group label.lh40 {
  line-height: 40px;
}
.container.uc .passo_4 ul.conteudos li .control-group .controls {
  margin-left: 0px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  color: #666;
}
.container.uc .passo_4 ul.conteudos li footer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
}
.container.uc .passo_4 ul.conteudos li footer span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  padding-right: 1em;
}
.container.uc .passo_4 ul.conteudos li footer span em {
  font-style: normal;
  font-weight: 800;
  padding-left: 0.2em;
}
.container.uc .passo_4 ul.conteudos li footer .btn_group {
  width: 100px;
  text-align: right;
  float: right;
}
.container.uc .passo_4 ul.conteudos li p.info {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 0.8em;
  color: #999;
}
.container.uc .passo_4 ul.conteudos li p.info a {
  font-weight: bold;
}
.container.uc .passo_4 ul.conteudos li button {
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  padding: 0px;
  margin-top: -3px;
}
.container.uc .passo_4 ul.conteudos li .delete {
  font-size: 12px;
}
.container.uc .passo_4 ul.conteudos li .form-actions {
  padding-left: 160px;
  margin-left: 0px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.container.uc .passo_4 ul.conteudos li .form-actions button {
  width: auto;
  height: 26px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 8px;
  margin-left: 20px;
}
.container.uc form .red-text {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.8em !important;
  line-height: 1.2em !important;
  font-weight: 600;
  padding-left: 1.5em;
}
.container.secretary,
.container.secretary_courses {
  padding-bottom: 40px;
}
.container.secretary .data h1,
.container.secretary_courses .data h1 {
  font-weight: 200;
  color: #999;
  margin-bottom: 1em;
  margin-top: 1em;
}
.container.secretary .data table td.btns,
.container.secretary_courses .data table td.btns {
  letter-spacing: 1px;
}
.container.secretary .data table.active,
.container.secretary_courses .data table.active {
  display: table;
}
.container.secretary_edit header {
  float: none;
}
.container.secretary_edit header h1 {
  color: #333;
  font-weight: 900;
  font-size: 3em;
  margin-top: 0px;
  line-height: 1em;
}
.container.secretary_edit header h2 {
  color: #999;
  font-weight: 100;
  font-size: 2em;
  margin-bottom: 0px;
}
.container.secretary_edit .form_fields h1 {
  color: #999;
  font-weight: 200;
  margin-bottom: 20px;
}
.container.secretary_edit .form_fields h1 small {
  font-weight: 900;
  color: #ccc;
  padding-left: 0.5em;
}
.container.secretary_edit .form_fields .control-group label {
  color: #999;
}
.container.secretary_edit .form_fields .control-group input {
  width: 100%;
}
.container.secretary_edit .form_fields .control-group .input-append input,
.container.secretary_edit .form_fields .control-group .input-prepend input {
  width: 320px;
}
.container.secretary_edit .form_fields .control-group .input-append span,
.container.secretary_edit .form_fields .control-group .input-prepend span {
  height: 40px;
  line-height: 30px;
  font-weight: 600;
  width: 60px;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.secretary_courses h2 {
  color: #999;
  font-weight: 100;
  font-size: 2em;
  margin-bottom: 1.5em;
}
.container.secretary_courses label {
  color: #999;
}
.container.secretary_courses input[type=text] {
  width: 100%;
}
.container.secretary_courses textarea {
  font-size: 16px;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5em;
}
.container.secretary_courses .expandingArea pre {
  height: 0px !important;
  visibility: hidden;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.secretary_courses .expandingArea pre span {
  white-space: pre;
  word-wrap: break-word;
  display: block;
}
.container.secretary_courses .expandingArea textarea {
  resize: none;
}
.container.secretary_courses .active_toggle {
  padding-top: 1.4em;
}
.container.surveys .survey_form .group {
  clear: both;
}
.container.surveys .survey_form form {
  overflow: visible;
}
.container.surveys .survey_form form h2 {
  font-weight: 200;
  color: #333;
  margin-bottom: 30px;
  font-size: 4em;
  line-height: 1em;
}
.container.surveys .survey_form form h3 {
  color: #333;
  font-weight: 800;
  clear: both;
}
.container.surveys .survey_form form > h3 {
  font-weight: 400;
}
.container.surveys .survey_form form .control-group {
  margin-bottom: 10px;
  overflow: hidden;
}
.container.surveys .survey_form form .control-group label {
  font-weight: 600;
  color: #999;
  font-size: 16px;
}
.container.surveys .survey_form form .control-group .ratings {
  font-size: 2em;
  color: #333;
  padding-top: 10px;
  clear: both;
}
.container.surveys .survey_form form .control-group .ratings i {
  display: block;
  float: left;
  cursor: pointer;
  padding-right: 0.3em;
}
.container.surveys .survey_form form .control-group .ratings p {
  float: left;
  color: #999;
  font-size: 0.6em;
  line-height: 1.3em;
  display: none;
  margin-bottom: 0px;
}
.container.surveys .survey_form form .separator {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 10px;
}
.container.surveys .survey_form form .separator:last-child {
  border-bottom: 0px;
}
.container.surveys .survey_form form .separator label {
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.3em;
}
.container.surveys .survey_form form .separator textarea {
  resize: none;
  margin-top: 10px;
  height: 5em;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.container.surveys .survey_form form .separator textarea:focus {
  height: 15em;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.container.surveys table.active {
  display: table;
}
.container.surveys.survey_teacher .class_name {
  margin-bottom: 0px;
}
.container.surveys.survey_teacher .teacher_name {
  font-weight: 300;
  color: #999;
  margin-top: 0px;
}
.container.surveys.survey_teacher h2 {
  font-weight: 200;
  color: #333;
  margin-bottom: 30px;
  font-size: 4em;
  line-height: 1em;
}
.container.surveys.survey_teacher h3 {
  color: #333;
  font-weight: 800;
}
.container.surveys.survey_teacher .question {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.container.surveys.survey_teacher .question:last-child {
  border-bottom: 0px;
}
.container.surveys.survey_teacher .question .graph .graph_bar {
  height: 2em;
  line-height: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  padding-left: 0.2em;
  text-indent: 0.3em;
  background: #efefef;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 0.3em;
  color: #666;
  white-space: nowrap;
}
.container.surveys.survey_teacher .question label {
  color: #999;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.container.surveys.survey_teacher .question blockquote {
  font-style: italic;
  color: #999;
  float: none;
  margin-left: 0px;
  overflow: hidden;
}
.container.surveys.survey_teacher .question hr {
  margin: 0px;
  margin-bottom: 20px;
}
.container.surveys.optional_view .question {
  border-color: #ccc;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
.container.surveys.optional_view .question label {
  color: #666;
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
.container.surveys.optional_view .question label strong {
  color: #333;
  font-size: 0.8em;
  display: block;
  line-height: 1em;
}
.container.surveys.optional_view .question .span4 {
  color: #999;
  padding-top: 2em;
  padding-bottom: 0.6em;
}
.container.surveys.optional_view .question .span4 em {
  font-size: 4em;
  font-style: normal;
  font-weight: 800;
  color: #ccc;
  display: block;
  padding-bottom: 0.3em;
}
.container.surveys .chzn-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 38px !important;
  border-color: #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
}
.container.surveys .chzn-choices input {
  height: 26px;
  margin-left: 9px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
}
.container.surveys .chzn-choices .search-choice {
  margin-top: 8px;
  margin-left: 7px;
}
.container.surveys .chzn-drop {
  margin-top: -3px;
  border-color: #ccc;
  border-top: 1px solid #efefef;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.container.surveys .chzn-drop .chzn-results li {
  line-height: 25px;
  padding-left: 15px;
  color: #666;
}
.container.surveys .chzn-drop .chzn-results li.highlighted {
  color: white;
}
.container.surveys .chzn-container-single {
  height: 40px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.surveys .chzn-container-single .chzn-single {
  line-height: 40px;
  height: 40px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #666;
  border-color: #cccccc;
  padding-left: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  background: none;
}
.container.surveys .chzn-container-single .chzn-single b {
  background: none;
}
.container.surveys .chzn-container-single .chzn-drop {
  margin-top: 0px;
  border-color: #ccc;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}
.container.surveys .chzn-container-single .chzn-drop .chzn-results {
  margin: 0px !important;
  padding: 0px !important;
}
.container.surveys .chzn-container-single .chzn-drop .chzn-search input {
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
  background: url(/chosen/chosen-sprite.png) no-repeat 425px -20px;
}
.container.surveys.surveys_new .survey_done {
  text-align: center;
}
.container.surveys.surveys_new .survey_done h2 {
  font-size: 4em;
  line-height: 1em;
  font-weight: 200;
  color: #333;
}
.container.surveys.surveys_new .survey_done p {
  line-height: 1.5em;
  color: #666;
  margin-top: 1em;
  font-size: 1.3em;
}
.container.surveys.surveys_new .survey_form .control-group,
.container.surveys.surveys_new .survey_results .control-group {
  overflow: visible;
}
.container.surveys.surveys_new .survey_form .nav-tabs,
.container.surveys.surveys_new .survey_results .nav-tabs {
  text-align: center;
}
.container.surveys.surveys_new .survey_form .nav-tabs li,
.container.surveys.surveys_new .survey_results .nav-tabs li {
  float: none;
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .nav-tabs li a,
.container.surveys.surveys_new .survey_results .nav-tabs li a {
  line-height: 1.5em;
  font-weight: bold;
}
.container.surveys.surveys_new .survey_form .nav-tabs li a > i,
.container.surveys.surveys_new .survey_results .nav-tabs li a > i {
  display: none;
  font-size: 1.5em;
  vertical-align: -3px;
}
.container.surveys.surveys_new .survey_form .nav-tabs li.done a,
.container.surveys.surveys_new .survey_results .nav-tabs li.done a {
  padding-left: 6px;
  color: #51a351;
}
.container.surveys.surveys_new .survey_form .nav-tabs li.done a > i.icon-ok-sign,
.container.surveys.surveys_new .survey_results .nav-tabs li.done a > i.icon-ok-sign {
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .nav-tabs li.missing a,
.container.surveys.surveys_new .survey_results .nav-tabs li.missing a {
  padding-left: 6px;
  color: #FF3D44 !important;
}
.container.surveys.surveys_new .survey_form .nav-tabs li.missing a > i.icon-exclamation-sign,
.container.surveys.surveys_new .survey_results .nav-tabs li.missing a > i.icon-exclamation-sign {
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .group > h3,
.container.surveys.surveys_new .survey_results .group > h3 {
  line-height: 1.3em;
  font-weight: 400;
}
.container.surveys.surveys_new .survey_form .group > h3 strong,
.container.surveys.surveys_new .survey_results .group > h3 strong {
  font-weight: 700;
}
.container.surveys.surveys_new .survey_form .group .question,
.container.surveys.surveys_new .survey_results .group .question {
  padding-bottom: 3em;
}
.container.surveys.surveys_new .survey_form .group .question label,
.container.surveys.surveys_new .survey_results .group .question label {
  color: #999;
  margin-top: 2em;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 100;
}
.container.surveys.surveys_new .survey_form .group .question > em,
.container.surveys.surveys_new .survey_results .group .question > em {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 700;
  color: #666;
  line-height: 1.5em;
}
.container.surveys.surveys_new .survey_form .group .question.done label,
.container.surveys.surveys_new .survey_results .group .question.done label {
  color: #51a351;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul,
.container.surveys.surveys_new .survey_results .group .question .controls > ul {
  margin-top: 4em;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li {
  font-size: 1.5em;
  color: #666;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li > h1,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li > h1,
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li .results > h1,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li .results > h1 {
  cursor: pointer;
  font-weight: 200;
  font-size: 1.3em;
  line-height: 1.3em;
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li > h1 > i,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li > h1 > i,
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li .results > h1 > i,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li .results > h1 > i {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li > h1 .user_answer,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li > h1 .user_answer,
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li .results > h1 .user_answer,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li .results > h1 .user_answer {
  font-size: 0.8em;
  display: none;
  font-weight: bold;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li > h1 .user_answer:before,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li > h1 .user_answer:before,
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li .results > h1 .user_answer:before,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li .results > h1 .user_answer:before {
  content: "— ";
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer i.icon-star,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer i.icon-star {
  color: #51a351;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer.done,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer.done {
  color: #51a351;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer.done > h1,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer.done > h1 {
  font-size: 1em;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer.done > h1 > i,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer.done > h1 > i {
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer.done > h1 > i.icon-pencil,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer.done > h1 > i.icon-pencil {
  color: #ccc;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer.done > h1 .user_answer,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer.done > h1 .user_answer {
  display: inline;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer.done .stars,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer.done .stars {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer.done + li:not(.done),
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer.done + li:not(.done) {
  margin-top: 2em;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer .stars,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer .stars {
  padding-top: 1em;
  padding-bottom: 0.4em;
  cursor: default;
  color: #ccc;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer .stars i,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer .stars i {
  cursor: pointer;
  font-size: 1.4em;
  float: left;
  width: auto;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer .stars p,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer .stars p {
  font-size: 0.7em;
  color: #fff;
  padding-top: 1em;
  margin: 0px;
  line-height: 2em;
  clear: both;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.stars_answer .stars:hover p,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.stars_answer .stars:hover p {
  color: #ccc;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.radios_answer i.icon-radio,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.radios_answer i.icon-radio {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.radios_answer input[type=radio],
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.radios_answer input[type=radio] {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.radios_answer.checked .radios i.icon-radio-empty,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.radios_answer.checked .radios i.icon-radio-empty {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.radios_answer.checked .radios i.icon-radio,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.radios_answer.checked .radios i.icon-radio {
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.radios_answer input[type=radio]:checked + h1 .radios i.icon-radio-empty,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.radios_answer input[type=radio]:checked + h1 .radios i.icon-radio-empty {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.radios_answer input[type=radio]:checked + h1 .radios i.icon-radio,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.radios_answer input[type=radio]:checked + h1 .radios i.icon-radio {
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.radios_answer .radios,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.radios_answer .radios {
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.radios_answer .radios .icon-check,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.radios_answer .radios .icon-check {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.checkboxes_answer i.icon-check,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.checkboxes_answer i.icon-check {
  display: none;
  color: #51a351;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.checkboxes_answer input[type=checkbox],
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.checkboxes_answer input[type=checkbox] {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.checkboxes_answer.checked .checkboxes i.icon-check-empty,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.checkboxes_answer.checked .checkboxes i.icon-check-empty {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.checkboxes_answer.checked .checkboxes i.icon-check,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.checkboxes_answer.checked .checkboxes i.icon-check {
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.checkboxes_answer input[type=checkbox]:checked + h1 .checkboxes i.icon-check-empty,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.checkboxes_answer input[type=checkbox]:checked + h1 .checkboxes i.icon-check-empty {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.checkboxes_answer input[type=checkbox]:checked + h1 .checkboxes i.icon-check,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.checkboxes_answer input[type=checkbox]:checked + h1 .checkboxes i.icon-check {
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.checkboxes_answer .checkboxes,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.checkboxes_answer .checkboxes {
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.checkboxes_answer .checkboxes .icon-check,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.checkboxes_answer .checkboxes .icon-check {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.select_answer,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.select_answer {
  padding-top: 1em;
  padding-bottom: 1em;
  cursor: default;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.select_answer > h1,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.select_answer > h1 {
  display: block;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.select_answer.done,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.select_answer.done {
  color: #51a351;
  padding: 0;
  cursor: pointer;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.select_answer.done > h1,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.select_answer.done > h1 {
  font-size: 1em;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.select_answer.done > h1 .user_answer,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.select_answer.done > h1 .user_answer {
  display: inline;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.select_answer.done > h1 > i,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.select_answer.done > h1 > i {
  display: inline-block;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.select_answer.done > h1 > i.icon-pencil,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.select_answer.done > h1 > i.icon-pencil {
  color: #ccc;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.select_answer.done select,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.select_answer.done select,
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.select_answer.done .chzn-container,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.select_answer.done .chzn-container {
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.input_answer > i.icon-ok,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.input_answer > i.icon-ok,
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.textarea_answer > i.icon-ok,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.textarea_answer > i.icon-ok {
  color: #51a351;
  display: none;
}
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.input_answer.done > i.icon-ok,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.input_answer.done > i.icon-ok,
.container.surveys.surveys_new .survey_form .group .question .controls > ul > li.textarea_answer.done > i.icon-ok,
.container.surveys.surveys_new .survey_results .group .question .controls > ul > li.textarea_answer.done > i.icon-ok {
  display: inline-block;
}
.container.surveys.surveys_new .survey_results li.answer .results {
  margin-top: 1em;
  padding-bottom: 2em;
}
.container.surveys.surveys_new .survey_results li.answer .results .chart li {
  font-weight: 700;
  line-height: 1em;
}
.container.surveys.surveys_new .survey_results li.answer .results .chart li .bar {
  background: #57b857;
  border-bottom: 1px solid #2b652b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.container.surveys.surveys_new .survey_results li.answer .results .chart li .bar p {
  color: #2b652b;
  min-width: 780px;
  margin: 0;
}
.container.surveys.surveys_new .survey_results li.answer .results .chart li .bar p span.info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding-left: 0.6em;
  padding-right: 0.5em;
  min-width: 60px;
  text-align: center;
  vertical-align: middle;
}
.container.surveys.surveys_new .survey_results li.answer .results .chart li .bar p span.info > i.icon-star {
  color: #2b652b;
  margin-left: -0.3em;
}
.container.surveys.surveys_new .survey_results li.answer .results .chart li .bar p span.details {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #2b652b;
  padding-left: 1em;
  line-height: 2em;
  display: table-cell;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.03em;
  color: #2b652b;
  max-width: 680px;
}
.container.surveys.surveys_new .survey_results li.answer .results .chart li:hover .bar {
  background: #69bf69;
  color: #327632;
}
.container.surveys.surveys_new .survey_results li.answer.checkboxes_answer .results,
.container.surveys.surveys_new .survey_results li.answer.radios_answer .results,
.container.surveys.surveys_new .survey_results li.answer.select_answer .results {
  padding-bottom: 0px;
  margin-top: 0;
}
.container.surveys.surveys_new .survey_results li.answer.checkboxes_answer .results .chart li .bar p span.info,
.container.surveys.surveys_new .survey_results li.answer.radios_answer .results .chart li .bar p span.info,
.container.surveys.surveys_new .survey_results li.answer.select_answer .results .chart li .bar p span.info {
  width: 100px;
}
.container.surveys.surveys_new .survey_results li.answer.checkboxes_answer .results .chart li .bar p span.details,
.container.surveys.surveys_new .survey_results li.answer.radios_answer .results .chart li .bar p span.details,
.container.surveys.surveys_new .survey_results li.answer.select_answer .results .chart li .bar p span.details {
  line-height: 1em;
  text-transform: none;
  font-size: 0.9em;
  letter-spacing: 0;
}
.container.surveys.surveys_new .survey_results li.answer.checkboxes_answer .results .chart li .bar p span.details em,
.container.surveys.surveys_new .survey_results li.answer.radios_answer .results .chart li .bar p span.details em,
.container.surveys.surveys_new .survey_results li.answer.select_answer .results .chart li .bar p span.details em {
  letter-spacing: 0.03em;
  display: block;
  font-style: normal;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-size: 0.8em;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments header .comments_toggle,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments header .comments_toggle {
  padding: 0.7em;
  padding-left: 0.2em;
  font-size: 2em;
  text-decoration: none;
  background: #57b857;
  color: #2b652b;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments header .comments_toggle em,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments header .comments_toggle em {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  font-style: normal;
  font-weight: 700;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments header .comments_toggle em i,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments header .comments_toggle em i {
  margin-left: -0.25em;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments header .comments_toggle strong,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments header .comments_toggle strong {
  font-weight: 400;
  display: block;
  font-size: 0.5em;
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding-left: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.3em;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments header .comments_toggle > i,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments header .comments_toggle > i {
  font-size: 1em;
  width: 10%;
  vertical-align: middle;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments header .comments_toggle > i.icon-chevron-down,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments header .comments_toggle > i.icon-chevron-down {
  display: table-cell;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments header .comments_toggle > i.icon-chevron-up,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments header .comments_toggle > i.icon-chevron-up {
  display: none;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments header .comments_toggle:hover,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments header .comments_toggle:hover {
  background: #69bf69;
  color: #327632;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments header.open .comments_toggle > i.icon-chevron-up,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments header.open .comments_toggle > i.icon-chevron-up {
  display: table-cell;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments header.open .comments_toggle > i.icon-chevron-down,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments header.open .comments_toggle > i.icon-chevron-down {
  display: none;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments ul,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments ul {
  border-top: 1px solid #2b652b;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments ul li,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments ul li {
  border-bottom: 1px solid #2b652b;
  line-height: 1.3em;
  display: table;
  width: 100%;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments ul li span,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments ul li span {
  font-size: 2em;
  font-weight: 800;
  background: #57b857;
  color: #2b652b;
  display: table-cell;
  vertical-align: middle;
  width: 20% !important;
  line-height: 2em;
  text-align: center;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments ul li p,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments ul li p {
  display: table-cell;
  width: 80% !important;
  vertical-align: middle;
  line-height: 1.5em;
  padding-left: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2b652b;
  padding-top: 1em;
  padding-bottom: 1em;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments ul li:last-child,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments ul li:last-child {
  border-bottom: 0px;
}
.container.surveys.surveys_new .survey_results li.answer.input_answer .results .comments ul li:hover span,
.container.surveys.surveys_new .survey_results li.answer.textarea_answer .results .comments ul li:hover span {
  background: #69bf69;
  color: #327632;
}
.container.surveys.surveys_new .survey_stats {
  padding-top: 30px;
}
.container.surveys.surveys_new .survey_stats header {
  text-transform: uppercase;
}
.container.surveys.surveys_new .survey_stats header h1 {
  font-weight: 200;
  font-size: 3.5em;
  color: #2b652b;
  margin: 0;
}
.container.surveys.surveys_new .survey_stats header h2 {
  font-weight: 700;
  font-size: 1.7em;
  color: #3a883a;
  margin: 0;
  margin-top: 0.5em;
  letter-spacing: 1px;
}
.container.surveys.surveys_new .survey_stats header h3 {
  font-weight: 500;
  color: #8dcf8d;
  margin: 0;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.container.surveys.surveys_new .survey_stats header strong {
  font-weight: 700;
}
.container.surveys.surveys_new .survey_stats section {
  margin-top: 4em;
}
.container.surveys.surveys_new .survey_stats section .span4 h1 {
  text-align: center;
  color: #3a883a;
  font-size: 1.5em;
  font-weight: 400;
}
.container.surveys.surveys_new .survey_stats section .span4 ul li .bar {
  background: #57b857;
  border-bottom: 1px solid #2b652b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.container.surveys.surveys_new .survey_stats section .span4 ul li .bar p {
  min-width: 300px;
  color: #2b652b;
  margin: 0;
  font-weight: 700;
}
.container.surveys.surveys_new .survey_stats section .span4 ul li .bar p span.info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.6em;
  padding-right: 0.5em;
  min-width: 1.5em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.surveys.surveys_new .survey_stats section .span4 ul li .bar p span.details {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #2b652b;
  padding-left: 1em;
}
.container.surveys.surveys_new .survey_stats section .span4 ul li:hover .bar {
  background: #69bf69;
  color: #327632;
}
.container.avaliacoes .table_content h3 {
  font-size: 2em;
}
.container.avaliacoes .table_content h3 span {
  font-weight: 100;
  color: #666;
  display: block;
  line-height: 0.8em;
}
.container.avaliacoes .batch_block {
  margin-bottom: 0px;
}
.container.avaliacoes .batch_block input[type=text] {
  margin-bottom: 0px;
}
.container.avaliacoes .batch_block button {
  margin-left: 10px;
}
.container.avaliacoes .blocks .alert {
  padding-right: 14px;
}
.container.gestao_ucs table .btns {
  width: 10%;
}
.container.gestao_ucs table .btns a {
  width: 16px;
}
.container.pagamentos header h1 {
  font-weight: 100;
  color: #ccc;
  font-size: 3.3em;
  margin-bottom: 20px;
}
.container.pagamentos header span {
  color: #999;
}
.container.pagamentos header + hr {
  margin-top: 0px;
}
.container.pagamentos hr + table {
  margin-bottom: 100px;
}
.container.pagamentos tr.yellow td {
  background: #ffff80;
}
.image_cell_wrapper .image_cell {
  padding-right: 50px;
}
.image_cell_wrapper .image_cell img {
  width: 22px !important;
  padding: 2px;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  margin-top: -3px;
}
.image_cell_wrapper:hover .image_cell img {
  width: 75px !important;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  margin-top: -28px;
  margin-left: -26px;
  z-index: 100;
}
.container.summary table span.highlight {
  background: #fcf8e3;
  color: #c09853;
  border-bottom: 1px solid #fbeed5;
}
.container.summary .search {
  overflow: hidden;
}
.container.summary .search input,
.container.summary .search button {
  font-size: 20px;
  height: 50px;
  line-height: 1em;
  float: left;
}
.container.summary .search button.calendar_btn {
  margin-left: 8px;
  width: 50px;
}
.container.summary .search .input-wrapper {
  position: relative;
}
.container.summary .search .input-wrapper a.clean-search {
  display: none;
  position: absolute;
  background: #BBB;
  width: 24px;
  height: 24px;
  right: 4%;
  top: 13px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  color: white;
}
.container.summary .search .input-wrapper a.clean-search:hover {
  text-decoration: none;
  background: #CCC;
}
.container.summary .search input[type=text] {
  padding-left: 15px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.summary .pagination li a {
  line-height: 38px;
  height: 38px;
}
.container.summary .tags li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.container.summary .tags li a {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.summary .tags li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.container.summary .tags li span {
  margin-right: 5px;
}
.container.summary .tags li.selected {
  background: rgba(0, 0, 0, 0.05);
}
.container.summary .btn-mini {
  letter-spacing: 1px;
}
.container.summary .hero-unit {
  overflow: visible;
}
.container.summary .hero-unit i.icon-chevron-down,
.container.summary .hero-unit i.icon-chevron-left {
  font-size: 0.8em;
  vertical-align: 1px;
}
.container.summary .hidden_inputs {
  position: absolute;
  top: 0px;
  z-index: 10;
  visibility: hidden;
}
.container.summary .search form {
  position: relative;
}
.container.summary .search form .input-wrapper {
  z-index: 30;
}
.container.summary h2 {
  font-weight: 300;
  color: #999;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.container.summary .table_content tr.new {
  font-weight: bold;
}
.container.summary .table_content tr.locked {
  color: #ccc;
}
.container.summary .table_content .unlock {
  margin-right: 1em;
}
.container.summary .table_content .label {
  padding-bottom: 0px;
  padding-right: 2px;
}
.container.summary.template header h2 {
  margin-bottom: 0px !important;
}
.container.summary.template header h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #666;
  font-size: 1.1em;
  line-height: 1.2em;
}
.container.summary.template form h2 {
  font-weight: 300;
  color: #999;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.container.summary.template form label {
  line-height: 40px;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.container.summary.template form label.double-line {
  line-height: 1em;
}
.container.summary.template form #template_date,
.container.summary.template form #template_presencas_data {
  z-index: 4;
  position: relative;
}
.container.summary.template form textarea {
  height: 8em;
  font-size: 16px;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
}
.container.summary.template form .expandingArea pre {
  height: 0px !important;
  visibility: hidden;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 526px;
}
.container.summary.template form .expandingArea pre span {
  white-space: pre;
  word-wrap: break-word;
}
.container.summary.template form .expandingArea textarea {
  resize: none;
}
.container.summary.template form .controls.checkbox_wrapper {
  line-height: 40px;
}
.container.summary.template form .controls.checkbox_wrapper input {
  margin-top: 2px;
  vertical-align: text-top;
  display: none;
}
.container.summary.template form .controls.checkbox_wrapper label {
  margin-left: 0.5em;
  font-weight: normal;
  float: none;
  display: inline;
}
.container.summary.template form .table .name_toggle {
  cursor: pointer;
}
.container.summary.template form .table tr .image_cell {
  padding-right: 50px;
}
.container.summary.template form .table tr .image_cell img {
  width: 22px !important;
  padding: 2px;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  margin-top: -3px;
}
.container.summary.template form .table tr:hover .image_cell img {
  width: 75px !important;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  margin-top: -28px;
  margin-left: -26px;
  z-index: 100;
}
.container.summary.template form .table tr .image_cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.summary.template form .table tr .progress {
  margin-bottom: 0px;
  height: 8px;
  margin-top: 8px;
}
.container.summary.template form .table tr.delete td {
  line-height: 22px;
}
.container.summary.template form .table tr.delete:hover td img {
  width: 22px;
  position: absolute;
  top: 5px;
  left: 8px;
  -o-transition: 0.03s;
  -webkit-transition: 0.03s;
  -moz-transition: 0.03s;
  transition: 0.03s;
  padding: 2px;
}
.container.summary.template form .input-append .table tr:hover .image_cell img {
  top: -25px;
  left: -20px;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.container.summary.template form .controls .chzn-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 38px !important;
  border-color: #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
}
.container.summary.template form .controls .chzn-choices input {
  height: 26px;
  margin-left: 9px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
}
.container.summary.template form .controls .chzn-choices .search-choice {
  margin-top: 8px;
  margin-left: 7px;
  background: #f6f6f6;
  color: #666;
}
.container.summary.template form .controls .chzn-choices .search-choice span {
  line-height: 1.1em;
}
.container.summary.template form .controls .chzn-choices .search-choice a {
  top: 4px;
  right: 4px;
}
.container.summary.template form .controls .chzn-drop {
  margin-top: -3px;
  border-color: #ccc;
  border-top: 1px solid #efefef;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.container.summary.template form .controls .chzn-drop .chzn-results li {
  line-height: 25px;
  padding-left: 15px;
  color: #666;
}
.container.summary.template form .controls .chzn-drop .chzn-results li.highlighted {
  color: white;
}
.container.summary.template form .controls .chzn-drop .chzn-results li.group-result {
  border-top: 1px solid #ccc;
}
.container.summary.template form .controls .chzn-container-single {
  height: 40px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.summary.template form .controls .chzn-container-single .chzn-single {
  line-height: 40px;
  height: 40px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #666;
  border-color: #cccccc;
  padding-left: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.container.summary.template form .controls .chzn-container-single .chzn-single b {
  background: none;
}
.container.summary.template form .controls .chzn-container-single .chzn-drop {
  margin-top: 0px;
  border-color: #ccc;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}
.container.summary.template form .controls .chzn-container-single .chzn-drop .chzn-results {
  margin: 0px !important;
  padding: 0px !important;
}
.container.summary.template form .controls .chzn-container-single .chzn-drop .chzn-search input {
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
  background: url(/chosen/chosen-sprite.png) no-repeat 340px -20px;
}
.container.summary.template form .students h2 {
  float: left;
  margin-bottom: 0px;
}
.container.summary.template form .students .span4 button {
  outline: none;
}
.container.summary.template form .student_list p {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.container.summary.template form .student_list .presencas {
  display: none;
}
.container.summary.template form .student_list .search_student_wrapper .table {
  font-size: 12px;
}
.container.summary.template form .student_list .search_student_wrapper .table .image_cell {
  padding-right: 40px;
  width: 30px;
}
.container.template.sumario form .student_list .presencas {
  display: table-cell;
  font-weight: normal;
}
.container.template.sumario form .student_list th.presencas {
  font-weight: bold;
}
.container.template.sumario form .student_list tr.delete td {
  line-height: 20px;
}
.container.template.sumario form .student_list .search_student_wrapper .presencas {
  display: none;
}
.container.template.sumario form[action*=new] table .presencas {
  display: none;
}
.container.dashboard select {
  width: 100%;
}
.container.dashboard .chzn-container-single .chzn-search input {
  background: url('/chosen/chosen-sprite.png') no-repeat 120% -20px;
}
.container.dashboard .hero-unit {
  background: #f9f9f9;
  padding: 60px;
  border: 1px solid #efefef;
  margin-bottom: 0px;
  position: relative;
  z-index: 20;
  margin-top: -10px;
}
.container.dashboard .hero-unit a.trigger {
  color: #333;
  text-decoration: none;
  cursor: default;
}
.container.dashboard .hero-unit a.trigger h1 {
  margin-top: 0px;
}
.container.dashboard .hero-unit a.trigger h1 i {
  color: #999;
  float: right;
  display: none;
}
.container.dashboard .hero-unit.secondary {
  margin-top: -10px;
  padding: 2em;
  padding-left: 2.5em;
  z-index: 10;
  background: #efefef;
  font-size: 0.5em;
}
.container.dashboard .hero-unit.secondary a {
  cursor: pointer;
}
.container.dashboard .hero-unit.secondary a h1 {
  font-size: 3em;
  line-height: 1.5em;
  font-weight: 600;
  color: #666;
}
.container.dashboard .hero-unit.secondary a h1 i {
  display: inline;
}
.container.dashboard .hero-unit.secondary a:hover h1,
.container.dashboard .hero-unit.secondary a:hover h1 i {
  color: #333;
}
.container.dashboard .hero-unit.secondary p,
.container.dashboard .hero-unit.secondary a.btn {
  display: none;
}
.container.dashboard .hero-unit.secondary + .secondary h1 {
  margin-top: 0px;
}
.container.dashboard .hero-unit ~ .secondary {
  padding-top: 3em;
}
.container.dashboard section > h1 {
  font-weight: 900;
  margin-bottom: 0px;
}
.container.dashboard section > h2 {
  margin-top: 0px;
  color: #999;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1em;
}
.container.dashboard .presencas h2 {
  margin-bottom: 2em;
}
.container.dashboard .presencas article {
  padding-bottom: 0.5em;
}
.container.dashboard .presencas article .progress {
  height: 9px;
}
.container.dashboard .presencas article .progress .bar {
  cursor: pointer;
}
.container.dashboard .presencas article .progress .bar-empty {
  background: #ccc;
}
.container.dashboard .presencas article h4 {
  font-weight: 600;
  color: #666;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.3em;
}
.container.dashboard .presencas article dl,
.container.dashboard .presencas article p {
  font-size: 0.8em;
  margin-top: 0px;
  margin-bottom: 3px;
}
.container.dashboard .presencas article dl dt,
.container.dashboard .presencas article p dt {
  display: inline;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}
.container.dashboard .presencas article dl dd,
.container.dashboard .presencas article p dd {
  display: inline;
  margin-left: 0.1em;
  margin-right: 0.8em;
  color: #666;
}
.container.dashboard .presencas article dl dd:last-child,
.container.dashboard .presencas article p dd:last-child {
  margin-right: 0px;
}
.container.dashboard .presencas article p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}
.container.dashboard .sumarios > h2 {
  margin-bottom: 1.6em;
}
.container.dashboard .sumarios article {
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.container.dashboard .sumarios article h4 {
  font-weight: 400;
  color: #333;
  margin-top: 0px;
  line-height: 1.3em;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.container.dashboard .sumarios article h4 small {
  margin-left: 0.5em;
}
.container.dashboard .sumarios article header {
  cursor: pointer;
}
.container.dashboard .sumarios article header > h5 {
  margin-top: 0px;
  line-height: 1em;
  font-size: 0.8em;
  color: #999;
  position: relative;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.dashboard .sumarios article header > h5 span.label {
  background: none;
  line-height: 0.8em;
  font-weight: 700;
  font-size: 1em;
  margin-left: 1em;
  padding-left: 1.5em;
  padding-right: 0.8em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  float: right;
  min-width: 130px;
  text-align: right;
}
.container.dashboard .sumarios article header > h5 span.label i {
  font-size: 1.3em;
  vertical-align: -1px;
}
.container.dashboard .sumarios article header > h5 span.label.pending {
  color: #999;
}
.container.dashboard .sumarios article .class {
  opacity: 1;
}
.container.dashboard .sumarios article .class:hover h5 {
  color: #666;
}
.container.dashboard .sumarios article .class:hover h5 span.label {
  color: #666;
}
.container.dashboard .sumarios article .class.closed {
  opacity: .3;
}
.container.dashboard .sumarios article.closed {
  opacity: .3;
}
.container.dashboard .sumarios article .summary_content {
  display: none;
  margin-top: 1em;
  margin-bottom: 2em;
  overflow: hidden;
  padding-left: 2em;
  border-left: 1px solid #efefef;
  margin-left: 4px;
}
.container.dashboard .sumarios article h5 {
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666;
  margin-bottom: 3px;
  clear: left;
}
.container.dashboard .sumarios article p {
  color: #999;
  margin-bottom: 1.3em;
  line-height: 1.5em;
}
.container.dashboard .sumarios article p a {
  color: #333;
  text-decoration: underline;
}
.container.dashboard .sumarios article p a:hover {
  text-decoration: none;
}
.container.dashboard .sumarios article p:last-child {
  margin-bottom: 2em;
}
.container.dashboard .sumarios article:last-of-type {
  border-bottom: 0px;
}
.container.dashboard .biblioteca > h2,
.container.dashboard .eventos > h2 {
  margin-bottom: 15px;
}
.container.dashboard .biblioteca .books_wrapper,
.container.dashboard .eventos .books_wrapper,
.container.dashboard .biblioteca .dvds_wrapper,
.container.dashboard .eventos .dvds_wrapper {
  margin-top: 10px;
}
.container.dashboard .biblioteca .books_wrapper h4,
.container.dashboard .eventos .books_wrapper h4,
.container.dashboard .biblioteca .dvds_wrapper h4,
.container.dashboard .eventos .dvds_wrapper h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}
.container.dashboard .biblioteca article,
.container.dashboard .eventos article {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0px;
}
.container.dashboard .biblioteca article a,
.container.dashboard .eventos article a {
  color: #666;
  text-decoration: none;
  overflow: hidden;
  display: block;
}
.container.dashboard .biblioteca article a .thumbnail.image,
.container.dashboard .eventos article a .thumbnail.image {
  width: 40px;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.container.dashboard .biblioteca article a .thumbnail.image i,
.container.dashboard .eventos article a .thumbnail.image i {
  font-size: 5em;
  line-height: 40px;
  color: #efefef;
  position: absolute;
  top: 20px;
  left: 10px;
}
.container.dashboard .biblioteca article a .thumbnail.image i.icon-book,
.container.dashboard .eventos article a .thumbnail.image i.icon-book {
  left: -20px;
}
.container.dashboard .biblioteca article a .thumbnail.image.icon_wrapper,
.container.dashboard .eventos article a .thumbnail.image.icon_wrapper {
  min-height: 40px;
}
.container.dashboard .biblioteca article a .text_wrapper,
.container.dashboard .eventos article a .text_wrapper {
  float: left;
  margin-left: 20px;
}
.container.dashboard .biblioteca article a .text_wrapper h2,
.container.dashboard .eventos article a .text_wrapper h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0px;
  font-weight: 600;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
}
.container.dashboard .biblioteca article a .text_wrapper h3,
.container.dashboard .eventos article a .text_wrapper h3,
.container.dashboard .biblioteca article a .text_wrapper time,
.container.dashboard .eventos article a .text_wrapper time {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  float: none;
  margin-left: 0px;
}
.container.dashboard .biblioteca article a:hover,
.container.dashboard .eventos article a:hover {
  color: #333;
}
.container.dashboard .biblioteca article:last-of-type,
.container.dashboard .eventos article:last-of-type {
  border-bottom: 0px;
}
.container.dashboard .emp_ofertas > .row > div {
  padding-top: 60px;
}
.container.dashboard .emp_ofertas > .row > div h3 {
  font-size: 8em;
  color: #333;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
  margin: 0px;
}
.container.dashboard .emp_ofertas > .row > div h4 {
  font-size: 1.4em;
  color: #ccc;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0px;
}
.container.dashboard .emp_ofertas > .row > div ul li {
  font-size: 1.2em;
}
.container.dashboard .emp_ofertas > .row > div ul li a {
  line-height: 2.5em;
  display: block;
  border-bottom: 1px solid #ccc;
  color: #333;
  text-decoration: none;
}
.container.dashboard .emp_ofertas > .row > div ul li a:hover {
  background: #f7f7f7;
}
.container.dashboard .emp_ofertas > .row > div ul li .id {
  color: #ccc;
  font-weight: 600;
  padding-right: 0.5em;
}
.container.dashboard .emp_ofertas > .row > div ul li i {
  color: #999;
  font-style: normal;
}
.container.dashboard .emp_ofertas > .row > div ul li .numberOffers {
  float: right;
  font-size: 0.8em;
  font-weight: 600;
  margin-right: 10px;
}
.container.dashboard .emp_ofertas > .row > div ul li .noOffer {
  color: red;
}
.container.dashboard .emp_ofertas > .row > div ul li .date {
  float: right;
  font-size: 0.8em;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
}
.container.dashboard .emp_ofertas > .row > div ul li:last-child a {
  border: none;
}
.container.dashboard .emp_ofertas > .row .employers_wrapper ul {
  height: 500px;
  overflow: auto;
}
.container.dashboard .emp_ofertas > .row .offers_wrapper ul {
  height: 500px;
  overflow: auto;
}
.container.dashboard .emp_ofertas > .row .staging_offers_wrapper ul {
  max-height: 500px;
  overflow: auto;
}
.container.dashboard .work_offers > .row > div {
  padding-top: 60px;
  padding-bottom: 30px;
}
.container.dashboard .work_offers > .row > div h3 {
  font-size: 8em;
  color: #333;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
  margin: 0px;
}
.container.dashboard .work_offers > .row > div h4 {
  font-size: 1.4em;
  color: #ccc;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0px;
}
.container.dashboard .erasmus > .row {
  font-size: 1.2em;
}
.container.dashboard .erasmus > .row p {
  line-height: 1.4em;
}
.container.dashboard .erasmus form label {
  font-size: 1.3em;
  font-weight: bold;
}
.container.dashboard .erasmus form label span {
  color: #ccc;
  display: block;
  font-weight: normal;
  font-size: 0.7em;
}
.container.dashboard .erasmus form label input {
  margin-right: 0.5em;
  height: 30px;
}
.container.dashboard .schedule table {
  font-size: 1.3em;
}
.container.dashboard .schedule table td {
  line-height: 1.5em;
}
.container.dashboard .schedule table td .day {
  display: block;
  font-size: 0.8em;
  font-weight: 600;
}
.container.dashboard .google_text {
  font-size: 1.3em;
}
.container.dashboard .google_text p {
  line-height: 1.5em;
}
.container.dashboard .google_text h3 {
  margin: 0;
  font-weight: 800;
  line-height: 1.3em;
}
.container.dashboard .google_text h3.pass_wrapper {
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.container.dashboard .google_text h3.pass_wrapper span {
  width: auto;
}
.container.dashboard .google_text h3.pass_wrapper a {
  text-decoration: none;
}
.container.uc_settings table span.highlight {
  background: #fcf8e3;
  color: #c09853;
  border-bottom: 1px solid #fbeed5;
}
.container.uc_settings .search {
  overflow: hidden;
}
.container.uc_settings .search input,
.container.uc_settings .search button {
  font-size: 20px;
  height: 50px;
  line-height: 1em;
  float: left;
}
.container.uc_settings .search button.calendar_btn {
  margin-left: 8px;
  width: 50px;
}
.container.uc_settings .search .input-wrapper {
  position: relative;
}
.container.uc_settings .search .input-wrapper a.clean-search {
  display: none;
  position: absolute;
  background: #BBB;
  width: 24px;
  height: 24px;
  right: 4%;
  top: 13px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  color: white;
}
.container.uc_settings .search .input-wrapper a.clean-search:hover {
  text-decoration: none;
  background: #CCC;
}
.container.uc_settings .search input[type=text] {
  padding-left: 15px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.uc_settings .pagination li a {
  line-height: 38px;
  height: 38px;
}
.container.uc_settings .tags li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.container.uc_settings .tags li a {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.uc_settings .tags li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.container.uc_settings .tags li span {
  margin-right: 5px;
}
.container.uc_settings .tags li.selected {
  background: rgba(0, 0, 0, 0.05);
}
.container.uc_settings .btn-mini {
  letter-spacing: 1px;
}
.container.uc_settings i.icon-chevron-left {
  font-size: 0.8em;
  vertical-align: 1px;
}
.container.uc_settings h1.light {
  font-weight: 200;
}
.container.uc_settings .table_content tr .image_cell {
  padding-right: 50px;
}
.container.uc_settings .table_content tr .image_cell img {
  width: 22px !important;
  padding: 2px;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  margin-top: -3px;
}
.container.uc_settings .table_content tr:hover .image_cell img {
  width: 75px !important;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  margin-top: -28px;
  margin-left: -26px;
  z-index: 100;
}
.container.uc_settings .form-actions {
  margin-left: 0px;
}
.ui-autocomplete {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ui-autocomplete li {
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}
.ui-autocomplete li a {
  padding: 5px;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.container.secretaria.certificados form header {
  *zoom: 1;
  margin-bottom: 4em;
}
.container.secretaria.certificados form header:before,
.container.secretaria.certificados form header:after {
  display: table;
  content: "";
  line-height: 0;
}
.container.secretaria.certificados form header:after {
  clear: both;
}
.container.secretaria.certificados form header h2 {
  font-weight: 200;
  margin-bottom: 0px;
  color: #333;
}
.container.secretaria.certificados form header h3 {
  margin-top: 0px;
  color: #666;
  font-size: 1.5em;
}
.container.secretaria.certificados form header p {
  margin-top: 1em;
  font-size: 1.2em;
  line-height: 1.6em;
  color: #999;
}
.container.secretaria.certificados form label {
  line-height: 40px;
}
.container.secretaria.certificados form .document_ucs {
  margin-left: -40px;
}
.container.secretaria.certificados form .document_ucs a.button {
  float: left;
  width: 40px;
  text-align: center;
  text-decoration: none;
}
.container.secretaria.certificados form .document_ucs a[class*="move"] {
  color: #999;
  cursor: move;
}
.container.secretaria.certificados form .document_ucs .group {
  background: #efefef;
  border-radius: 8px;
  padding-top: 20px;
  margin-bottom: 30px;
}
.container.secretaria.certificados form .document_ucs .group > li {
  clear: both;
  padding-bottom: 10px;
}
.container.secretaria.certificados form .document_ucs .group .ucs_wrapper {
  clear: both;
}
.container.secretaria.certificados form .document_ucs .group .ucs_wrapper.moving {
  padding-bottom: 2em;
}
.container.secretaria.certificados form .document_ucs .group .ucs_wrapper .uc_wrapper {
  margin-left: 32px;
  padding-bottom: 0px;
}
.container.secretaria.certificados form .document_ucs .group .ucs_wrapper .uc_wrapper.placeholder_drag {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px dashed #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.container.secretaria.certificados form .document_ucs .group.ui-sortable-helper {
  height: 58px !important;
}
.container.secretaria.certificados form .document_ucs .group.ui-sortable-helper ol {
  display: none;
}
.container.secretaria.certificados form .document_ucs .group.placeholder {
  display: none;
}
.container.secretaria.certificados form .document_ucs .group.placeholder_drag {
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 3px dashed #efefef;
  margin-left: 20px;
  margin-right: 20px;
}
.container.secretaria.certificados form .document_ucs input {
  float: left;
  border-radius: 0px;
  margin-left: -1px;
}
.container.secretaria.certificados form .document_ucs .first-child {
  border-radius: 5px 0px 0px 5px;
}
.container.secretaria.certificados form .document_ucs .last-child {
  border-radius: 0px 5px 5px 0px;
}
.container.secretaria.certificados form .document_ucs input[name*="group"] {
  border-radius: 5px;
}
.container.secretaria.certificados form .delete_uc,
.container.secretaria.certificados form .delete_group,
.container.secretaria.certificados form .move_uc,
.container.secretaria.certificados form .move_group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 10px;
}
.container.secretaria.certificados form .expandingArea pre {
  height: 0px !important;
  visibility: hidden;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 526px;
}
.container.secretaria.certificados form .expandingArea pre span {
  white-space: pre;
  word-wrap: break-word;
}
.container.secretaria.certificados form .expandingArea textarea {
  resize: none;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 16px;
}
.container.supplement label {
  line-height: 40px;
  padding-top: 0px;
  width: 220px;
}
.container.supplement .lhdouble {
  line-height: 1.5em;
  padding-top: 5px;
}
.container.supplement .controls {
  margin-left: 240px;
}
.container.supplement .controls input {
  padding-left: 13px;
  height: 40px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.supplement textarea {
  height: 8em;
}
.container.bolsa_esad h3 {
  font-weight: 300;
  color: #999;
}
.container.bolsa_esad .control-group {
  margin-bottom: 5px;
}
.container.bolsa_esad.secretary_edit .form_fields .control-group input {
  width: 80%;
}
.container.bolsa_esad.secretary_edit .form_fields .control-group.span2 input {
  width: 55%;
}
.container.bolsa_detalhe form .control-group p {
  line-height: 2.15em;
  font-size: 1.3em;
  color: #666;
}
.container.users img.img-polaroid.img-circle {
  object-fit: cover;
  min-height: 230px;
  min-width: 230px;
  box-sizing: border-box;
}
#submit_user_creation:disabled {
  background-color: gray;
  cursor: not-allowed;
}
.container.emp .hero-unit {
  margin: 0px;
  padding-bottom: 0px !important;
}
.container.emp .profile .span10 form .content-divider {
  margin-top: 0px;
}
.container.emp .new_offer select {
  display: block;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}
.container.emp .new_offer select:hover {
  border-color: #888;
}
.container.emp .new_offer select:disabled {
  color: #666;
  background-color: #ebebeb;
}
.container.emp .new_offer input::-webkit-inner-spin-button,
.container.emp .new_offer input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.container.emp .new_offer header h2 {
  font-weight: 200;
  color: #999;
}
.container.emp .new_offer label {
  line-height: 40px;
  font-weight: bold;
  color: #666;
  font-size: 16px;
  padding: 0px;
}
.container.emp .new_offer label.double-line {
  line-height: 1em;
}
.container.emp .new_offer .control-group {
  margin-left: 20px;
  margin-bottom: 10px;
}
.container.emp .new_offer .control-group .controls label {
  font-weight: 400;
  color: #999;
}
.container.emp .new_offer .control-group .checkbox_wrapper input[type=checkbox] {
  margin: 0px;
  margin-right: 5px;
  vertical-align: 1px;
}
.container.emp .new_offer .control-group .input-append span,
.container.emp .new_offer .control-group .input-prepend span {
  height: 40px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 1.2em;
  padding-right: 1.2em;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.emp .new_offer .expandingArea pre {
  height: 0px !important;
  visibility: hidden;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  margin-bottom: -12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 446px;
}
.container.emp .new_offer .expandingArea pre span {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.container.emp .new_offer .expandingArea textarea {
  resize: none;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 16px;
}
.container.emp .new_offer .chzn-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 38px !important;
  border-color: #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
}
.container.emp .new_offer .chzn-choices input {
  height: 26px;
  margin-left: 9px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
}
.container.emp .new_offer .chzn-choices .search-choice {
  margin-top: 8px;
  margin-left: 7px;
}
.container.emp .new_offer .chzn-drop {
  margin-top: -3px;
  border-color: #ccc;
  border-top: 1px solid #efefef;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.container.emp .new_offer .chzn-drop .chzn-results li {
  line-height: 25px;
  padding-left: 15px;
  color: #666;
}
.container.emp .new_offer .chzn-drop .chzn-results li.highlighted {
  color: white;
}
.container.emp .new_offer .chzn-container-single {
  height: 40px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.emp .new_offer .chzn-container-single .chzn-single {
  line-height: 40px;
  height: 40px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #666;
  border-color: #cccccc;
  padding-left: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  background: none;
}
.container.emp .new_offer .chzn-container-single .chzn-single b {
  background: none;
}
.container.emp .new_offer .chzn-container-single .chzn-drop {
  margin-top: 0px;
  border-color: #ccc;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}
.container.emp .new_offer .chzn-container-single .chzn-drop .chzn-results {
  margin: 0px !important;
  padding: 0px !important;
}
.container.emp .new_offer .chzn-container-single .chzn-drop .chzn-search input {
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
  background: url(/chosen/chosen-sprite.png) no-repeat 325px -20px;
}
.container.emp .offers .span12 > h1 {
  font-weight: 900;
  color: #333;
  text-align: center;
  font-size: 4em;
}
.container.emp .offers .span12 > h2 {
  font-weight: 600;
  color: #999;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.5em;
  text-transform: uppercase;
}
.container.emp .offers .span12 p.lead {
  text-align: center;
  margin: 0 auto;
  color: #999;
}
.container.emp .offers .span12 header {
  *zoom: 1;
}
.container.emp .offers .span12 header:before,
.container.emp .offers .span12 header:after {
  display: table;
  content: "";
  line-height: 0;
}
.container.emp .offers .span12 header:after {
  clear: both;
}
.container.emp .offers .span12 header .highlight {
  text-align: center;
}
.container.emp .offers .span12 header .highlight em {
  font-size: 4em;
  font-weight: 200;
  color: #999;
  font-style: normal;
}
.container.emp .offers .span12 header .highlight span {
  font-size: 1.1em;
  font-weight: 700;
  color: #999;
  display: block;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.container.emp .offers .span12 header + hr {
  margin-bottom: 60px;
}
.container.emp .offers .well {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.container.emp .offers .well h1 {
  font-weight: 700;
  color: #999;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.container.emp .offers .well > ul {
  margin-left: -19px;
  width: 121%;
}
.container.emp .offers .well > ul li {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 600;
  color: #333;
  background: #fefefe;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  margin-bottom: -1px;
}
.container.emp .offers .well p {
  line-height: 1.2em;
  font-weight: 500;
  color: #666;
}
.container.emp .offers .well p strong {
  font-weight: 800;
}
.container.emp .offers .well .progress {
  margin-top: 30px;
  height: 8px;
}
.container.emp .offers .well .btn-group {
  text-align: center;
  display: block;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin-left: -19px;
}
.container.emp .offers .well .btn-group ul {
  text-align: left;
  margin: 0;
  margin-top: 2px;
}
.container.emp .offers .well.new_offer_btn {
  border: 3px dashed #ddd;
  padding: 0;
  background: #fff;
}
.container.emp .offers .well.new_offer_btn a {
  width: 99%;
  height: 99%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  text-shadow: none;
  font-weight: 600;
  background: #f5f5f5;
  color: #999;
}
.container.emp .offers .well.new_offer_btn a div {
  position: absolute;
  top: 50%;
  width: 100%;
}
.container.emp .offers .popover .popover-title {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
}
.container.emp .offers .popover form {
  margin: 0;
}
.container.emp .offers .popover form .control-group {
  margin: 0;
}
.container.emp .offers .popover form .control-group .controls {
  margin-left: 0px;
  text-align: center;
}
.container.emp .offers .popover form .control-group .controls input[type=text] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 6px;
}
.container.emp .offers .popover form .control-group .controls input[type=submit] {
  margin-top: 10px;
}
.container.emp .span10.search {
  position: relative;
}
.container.emp .span10.search .hidden_inputs {
  position: absolute;
  top: 0px;
  z-index: 10;
  visibility: hidden;
}
.container.emp .table_content tr.new td {
  font-weight: bold;
}
.container.emp .table_content td.date_bar {
  width: 80px;
}
.container.emp .table_content td.date_bar .progress {
  height: 8px;
  margin-top: 8px;
  margin-bottom: 0px;
}
.container.emp .company_candidates_list header span.badge {
  font-size: 0.5em;
  line-height: 1em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0.2em 0.4em;
  vertical-align: middle;
  font-weight: 600;
  margin-left: 0.2em;
}
.container.emp .company_candidates_list .well .user_picture {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}
.container.emp .company_candidates_list .well .user_picture img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.emp .company_candidates_list .well .user_details {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 80%;
}
.container.emp .company_candidates_list .well .user_details h1 {
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: 800;
  color: #333;
  margin: 0px;
  width: 70%;
}
.container.emp .company_candidates_list .well .user_details h1 span {
  font-size: 0.7em;
  font-weight: 200;
  padding-left: 0.2em;
  color: #666;
  letter-spacing: 1px;
}
.container.emp .company_candidates_list .well .user_details h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  color: #999;
  margin: 0px;
  width: 70%;
}
.container.emp .company_candidates_list .well .user_details h3 {
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 800;
  padding: 8px;
  position: absolute;
  margin: 0px;
  right: -30px;
  top: 4px;
  background: #fff;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  vertical-align: middle;
}
.container.emp .company_candidates_list .well .user_details h3 i {
  font-size: 1.4em;
  vertical-align: -2px;
  margin-right: 0.1em;
}
.container.emp .company_candidates_list .well .user_details h4 {
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  margin: 0px;
  margin-top: 0.5em;
  letter-spacing: 1px;
  color: #999;
}
.container.documentos ul.file_list .folder h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  color: #333;
  letter-spacing: 1px;
  padding: 0.6em;
  margin: 0;
}
.container.documentos ul.file_list .folder h4 i.icon-folder-close {
  display: none;
}
.container.documentos ul.file_list .folder h4:hover {
  cursor: pointer;
  color: #000;
  background: #efefef;
  border-radius: 5px;
}
.container.documentos ul.file_list .folder.closed i.icon-folder-close {
  display: inline;
  padding-right: 0.3em;
}
.container.documentos ul.file_list .folder.closed i.icon-folder-open {
  display: none;
}
.container.documentos ul.file_list .folder.closed ul {
  display: none;
}
.container.documentos ul.file_list .file {
  font-size: 1.2em;
}
.container.documentos ul.file_list .file a {
  display: block;
  text-decoration: none;
  padding: 0.2em 0.8em 0.2em 0.6em;
  border-radius: 5px;
}
.container.documentos ul.file_list .file a:hover {
  background: #efefef;
}
.container.documentos ul.file_list .file a i {
  margin-right: 0.3em;
}
.container.documentos ul.file_list li {
  line-height: 2em;
}
.container.documentos ul.file_list li > ul {
  padding-left: 2em;
  border-left: 1px solid #999;
  margin-left: 1em;
}
.container.portfolio .popover {
  width: auto;
  text-align: center;
}
.container.portfolio .popover h3 {
  background: #fff;
}
.container.portfolio .popover input[type=file] {
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  line-height: 1em;
}
.container.portfolio .popover button {
  display: inline-block;
}
.container.portfolio .popover form {
  margin: 0;
}
.container.portfolio .projects_list {
  padding-top: 40px;
}
.container.portfolio .projects_list > h1 {
  font-size: 2em;
  color: #333;
  font-weight: 800;
}
.container.portfolio .projects_list > p {
  width: 50%;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #666;
  font-weight: 400;
}
.container.portfolio .projects_list ul {
  margin-top: 40px;
  display: table;
}
.container.portfolio .projects_list ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0px;
  overflow: hidden;
  background: #fff;
  display: block;
  text-align: center;
}
.container.portfolio .projects_list ul li .table {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
}
.container.portfolio .projects_list ul li .table .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.container.portfolio .projects_list ul li.well {
  padding-bottom: 3em;
}
.container.portfolio .projects_list ul li.well .img_mask {
  border-bottom: 1px solid #ddd;
  height: 298px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.container.portfolio .projects_list ul li.well h1 {
  padding: 20px;
  font-size: 2em;
  line-height: 1em;
  color: #333;
  font-weight: 800;
  margin: 0;
  margin-top: 0.5em;
}
.container.portfolio .projects_list ul li.well h2 {
  color: #999;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1em;
  margin: 0;
  margin-bottom: 3em;
}
.container.portfolio .projects_list ul li.placeholder {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px dashed #ddd;
  background: #f7f7f7;
  min-height: 10em;
}
.container.portfolio.edit .expandingArea pre {
  height: 0px !important;
  visibility: hidden;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  margin-bottom: -12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 446px;
}
.container.portfolio.edit .expandingArea pre span {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.container.portfolio.edit .expandingArea textarea {
  resize: none;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 14px;
}
.container.portfolio.edit .chzn-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 38px !important;
  border-color: #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
}
.container.portfolio.edit .chzn-choices input {
  height: 26px;
  margin-left: 9px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
}
.container.portfolio.edit .chzn-choices .search-choice {
  margin-top: 8px;
  margin-left: 7px;
}
.container.portfolio.edit .chzn-drop {
  margin-top: -3px;
  border-color: #ccc;
  border-top: 1px solid #efefef;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.container.portfolio.edit .chzn-drop .chzn-results li {
  line-height: 25px;
  padding-left: 15px;
  color: #666;
}
.container.portfolio.edit .chzn-drop .chzn-results li.highlighted {
  color: white;
}
.container.portfolio.edit .chzn-container-single {
  height: 40px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.portfolio.edit .chzn-container-single .chzn-single {
  line-height: 40px;
  height: 40px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #666;
  border-color: #cccccc;
  padding-left: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  background: none;
}
.container.portfolio.edit .chzn-container-single .chzn-single b {
  background: none;
}
.container.portfolio.edit .chzn-container-single .chzn-drop {
  margin-top: 0px;
  border-color: #ccc;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}
.container.portfolio.edit .chzn-container-single .chzn-drop .chzn-results {
  margin: 0px !important;
  padding: 0px !important;
}
.container.portfolio.edit .chzn-container-single .chzn-drop .chzn-search input {
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
  background: url(/chosen/chosen-sprite.png) no-repeat 325px -20px;
}
.container.portfolio.edit header h2 {
  margin-bottom: 0px !important;
  font-weight: 800;
}
.container.portfolio.edit header h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #999;
  font-size: 1.3em;
  line-height: 1.2em;
}
.container.portfolio.edit form label {
  line-height: 40px;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.container.portfolio.edit form label.double-line {
  line-height: 1em;
}
.container.portfolio.edit form input[type=checkbox] {
  margin: 0;
}
.container.portfolio.edit section.uploads ol {
  list-style: none;
}
.container.portfolio.edit section.uploads ol li img {
  width: 100%;
}
.container.reports h3 {
  color: #999;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4em;
  float: none;
}
.container.reports h4 {
  margin: 0;
  color: #999;
  font-weight: 400;
}
.container.reports .tab-content {
  overflow: visible;
}
.container.reports .control-group > label {
  padding: 0px;
  font-weight: bold;
  color: #666;
  font-size: 16px;
}
.container.reports .control-group .controls span.textarea_counter {
  text-align: right;
  font-size: 12px;
  color: #999;
  display: block;
  line-height: 2em;
}
.container.reports .control-group .controls input {
  margin-bottom: 0;
}
.container.reports .control-group .controls .expandingArea pre {
  height: 0px !important;
  visibility: hidden;
  overflow: hidden;
  padding: 0px;
  border: 0px;
  margin-bottom: -12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.container.reports .control-group .controls .expandingArea pre span {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.container.reports .control-group .controls .expandingArea textarea {
  resize: none;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 14px;
  width: 100%;
}
.container.reports .control-group .controls .chzn-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 38px !important;
  border-color: #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
}
.container.reports .control-group .controls .chzn-choices input {
  height: 26px;
  margin-left: 9px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
}
.container.reports .control-group .controls .chzn-choices .search-choice {
  margin-top: 8px;
  margin-left: 7px;
}
.container.reports .control-group .controls .chzn-drop {
  margin-top: -3px;
  border-color: #ccc;
  border-top: 1px solid #efefef;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.container.reports .control-group .controls .chzn-drop .chzn-results li {
  line-height: 25px;
  padding-left: 15px;
  color: #666;
}
.container.reports .control-group .controls .chzn-drop .chzn-results li.highlighted {
  color: white;
}
.container.reports .control-group .controls .chzn-container-single {
  height: 40px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.reports .control-group .controls .chzn-container-single .chzn-single {
  line-height: 40px;
  height: 40px;
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #666;
  border-color: #cccccc;
  padding-left: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  background: none;
}
.container.reports .control-group .controls .chzn-container-single .chzn-single b {
  background: none;
}
.container.reports .control-group .controls .chzn-container-single .chzn-drop {
  margin-top: 0px;
  border-color: #ccc;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}
.container.reports .control-group .controls .chzn-container-single .chzn-drop .chzn-results {
  margin: 0px !important;
  padding: 0px !important;
}
.container.reports .control-group .controls .chzn-container-single .chzn-drop .chzn-search input {
  font-family: "proxima-nova-alt";
  font-size: 16px;
  color: #999;
  background: url(/chosen/chosen-sprite.png) no-repeat 580px -20px;
}
.container.reports .control-group .controls .input-append {
  display: inline-block;
}
.container.reports .control-group .controls .input-append .add-on {
  line-height: 30px;
  height: 30px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.container.reports .control-group .controls input + .input-append {
  display: inline;
}
.container.reports .control-group .controls input[type=file] {
  display: block;
  margin-top: 10px;
}
.container.reports .control-group .other_teachers li button {
  line-height: 30px;
}
.container.reports .control-group .other_teachers li.placeholder {
  display: none;
}
.container.reports .control-group .files_list li {
  background: #efefef;
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
.container.reports .control-group .files_list li button {
  width: 8%;
  margin-left: 1%;
  line-height: 30px;
}
.container.reports .control-group .files_list li:last-child {
  border-bottom: none;
}
.container.reports .control-group .files_list li input {
  width: 90%;
}
.container.reports .control-group .files_list li.placeholder {
  background: rgba(255, 0, 0, 0.5);
}
@-webkit-keyframes header_anim {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes header_anim {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
@-ms-keyframes header_anim {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
@keyframes header_anim {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes footer_anim {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0px;
  }
}
@-moz-keyframes footer_anim {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0px;
  }
}
@-ms-keyframes footer_anim {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes footer_anim {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes img_anim {
  0% {
    -webkit-transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes img_anim {
  0% {
    -moz-transform: scale(0, 0);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@-ms-keyframes img_anim {
  0% {
    -ms-transform: scale(0, 0);
  }
  100% {
    -ms-transform: scale(1, 1);
  }
}
@keyframes img_anim {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes text_anim {
  0% {
    margin-left: -50px;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes text_anim {
  0% {
    margin-left: -50px;
    opacity: 0;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}
@-ms-keyframes text_anim {
  0% {
    margin-left: -50px;
    opacity: 0;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}
@keyframes text_anim {
  0% {
    margin-left: -50px;
    opacity: 0;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}
html {
  height: 100%;
}
body.maintenance {
  padding: 0px;
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
body.maintenance .inner {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
body.maintenance header {
  -webkit-animation: header_anim 500ms;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 500ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: header_anim 500ms;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-delay: 500ms;
  -moz-animation-fill-mode: forwards;
  -ms-animation: header_anim 500ms;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-delay: 500ms;
  -ms-animation-fill-mode: forwards;
  animation: header_anim 500ms;
  animation-timing-function: ease-in-out;
  animation-delay: 500ms;
  animation-fill-mode: forwards;
  top: -100px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  background: #f6f6f6 url(../img/esad_logo.png) no-repeat center center;
  position: absolute;
}
body.maintenance header .inner {
  text-indent: -9999px;
}
body.maintenance .wrapper {
  display: table-cell;
  vertical-align: middle;
}
body.maintenance .wrapper section img {
  margin-top: 55px;
  float: left;
  -webkit-animation: img_anim 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: img_anim 500ms;
  -moz-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-animation: img_anim 500ms;
  -ms-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: img_anim 500ms;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body.maintenance .wrapper section article {
  float: left;
  opacity: 0;
  -webkit-animation: text_anim 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-delay: 100ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: text_anim 500ms;
  -moz-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation-delay: 100ms;
  -moz-animation-fill-mode: forwards;
  -ms-animation: text_anim 500ms;
  -ms-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-animation-delay: 100ms;
  -ms-animation-fill-mode: forwards;
  animation: text_anim 500ms;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-delay: 100ms;
  animation-fill-mode: forwards;
}
body.maintenance .wrapper section article h1 {
  font-size: 31px;
  color: #333;
  font-weight: 100;
  margin-bottom: 0px;
}
body.maintenance .wrapper section article h2 {
  font-size: 20px;
  color: #808080;
  font-weight: 100;
  margin-top: 0px;
  line-height: 30px;
}
body.maintenance .wrapper section article p {
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.5em;
}
body.maintenance .wrapper section article p a {
  font-weight: bold;
  color: #808080;
}
body.maintenance footer {
  border-top: 1px solid #ccc;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: -100px;
  background: #efefef;
  -webkit-animation: footer_anim 500ms;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 500ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: footer_anim 500ms;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-delay: 500ms;
  -moz-animation-fill-mode: forwards;
  -ms-animation: footer_anim 500ms;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-delay: 500ms;
  -ms-animation-fill-mode: forwards;
  animation: footer_anim 500ms;
  animation-timing-function: ease-in-out;
  animation-delay: 500ms;
  animation-fill-mode: forwards;
}
body.maintenance footer span {
  color: #808080;
  font-size: 12px;
  display: block;
  line-height: 60px;
}
body.maintenance footer span a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
body.maintenance footer span a:hover {
  border-bottom: 1px solid #aaa;
}
body.maintenance footer span i {
  padding-left: 8px;
  padding-right: 8px;
}
body.maintenance footer .left {
  float: left;
}
body.maintenance footer .right {
  text-align: right;
  float: right;
}
body.maintenance.error .wrapper .container {
  text-align: center;
}
body.maintenance.error .wrapper section article {
  text-align: center;
}
body.maintenance.error .wrapper section article h1 {
  font-size: 8em;
  color: #333;
  font-weight: 900;
  margin-bottom: 0px;
  letter-spacing: -3px;
}
body.maintenance.error .wrapper section article h2 {
  font-size: 2em;
  color: #808080;
  font-weight: 100;
  margin-top: 0px;
  line-height: 4em;
  margin-bottom: 0px;
}
@media print {
  i[class|="icon"] {
    display: none;
  }
  a[label]:after {
    content: attr(label);
  }
  .navbar-fixed-top,
  footer {
    display: none;
  }
}
#registo_bi2 {
  border-color: #ccc !important;
}
