/* Minification failed. Returning unminified contents.
(3643,10): run-time error CSS1036: Expected expression, found '!important'
 */
@charset "UTF-8";
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900,700italic,400italic,300italic");

.icon-font {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

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, .btn-clear:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover, .btn-clear:hover,
a:active,
.btn-clear: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;
}

:-ms-input-placeholder {
  /* IE11 needs the !important flag */
  color: #767676 !important;
  opacity: 1 !important;
}

::placeholder {
  color: #767676;
  opacity: 1;
}

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"] {
    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, .btn-clear,
  a:visited,
  .btn-clear:visited {
    text-decoration: underline;
  }

    a[href]:after, [href].btn-clear:after {
      content: " (" attr(href) ")";
    }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, .ir .btn-clear:after,
  a[href^="javascript:"]:after,
  [href^="javascript:"].btn-clear:after,
  a[href^="#"]:after,
  [href^="#"].btn-clear:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

a, .btn-clear {
  color: #1a7167;
  text-decoration: none;
}

  a:hover, .btn-clear:hover,
  a:focus,
  .btn-clear:focus {
    color: #155c54;
    text-decoration: underline;
  }

.img-rounded {
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .row:after {
    clear: both;
  }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span1 {
  width: 60px;
}

.span2 {
  width: 140px;
}

.span3 {
  width: 220px;
}

.span4 {
  width: 300px;
}

.span5 {
  width: 380px;
}

.span6 {
  width: 460px;
}

.span7 {
  width: 540px;
}

.span8 {
  width: 620px;
}

.span9 {
  width: 700px;
}

.span10 {
  width: 780px;
}

.span11 {
  width: 860px;
}

.span12 {
  width: 940px;
}

.offset1 {
  margin-left: 100px;
}

.offset2 {
  margin-left: 180px;
}

.offset3 {
  margin-left: 260px;
}

.offset4 {
  margin-left: 340px;
}

.offset5 {
  margin-left: 420px;
}

.offset6 {
  margin-left: 500px;
}

.offset7 {
  margin-left: 580px;
}

.offset8 {
  margin-left: 660px;
}

.offset9 {
  margin-left: 740px;
}

.offset10 {
  margin-left: 820px;
}

.offset11 {
  margin-left: 900px;
}

.offset12 {
  margin-left: 980px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%;
    *margin-left: 2.07447%;
  }

    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%;
  }

  .row-fluid .span1 {
    width: 6.38298%;
    *width: 6.32979%;
  }

  .row-fluid .span2 {
    width: 14.89362%;
    *width: 14.84043%;
  }

  .row-fluid .span3 {
    width: 23.40426%;
    *width: 23.35106%;
  }

  .row-fluid .span4 {
    width: 31.91489%;
    *width: 31.8617%;
  }

  .row-fluid .span5 {
    width: 40.42553%;
    *width: 40.37234%;
  }

  .row-fluid .span6 {
    width: 48.93617%;
    *width: 48.88298%;
  }

  .row-fluid .span7 {
    width: 57.44681%;
    *width: 57.39362%;
  }

  .row-fluid .span8 {
    width: 65.95745%;
    *width: 65.90426%;
  }

  .row-fluid .span9 {
    width: 74.46809%;
    *width: 74.41489%;
  }

  .row-fluid .span10 {
    width: 82.97872%;
    *width: 82.92553%;
  }

  .row-fluid .span11 {
    width: 91.48936%;
    *width: 91.43617%;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }

  .row-fluid .offset1 {
    margin-left: 10.6383%;
    *margin-left: 10.53191%;
  }

    .row-fluid .offset1:first-child {
      margin-left: 8.51064%;
      *margin-left: 8.40426%;
    }

  .row-fluid .offset2 {
    margin-left: 19.14894%;
    *margin-left: 19.04255%;
  }

    .row-fluid .offset2:first-child {
      margin-left: 17.02128%;
      *margin-left: 16.91489%;
    }

  .row-fluid .offset3 {
    margin-left: 27.65957%;
    *margin-left: 27.55319%;
  }

    .row-fluid .offset3:first-child {
      margin-left: 25.53191%;
      *margin-left: 25.42553%;
    }

  .row-fluid .offset4 {
    margin-left: 36.17021%;
    *margin-left: 36.06383%;
  }

    .row-fluid .offset4:first-child {
      margin-left: 34.04255%;
      *margin-left: 33.93617%;
    }

  .row-fluid .offset5 {
    margin-left: 44.68085%;
    *margin-left: 44.57447%;
  }

    .row-fluid .offset5:first-child {
      margin-left: 42.55319%;
      *margin-left: 42.44681%;
    }

  .row-fluid .offset6 {
    margin-left: 53.19149%;
    *margin-left: 53.08511%;
  }

    .row-fluid .offset6:first-child {
      margin-left: 51.06383%;
      *margin-left: 50.95745%;
    }

  .row-fluid .offset7 {
    margin-left: 61.70213%;
    *margin-left: 61.59574%;
  }

    .row-fluid .offset7:first-child {
      margin-left: 59.57447%;
      *margin-left: 59.46809%;
    }

  .row-fluid .offset8 {
    margin-left: 70.21277%;
    *margin-left: 70.10638%;
  }

    .row-fluid .offset8:first-child {
      margin-left: 68.08511%;
      *margin-left: 67.97872%;
    }

  .row-fluid .offset9 {
    margin-left: 78.7234%;
    *margin-left: 78.61702%;
  }

    .row-fluid .offset9:first-child {
      margin-left: 76.59574%;
      *margin-left: 76.48936%;
    }

  .row-fluid .offset10 {
    margin-left: 87.23404%;
    *margin-left: 87.12766%;
  }

    .row-fluid .offset10:first-child {
      margin-left: 85.10638%;
      *margin-left: 85.0%;
    }

  .row-fluid .offset11 {
    margin-left: 95.74468%;
    *margin-left: 95.6383%;
  }

    .row-fluid .offset11:first-child {
      margin-left: 93.61702%;
      *margin-left: 93.51064%;
    }

  .row-fluid .offset12 {
    margin-left: 104.25532%;
    *margin-left: 104.14894%;
  }

    .row-fluid .offset12:first-child {
      margin-left: 102.12766%;
      *margin-left: 102.02128%;
    }

  [class*="span"].hide,
  .row-fluid [class*="span"].hide {
    display: none;
  }

  [class*="span"].pull-right,
  .row-fluid [class*="span"].pull-right {
    float: right;
  }

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .container:after {
    clear: both;
  }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .container-fluid:after {
    clear: both;
  }

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 22.5px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted, .login-content .fineprint {
  color: #767676;
}

  a.muted:hover, .muted.btn-clear:hover, .login-content .btn-clear.fineprint:hover, .login-content a.fineprint:hover,
  a.muted:focus,
  .muted.btn-clear:focus,
  .login-content .btn-clear.fineprint:focus,
  .login-content a.fineprint:focus {
    color: gray;
  }

.text-warning {
  color: #c09853;
}

  a.text-warning:hover, .text-warning.btn-clear:hover,
  a.text-warning:focus,
  .text-warning.btn-clear:focus {
    color: #a47e3c;
  }

.text-error {
  color: #b94a48;
}

  a.text-error:hover, .text-error.btn-clear:hover,
  a.text-error:focus,
  .text-error.btn-clear:focus {
    color: #953b39;
  }

.text-info {
  color: #3a87ad;
}

  a.text-info:hover, .text-info.btn-clear:hover,
  a.text-info:focus,
  .text-info.btn-clear:focus {
    color: #2d6987;
  }

.text-success {
  color: #468847;
}

  a.text-success:hover, .text-success.btn-clear:hover,
  a.text-success:focus,
  .text-success.btn-clear:focus {
    color: #356635;
  }

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999;
  }

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 41.25px;
}

h2 {
  font-size: 33.75px;
}

h3 {
  font-size: 26.25px;
}

h4 {
  font-size: 18.75px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12.75px;
}

h1 small {
  font-size: 26.25px;
}

h2 small {
  font-size: 18.75px;
}

h3 small {
  font-size: 15px;
}

h4 small {
  font-size: 15px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

  ul ul,
  ul ol,
  ol ol,
  ol ul {
    margin-bottom: 0;
  }

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px;
  }

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

  .dl-horizontal:before, .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .dl-horizontal:after {
    clear: both;
  }

  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  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 20px;
  border-left: 5px solid #eee;
}

  blockquote p {
    margin-bottom: 0;
    font-size: 18.75px;
    font-weight: 300;
    line-height: 1.25;
  }

  blockquote small {
    display: block;
    line-height: 20px;
    color: #999;
  }

    blockquote small:before {
      content: '\2014 \00A0';
    }

  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
  }

    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right;
    }

      blockquote.pull-right small:before {
        content: '';
      }

      blockquote.pull-right small:after {
        content: '\00A0 \2014';
      }

  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
  }

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 22.5px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

  legend small {
    font-size: 15px;
    color: #999;
  }

label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow 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(26, 114, 103, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 114, 103, 0.6);
  }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

  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: #fcfcfc;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

  .radio input[type="radio"],
  .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
  }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

  .radio.inline + .radio.inline,
  .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
  }

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

.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: #eee;
}

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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .control-group.warning input:focus,
  .control-group.warning select:focus,
  .control-group.warning textarea:focus {
    border-color: #a47e3c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  }

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .control-group.error input:focus,
  .control-group.error select:focus,
  .control-group.error textarea:focus {
    border-color: #953b39;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  }

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .control-group.success input:focus,
  .control-group.success select:focus,
  .control-group.success textarea:focus {
    border-color: #356635;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  }

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .control-group.info input:focus,
  .control-group.info select:focus,
  .control-group.info textarea:focus {
    border-color: #2d6987;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  }

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

  input:focus:invalid:focus,
  textarea:focus:invalid:focus,
  select:focus:invalid:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7;
  }

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

  .form-actions:before, .form-actions:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .form-actions:after {
    clear: both;
  }

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

  .input-append input,
  .input-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-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;
    border-radius: 0 4px 4px 0;
  }

    .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;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
  }

  .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;
    border-radius: 0;
  }

  .input-append .active,
  .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
  }

  .input-prepend .add-on,
  .input-prepend .btn {
    margin-right: -1px;
  }

    .input-prepend .add-on:first-child,
    .input-prepend .btn:first-child {
      border-radius: 4px 0 0 4px;
    }

  .input-append input,
  .input-append select,
  .input-append .uneditable-input {
    border-radius: 4px 0 0 4px;
  }

    .input-append input + .btn-group .btn:last-child,
    .input-append select + .btn-group .btn:last-child,
    .input-append .uneditable-input + .btn-group .btn:last-child {
      border-radius: 0 4px 4px 0;
    }

  .input-append .add-on,
  .input-append .btn,
  .input-append .btn-group {
    margin-left: -1px;
  }

    .input-append .add-on:last-child,
    .input-append .btn:last-child,
    .input-append .btn-group:last-child > .dropdown-toggle {
      border-radius: 0 4px 4px 0;
    }

  .input-prepend.input-append input,
  .input-prepend.input-append select,
  .input-prepend.input-append .uneditable-input {
    border-radius: 0;
  }

    .input-prepend.input-append input + .btn-group .btn,
    .input-prepend.input-append select + .btn-group .btn,
    .input-prepend.input-append .uneditable-input + .btn-group .btn {
      border-radius: 0 4px 4px 0;
    }

  .input-prepend.input-append .add-on:first-child,
  .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    border-radius: 4px 0 0 4px;
  }

  .input-prepend.input-append .add-on:last-child,
  .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
  }

  .input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
  }

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}

.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}

.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: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

  .form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .form-horizontal .control-group:after {
    clear: both;
  }

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

  .form-horizontal .controls:first-child {
    *padding-left: 180px;
  }

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

  .fade.in {
    opacity: 1;
  }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

  .collapse.in {
    height: auto;
  }

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
  }

  .btn:active, .btn.active {
    background-color: #cccccc \9;
  }

  .btn:first-child {
    *margin-left: 0;
  }

  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
  }

  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  }

  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
  }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}

  .btn-large [class^="icon-"],
  .btn-large [class*=" icon-"] {
    margin-top: 4px;
  }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}

  .btn-small [class^="icon-"],
  .btn-small [class*=" icon-"] {
    margin-top: 0;
  }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  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, .active.btn-bordered,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary, .btn-bordered {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006ccc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

  .btn-primary:hover, .btn-bordered:hover, .btn-primary:focus, .btn-bordered:focus, .btn-primary:active, .btn-bordered:active, .btn-primary.active, .active.btn-bordered, .btn-primary.disabled, .disabled.btn-bordered, .btn-primary[disabled], [disabled].btn-bordered {
    color: #fff;
    background-color: #0044cc;
    *background-color: #003bb3;
  }

  .btn-primary:active, .btn-bordered:active, .btn-primary.active, .active.btn-bordered {
    background-color: #003399 \9;
  }

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color: #df8505;
  }

  .btn-warning:active, .btn-warning.active {
    background-color: #c67605 \9;
  }

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4e49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #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: #5bb65b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #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;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #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;
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515;
  }

  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \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;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #1a7167;
  border-radius: 0;
}

  .btn-link:hover,
  .btn-link:focus {
    color: #155c54;
    text-decoration: underline;
    background-color: transparent;
  }

  .btn-link[disabled]:hover,
  .btn-link[disabled]:focus {
    color: #333;
    text-decoration: none;
  }

.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 */
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}

  .modal.fade {
    transition: opacity 0.3s linear, top 0.3s ease-out;
    top: -25%;
  }

    .modal.fade.in {
      top: 10%;
    }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

  .modal-header .close {
    margin-top: 2px;
  }

  .modal-header h3 {
    margin: 0;
    line-height: 30px;
  }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: white;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}

  .modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .modal-footer:after {
    clear: both;
  }

  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }

  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }

  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }

.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;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix, .input-group {
  *zoom: 1;
}

  .clearfix:before, .input-group:before, .clearfix:after, .input-group:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .clearfix:after, .input-group:after {
    clear: both;
  }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

body {
  background: white;
}

.container-fluid {
  max-width: 1170px;
  margin: auto;
  padding: 0 10px;
}

.section-hero,
.section-samverka,
.section-gr,
.section-samarbetspartner,
.section-back-to-top {
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .section-hero,
  .section-samverka,
  .section-gr,
  .section-samarbetspartner,
  .section-back-to-top {
    padding: 20px 0;
  }
}

.row-fluid [class*="span"] {
  min-height: 1px;
}

@media only screen and (max-width: 768px) {
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }

  .row-fluid .offset1 {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 40px;
}

h2 {
  margin-bottom: 32px;
}

  h2 .preheader {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
  }

h3 {
  font-size: 22px;
  font-weight: 600;
}

  h3 small {
    background: #fff;
    padding-left: 15px;
    margin-top: 14px;
    float: right;
    font-size: 14px;
  }

p:only-child {
  margin: 0;
}

.small {
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 26px;
  }

  h3 {
    font-size: 16px;
  }
}

.btn {
  outline: 0;
  background: white;
  border-color: #ddd;
  color: #1a7167;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: none;
  transition: background-color 0.1s, color 0.1s;
}

  .btn:hover, .btn:focus {
    outline: 0;
    background: #f2f2f2;
    color: #155c54;
  }

  .btn.active, .btn:active {
    background: #f2f2f2;
    outline: 0;
    border-color: #ccc;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  }

.btn-primary, .btn-bordered {
  background: #1a7167;
  border: 0;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

  .btn-primary:hover, .btn-bordered:hover, .btn-primary:focus, .btn-bordered:focus {
    background: #155c54;
    color: white;
  }

.btn-large {
  font-size: 15px;
}

  .btn-large.btn-primary, .btn-large.btn-bordered {
    padding-top: 12px;
    padding-bottom: 12px;
  }

.btn-small {
  text-transform: none;
  font-size: 13px;
}

.btn-bordered {
  border: 2px solid white;
  color: white;
}

.btn-clear {
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .btn {
    padding: 8px 12px;
  }

  .btn-large {
    font-size: 13px;
  }

    .btn-primary.btn-large, .btn-large.btn-bordered {
      padding: 10px;
    }
}

.list-unstyled, .animated-logos {
  list-style: none;
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
}

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"] {
  background: white;
  transition: none;
  box-shadow: none;
}

  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 {
    background: white;
  }

  input[disabled],
  select[disabled],
  textarea[disabled],
  input[readonly],
  select[readonly],
  textarea[readonly] {
    cursor: not-allowed;
    background-color: #efefef;
    border-color: #d7d7d7;
  }

label {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase;
}

.input-compact {
  font-size: 13px;
  height: 26px;
}

.input-group > [class*='input-'] {
  float: left;
  box-sizing: border-box;
}

  .input-group > [class*='input-'] input,
  .input-group > [class*='input-'] select,
  .input-group > [class*='input-'] .btn,
  .input-group > [class*='input-'] .search-field-wrapper input,
  .input-group > [class*='input-'] .search-field-wrapper .btn {
    display: block;
    width: 100%;
    margin-left: 2px;
    margin-right: 2px;
  }

    .input-group > [class*='input-'] input:focus,
    .input-group > [class*='input-'] select:focus,
    .input-group > [class*='input-'] .btn:focus,
    .input-group > [class*='input-'] .search-field-wrapper input:focus,
    .input-group > [class*='input-'] .search-field-wrapper .btn:focus {
      position: relative;
      z-index: 10;
    }

  .input-group > [class*='input-']:first-child input,
  .input-group > [class*='input-']:first-child select,
  .input-group > [class*='input-']:first-child .btn {
    margin-left: 0;
  }

  .input-group > [class*='input-']:last-child input,
  .input-group > [class*='input-']:last-child select,
  .input-group > [class*='input-']:last-child .btn {
    margin-right: 0;
  }

.input-one-half {
  width: 50% !important;
}

.input-one-third {
  width: 33.3333% !important;
}

.input-two-thirds {
  width: 66.6666% !important;
}

.input-two-fifths {
  width: 40% !important;
}

.input-three-fifths {
  width: 60% !important;
}

.input-one-fifth {
  width: 20% !important;
}

.input-four-fifths {
  width: 80% !important;
}

form .and {
  position: relative;
  top: -5px;
  display: inline-block;
  margin: 0 10px;
}

textarea.input-validation-error,
input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
input[type="datetime"].input-validation-error,
input[type="datetime-local"].input-validation-error,
input[type="date"].input-validation-error,
input[type="month"].input-validation-error,
input[type="time"].input-validation-error,
input[type="week"].input-validation-error,
input[type="number"].input-validation-error,
input[type="email"].input-validation-error,
input[type="url"].input-validation-error,
input[type="search"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="color"].input-validation-error {
  border-color: #d60c39;
}

  textarea.input-validation-error:focus,
  input[type="text"].input-validation-error:focus,
  input[type="password"].input-validation-error:focus,
  input[type="datetime"].input-validation-error:focus,
  input[type="datetime-local"].input-validation-error:focus,
  input[type="date"].input-validation-error:focus,
  input[type="month"].input-validation-error:focus,
  input[type="time"].input-validation-error:focus,
  input[type="week"].input-validation-error:focus,
  input[type="number"].input-validation-error:focus,
  input[type="email"].input-validation-error:focus,
  input[type="url"].input-validation-error:focus,
  input[type="search"].input-validation-error:focus,
  input[type="tel"].input-validation-error:focus,
  input[type="color"].input-validation-error:focus {
    box-shadow: 0 0 0 1px #d60c39;
  }

.field-validation-error {
  display: block;
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.3;
  color: #d60c39;
}

.section-hero {
  position: relative;
  background-image: url("/Content/images/hero/frisor.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

  .section-hero:before {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-image: linear-gradient(-180deg, transparent 32%, rgba(0, 0, 0, 0.21) 56%, black 95%);
  }

.hero-text {
  margin-top: 9%;
  position: relative;
  z-index: 1;
  color: white;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  text-shadow: 1px 1px 1px black;
}

  .hero-text strong {
    font-weight: 900;
  }

  .hero-text p:last-child {
    text-align: center;
    font-size: 20px;
    padding-right: 50px;
    line-height: 1;
  }

  .hero-text .arrow {
    opacity: 0.7;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }

    .hero-text .arrow:hover, .hero-text .arrow:focus {
      opacity: 1;
    }

.login {
  position: relative;
  z-index: 1;
}

.login-header,
.login-content {
  background: white;
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 1px;
}

.login-header {
  border-radius: 6px 6px 0 0;
  padding: 12px 15px;
}

  .login-header h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1;
  }

.login-content {
  border-radius: 0 0 6px 6px;
  padding: 12px 15px;
}

  .login-content input[type="text"],
  .login-content input[type="password"] {
    padding: 8px 10px;
    margin-bottom: 15px;
    height: auto;
  }

  .login-content .forgot-pw {
    float: right;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
  }

  .login-content .submit-btn {
    margin-bottom: 15px;
  }

  .login-content .fineprint {
    font-size: 13px;
    line-height: 1.3;
  }

@media only screen and (max-width: 768px) {
  .hero-text {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
  }

    .hero-text p:last-child {
      font-size: 18px;
      padding-right: 0;
      line-height: 1;
    }

    .hero-text .arrow {
      display: none;
    }

  .login-header h2 {
    font-size: 20px;
  }
}

.cookie-notice {
  padding: 12px 0;
  background: #333;
  color: #a9a9a9;
  font-size: 13px;
  line-height: 1.2;
}

  .cookie-notice .container-fluid {
    display: table;
    width: 100%;
  }

    .cookie-notice .container-fluid .left, .cookie-notice .container-fluid .right {
      display: table-cell;
      vertical-align: middle;
    }

      .cookie-notice .container-fluid .left .btn, .cookie-notice .container-fluid .right .btn {
        white-space: nowrap;
      }

  .cookie-notice a {
    color: #27ab9c;
  }

    .cookie-notice a:hover {
      color: #39d1c0;
    }

@media only screen and (max-width: 768px) {
  .cookie-notice .container-fluid {
    display: block;
    width: auto;
  }

    .cookie-notice .container-fluid .left, .cookie-notice .container-fluid .right {
      display: block;
    }

    .cookie-notice .container-fluid .left {
      margin-bottom: 10px;
    }
}

.site-title {
  padding: 6px 0;
}

  .site-title h1 {
    width: 210px;
    height: 21px;
    overflow: hidden;
    text-indent: -9999em;
    background: url("/Content/images/logo.png") no-repeat;
    background-size: contain;
  }

.section-samverka {
  border-bottom: 1px solid #e7e7e7;
}

  .section-samverka h2, .section-samverka .subtitle {
    margin: 0;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 900;
  }

  .section-samverka h2 {
    margin-top: 20px;
  }

  .section-samverka .subtitle {
    font-weight: 300;
    font-size: 28px;
  }

  .section-samverka .btn {
    margin-top: 30px;
  }

  .section-samverka .collaborate-img {
    max-width: 260px;
    height: auto;
  }

  .section-samverka .offset1 {
    padding-left: 20px;
  }

  .section-samverka .kontakta-img {
    width: 30px;
    height: auto;
    margin-right: 7px;
    margin-left: -2px;
    margin-top: -2px;
    display: inline-block;
  }

@media only screen and (max-width: 768px) {
  .section-samverka {
    text-align: center;
  }

    .section-samverka h2 {
      font-size: 24px;
      margin-top: 0;
    }

    .section-samverka .subtitle {
      font-size: 22px;
    }

    .section-samverka .collaborate-img {
      max-width: 60%;
      margin-bottom: 10px;
    }

    .section-samverka .btn {
      margin-top: 15px;
      margin-bottom: 15px;
    }
}

.section-verksamheter {
  padding: 20px 0 0;
  background: #f9f9f9;
  font-weight: 300;
}

  .section-verksamheter p {
    text-align: center;
    margin-bottom: 20px;
  }

.verksamheter-slideshow {
  padding: 20px 0;
  background: white;
  border: 1px solid #e7e7e7;
  border-width: 1px 0;
}

.animated-logos {
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
}

  .animated-logos > li {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
  }

    .animated-logos > li a, .animated-logos > li .btn-clear {
      display: block;
    }

    .animated-logos > li img {
      display: block;
    }

@media only screen and (max-width: 768px) {
  .verksamheter-slideshow {
    padding-bottom: 0;
  }

  .animated-logos {
    display: block;
  }

    .animated-logos > li {
      box-sizing: border-box;
      display: inline-block;
      width: 31%;
      padding: 0 10px;
      margin-bottom: 20px;
    }
}

.section-gr {
  background: #f9f9f9;
  border-bottom: 1px solid #e7e7e7;
}

  .section-gr .offset1 {
    padding-left: 20px;
  }

.skola-arbetsliv-img {
  margin: 30px 0;
  display: block;
  width: 270px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .section-gr .btn {
    margin-bottom: 15px;
  }

  .skola-arbetsliv-img {
    margin: 10px 0 15px;
    display: block;
    max-width: 80%;
    height: auto;
  }
}

.section-samarbetspartner {
  border-bottom: 1px solid #e7e7e7;
}

  .section-samarbetspartner p {
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
  }

.partners-box {
  margin: 50px 0 0;
  text-align: center;
}

  .partners-box img {
    margin: 0 25px;
  }

@media only screen and (max-width: 768px) {
  .section-samarbetspartner p {
    margin-bottom: 0;
  }

  .partners-box {
    margin: 20px 0 0;
  }

    .partners-box img {
      margin: 0 15px;
    }
}

.section-back-to-top {
  text-align: center;
  background: #f9f9f9;
}

  .section-back-to-top a, .section-back-to-top .btn-clear {
    font-size: 15px;
    display: block;
    margin: 0 0 10px;
  }

    .section-back-to-top a i, .section-back-to-top .btn-clear i {
      display: block;
      font-size: 30px;
      margin-bottom: 5px;
    }

    .section-back-to-top a:hover, .section-back-to-top .btn-clear:hover, .section-back-to-top a:focus, .section-back-to-top .btn-clear:focus {
      text-decoration: none;
    }

footer {
  padding: 40px 0;
  background: #333;
  color: white;
  font-size: 13px;
  line-height: 1.6;
}

  footer .section-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-top: 25px;
  }

    footer .section-title:first-child {
      margin-top: 0;
    }

  footer .support-img {
    width: 50px;
    margin-right: 20px !important;
    height: auto;
  }

  footer .adress-img {
    width: 42px;
    height: auto;
    margin-right: 16px !important;
  }

  footer .span4:last-child {
    padding-left: 20px;
  }

  footer .gr-logo {
    margin-top: 0;
    margin-right: 15px !important;
    margin-bottom: 15px;
  }

  footer .gr-logo-stylized {
    display: block !important;
    min-width: 186.95px !important;
    width: auto !important;
    height: 60px !important;
    margin-bottom: 15px !important;
  }

  footer .vg-logo {
    width: 150px;
    height: auto;
    position: relative;
  }

  footer .small {
    font-size: 12px;
    line-height: 1.3;
  }

  footer strong {
    font-weight: normal;
    font-size: 15px;
  }

  footer a {
    color: #27ab9c;
    text-decoration: underline;
  }

    footer a:hover {
      color: #39d1c0;
    }

@media only screen and (max-width: 768px) {
  footer {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.5;
  }

    footer .support-img, footer .adress-img {
      width: 40px;
      margin-right: 12px !important;
    }

    footer .gr-logo {
      width: 40px;
      height: auto;
      margin-right: 12px !important;
    }

    footer .gr-logo-stylized {
      display: block !important;
      min-width: 155.79px !important;
      width: auto !important;
      height: 50px !important;
      margin-right: 12px !important;
      margin-bottom: 15px !important;
    }

    footer .vg-logo {
      width: 100px;
      top: -8px;
    }

    footer .span4 {
      margin-bottom: 15px;
    }

      footer .span4:last-child {
        margin-bottom: 0;
        padding-left: 0;
      }
}

.modal p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .modal {
    width: auto;
    left: 5px;
    right: 5px;
    top: 5px !important;
    bottom: 5px;
    margin-left: 0;
  }

  .modal-header {
    height: 49px;
    box-sizing: border-box;
  }

  .modal-footer {
    box-sizing: border-box;
    padding: 5px;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .modal-body {
    max-height: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 50px;
  }
}

.show-on-mobile {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }

  .show-on-mobile {
    display: inherit !important;
  }
}

.validation-summary-errors {
  padding: 8px 35px 8px 14px;
  margin-bottom: 22px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #c09853;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #be0b33;
}

  .validation-summary-errors ul {
    margin-bottom: 0;
  }

.step-bar {
  display: block;
  list-style: none;
  margin: 3px -15px -9px;
  border-top: 1px solid #ededed;
  padding: 3px 0;
}

  .step-bar li {
    display: inline-block;
    text-align: center;
    width: 16%;
    height: 30px;
    line-height: 29px;
    background: #e8e8e8;
    margin: 0 19px 0 0;
    padding: 0;
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  }

    .step-bar li:before {
      content: "";
      border: solid;
      border-color: #e8e8e8 transparent;
      border-width: 15px 0 15px 15px;
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
    }

    .step-bar li:after {
      content: "";
      font-size: 1em;
      border: solid;
      border-color: transparent #e8e8e8;
      border-width: 15px 0 15px 15px;
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
    }

    .step-bar li:first-child:before {
      display: none;
    }

    .step-bar li.active {
      color: #ffffff;
      text-shadow: none;
      background-color: #1a7167;
    }

      .step-bar li.active i {
        font-weight: normal;
      }

      .step-bar li.active:before {
        border-color: #1a7167 transparent;
      }

      .step-bar li.active:after {
        border-color: transparent #1a7167;
      }

  .step-bar.two-steps li {
    width: 45%;
  }

  .step-bar.three-steps li {
    width: 30%;
  }

  .step-bar.four-steps li {
    width: 22%;
  }

  .step-bar.five-steps li {
    width: 17%;
  }

.step-view [id*='step-'] {
  display: none;
}

  .step-view [id*='step-'].active {
    display: block;
  }

.step-view .step-bar {
  margin: 0 -15px 20px;
  padding: 0 15px 15px;
  border-top: 0;
  border-bottom: 1px solid #ddd;
}

.step-view .step-view-footer {
  margin: 15px -15px -35px;
  padding: 15px;
  border-top: 1px solid #ddd;
}

.step-view .toolbar-box {
  border: 0;
}

.step-view .dynamic-table-container .box {
  border: 0;
}

.step-view .js-content-info-container .row {
  margin: 0;
}

.step-view .js-content-info-container .span12 {
  width: 100%;
  margin: 0;
}

  .step-view .js-content-info-container .span12 .box {
    border: 0;
    padding: 0;
    margin: 0;
  }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 22px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}

  .alert,
  .alert h4 {
    color: #c09853;
  }

    .alert h4 {
      margin: 0;
    }

    .alert .close {
      position: relative;
      top: -2px;
      right: -21px;
      line-height: 22px;
    }

.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: #be0b33;
}

  .alert-danger h4,
  .alert-error h4 {
    color: #be0b33;
  }

.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;
  }

.hidden {
  display: none;
}

.loading {
  position: relative;
  min-height: 38px;
}

  .loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    opacity: .8;
    z-index: 100;
    /* below nav-bar which is 1030 */
  }

  .loading .spinner {
    position: absolute !important;
    top: 49% !important;
    left: 49% !important;
  }

.modal-hide {
  display: none;
  position: static;
}

.conflict-dropdown {
  width: !important 400px; /*obra*/
  display: block;
}

.toolbar-box .toolbar-breadcrumbs {
  width: 80%; /*Hacky, to accomodate space for 2 buttons*/
}

.tabbed-modal .step-bar {
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #ededed;
  border-top: none;
}

.common-form .input-4-5 {
  width: 188px;
}

.common-form span.input-4-5 {
  width: 201px;
}

.common-form [id*="step-"] h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 11px 0 6px;
  font-style: normal;
  padding: 0;
}

.error-box {
  display: none;
}

#needVerificationTokenModal .radioButtonLabel {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  padding: 6px 6px 5px 35px;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  #needVerificationTokenModal .radioButtonLabel input {
    position: absolute;
    opacity: 0;
  }

#needVerificationTokenModal .radioButton {
  position: absolute;
  top: 3px;
  left: 5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

#needVerificationTokenModal .radioButtonLabel:hover input ~ .radioButton {
  background-color: #ccc;
}

#needVerificationTokenModal .radioButtonLabel:hover {
  background-color: #fae7d5;
}

#needVerificationTokenModal .radioButtonLabel input:checked ~ .radioButton {
  background-color: #1a7167;
}

#needVerificationTokenModal .radioButton:after {
  content: "";
  position: absolute;
  display: none;
}

#needVerificationTokenModal .radioButtonLabel input:checked ~ .radioButton:after {
  display: block;
}

#needVerificationTokenModal .radioButtonLabel .radioButton:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.clickable-personal-number 
.clickable-global-unique-name
{
  cursor: pointer;
}

#cookie-information-text {
  overflow-y: scroll;
}

#cookie-information-text .modal-footer {
  border-top: initial;
}

