@charset "UTF-8";
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: "PT Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  background-color: #eaedf1; }

a {
  color: #1265a0;
  outline: none;
  text-decoration: none; }

a:hover,
a:focus {
  color: #0a3a5b;
  text-decoration: none; }

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.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: 1000px; }

.span12 {
  width: 1000px; }

.span11 {
  width: 915px; }

.span10 {
  width: 830px; }

.span9 {
  width: 745px; }

.span8 {
  width: 660px; }

.span7 {
  width: 575px; }

.span6 {
  width: 490px; }

.span5 {
  width: 405px; }

.span4 {
  width: 320px; }

.span3 {
  width: 235px; }

.span2 {
  width: 150px; }

.span1 {
  width: 65px; }

.offset12 {
  margin-left: 1040px; }

.offset11 {
  margin-left: 955px; }

.offset10 {
  margin-left: 870px; }

.offset9 {
  margin-left: 785px; }

.offset8 {
  margin-left: 700px; }

.offset7 {
  margin-left: 615px; }

.offset6 {
  margin-left: 530px; }

.offset5 {
  margin-left: 445px; }

.offset4 {
  margin-left: 360px; }

.offset3 {
  margin-left: 275px; }

.offset2 {
  margin-left: 190px; }

.offset1 {
  margin-left: 105px; }

[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; }

p {
  margin: 0 0 9px; }

.lead {
  margin: 12px 0;
  font-size: 19.5px;
  text-transform: uppercase;
  font-weight: 400; }

.chapeau {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 20px; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

.muted {
  color: #999; }

a.muted:hover,
a.muted:focus {
  color: #807f7f; }

.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; }

a.strong {
  font-weight: bold; }

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

.text-left-margin {
  text-align: left;
  margin-left: 20px; }

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 9px 0;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  line-height: 18px;
  color: #073159;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999; }

h1,
h2,
h3 {
  line-height: 36px; }

h1 {
  font-size: 35.75px; }

h2 {
  font-size: 29.25px; }

h3 {
  font-size: 22.75px; }

h4 {
  font-size: 16.25px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 11.05px; }

h1 small {
  font-size: 22.75px; }

h2 small {
  font-size: 16.25px; }

h3 small {
  font-size: 13px; }

h4 small {
  font-size: 13px; }

.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eaedf1; }

ul, ol {
  padding: 0;
  margin: 0 0 9px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 18px; }

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; }

ol > li {
  margin-bottom: 6px; }

dl {
  margin-bottom: 18px; }

dt,
dd {
  line-height: 18px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 9px; }

.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: 18px 0;
  border: 0;
  border-top: 1px solid #eaedf1;
  border-bottom: 1px solid #fff; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eaedf1; }
  blockquote p {
    margin-bottom: 0;
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote small {
    display: block;
    line-height: 18px;
    color: #999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eaedf1;
    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: 18px;
  font-style: normal;
  line-height: 18px; }

form {
  margin: 0 0 18px; }

input {
  border-radius: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  legend small {
    font-size: 13.5px;
    color: #999; }

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px; }

input, ﬁ45
button,
select,
textarea {
  font-family: "PT Sans", 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: 16px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #e0e0e0;
  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: #e0e0e0;
  border: 0;
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.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 */ }

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: 24px;
  /* 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: 24px; }

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #e0e0e0; }

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: #999;
  background-color: #dddddd;
  border-color: #ccc;
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

.radio,
.checkbox {
  min-height: 18px;
  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: 986px; }

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 901px; }

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 816px; }

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 731px; }

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 646px; }

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 561px; }

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 476px; }

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 391px; }

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 306px; }

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 221px; }

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 136px; }

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 51px; }

.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: #eaedf1; }

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: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .control-group.warning input:focus,
  .control-group.warning select:focus,
  .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.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: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .control-group.error input:focus,
  .control-group.error select:focus,
  .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.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: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .control-group.success input:focus,
  .control-group.success select:focus,
  .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.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: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .control-group.info input:focus,
  .control-group.info select:focus,
  .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.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: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  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: #262626; }

.help-block {
  display: block;
  margin-bottom: 9px; }

.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;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap; }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-append .dropdown-menu,
  .input-append .popover,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input,
  .input-prepend .dropdown-menu,
  .input-prepend .popover {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 15px; }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    color: #000;
    font-weight: 700;
    text-align: center; }
    .input-append input:focus,
    .input-append select:focus,
    .input-append .uneditable-input:focus,
    .input-prepend input:focus,
    .input-prepend select:focus,
    .input-prepend .uneditable-input:focus {
      z-index: 2; }
  .input-append .add-on,
  .input-prepend .add-on {
    display: inline-block;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    width: auto;
    height: 16px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    background-color: #7295bd;
    color: #fff;
    font-weight: 700; }
    .input-append .add-on:hover,
    .input-prepend .add-on:hover {
      cursor: pointer; }
    .input-append .add-on:last-child,
    .input-prepend .add-on:last-child {
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }
  .input-append .add-on,
  .input-append .btn,
  .input-append .btn-group > .dropdown-toggle,
  .input-prepend .add-on,
  .input-prepend .btn,
  .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top; }
  .input-append .active,
  .input-prepend .active {
    background-color: #87e478;
    border-color: #33a221; }

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px; }

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px; }

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px; }

.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; }

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.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: 9px; }

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 18px;
  *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: 9px; }

.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: 18px; }
  .table th,
  .table td {
    line-height: 18px;
    text-align: center;
    vertical-align: top; }
  .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 #ddd; }

.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 #000;
  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: 150px;
  margin: -1px 0 0;
  border-radius: 0 0 2px 2px;
  list-style: none;
  background-color: #1265a0;
  box-shadow: 0px 6px 10px -6px black;
  -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: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #fff;
    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: #000;
  background-color: #6b90ba; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #6b90ba; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999; }

.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; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  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; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px; }

.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: #082b44;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #000; }

.dropdown-submenu.pull-left {
  float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px; }

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

.typeahead {
  z-index: 1051;
  margin-top: 2px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 25px;
  background-color: #fff; }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-large {
  padding: 24px; }

.well-small {
  padding: 9px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-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: 18px;
  color: #fff; }
  .close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.btn {
  display: inline-block;
  -webkit-transition: background-color linear 0.3s;
  -moz-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font: 400 16px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  padding: 9px 12px;
  margin-bottom: 0;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  *border: 0;
  *margin-left: .3em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #e6e5e5;
    *background-color: #d9d9d9; }
  .btn:active, .btn.active {
    background-color: #cccccc \9; }
  .btn:first-child {
    *margin-left: 0; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px; }
  .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; }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65); }

.btn-large {
  padding: 11px 19px;
  font-size: 16.25px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.05px; }

.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: 0px 6px;
  font-size: 9.75px; }

.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: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1265a0; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #1265a0;
    *background-color: #0f5789; }
  .btn-primary:active, .btn-primary.active {
    background-color: #0d4872 \9; }
  .btn-primary:hover {
    background-color: #0d4872; }

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #dd492c; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-color: #dd492c;
    *background-color: #ce3e21; }
  .btn-warning:active, .btn-warning.active {
    background-color: #b8371e \9; }

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a; }
  .btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9; }

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249; }
  .btn-success:active, .btn-success.active {
    background-color: #408140 \9; }

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0; }
  .btn-info:active, .btn-info.active {
    background-color: #24748c \9; }

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636; }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515; }
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090808 \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; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #1265a0; }

.btn-link:hover,
.btn-link:focus {
  color: #0a3a5b;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  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: 9px;
  margin-bottom: 9px; }
  .btn-toolbar > .btn + .btn,
  .btn-toolbar > .btn-group + .btn,
  .btn-toolbar > .btn + .btn-group {
    margin-left: 5px; }

.btn-group > .btn {
  position: relative; }

.btn-group > .btn + .btn {
  margin-left: -2px; }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px; }

.btn-group > .btn-mini {
  font-size: 9.75px; }

.btn-group > .btn-small {
  font-size: 11.05px; }

.btn-group > .btn-large {
  font-size: 16.25px; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn.large:first-child {
  margin-left: 0; }

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.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;
  *padding-top: 5px;
  *padding-bottom: 5px;
  border-radius: 0 2px 2px 0;
  margin-left: -2px; }

.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; }

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e5e5; }

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #1265a0; }

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #dd492c; }

.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: #222; }

.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: #fff;
  border-bottom-color: #fff; }

.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; }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5; }

.alert,
.alert h4 {
  color: #c09853; }

.alert h4 {
  margin: 0; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px; }

.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: 18px;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eaedf1; }

.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: 18px;
  color: #999;
  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: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #1265a0; }

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff; }

.nav-tabs,
.nav-pills {
  *zoom: 1; }
  .nav-tabs:before, .nav-tabs:after,
  .nav-pills:before,
  .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: 18px;
  border: 1px solid transparent; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #eaedf1 #eaedf1 #ddd; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #e0e0e0;
  background-color: #eaedf1;
  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; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #1265a0; }

.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; }

.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 .dropdown-toggle .caret {
  border-top-color: #1265a0;
  border-bottom-color: #1265a0;
  margin-top: 6px; }

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #0a3a5b;
  border-bottom-color: #0a3a5b; }

/* 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: #e0e0e0;
  border-bottom-color: #e0e0e0; }

.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: #fff;
  background-color: #999;
  border-color: #999; }

.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: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100); }

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999; }

.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: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; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eaedf1 #ddd #eaedf1 #eaedf1; }

.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: #fff; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eaedf1 #eaedf1 #eaedf1 #ddd; }

.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: #fff; }

.nav > .disabled > a {
  color: #999; }

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.pagination {
  margin: 18px 0; }

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0; }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #999;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px; }

.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: 16.25px; }

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.05px; }

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 9.75px; }

.pager {
  margin: 18px 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; }

.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: #999;
  background-color: #fff;
  cursor: default; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none; }
  .modal.shared {
    left: 35%;
    width: 900px; }
    .modal.shared .icon_fullscreen {
      display: none; }
  .modal.sharing {
    left: 46%;
    width: 635px; }
  .modal.fade {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    top: -25%; }
  .modal.fade.in {
    top: 10%; }

.modal-header {
  padding: 9px 15px;
  background-color: #1265a0;
  text-transform: uppercase;
  border-bottom: 1px solid #eee; }
  .modal-header .close {
    margin-top: 2px; }
  .modal-header h3 {
    margin: 0;
    color: #fff;
    line-height: 30px; }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px; }
  .modal-body.shared {
    max-height: 650px; }

.modal-body-top {
  padding: 15px; }
  .modal-body-top [class*="icon-"] {
    color: #1265a0;
    font-size: 48px; }

.modal-body-content {
  background-color: #b5c6d0;
  padding: 15px;
  min-height: 100px; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #1265a0;
  color: white;
  border-top: 1px solid #ddd;
  *zoom: 1; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  .modal-footer:after {
    clear: both; }
  .modal-footer a {
    color: white;
    text-decoration: underline; }
    .modal-footer a:hover {
      color: white;
      text-decoration: underline; }
  .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; }

.share-modal blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.share-modal input {
  background-color: white;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #7295bd; }
  .share-modal input:hover, .share-modal input:active, .share-modal input:focus {
    border-color: #406289; }
  .share-modal input.ng-dirty.ng-invalid {
    border: 1px solid red; }

.share-modal p {
  margin-top: 5px; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible; }
  .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;
  font-size: 13px;
  padding: 8px;
  color: rgba(18, 101, 160, 0.8);
  text-align: center;
  text-decoration: none;
  background-color: rgba(18, 101, 160, 0.8); }

.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: #1265a0; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #1265a0; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #1265a0; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #1265a0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101000;
  display: none;
  color: #fff;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #1270a0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 10px #000;
  border: 1px solid #1265a0;
  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: 4px 14px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 1.4; }

.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: #1270a0; }

.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: #1270a0; }

.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: #1270a0; }

.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: #1270a0;
    bottom: -10px; }

span[popover],
a[popover],
div[popover] {
  position: static !important;
  width: auto !important;
  height: auto !important;
  inset: auto !important;
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  overflow: visible !important;
  display: inline !important; }

.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: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999; }

.badge {
  padding-left: 9px;
  padding-right: 9px; }

.label:empty,
.badge:empty {
  display: none; }

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-important {
  background-color: #b94a48; }

.label-important[href] {
  background-color: #953b39; }

.label-warning {
  background-color: #f89406; }

.label-warning[href] {
  background-color: #c67605; }

.label-success {
  background-color: #468847; }

.label-success[href] {
  background-color: #356635; }

.label-info {
  background-color: #3a87ad; }

.label-info[href] {
  background-color: #2d6987; }

.label-inverse {
  background-color: #333; }

.label-inverse[href] {
  background-color: #1a1919; }

.badge-important {
  background-color: #b94a48; }

.badge-important[href] {
  background-color: #953b39; }

.badge-warning {
  background-color: #f89406; }

.badge-warning[href] {
  background-color: #c67605; }

.badge-success {
  background-color: #468847; }

.badge-success[href] {
  background-color: #356635; }

.badge-info {
  background-color: #3a87ad; }

.badge-info[href] {
  background-color: #2d6987; }

.badge-inverse {
  background-color: #333; }

.badge-inverse[href] {
  background-color: #1a1919; }

.btn .label,
.btn .badge {
  position: relative;
  top: -1px; }

.btn-mini .label,
.btn-mini .badge {
  top: 0; }

.accordion {
  margin-bottom: 18px; }

.accordion-group {
  margin-bottom: 2px;
  border-bottom: 1px solid #e5e5e5; }

.accordion-heading {
  border-bottom: 0; }
  .accordion-heading div.muted {
    margin-left: 15px; }
  .accordion-heading .heading-label {
    display: inline-block;
    color: #777;
    font-size: 14px;
    padding-left: 23px;
    text-transform: none; }

.accordion-heading .accordion-toggle {
  font-size: 17px;
  text-transform: uppercase; }

.accordion-toggle {
  cursor: pointer; }

.accordion-inner {
  font-size: 15px;
  padding: 9px 20px;
  border-top: 1px solid #e5e5e5; }
  .accordion-inner a {
    padding: 5px 0;
    height: 20px; }
  .accordion-inner .unstyled li {
    line-height: 24px; }

.accordion-body .parameter {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
  font-size: 13px;
  text-indent: 0; }

.accordion-body .parameter:hover {
  cursor: pointer; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

.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: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #1265a0; }

a:hover,
a:focus {
  color: #0b3f64; }

h1, h2, h3, h4, h5, h6 {
  color: #1265a0; }

.input-append .add-on,
.input-prepend .add-on {
  background-color: #1265a0; }

.popover {
  background-color: #1265a0;
  border: 1px solid #1265a0; }
  .popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #1265a0;
    border-right-color: #1265a0; }
    .popover.right .arrow:after {
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #1265a0; }

.modal-header {
  background-color: #1265a0; }

.modal-body-top [class*="icon-"] {
  color: #1265a0; }

@font-face {
  font-family: "montaigne-font";
  src: url("../font/montaigne-font.eot");
  src: url("../font/montaigne-font.eot?#iefix") format("embedded-opentype"), url("../font/montaigne-font.woff") format("woff"), url("../font/montaigne-font.ttf") format("truetype"), url("../font/montaigne-font.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: "montaigne-font";
  display: inline-block;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  background: none !important;
  border: 0px !important; }

.icon_book-az:before {
  content: "\f100"; }

.icon_book-info:before {
  content: "\f101"; }

.icon_book:before {
  content: "\f102"; }

.icon_bourse:before {
  content: "\f103"; }

.icon_bourse2:before {
  content: "\f104"; }

.icon_bubbles:before {
  content: "\f105"; }

.icon_bulb:before {
  content: "\f106"; }

.icon_bulb2:before {
  content: "\f107"; }

.icon_chart:before {
  content: "\f108"; }

.icon_cogs:before {
  content: "\f109"; }

.icon_cross:before {
  content: "\f10a"; }

.icon_email:before {
  content: "\f10b"; }

.icon_euro:before {
  content: "\f10c"; }

.icon_facebook:before {
  content: "\f10d"; }

.icon_fullscreen:before {
  content: "\f10e"; }

.icon_help:before {
  content: "\f10f"; }

.icon_magnifier:before {
  content: "\f110"; }

.icon_magnifier2:before {
  content: "\f111"; }

.icon_news:before {
  content: "\f112"; }

.icon_newspaper:before {
  content: "\f113"; }

.icon_pdf:before {
  content: "\f114"; }

.icon_plus:before {
  content: "\f115"; }

.icon_speech1:before {
  content: "\f116"; }

.icon_speech2:before {
  content: "\f117"; }

.icon_star-empty:before {
  content: "\f118"; }

.icon_star-ful:before {
  content: "\f119"; }

.icon_triangle-alt:before {
  content: "\f11a"; }

.icon_triangle:before {
  content: "\f11b"; }

.icon_twitter:before {
  content: "\f11c"; }

.icon_warning:before {
  content: "\f11d"; }

.icon_youtube:before {
  content: "\f11e"; }

header {
  width: 100%;
  text-align: center;
  background-color: #fff; }
  header img.logo {
    float: left;
    margin-top: 5px; }
  header h1 {
    margin-top: 15px;
    font-size: 40px; }
  header h3 {
    font-size: 30px;
    margin-bottom: 0; }
  header ul.unstyled {
    margin: 0px; }
    header ul.unstyled li {
      margin: 3px; }

ul.logos-header {
  margin: 0px;
  list-style-type: none; }
  ul.logos-header li {
    margin: 3px; }
    ul.logos-header li img {
      border: 1px solid #eee;
      width: 150px;
      padding: 5px 10px; }

nav.mainmenu {
  height: 100px;
  position: relative;
  margin-bottom: 18px;
  background-color: #7295bd; }
  nav.mainmenu .nav > li {
    width: 33%;
    height: 100px;
    padding: 0;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    nav.mainmenu .nav > li:hover {
      background-color: #1265a0; }
      nav.mainmenu .nav > li:hover a {
        background-color: #1265a0; }
    nav.mainmenu .nav > li a, nav.mainmenu .nav > li a:hover {
      font: normal 24px "PT Sans Narrow", sans-serif;
      color: #fff; }
    nav.mainmenu .nav > li [class*="icon_"] {
      display: block;
      font-size: 60px; }
  nav.mainmenu .subnav {
    position: absolute;
    top: 100px;
    display: block;
    width: 330px;
    overflow: hidden;
    height: 0;
    background-color: #1265a0;
    z-index: 100;
    -webkit-transition: height 0.2s linear;
    -moz-transition: height 0.2s linear;
    -o-transition: height 0.2s linear;
    transition: height 0.2s linear; }
    nav.mainmenu .subnav li {
      width: 330px;
      display: block !important;
      margin: 0 auto;
      text-align: center; }
    nav.mainmenu .subnav li a, nav.mainmenu .subnav li a:hover {
      font-family: "PT Sans", sans-serif;
      font-size: 14px; }
    nav.mainmenu .subnav li a:hover {
      text-decoration: underline; }
  nav.mainmenu .nav li:hover .subnav {
    height: 80px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding-bottom: 9px; }

.btn-controls {
  margin-bottom: 25px; }
  .btn-controls .btn:hover {
    background-color: #1265a0; }
  .btn-controls .btn-base {
    width: 98px; }
  .btn-controls [class^="icon-"] {
    font-size: 14px; }

section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 8px 6px -6px #c7c6c6;
  -moz-box-shadow: 0 8px 6px -6px #c7c6c6;
  box-shadow: 0 8px 6px -6px #c7c6c6;
  margin-bottom: 15px;
  padding: 10px; }
  section p {
    color: #6f6f6f; }

section.nopadding {
  padding: 0px; }

.section-header {
  text-align: left;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #1265a0;
  padding: 9px 10px; }
  .section-header h3 {
    font-size: 30px;
    line-height: 28px;
    color: #fff;
    letter-spacing: -1px;
    display: inline-block; }
  .section-header div.value {
    float: right;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 5px 0;
    padding: 5px; }

.section-category {
  text-align: left;
  color: #1265a0;
  background-color: #e0e0e0;
  padding: 1px 10px; }
  .section-category h3 {
    color: #1265a0;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 21px; }

.section-container {
  padding: 9px 10px; }

.secondary {
  text-align: center;
  letter-spacing: 0;
  background-color: #14b9d6; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none; }

.mode-simple div.param-name a.remove {
  display: none; }

.table {
  margin-top: 18px;
  table-layout: fixed;
  margin-left: 20px;
  width: 485px; }
  .table > div {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle; }
  .table.paramstable {
    margin-top: 0px;
    margin-bottom: 0px; }

div.parameter {
  margin-right: -20px;
  min-height: 30px; }
  div.parameter > div {
    display: inline-block; }

div.parameter.disabled {
  margin-bottom: 10px; }

div.parameter-header {
  font: 700 17px "PT Sans Narrow", sans-serif;
  margin-left: -25px;
  min-height: 30px;
  padding-top: 0;
  margin-bottom: 0px;
  margin-right: 0;
  padding-bottom: 0px;
  text-align: right; }
  div.parameter-header span {
    display: block;
    font-size: 12px;
    font-weight: 400; }
  div.parameter-header div.param-impact {
    width: 100px;
    text-align: center;
    margin-right: 10px; }

div.param-name {
  vertical-align: middle;
  display: table-cell;
  width: 270px;
  font: normal 17px "PT Sans Narrow", sans-serif;
  text-align: left;
  cursor: pointer; }
  div.param-name a {
    color: #000; }
    div.param-name a:hover {
      text-decoration: underline; }
  div.param-name div.subtitle {
    color: #777;
    font-size: 14px; }
  div.param-name p {
    font-size: 13px;
    width: 270px;
    margin: 0;
    margin-top: -5px; }
  div.param-name > .icon {
    font-size: 70%;
    color: #1265a0;
    line-height: 26px;
    background: none !important;
    border: 0px !important; }

div.param-name.disabled {
  width: 370px;
  margin-right: 10px; }

div.param-value {
  vertical-align: middle;
  display: table-cell;
  width: 115px;
  margin-right: 5px; }

div.param-impact {
  vertical-align: top;
  display: table-cell;
  width: 75px;
  font-size: 15px;
  margin-right: 0; }

div.param-react {
  vertical-align: middle;
  display: table-cell;
  margin-left: 7px;
  width: 18px;
  font-size: 18px;
  line-height: 28px; }

div.section-2 div.param-value {
  width: 140px;
  margin-right: 0; }

div.section-2 div.param-name {
  width: 320px; }

div.section-2 div.param-impact {
  display: none; }

div.section-2 div.value-editable {
  width: 115px;
  display: inline-block; }

div.section-2 span.blink {
  width: 20px;
  color: #dd492c;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.w20 {
  width: 20px; }

.inline {
  display: inline; }

tr.result {
  height: 100px; }

.value {
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #7295bd; }
  .value.positive {
    background-color: #33a221; }
  .value.negative {
    background-color: #dd492c; }

.value-editable {
  position: relative;
  height: 26px;
  padding-left: 30px !important; }
  .value-editable button {
    position: absolute;
    top: 0;
    width: 26px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 26px;
    border: none;
    padding: 0;
    background-color: #7295bd; }
    .value-editable button:disabled {
      background-color: #c9d6e6; }
      .value-editable button:disabled:hover {
        background-color: #c9d6e6; }
    .value-editable button:hover {
      background-color: #486f9a; }
  .value-editable .value {
    background-color: #e0e0e0;
    color: #000; }

.value-warning {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #dd492c !important;
  left: -30px; }

.minus {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  left: 0; }

.plus {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  right: 0; }

.tooltip-click-info {
  margin-top: 15px;
  text-align: right; }

.hideclick .tooltip-click-info {
  display: none; }

.graph {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 170px; }
  .graph a[class*="icon_"] {
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer; }
  .graph div.title {
    color: #1265a0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
    padding-left: 50px;
    text-align: center; }

.graphtabs div.tab-content {
  padding: 10px 0 10px 15px;
  overflow: hidden; }

.graphtabs .nav-tabs > li {
  width: 50%; }

.tools {
  color: #1265a0;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.tools-2 {
  margin-left: 0px; }

.marginr15 {
  margin-right: 15px; }

.legend-ct {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  width: 450px; }
  .legend-ct span {
    padding: 7px;
    border-radius: 2px;
    border: 1px solid #aaa;
    background-color: #e5edf3; }
  .legend-ct div {
    display: inline-block; }
  .legend-ct div.bloc {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    color: black; }
    .legend-ct div.bloc.reference {
      background-color: #F78C40; }
    .legend-ct div.bloc.estimation {
      background-color: #1265A0; }

.graph-small {
  width: 225px;
  margin-left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .graph-small .legend {
    margin-top: 5px;
    font-size: 12px;
    position: absolute;
    left: 20px; }
    .graph-small .legend div {
      display: inline-block; }
    .graph-small .legend div.bloc {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 5px;
      color: black; }
      .graph-small .legend div.bloc.reference {
        background-color: #F78C40; }
      .graph-small .legend div.bloc.estimation {
        background-color: #1265A0; }

.graph-po {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #d2e0ea;
  width: 470px;
  height: 40px;
  min-height: 40px;
  line-height: 38px;
  font-size: 20px;
  color: #1265a0; }
  .graph-po i.icon_warning {
    margin-left: 5px;
    color: #dd492c; }

.graph-large {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 470px;
  min-height: 170px;
  margin-left: 0;
  position: relative; }
  .graph-large .legend {
    margin-top: 5px;
    margin-left: 120px;
    margin-bottom: 10px;
    font-size: 12px; }
    .graph-large .legend span {
      padding: 7px;
      border-radius: 2px;
      border: 1px solid #aaa;
      background-color: #EDEDED; }
    .graph-large .legend div {
      margin-right: 15px;
      display: inline-block; }
    .graph-large .legend div.bloc {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 5px;
      color: black; }
      .graph-large .legend div.bloc.reference {
        background-color: #FFD700; }
      .graph-large .legend div.bloc.estimation {
        background-color: #1265A0; }

.graph-2 {
  margin-left: 10px; }

i.icon_help {
  position: relative !important; }

.graph-balance {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-height: 130px;
  background-color: #d2e0ea;
  width: 470px;
  padding: 0;
  padding-top: 9px; }
  .graph-balance div.im-balance {
    margin-left: 0; }
  .graph-balance i.icon_help {
    font-size: 20px;
    font-weight: normal;
    color: #1265A0; }
  .graph-balance .resultat-title {
    font-size: 18px;
    color: #1265A0;
    font-weight: bold;
    float: right;
    margin-top: 20px;
    width: 200px;
    margin-right: 10px; }
    .graph-balance .resultat-title .legend {
      font-size: 13px; }

.graph-container {
  max-width: 100%; }

.underline {
  text-decoration: underline; }

.graphtabs div.tabbable {
  margin-right: 20px; }

.graphtabs .tab-content {
  background-color: #d2e0ea; }

.graphtabs ul.nav-tabs {
  margin-bottom: 0;
  border-bottom: 0; }
  .graphtabs ul.nav-tabs li a {
    padding-left: 9px;
    font-size: 18px;
    background-color: #e3ecf2; }
  .graphtabs ul.nav-tabs li a, .graphtabs ul.nav-tabs li a:hover {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #1265a0;
    cursor: pointer; }
  .graphtabs ul.nav-tabs li.active a {
    background-color: #d2e0ea; }

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1265a0; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #1265a0;
    *background-color: #0f5789; }
  .btn-primary:active, .btn-primary.active {
    background-color: #0d4872 \9; }
  .btn-primary:hover {
    background-color: #0d4872; }

.btn-home {
  margin-bottom: 15px; }
  .btn-home .inline:not(:last-child) {
    margin-right: 6px; }
  .btn-home .btn.btn-primary.btn-base {
    width: 94px;
    margin-left: 0; }
  .btn-home .btn.btn-primary.btn-icon {
    padding-left: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
  .btn-home .row {
    margin-left: 0; }

.btn-add {
  background: #7295bd;
  border-width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-shadow: none; }
  .btn-add:hover {
    background: #1265a0;
    color: #fff; }

.btn-confirm-cancel {
  background: #507bac;
  border-width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-shadow: none; }
  .btn-confirm-cancel:hover {
    background: #7295bd;
    color: #fff; }

.btn-confirm-ok {
  background: #7295bd;
  border-width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-shadow: none; }
  .btn-confirm-ok:hover {
    background: #95afcd;
    color: #fff; }

.btn-share {
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-right: 35px;
  text-align: center;
  font-size: 24px; }
  .btn-share:last-child {
    margin-right: 0; }

.btn-action {
  width: 69px;
  height: 50px;
  line-height: 50px;
  margin-right: 35px;
  text-align: center;
  font-size: 28px; }
  .btn-action:last-child {
    margin-right: 0; }

.reader {
  margin-right: 9px; }

.btn-controls.btn-home .btn-primary.btn-displaymode {
  width: 160px;
  font-size: 13px; }
  .btn-controls.btn-home .btn-primary.btn-displaymode .active {
    font-weight: bold;
    text-decoration: underline; }

footer {
  margin-top: 40px;
  background-color: #fff;
  text-align: center;
  font-size: 13px; }
  footer img {
    margin-top: 9px; }
  footer h4, footer h4 a {
    color: #082b44; }
  footer .text-right p {
    margin-top: 0; }

#sticky {
  margin-left: 39px; }

#sticky-sticky-wrapper {
  margin-left: 510px; }

ul.bordered li {
  padding: 0 10px 0 10px;
  border-right: 1px solid #1265a0; }
  ul.bordered li.last {
    border-right: none; }

.link-revolunet:hover img {
  opacity: 1; }

.link-revolunet img {
  margin-top: 0px;
  margin-left: 5px;
  vertical-align: middle;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }

.page.lead, .carousel.lead {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  color: #1265a0; }

.page.lead {
  font-size: 26px; }

article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 18px;
  *zoom: 1; }
  article:before, article:after {
    display: table;
    content: "";
    line-height: 0; }
  article:after {
    clear: both; }
  article h3 {
    margin-top: -16px;
    border-bottom: 1px dotted #7295bd; }
  article h5 {
    font-family: "PT Sans", sans-serif;
    font-weight: 400; }
  article > p {
    color: #000; }
  article .icon_speech2 {
    float: right;
    color: #1265a0;
    font-size: 20px;
    cursor: pointer; }
  article .img-rounded {
    margin-bottom: 15px; }

article.actu h3 {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block; }

.img-rounded-mini {
  float: left;
  padding-right: 15px; }

div.img-intro-mini {
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  display: inline-block;
  height: 36px;
  float: left;
  margin-right: 10px; }

div.icon-rubrique {
  width: 120px;
  height: 120px;
  float: left; }
  div.icon-rubrique i {
    font-size: 100px;
    color: #1265a0;
    margin-top: 50px; }

.btn-social {
  border-radius: 99999%;
  -webkit-transition: font-size 0.2s linear;
  -moz-transition: font-size 0.2s linear;
  -o-transition: font-size 0.2s linear;
  transition: font-size 0.2s linear;
  margin: 18px 9px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 26px; }
  .btn-social:hover {
    font-size: 34px; }

img.rapport-preview {
  margin-top: 10px;
  margin-bottom: 10px; }

.well input {
  background-color: transparent;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #7295bd; }
  .well input:hover, .well input:active, .well input:focus {
    border-color: #406289; }

.alphabet li {
  font-size: 16px;
  margin-top: 18px;
  text-align: center;
  padding: 0 4px 0px 2px;
  border-right: 1px solid #e0e0e0; }
  .alphabet li:last-child {
    border: none; }

.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-fixParent {
  z-index: auto !important; }

.introjs-showElement {
  z-index: 9999999 !important; }

.introjs-relativePosition {
  position: relative; }

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-tooltip {
  position: absolute;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }

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

.introjs-tooltiptext {
  font-size: 15px; }

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  margin: 0;
  text-decoration: none;
  font: 11px normal "PT Sans Narrow", sans-serif;
  color: #073159;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px; }

.introjs-button:hover {
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3; }

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4); }

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a; }

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none; }

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.carousel {
  position: relative;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

.carousel-inner > .item {
  display: none;
  max-height: 200px;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-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: 30%;
  left: 15px;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  font-size: 24px;
  font-weight: 100;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 9999%; }
  .carousel-control.right {
    left: auto;
    right: 15px; }
  .carousel-control:hover, .carousel-control:focus {
    color: #000;
    text-decoration: none; }

.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); }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75); }

.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 18px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin: 0; }

.carousel-caption .btn-primary {
  position: absolute;
  right: 18px;
  bottom: 18px; }

.cover-logo-overlay {
  margin-top: -90px; }

/*ng-repeat*/
/* IN */
.repeat-in {
  -webkit-animation: repeat_in 0.5s;
  -moz-animation: repeat_in 0.5s;
  -o-animation: repeat_in 0.5s;
  animation: repeat_in 0.5s; }

@keyframes repeat_in {
  0% {
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
  50% {
    opacity: 0;
    max-height: 70px; }
  100% {
    opacity: 1;
    max-height: 70px; } }

@-webkit-keyframes repeat_in {
  0% {
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
  50% {
    opacity: 0;
    max-height: 70px; }
  100% {
    opacity: 1;
    max-height: 70px; } }

@-moz-keyframes repeat_in {
  0% {
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
  50% {
    opacity: 0;
    max-height: 70px; }
  100% {
    opacity: 1;
    max-height: 70px; } }

@-o-keyframes repeat_in {
  0% {
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
  50% {
    opacity: 0;
    max-height: 70px; }
  100% {
    opacity: 1;
    max-height: 70px; } }

/* OUT */
.repeat-out {
  -webkit-animation: repeat_out 0.5s;
  -moz-animation: repeat_out 0.5s;
  -o-animation: repeat_out 0.5s;
  animation: repeat_out 0.5s; }

@keyframes repeat_out {
  0% {
    opacity: 1;
    max-height: 70px;
    overflow: hidden; }
  50% {
    opacity: 0;
    max-height: 70px; }
  100% {
    opacity: 0;
    max-height: 0; } }

@-webkit-keyframes repeat_out {
  0% {
    opacity: 1;
    max-height: 70px;
    overflow: hidden; }
  50% {
    opacity: 0;
    max-height: 70px; }
  100% {
    opacity: 0;
    max-height: 0; } }

@-moz-keyframes repeat_out {
  0% {
    opacity: 1;
    max-height: 70px;
    overflow: hidden; }
  50% {
    opacity: 0;
    max-height: 70px; }
  100% {
    opacity: 0;
    max-height: 0; } }

@-o-keyframes repeat_out {
  0% {
    opacity: 1;
    max-height: 70px;
    overflow: hidden; }
  50% {
    opacity: 0;
    max-height: 70px; }
  100% {
    opacity: 0;
    max-height: 0; } }

/* ng-show */
.fade-hide, .fade-show {
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, min-height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -moz-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, min-height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, min-height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, min-height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }

/* @group Blink */
.blink {
  -webkit-animation: blink .75s linear infinite;
  -moz-animation: blink .75s linear infinite;
  -ms-animation: blink .75s linear infinite;
  -o-animation: blink .75s linear infinite;
  animation: blink .75s linear infinite; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-ms-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* @end */
.fade-hide {
  opacity: 1; }
  .fade-hide.fade-hide-active {
    opacity: 0; }

.fade-show {
  opacity: 0;
  transition-delay: 0.5s; }
  .fade-show.fade-show-active {
    opacity: 1; }

svg g, path {
  -webkit-transition: all 1s cubic-bezier(0.24, 2.5, 0.32, 1.2);
  -moz-transition: all 1s cubic-bezier(0.24, 2.5, 0.32, 1.2);
  -o-transition: all 1s cubic-bezier(0.24, 2.5, 0.32, 1.2);
  -ms-transition: all 1s cubic-bezier(0.24, 2.5, 0.32, 1.2);
  transition: all 1s cubic-bezier(0.24, 2.5, 0.32, 1.2); }

/* TODO: Change boolean to btnSwitch */
.btn-switch {
  width: 115px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  cursor: pointer;
  background-color: #e0e0e0;
  border-radius: 3px 3px 3px 3px; }
  .btn-switch .on, .btn-switch .off {
    font-weight: 700;
    text-align: center;
    text-shadow: none;
    width: 57.5px;
    color: #555;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in; }
  .btn-switch .on {
    float: right;
    border-radius: 0px 3px 3px 0px; }
    .btn-switch .on.active {
      background-color: #33a221;
      color: white; }
      .btn-switch .on.active:hover {
        background-color: #33a221; }
    .btn-switch .on:hover {
      background-color: #62db4e;
      color: white; }
  .btn-switch .off {
    float: left;
    border-radius: 3px 0px 0px 3px; }
    .btn-switch .off:hover {
      background-color: #eb9584;
      color: white; }
    .btn-switch .off.active {
      background-color: #dd492c;
      color: white; }
      .btn-switch .off.active:hover {
        background-color: #dd492c; }

.im-balance {
  display: inline-block;
  width: 220px;
  height: 132px;
  position: relative;
  margin-left: -20px; }
  .im-balance span.balance-img {
    display: inline-block;
    width: 220px;
    height: 132px;
    background-position: left bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .im-balance div, .im-balance svg {
    height: 100%;
    width: 100%; }
  .im-balance .poids {
    position: absolute;
    text-align: center;
    width: 85px;
    font-size: 20px;
    font-weight: bold; }
    .im-balance .poids.left {
      left: 5px;
      color: #dd492c; }
    .im-balance .poids.right {
      left: 130px;
      color: #33a221; }

.im-balance-value {
  font-size: 35px;
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
  .im-balance-value div.legend {
    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px; }

.spinner {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border: 6px solid #dae3ee;
  border-radius: 100%; }

.spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border-top: 6px solid #7295bd;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.counters {
  margin-top: 15px;
  text-align: center; }

.counter-container {
  text-align: center;
  border: 1px solid silver;
  display: inline-block;
  padding: 5px;
  background: #EAEDF1;
  border-radius: 2px;
  padding-bottom: 5px; }
  .counter-container:first-child {
    margin-bottom: 5px; }

.counter {
  background: #1265A0;
  border-radius: 3px;
  color: white;
  padding: 5px;
  font-size: 18px;
  display: inline-block;
  width: 200px;
  text-align: center; }

.counter-label {
  margin: 0 5px 5px 5px;
  font-size: 14px;
  color: #1265A0;
  text-align: left; }

.counter-mds {
  font-size: 14px;
  margin: 0 5px; }

/*** Selecteurs retraites ***/
.container-cartouche {
  background-color: #eaedf1;
  padding: 22px 0px 34px 0px; }

.selecteurs-cartouche {
  position: relative;
  width: 979px;
  margin-left: auto;
  margin-right: auto;
  height: 148px; }

.selecteurs-cartouche .first {
  position: relative;
  background: #FFFFFF url(../img/chiffres-cles.png) 30px 30px no-repeat;
  border-radius: 8px 0px 0px 8px;
  height: 148px;
  width: 323px;
  float: left; }

.selecteurs-cartouche .first h2 {
  padding-left: 134px;
  font-family: "PT Sans",sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #00447b;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-top: 44px; }

.selecteurs-cartouche .first h2 strong {
  color: #0b5a9a;
  font-weight: bold;
  font-size: 35px; }

.selecteurs-cartouche .first h2 span {
  color: #00447b;
  font-size: 27px;
  font-weight: bold; }

.selecteurs-cartouche .second {
  position: relative;
  background: #ccdce9 url(../img/arrow_right_white.gif) center left no-repeat;
  height: 148px;
  width: 333px;
  float: left; }
  .selecteurs-cartouche .second .inline-indicator {
    margin-top: 28px;
    margin-left: 30px;
    font-family: "PT Sans";
    text-transform: uppercase;
    color: #1b1b1b;
    font-size: 16px; }
    .selecteurs-cartouche .second .inline-indicator:first-child {
      margin-top: 40px; }
    .selecteurs-cartouche .second .inline-indicator span {
      color: #0b5a9a;
      font-size: 25px;
      font-weight: 700; }

.selecteurs-cartouche .third {
  position: relative;
  background: #a2b9d3 url(../img/arrow_right_blue.gif) center left no-repeat;
  border-radius: 0px 8px 8px 0px;
  height: 148px;
  width: 323px;
  float: left; }
  .selecteurs-cartouche .third .block-indicator {
    margin-left: 43px;
    margin-top: 10px;
    color: #1b1b1b;
    font-family: "PT Sans";
    font-size: 15px;
    text-transform: uppercase; }
    .selecteurs-cartouche .third .block-indicator:first-child {
      margin-top: 22px; }
    .selecteurs-cartouche .third .block-indicator span.bold {
      font-weight: 700; }
    .selecteurs-cartouche .third .block-indicator > div {
      margin-bottom: 2px; }

.bloc-jouer-dette .bloc-jouer {
  height: 137px;
  border-radius: 8px;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  margin-bottom: 15px;
  background: #00447b url("data:image/gif;base64,R0lGODlhNAAxANUAAABEe/q6ACFUaw9LdD5hXRVOcQNFeixZZeuzBwpJdsShG0FjW/S3A66WJoSCOhtRbSNVag5KdKGQLJOJMwFEe1luT/e5AdepEWd1SC5aZOexCd+tDghId0tnVturD0lmV92sDmBxTIaDOcukF2FyS82lFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjVGMDY0QkRGMEJCQ0U0MTE5RTZGQTBGRUU5OTBCNjhCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZEM0U0MTQ5RUI5MjExRTU4RDY2RDE3QkQwODRBRjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZEM0U0MTQ4RUI5MjExRTU4RDY2RDE3QkQwODRBRjAwIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmU0ZTBmYzI5LTNiMjgtZDA0Ny04ZjA5LWJiMTAxMWZjNzc4YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmZhNDc2MmQ1LWViNTktMTFlNS04NjM5LTljYWZiZDZmZDU5ZSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAA0ADEAAAb0QIBwSCwaj8ikcslsOp/QqHRKbQoC2Kx2uxVUk1eumOv9HsPjdKBsLqLVYnZ7Tq/bAW94947Xj+V0eX5YgHOCg4Vth36JZgSDXAR8j5BakneUlViXdot6jV+ecKBLEQOnqKgZmlkZqa8RShUMrLUBDBVLCxq2lRoLTRAXvX4XEE8FCsRqCgVRHBLLYhIcUxQO0loOFF8ktMsMIXMLCMQIwHQHILYeB3fJrM18AAkNlQ0J80IGIoMOBvqIYLCgxgKGgEY6lBOD4APCIwc2cNng7uGRByW0jHhgMUk9LPg6KjEwYQJAkShTqlzJsqXLlzBjyqwSBAA7") no-repeat scroll 374px 87px; }

.bloc-jouer-dette .bloc-jouer p {
  padding-top: 15px;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase; }

.bloc-jouer-dette .bloc-jouer p strong {
  font-weight: 600; }

.bloc-jouer-dette .bloc-jouer a {
  cursor: default;
  display: inline-block;
  color: #f3b704;
  font-size: 23px;
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  margin-top: 10px; }

section.intro-tool p.lead {
  font-size: 18px;
  font-weight: bold;
  color: #7295bd; }

.vticker1, .vticker2 {
  font-size: 13px; }

.btn-sharing {
  width: 446px !important;
  font-size: 22px;
  height: auto;
  line-height: 30px;
  margin-right: 40px;
  margin-top: 20px;
  text-align: center; }
  .btn-sharing i {
    margin: 0 10px; }

input, select {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.selectable {
  -moz-user-select: all; }

.linkedin-logo {
  width: 20px;
  margin: 0px 10px 7px 10px; }

select.select-term {
  background: #7295bd;
  width: auto;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 40px;
  color: white;
  margin-bottom: 0px; }

.select-term-actu {
  float: right;
  display: inline-block; }

.loading {
  margin-top: 20px; }
