/* Minification failed. Returning unminified contents.
(10696,1): run-time error CSS1019: Unexpected token, found '@import'
(10696,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:600,700,400,300)'
(10725,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(10726,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10743,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10744,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10758,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(10759,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10774,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10775,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10790,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(10791,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10807,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10808,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10824,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10825,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10834,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(10835,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10844,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(10845,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10854,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10855,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10865,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(10866,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10880,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10881,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10897,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(10898,8): run-time error CSS1035: Expected colon, found '{'
(10909,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10910,8): run-time error CSS1035: Expected colon, found '{'
(11744,14312): run-time error CSS1019: Unexpected token, found '@keyframes'
(11744,14335): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11744,14719): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11744,14750): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11744,15134): run-time error CSS1019: Unexpected token, found '@keyframes'
(11744,15157): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11744,15529): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11744,15560): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11744,21528): run-time error CSS1019: Unexpected token, found '@keyframes'
(11744,21544): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11744,27288): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(11744,27311): run-time error CSS1035: Expected colon, found '{'
(11744,27334): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11744,27360): run-time error CSS1035: Expected colon, found '{'
(11744,27383): run-time error CSS1019: Unexpected token, found '@keyframes'
(11744,27401): run-time error CSS1035: Expected colon, found '{'
 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 400;
    font-family: "ITCFranklinGothicW02-Dm 812954"
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    *, :before, :after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]: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
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "ITCFranklinGothicW02-Md 812975",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.28571429;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #103184;
    text-decoration: none
}

    a:hover, a:focus {
        color: #081840;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.28571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 18px;
    margin-bottom: 9px
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 9px;
    margin-bottom: 9px
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%
    }

h1, .h1 {
    font-size: 30px
}

h2, .h2 {
    font-size: 23px
}

h3, .h3 {
    font-size: 18px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 9px
}

.lead {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-preline {
    white-space: pre-line
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #103184
}

a.text-primary:hover, a.text-primary:focus {
    color: #0a2057
}

.text-secondary {
    color: #418fbf
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #347399
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #103184
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #0a2057
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 9px
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 18px
}

dt, dd {
    line-height: 1.28571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .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
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.28571429;
        color: #777
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: ''
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.28571429
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none
    }

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 13px;
    line-height: 1.28571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width: 768px) {
    .container {
        width: 699px
    }
}

@media (min-width: 992px) {
    .container {
        width: 955px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1150px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}

.row {
    margin-left: -5px;
    margin-right: -5px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-sm-30, .col-md-30, .col-lg-30, .col-xs-31, .col-sm-31, .col-md-31, .col-lg-31, .col-xs-32, .col-sm-32, .col-md-32, .col-lg-32, .col-xs-33, .col-sm-33, .col-md-33, .col-lg-33, .col-xs-34, .col-sm-34, .col-md-34, .col-lg-34, .col-xs-35, .col-sm-35, .col-md-35, .col-lg-35, .col-xs-36, .col-sm-36, .col-md-36, .col-lg-36 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36 {
    float: left
}

.col-xs-36 {
    width: 100%
}

.col-xs-35 {
    width: 97.22222222%
}

.col-xs-34 {
    width: 94.44444444%
}

.col-xs-33 {
    width: 91.66666667%
}

.col-xs-32 {
    width: 88.88888889%
}

.col-xs-31 {
    width: 86.11111111%
}

.col-xs-30 {
    width: 83.33333333%
}

.col-xs-29 {
    width: 80.55555556%
}

.col-xs-28 {
    width: 77.77777778%
}

.col-xs-27 {
    width: 75%
}

.col-xs-26 {
    width: 72.22222222%
}

.col-xs-25 {
    width: 69.44444444%
}

.col-xs-24 {
    width: 66.66666667%
}

.col-xs-23 {
    width: 63.88888889%
}

.col-xs-22 {
    width: 61.11111111%
}

.col-xs-21 {
    width: 58.33333333%
}

.col-xs-20 {
    width: 55.55555556%
}

.col-xs-19 {
    width: 52.77777778%
}

.col-xs-18 {
    width: 50%
}

.col-xs-17 {
    width: 47.22222222%
}

.col-xs-16 {
    width: 44.44444444%
}

.col-xs-15 {
    width: 41.66666667%
}

.col-xs-14 {
    width: 38.88888889%
}

.col-xs-13 {
    width: 36.11111111%
}

.col-xs-12 {
    width: 33.33333333%
}

.col-xs-11 {
    width: 30.55555556%
}

.col-xs-10 {
    width: 27.77777778%
}

.col-xs-9 {
    width: 25%
}

.col-xs-8 {
    width: 22.22222222%
}

.col-xs-7 {
    width: 19.44444444%
}

.col-xs-6 {
    width: 16.66666667%
}

.col-xs-5 {
    width: 13.88888889%
}

.col-xs-4 {
    width: 11.11111111%
}

.col-xs-3 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 5.55555556%
}

.col-xs-1 {
    width: 2.77777778%
}

.col-xs-pull-36 {
    right: 100%
}

.col-xs-pull-35 {
    right: 97.22222222%
}

.col-xs-pull-34 {
    right: 94.44444444%
}

.col-xs-pull-33 {
    right: 91.66666667%
}

.col-xs-pull-32 {
    right: 88.88888889%
}

.col-xs-pull-31 {
    right: 86.11111111%
}

.col-xs-pull-30 {
    right: 83.33333333%
}

.col-xs-pull-29 {
    right: 80.55555556%
}

.col-xs-pull-28 {
    right: 77.77777778%
}

.col-xs-pull-27 {
    right: 75%
}

.col-xs-pull-26 {
    right: 72.22222222%
}

.col-xs-pull-25 {
    right: 69.44444444%
}

.col-xs-pull-24 {
    right: 66.66666667%
}

.col-xs-pull-23 {
    right: 63.88888889%
}

.col-xs-pull-22 {
    right: 61.11111111%
}

.col-xs-pull-21 {
    right: 58.33333333%
}

.col-xs-pull-20 {
    right: 55.55555556%
}

.col-xs-pull-19 {
    right: 52.77777778%
}

.col-xs-pull-18 {
    right: 50%
}

.col-xs-pull-17 {
    right: 47.22222222%
}

.col-xs-pull-16 {
    right: 44.44444444%
}

.col-xs-pull-15 {
    right: 41.66666667%
}

.col-xs-pull-14 {
    right: 38.88888889%
}

.col-xs-pull-13 {
    right: 36.11111111%
}

.col-xs-pull-12 {
    right: 33.33333333%
}

.col-xs-pull-11 {
    right: 30.55555556%
}

.col-xs-pull-10 {
    right: 27.77777778%
}

.col-xs-pull-9 {
    right: 25%
}

.col-xs-pull-8 {
    right: 22.22222222%
}

.col-xs-pull-7 {
    right: 19.44444444%
}

.col-xs-pull-6 {
    right: 16.66666667%
}

.col-xs-pull-5 {
    right: 13.88888889%
}

.col-xs-pull-4 {
    right: 11.11111111%
}

.col-xs-pull-3 {
    right: 8.33333333%
}

.col-xs-pull-2 {
    right: 5.55555556%
}

.col-xs-pull-1 {
    right: 2.77777778%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-36 {
    left: 100%
}

.col-xs-push-35 {
    left: 97.22222222%
}

.col-xs-push-34 {
    left: 94.44444444%
}

.col-xs-push-33 {
    left: 91.66666667%
}

.col-xs-push-32 {
    left: 88.88888889%
}

.col-xs-push-31 {
    left: 86.11111111%
}

.col-xs-push-30 {
    left: 83.33333333%
}

.col-xs-push-29 {
    left: 80.55555556%
}

.col-xs-push-28 {
    left: 77.77777778%
}

.col-xs-push-27 {
    left: 75%
}

.col-xs-push-26 {
    left: 72.22222222%
}

.col-xs-push-25 {
    left: 69.44444444%
}

.col-xs-push-24 {
    left: 66.66666667%
}

.col-xs-push-23 {
    left: 63.88888889%
}

.col-xs-push-22 {
    left: 61.11111111%
}

.col-xs-push-21 {
    left: 58.33333333%
}

.col-xs-push-20 {
    left: 55.55555556%
}

.col-xs-push-19 {
    left: 52.77777778%
}

.col-xs-push-18 {
    left: 50%
}

.col-xs-push-17 {
    left: 47.22222222%
}

.col-xs-push-16 {
    left: 44.44444444%
}

.col-xs-push-15 {
    left: 41.66666667%
}

.col-xs-push-14 {
    left: 38.88888889%
}

.col-xs-push-13 {
    left: 36.11111111%
}

.col-xs-push-12 {
    left: 33.33333333%
}

.col-xs-push-11 {
    left: 30.55555556%
}

.col-xs-push-10 {
    left: 27.77777778%
}

.col-xs-push-9 {
    left: 25%
}

.col-xs-push-8 {
    left: 22.22222222%
}

.col-xs-push-7 {
    left: 19.44444444%
}

.col-xs-push-6 {
    left: 16.66666667%
}

.col-xs-push-5 {
    left: 13.88888889%
}

.col-xs-push-4 {
    left: 11.11111111%
}

.col-xs-push-3 {
    left: 8.33333333%
}

.col-xs-push-2 {
    left: 5.55555556%
}

.col-xs-push-1 {
    left: 2.77777778%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-36 {
    margin-left: 100%
}

.col-xs-offset-35 {
    margin-left: 97.22222222%
}

.col-xs-offset-34 {
    margin-left: 94.44444444%
}

.col-xs-offset-33 {
    margin-left: 91.66666667%
}

.col-xs-offset-32 {
    margin-left: 88.88888889%
}

.col-xs-offset-31 {
    margin-left: 86.11111111%
}

.col-xs-offset-30 {
    margin-left: 83.33333333%
}

.col-xs-offset-29 {
    margin-left: 80.55555556%
}

.col-xs-offset-28 {
    margin-left: 77.77777778%
}

.col-xs-offset-27 {
    margin-left: 75%
}

.col-xs-offset-26 {
    margin-left: 72.22222222%
}

.col-xs-offset-25 {
    margin-left: 69.44444444%
}

.col-xs-offset-24 {
    margin-left: 66.66666667%
}

.col-xs-offset-23 {
    margin-left: 63.88888889%
}

.col-xs-offset-22 {
    margin-left: 61.11111111%
}

.col-xs-offset-21 {
    margin-left: 58.33333333%
}

.col-xs-offset-20 {
    margin-left: 55.55555556%
}

.col-xs-offset-19 {
    margin-left: 52.77777778%
}

.col-xs-offset-18 {
    margin-left: 50%
}

.col-xs-offset-17 {
    margin-left: 47.22222222%
}

.col-xs-offset-16 {
    margin-left: 44.44444444%
}

.col-xs-offset-15 {
    margin-left: 41.66666667%
}

.col-xs-offset-14 {
    margin-left: 38.88888889%
}

.col-xs-offset-13 {
    margin-left: 36.11111111%
}

.col-xs-offset-12 {
    margin-left: 33.33333333%
}

.col-xs-offset-11 {
    margin-left: 30.55555556%
}

.col-xs-offset-10 {
    margin-left: 27.77777778%
}

.col-xs-offset-9 {
    margin-left: 25%
}

.col-xs-offset-8 {
    margin-left: 22.22222222%
}

.col-xs-offset-7 {
    margin-left: 19.44444444%
}

.col-xs-offset-6 {
    margin-left: 16.66666667%
}

.col-xs-offset-5 {
    margin-left: 13.88888889%
}

.col-xs-offset-4 {
    margin-left: 11.11111111%
}

.col-xs-offset-3 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 5.55555556%
}

.col-xs-offset-1 {
    margin-left: 2.77777778%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36 {
        float: left
    }

    .col-sm-36 {
        width: 100%
    }

    .col-sm-35 {
        width: 97.22222222%
    }

    .col-sm-34 {
        width: 94.44444444%
    }

    .col-sm-33 {
        width: 91.66666667%
    }

    .col-sm-32 {
        width: 88.88888889%
    }

    .col-sm-31 {
        width: 86.11111111%
    }

    .col-sm-30 {
        width: 83.33333333%
    }

    .col-sm-29 {
        width: 80.55555556%
    }

    .col-sm-28 {
        width: 77.77777778%
    }

    .col-sm-27 {
        width: 75%
    }

    .col-sm-26 {
        width: 72.22222222%
    }

    .col-sm-25 {
        width: 69.44444444%
    }

    .col-sm-24 {
        width: 66.66666667%
    }

    .col-sm-23 {
        width: 63.88888889%
    }

    .col-sm-22 {
        width: 61.11111111%
    }

    .col-sm-21 {
        width: 58.33333333%
    }

    .col-sm-20 {
        width: 55.55555556%
    }

    .col-sm-19 {
        width: 52.77777778%
    }

    .col-sm-18 {
        width: 50%
    }

    .col-sm-17 {
        width: 47.22222222%
    }

    .col-sm-16 {
        width: 44.44444444%
    }

    .col-sm-15 {
        width: 41.66666667%
    }

    .col-sm-14 {
        width: 38.88888889%
    }

    .col-sm-13 {
        width: 36.11111111%
    }

    .col-sm-12 {
        width: 33.33333333%
    }

    .col-sm-11 {
        width: 30.55555556%
    }

    .col-sm-10 {
        width: 27.77777778%
    }

    .col-sm-9 {
        width: 25%
    }

    .col-sm-8 {
        width: 22.22222222%
    }

    .col-sm-7 {
        width: 19.44444444%
    }

    .col-sm-6 {
        width: 16.66666667%
    }

    .col-sm-5 {
        width: 13.88888889%
    }

    .col-sm-4 {
        width: 11.11111111%
    }

    .col-sm-3 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 5.55555556%
    }

    .col-sm-1 {
        width: 2.77777778%
    }

    .col-sm-pull-36 {
        right: 100%
    }

    .col-sm-pull-35 {
        right: 97.22222222%
    }

    .col-sm-pull-34 {
        right: 94.44444444%
    }

    .col-sm-pull-33 {
        right: 91.66666667%
    }

    .col-sm-pull-32 {
        right: 88.88888889%
    }

    .col-sm-pull-31 {
        right: 86.11111111%
    }

    .col-sm-pull-30 {
        right: 83.33333333%
    }

    .col-sm-pull-29 {
        right: 80.55555556%
    }

    .col-sm-pull-28 {
        right: 77.77777778%
    }

    .col-sm-pull-27 {
        right: 75%
    }

    .col-sm-pull-26 {
        right: 72.22222222%
    }

    .col-sm-pull-25 {
        right: 69.44444444%
    }

    .col-sm-pull-24 {
        right: 66.66666667%
    }

    .col-sm-pull-23 {
        right: 63.88888889%
    }

    .col-sm-pull-22 {
        right: 61.11111111%
    }

    .col-sm-pull-21 {
        right: 58.33333333%
    }

    .col-sm-pull-20 {
        right: 55.55555556%
    }

    .col-sm-pull-19 {
        right: 52.77777778%
    }

    .col-sm-pull-18 {
        right: 50%
    }

    .col-sm-pull-17 {
        right: 47.22222222%
    }

    .col-sm-pull-16 {
        right: 44.44444444%
    }

    .col-sm-pull-15 {
        right: 41.66666667%
    }

    .col-sm-pull-14 {
        right: 38.88888889%
    }

    .col-sm-pull-13 {
        right: 36.11111111%
    }

    .col-sm-pull-12 {
        right: 33.33333333%
    }

    .col-sm-pull-11 {
        right: 30.55555556%
    }

    .col-sm-pull-10 {
        right: 27.77777778%
    }

    .col-sm-pull-9 {
        right: 25%
    }

    .col-sm-pull-8 {
        right: 22.22222222%
    }

    .col-sm-pull-7 {
        right: 19.44444444%
    }

    .col-sm-pull-6 {
        right: 16.66666667%
    }

    .col-sm-pull-5 {
        right: 13.88888889%
    }

    .col-sm-pull-4 {
        right: 11.11111111%
    }

    .col-sm-pull-3 {
        right: 8.33333333%
    }

    .col-sm-pull-2 {
        right: 5.55555556%
    }

    .col-sm-pull-1 {
        right: 2.77777778%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-36 {
        left: 100%
    }

    .col-sm-push-35 {
        left: 97.22222222%
    }

    .col-sm-push-34 {
        left: 94.44444444%
    }

    .col-sm-push-33 {
        left: 91.66666667%
    }

    .col-sm-push-32 {
        left: 88.88888889%
    }

    .col-sm-push-31 {
        left: 86.11111111%
    }

    .col-sm-push-30 {
        left: 83.33333333%
    }

    .col-sm-push-29 {
        left: 80.55555556%
    }

    .col-sm-push-28 {
        left: 77.77777778%
    }

    .col-sm-push-27 {
        left: 75%
    }

    .col-sm-push-26 {
        left: 72.22222222%
    }

    .col-sm-push-25 {
        left: 69.44444444%
    }

    .col-sm-push-24 {
        left: 66.66666667%
    }

    .col-sm-push-23 {
        left: 63.88888889%
    }

    .col-sm-push-22 {
        left: 61.11111111%
    }

    .col-sm-push-21 {
        left: 58.33333333%
    }

    .col-sm-push-20 {
        left: 55.55555556%
    }

    .col-sm-push-19 {
        left: 52.77777778%
    }

    .col-sm-push-18 {
        left: 50%
    }

    .col-sm-push-17 {
        left: 47.22222222%
    }

    .col-sm-push-16 {
        left: 44.44444444%
    }

    .col-sm-push-15 {
        left: 41.66666667%
    }

    .col-sm-push-14 {
        left: 38.88888889%
    }

    .col-sm-push-13 {
        left: 36.11111111%
    }

    .col-sm-push-12 {
        left: 33.33333333%
    }

    .col-sm-push-11 {
        left: 30.55555556%
    }

    .col-sm-push-10 {
        left: 27.77777778%
    }

    .col-sm-push-9 {
        left: 25%
    }

    .col-sm-push-8 {
        left: 22.22222222%
    }

    .col-sm-push-7 {
        left: 19.44444444%
    }

    .col-sm-push-6 {
        left: 16.66666667%
    }

    .col-sm-push-5 {
        left: 13.88888889%
    }

    .col-sm-push-4 {
        left: 11.11111111%
    }

    .col-sm-push-3 {
        left: 8.33333333%
    }

    .col-sm-push-2 {
        left: 5.55555556%
    }

    .col-sm-push-1 {
        left: 2.77777778%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-36 {
        margin-left: 100%
    }

    .col-sm-offset-35 {
        margin-left: 97.22222222%
    }

    .col-sm-offset-34 {
        margin-left: 94.44444444%
    }

    .col-sm-offset-33 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-32 {
        margin-left: 88.88888889%
    }

    .col-sm-offset-31 {
        margin-left: 86.11111111%
    }

    .col-sm-offset-30 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-29 {
        margin-left: 80.55555556%
    }

    .col-sm-offset-28 {
        margin-left: 77.77777778%
    }

    .col-sm-offset-27 {
        margin-left: 75%
    }

    .col-sm-offset-26 {
        margin-left: 72.22222222%
    }

    .col-sm-offset-25 {
        margin-left: 69.44444444%
    }

    .col-sm-offset-24 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-23 {
        margin-left: 63.88888889%
    }

    .col-sm-offset-22 {
        margin-left: 61.11111111%
    }

    .col-sm-offset-21 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-20 {
        margin-left: 55.55555556%
    }

    .col-sm-offset-19 {
        margin-left: 52.77777778%
    }

    .col-sm-offset-18 {
        margin-left: 50%
    }

    .col-sm-offset-17 {
        margin-left: 47.22222222%
    }

    .col-sm-offset-16 {
        margin-left: 44.44444444%
    }

    .col-sm-offset-15 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-14 {
        margin-left: 38.88888889%
    }

    .col-sm-offset-13 {
        margin-left: 36.11111111%
    }

    .col-sm-offset-12 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 30.55555556%
    }

    .col-sm-offset-10 {
        margin-left: 27.77777778%
    }

    .col-sm-offset-9 {
        margin-left: 25%
    }

    .col-sm-offset-8 {
        margin-left: 22.22222222%
    }

    .col-sm-offset-7 {
        margin-left: 19.44444444%
    }

    .col-sm-offset-6 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-5 {
        margin-left: 13.88888889%
    }

    .col-sm-offset-4 {
        margin-left: 11.11111111%
    }

    .col-sm-offset-3 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 5.55555556%
    }

    .col-sm-offset-1 {
        margin-left: 2.77777778%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36 {
        float: left
    }

    .col-md-36 {
        width: 100%
    }

    .col-md-35 {
        width: 97.22222222%
    }

    .col-md-34 {
        width: 94.44444444%
    }

    .col-md-33 {
        width: 91.66666667%
    }

    .col-md-32 {
        width: 88.88888889%
    }

    .col-md-31 {
        width: 86.11111111%
    }

    .col-md-30 {
        width: 83.33333333%
    }

    .col-md-29 {
        width: 80.55555556%
    }

    .col-md-28 {
        width: 77.77777778%
    }

    .col-md-27 {
        width: 75%
    }

    .col-md-26 {
        width: 72.22222222%
    }

    .col-md-25 {
        width: 69.44444444%
    }

    .col-md-24 {
        width: 66.66666667%
    }

    .col-md-23 {
        width: 63.88888889%
    }

    .col-md-22 {
        width: 61.11111111%
    }

    .col-md-21 {
        width: 58.33333333%
    }

    .col-md-20 {
        width: 55.55555556%
    }

    .col-md-19 {
        width: 52.77777778%
    }

    .col-md-18 {
        width: 50%
    }

    .col-md-17 {
        width: 47.22222222%
    }

    .col-md-16 {
        width: 44.44444444%
    }

    .col-md-15 {
        width: 41.66666667%
    }

    .col-md-14 {
        width: 38.88888889%
    }

    .col-md-13 {
        width: 36.11111111%
    }

    .col-md-12 {
        width: 33.33333333%
    }

    .col-md-11 {
        width: 30.55555556%
    }

    .col-md-10 {
        width: 27.77777778%
    }

    .col-md-9 {
        width: 25%
    }

    .col-md-8 {
        width: 22.22222222%
    }

    .col-md-7 {
        width: 19.44444444%
    }

    .col-md-6 {
        width: 16.66666667%
    }

    .col-md-5 {
        width: 13.88888889%
    }

    .col-md-4 {
        width: 11.11111111%
    }

    .col-md-3 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 5.55555556%
    }

    .col-md-1 {
        width: 2.77777778%
    }

    .col-md-pull-36 {
        right: 100%
    }

    .col-md-pull-35 {
        right: 97.22222222%
    }

    .col-md-pull-34 {
        right: 94.44444444%
    }

    .col-md-pull-33 {
        right: 91.66666667%
    }

    .col-md-pull-32 {
        right: 88.88888889%
    }

    .col-md-pull-31 {
        right: 86.11111111%
    }

    .col-md-pull-30 {
        right: 83.33333333%
    }

    .col-md-pull-29 {
        right: 80.55555556%
    }

    .col-md-pull-28 {
        right: 77.77777778%
    }

    .col-md-pull-27 {
        right: 75%
    }

    .col-md-pull-26 {
        right: 72.22222222%
    }

    .col-md-pull-25 {
        right: 69.44444444%
    }

    .col-md-pull-24 {
        right: 66.66666667%
    }

    .col-md-pull-23 {
        right: 63.88888889%
    }

    .col-md-pull-22 {
        right: 61.11111111%
    }

    .col-md-pull-21 {
        right: 58.33333333%
    }

    .col-md-pull-20 {
        right: 55.55555556%
    }

    .col-md-pull-19 {
        right: 52.77777778%
    }

    .col-md-pull-18 {
        right: 50%
    }

    .col-md-pull-17 {
        right: 47.22222222%
    }

    .col-md-pull-16 {
        right: 44.44444444%
    }

    .col-md-pull-15 {
        right: 41.66666667%
    }

    .col-md-pull-14 {
        right: 38.88888889%
    }

    .col-md-pull-13 {
        right: 36.11111111%
    }

    .col-md-pull-12 {
        right: 33.33333333%
    }

    .col-md-pull-11 {
        right: 30.55555556%
    }

    .col-md-pull-10 {
        right: 27.77777778%
    }

    .col-md-pull-9 {
        right: 25%
    }

    .col-md-pull-8 {
        right: 22.22222222%
    }

    .col-md-pull-7 {
        right: 19.44444444%
    }

    .col-md-pull-6 {
        right: 16.66666667%
    }

    .col-md-pull-5 {
        right: 13.88888889%
    }

    .col-md-pull-4 {
        right: 11.11111111%
    }

    .col-md-pull-3 {
        right: 8.33333333%
    }

    .col-md-pull-2 {
        right: 5.55555556%
    }

    .col-md-pull-1 {
        right: 2.77777778%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-36 {
        left: 100%
    }

    .col-md-push-35 {
        left: 97.22222222%
    }

    .col-md-push-34 {
        left: 94.44444444%
    }

    .col-md-push-33 {
        left: 91.66666667%
    }

    .col-md-push-32 {
        left: 88.88888889%
    }

    .col-md-push-31 {
        left: 86.11111111%
    }

    .col-md-push-30 {
        left: 83.33333333%
    }

    .col-md-push-29 {
        left: 80.55555556%
    }

    .col-md-push-28 {
        left: 77.77777778%
    }

    .col-md-push-27 {
        left: 75%
    }

    .col-md-push-26 {
        left: 72.22222222%
    }

    .col-md-push-25 {
        left: 69.44444444%
    }

    .col-md-push-24 {
        left: 66.66666667%
    }

    .col-md-push-23 {
        left: 63.88888889%
    }

    .col-md-push-22 {
        left: 61.11111111%
    }

    .col-md-push-21 {
        left: 58.33333333%
    }

    .col-md-push-20 {
        left: 55.55555556%
    }

    .col-md-push-19 {
        left: 52.77777778%
    }

    .col-md-push-18 {
        left: 50%
    }

    .col-md-push-17 {
        left: 47.22222222%
    }

    .col-md-push-16 {
        left: 44.44444444%
    }

    .col-md-push-15 {
        left: 41.66666667%
    }

    .col-md-push-14 {
        left: 38.88888889%
    }

    .col-md-push-13 {
        left: 36.11111111%
    }

    .col-md-push-12 {
        left: 33.33333333%
    }

    .col-md-push-11 {
        left: 30.55555556%
    }

    .col-md-push-10 {
        left: 27.77777778%
    }

    .col-md-push-9 {
        left: 25%
    }

    .col-md-push-8 {
        left: 22.22222222%
    }

    .col-md-push-7 {
        left: 19.44444444%
    }

    .col-md-push-6 {
        left: 16.66666667%
    }

    .col-md-push-5 {
        left: 13.88888889%
    }

    .col-md-push-4 {
        left: 11.11111111%
    }

    .col-md-push-3 {
        left: 8.33333333%
    }

    .col-md-push-2 {
        left: 5.55555556%
    }

    .col-md-push-1 {
        left: 2.77777778%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-36 {
        margin-left: 100%
    }

    .col-md-offset-35 {
        margin-left: 97.22222222%
    }

    .col-md-offset-34 {
        margin-left: 94.44444444%
    }

    .col-md-offset-33 {
        margin-left: 91.66666667%
    }

    .col-md-offset-32 {
        margin-left: 88.88888889%
    }

    .col-md-offset-31 {
        margin-left: 86.11111111%
    }

    .col-md-offset-30 {
        margin-left: 83.33333333%
    }

    .col-md-offset-29 {
        margin-left: 80.55555556%
    }

    .col-md-offset-28 {
        margin-left: 77.77777778%
    }

    .col-md-offset-27 {
        margin-left: 75%
    }

    .col-md-offset-26 {
        margin-left: 72.22222222%
    }

    .col-md-offset-25 {
        margin-left: 69.44444444%
    }

    .col-md-offset-24 {
        margin-left: 66.66666667%
    }

    .col-md-offset-23 {
        margin-left: 63.88888889%
    }

    .col-md-offset-22 {
        margin-left: 61.11111111%
    }

    .col-md-offset-21 {
        margin-left: 58.33333333%
    }

    .col-md-offset-20 {
        margin-left: 55.55555556%
    }

    .col-md-offset-19 {
        margin-left: 52.77777778%
    }

    .col-md-offset-18 {
        margin-left: 50%
    }

    .col-md-offset-17 {
        margin-left: 47.22222222%
    }

    .col-md-offset-16 {
        margin-left: 44.44444444%
    }

    .col-md-offset-15 {
        margin-left: 41.66666667%
    }

    .col-md-offset-14 {
        margin-left: 38.88888889%
    }

    .col-md-offset-13 {
        margin-left: 36.11111111%
    }

    .col-md-offset-12 {
        margin-left: 33.33333333%
    }

    .col-md-offset-11 {
        margin-left: 30.55555556%
    }

    .col-md-offset-10 {
        margin-left: 27.77777778%
    }

    .col-md-offset-9 {
        margin-left: 25%
    }

    .col-md-offset-8 {
        margin-left: 22.22222222%
    }

    .col-md-offset-7 {
        margin-left: 19.44444444%
    }

    .col-md-offset-6 {
        margin-left: 16.66666667%
    }

    .col-md-offset-5 {
        margin-left: 13.88888889%
    }

    .col-md-offset-4 {
        margin-left: 11.11111111%
    }

    .col-md-offset-3 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 5.55555556%
    }

    .col-md-offset-1 {
        margin-left: 2.77777778%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32, .col-lg-33, .col-lg-34, .col-lg-35, .col-lg-36 {
        float: left
    }

    .col-lg-36 {
        width: 100%
    }

    .col-lg-35 {
        width: 97.22222222%
    }

    .col-lg-34 {
        width: 94.44444444%
    }

    .col-lg-33 {
        width: 91.66666667%
    }

    .col-lg-32 {
        width: 88.88888889%
    }

    .col-lg-31 {
        width: 86.11111111%
    }

    .col-lg-30 {
        width: 83.33333333%
    }

    .col-lg-29 {
        width: 80.55555556%
    }

    .col-lg-28 {
        width: 77.77777778%
    }

    .col-lg-27 {
        width: 75%
    }

    .col-lg-26 {
        width: 72.22222222%
    }

    .col-lg-25 {
        width: 69.44444444%
    }

    .col-lg-24 {
        width: 66.66666667%
    }

    .col-lg-23 {
        width: 63.88888889%
    }

    .col-lg-22 {
        width: 61.11111111%
    }

    .col-lg-21 {
        width: 58.33333333%
    }

    .col-lg-20 {
        width: 55.55555556%
    }

    .col-lg-19 {
        width: 52.77777778%
    }

    .col-lg-18 {
        width: 50%
    }

    .col-lg-17 {
        width: 47.22222222%
    }

    .col-lg-16 {
        width: 44.44444444%
    }

    .col-lg-15 {
        width: 41.66666667%
    }

    .col-lg-14 {
        width: 38.88888889%
    }

    .col-lg-13 {
        width: 36.11111111%
    }

    .col-lg-12 {
        width: 33.33333333%
    }

    .col-lg-11 {
        width: 30.55555556%
    }

    .col-lg-10 {
        width: 27.77777778%
    }

    .col-lg-9 {
        width: 25%
    }

    .col-lg-8 {
        width: 22.22222222%
    }

    .col-lg-7 {
        width: 19.44444444%
    }

    .col-lg-6 {
        width: 16.66666667%
    }

    .col-lg-5 {
        width: 13.88888889%
    }

    .col-lg-4 {
        width: 11.11111111%
    }

    .col-lg-3 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 5.55555556%
    }

    .col-lg-1 {
        width: 2.77777778%
    }

    .col-lg-pull-36 {
        right: 100%
    }

    .col-lg-pull-35 {
        right: 97.22222222%
    }

    .col-lg-pull-34 {
        right: 94.44444444%
    }

    .col-lg-pull-33 {
        right: 91.66666667%
    }

    .col-lg-pull-32 {
        right: 88.88888889%
    }

    .col-lg-pull-31 {
        right: 86.11111111%
    }

    .col-lg-pull-30 {
        right: 83.33333333%
    }

    .col-lg-pull-29 {
        right: 80.55555556%
    }

    .col-lg-pull-28 {
        right: 77.77777778%
    }

    .col-lg-pull-27 {
        right: 75%
    }

    .col-lg-pull-26 {
        right: 72.22222222%
    }

    .col-lg-pull-25 {
        right: 69.44444444%
    }

    .col-lg-pull-24 {
        right: 66.66666667%
    }

    .col-lg-pull-23 {
        right: 63.88888889%
    }

    .col-lg-pull-22 {
        right: 61.11111111%
    }

    .col-lg-pull-21 {
        right: 58.33333333%
    }

    .col-lg-pull-20 {
        right: 55.55555556%
    }

    .col-lg-pull-19 {
        right: 52.77777778%
    }

    .col-lg-pull-18 {
        right: 50%
    }

    .col-lg-pull-17 {
        right: 47.22222222%
    }

    .col-lg-pull-16 {
        right: 44.44444444%
    }

    .col-lg-pull-15 {
        right: 41.66666667%
    }

    .col-lg-pull-14 {
        right: 38.88888889%
    }

    .col-lg-pull-13 {
        right: 36.11111111%
    }

    .col-lg-pull-12 {
        right: 33.33333333%
    }

    .col-lg-pull-11 {
        right: 30.55555556%
    }

    .col-lg-pull-10 {
        right: 27.77777778%
    }

    .col-lg-pull-9 {
        right: 25%
    }

    .col-lg-pull-8 {
        right: 22.22222222%
    }

    .col-lg-pull-7 {
        right: 19.44444444%
    }

    .col-lg-pull-6 {
        right: 16.66666667%
    }

    .col-lg-pull-5 {
        right: 13.88888889%
    }

    .col-lg-pull-4 {
        right: 11.11111111%
    }

    .col-lg-pull-3 {
        right: 8.33333333%
    }

    .col-lg-pull-2 {
        right: 5.55555556%
    }

    .col-lg-pull-1 {
        right: 2.77777778%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-36 {
        left: 100%
    }

    .col-lg-push-35 {
        left: 97.22222222%
    }

    .col-lg-push-34 {
        left: 94.44444444%
    }

    .col-lg-push-33 {
        left: 91.66666667%
    }

    .col-lg-push-32 {
        left: 88.88888889%
    }

    .col-lg-push-31 {
        left: 86.11111111%
    }

    .col-lg-push-30 {
        left: 83.33333333%
    }

    .col-lg-push-29 {
        left: 80.55555556%
    }

    .col-lg-push-28 {
        left: 77.77777778%
    }

    .col-lg-push-27 {
        left: 75%
    }

    .col-lg-push-26 {
        left: 72.22222222%
    }

    .col-lg-push-25 {
        left: 69.44444444%
    }

    .col-lg-push-24 {
        left: 66.66666667%
    }

    .col-lg-push-23 {
        left: 63.88888889%
    }

    .col-lg-push-22 {
        left: 61.11111111%
    }

    .col-lg-push-21 {
        left: 58.33333333%
    }

    .col-lg-push-20 {
        left: 55.55555556%
    }

    .col-lg-push-19 {
        left: 52.77777778%
    }

    .col-lg-push-18 {
        left: 50%
    }

    .col-lg-push-17 {
        left: 47.22222222%
    }

    .col-lg-push-16 {
        left: 44.44444444%
    }

    .col-lg-push-15 {
        left: 41.66666667%
    }

    .col-lg-push-14 {
        left: 38.88888889%
    }

    .col-lg-push-13 {
        left: 36.11111111%
    }

    .col-lg-push-12 {
        left: 33.33333333%
    }

    .col-lg-push-11 {
        left: 30.55555556%
    }

    .col-lg-push-10 {
        left: 27.77777778%
    }

    .col-lg-push-9 {
        left: 25%
    }

    .col-lg-push-8 {
        left: 22.22222222%
    }

    .col-lg-push-7 {
        left: 19.44444444%
    }

    .col-lg-push-6 {
        left: 16.66666667%
    }

    .col-lg-push-5 {
        left: 13.88888889%
    }

    .col-lg-push-4 {
        left: 11.11111111%
    }

    .col-lg-push-3 {
        left: 8.33333333%
    }

    .col-lg-push-2 {
        left: 5.55555556%
    }

    .col-lg-push-1 {
        left: 2.77777778%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-36 {
        margin-left: 100%
    }

    .col-lg-offset-35 {
        margin-left: 97.22222222%
    }

    .col-lg-offset-34 {
        margin-left: 94.44444444%
    }

    .col-lg-offset-33 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-32 {
        margin-left: 88.88888889%
    }

    .col-lg-offset-31 {
        margin-left: 86.11111111%
    }

    .col-lg-offset-30 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-29 {
        margin-left: 80.55555556%
    }

    .col-lg-offset-28 {
        margin-left: 77.77777778%
    }

    .col-lg-offset-27 {
        margin-left: 75%
    }

    .col-lg-offset-26 {
        margin-left: 72.22222222%
    }

    .col-lg-offset-25 {
        margin-left: 69.44444444%
    }

    .col-lg-offset-24 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-23 {
        margin-left: 63.88888889%
    }

    .col-lg-offset-22 {
        margin-left: 61.11111111%
    }

    .col-lg-offset-21 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-20 {
        margin-left: 55.55555556%
    }

    .col-lg-offset-19 {
        margin-left: 52.77777778%
    }

    .col-lg-offset-18 {
        margin-left: 50%
    }

    .col-lg-offset-17 {
        margin-left: 47.22222222%
    }

    .col-lg-offset-16 {
        margin-left: 44.44444444%
    }

    .col-lg-offset-15 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-14 {
        margin-left: 38.88888889%
    }

    .col-lg-offset-13 {
        margin-left: 36.11111111%
    }

    .col-lg-offset-12 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 30.55555556%
    }

    .col-lg-offset-10 {
        margin-left: 27.77777778%
    }

    .col-lg-offset-9 {
        margin-left: 25%
    }

    .col-lg-offset-8 {
        margin-left: 22.22222222%
    }

    .col-lg-offset-7 {
        margin-left: 19.44444444%
    }

    .col-lg-offset-6 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-5 {
        margin-left: 13.88888889%
    }

    .col-lg-offset-4 {
        margin-left: 11.11111111%
    }

    .col-lg-offset-3 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 5.55555556%
    }

    .col-lg-offset-1 {
        margin-left: 2.77777778%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.28571429;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
        font-family: "ITCFranklinGothicW02-Dm 812954";
        font-weight: 400
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #c7deec
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #b3d2e6
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 9px;
    font-size: 21px;
    font-size: 17px;
    line-height: inherit;
    color: #418fbf;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-family: "ITCFranklinGothicW02-Dm 812954"
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    line-height: 1.28571429;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 26px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.28571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 26px
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 26px
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 38px
    }
}

.form-group {
    margin-bottom: 8px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label, .checkbox label {
        min-height: 18px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
    min-height: 32px
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    height: 26px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 26px;
    line-height: 26px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 26px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 26px;
    line-height: 26px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 26px;
    min-height: 30px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 38px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 38px;
    line-height: 38px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 38px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 38px;
    line-height: 38px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 38px;
    min-height: 36px;
    padding: 7px 12px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 32.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 38px;
    height: 38px;
    line-height: 38px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 26px;
    height: 26px;
    line-height: 26px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 23px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 22px
}

.form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 4px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 5px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 7px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 4px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-decoration: none !important;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.28571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #103184;
    border-color: #0d296d
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #0a2057;
        border-color: #000
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #0a2057;
        border-color: #071437
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #0a2057;
        border-color: #071437
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #071437;
            border-color: #000
        }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
        background-color: #103184;
        border-color: #0d296d
    }

    .btn-primary .badge {
        color: #103184;
        background-color: #fff
    }

.btn-secondary {
    color: #fff;
    background-color: #418fbf;
    border-color: #3a81ac
}

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #347399;
        border-color: #1a3a4d
    }

    .btn-secondary:hover {
        color: #fff;
        background-color: #347399;
        border-color: #2b5f7f
    }

    .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
        color: #fff;
        background-color: #347399;
        border-color: #2b5f7f
    }

        .btn-secondary:active:hover, .btn-secondary.active:hover, .open > .dropdown-toggle.btn-secondary:hover, .btn-secondary:active:focus, .btn-secondary.active:focus, .open > .dropdown-toggle.btn-secondary:focus, .btn-secondary:active.focus, .btn-secondary.active.focus, .open > .dropdown-toggle.btn-secondary.focus {
            color: #fff;
            background-color: #2b5f7f;
            border-color: #1a3a4d
        }

    .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
        background-image: none
    }

    .btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary.focus {
        background-color: #418fbf;
        border-color: #3a81ac
    }

    .btn-secondary .badge {
        color: #418fbf;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #ff1821;
    border-color: #fe000a
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #e40009;
        border-color: #7e0005
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #e40009;
        border-color: #c00007
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #e40009;
        border-color: #c00007
    }

        .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #c00007;
            border-color: #7e0005
        }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
        background-color: #ff1821;
        border-color: #fe000a
    }

    .btn-danger .badge {
        color: #ff1821;
        background-color: #fff
    }

.btn-link {
    color: #103184;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover, .btn-link:focus {
                color: #081840;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-sm, .btn-group-sm > .btn {
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.28571429;
        color: #333;
        white-space: nowrap;
        text-decoration: none !important
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #103184
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .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: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.28571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 38px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 38px;
    line-height: 38px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 26px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 26px;
    line-height: 26px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

    .input-group-addon.input-sm {
        padding: 3px 6px;
        font-size: 12px;
        border-radius: 0
    }

    .input-group-addon.input-lg {
        padding: 6px 12px;
        font-size: 18px;
        border-radius: 0
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 9px 12px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #103184
    }

    .nav .nav-divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.28571429;
            border: 1px solid transparent;
            border-radius: 0 0 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 0
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #103184
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 18px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 26px 5px;
    font-size: 18px;
    line-height: 18px;
    height: 70px
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -5px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 13px -5px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 18px
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 18px
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 26px;
                padding-bottom: 26px
            }
}

.navbar-form {
    padding: 10px 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin: 22px -5px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 22px;
    margin-bottom: 22px
}

    .navbar-btn.btn-sm {
        margin-top: 22px;
        margin-bottom: 22px
    }

    .navbar-btn.btn-xs {
        margin-top: 24px;
        margin-bottom: 24px
    }

.navbar-text {
    margin-top: 26px;
    margin-bottom: 26px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -5px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #fff;
    border-color: #eee
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #f5f9fd
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #eee
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #f5f9fd;
        color: #555
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #f5f9fd
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #fff;
    border-radius: 0
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #103184
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 0
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 3px 6px;
            line-height: 1.28571429;
            text-decoration: none;
            color: #103184;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            z-index: 2;
            color: #081840;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #103184;
        border-color: #103184;
        cursor: default
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

    .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: #777;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #103184
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #0a2057
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #ff1821
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #e40009
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #103184;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.28571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        margin-left: auto;
        margin-right: auto
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #103184
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 8px;
    margin-bottom: 9px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #fff
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 28px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #103184;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #ff1821
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 3px 6px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-item .checkbox, .list-group-item .radio, .list-group-item label {
        margin-top: 0;
        margin-bottom: 0
    }

    .list-group-item label {
        display: block
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #103184;
    border-color: #103184
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #7295ee
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: -1px;
        border-top-left-radius: -1px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: -1px;
            border-top-right-radius: -1px
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1px
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1px
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1px;
            border-bottom-right-radius: -1px
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1px
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 18px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #103184
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #103184;
        border-color: #103184
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #103184
        }

        .panel-primary > .panel-heading .badge {
            color: #103184;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #103184
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #f5f9fd;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #dbeefe
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

.modal-header {
    padding: 15px;
    border-bottom: 3px solid #103184;
    background-color: #fff
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.28571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 3px solid #103184;
    background-color: #fff
}

    .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
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "ITCFranklinGothicW02-Md 812975",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.28571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    font-family: "ITCFranklinGothicW02-Bk 812933";
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 8px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 8px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 8px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 8px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 4px 8px;
    color: #fff;
    text-align: center;
    background-color: #00ae9a;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    border-width: 8px 8px 0;
    border-top-color: #00ae9a
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 8px;
    margin-bottom: -8px;
    border-width: 8px 8px 0;
    border-top-color: #00ae9a
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 8px;
    margin-bottom: -8px;
    border-width: 8px 8px 0;
    border-top-color: #00ae9a
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -8px;
    border-width: 8px 8px 8px 0;
    border-right-color: #00ae9a
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -8px;
    border-width: 8px 0 8px 8px;
    border-left-color: #00ae9a
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -8px;
    border-width: 0 8px 8px;
    border-bottom-color: #00ae9a
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 8px;
    margin-top: -8px;
    border-width: 0 8px 8px;
    border-bottom-color: #00ae9a
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 8px;
    margin-top: -8px;
    border-width: 0 8px 8px;
    border-bottom-color: #00ae9a
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "ITCFranklinGothicW02-Md 812975",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.28571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.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 {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

.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 {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.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 {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 70%;
    margin: auto
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 0
            }
}

.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: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0)
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0)
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: -50px
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.checkbox .ico, .checkbox-inline .ico, .radio .ico, .radio-inline .ico {
    position: absolute;
    margin-left: -23px;
    margin-top: 0;
    margin-bottom: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px !important;
    line-height: 16px !important;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #fff;
    color: #418fbf;
    -moz-transition: border-color .1s;
    -o-transition: border-color .1s;
    -webkit-transition: border-color .1s;
    transition: border-color .1s;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.checkbox input:checked ~ .ico, .checkbox-inline input:checked ~ .ico, .radio input:checked ~ .ico, .radio-inline input:checked ~ .ico {
    border-color: #418fbf
}

.checkbox input:checked ~ span:not(.ico), .checkbox-inline input:checked ~ span:not(.ico), .radio input:checked ~ span:not(.ico), .radio-inline input:checked ~ span:not(.ico) {
    font-family: "ITCFranklinGothicW02-Dm 812954";
    color: #418fbf
}

.checkbox.has-error .ico, .checkbox-inline.has-error .ico, .radio.has-error .ico, .radio-inline.has-error .ico {
    border-color: #a94442;
    background-color: #f2dede;
    color: #a94442
}

.checkbox.has-error input:checked:focus ~ .ico, .checkbox-inline.has-error input:checked:focus ~ .ico, .radio.has-error input:checked:focus ~ .ico, .radio-inline.has-error input:checked:focus ~ .ico {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
}

.checkbox.has-error input:checked ~ .ico, .checkbox-inline.has-error input:checked ~ .ico, .radio.has-error input:checked ~ .ico, .radio-inline.has-error input:checked ~ .ico {
    border-color: #a94442
}

.checkbox.has-error input:checked ~ span:not(.ico), .checkbox-inline.has-error input:checked ~ span:not(.ico), .radio.has-error input:checked ~ span:not(.ico), .radio-inline.has-error input:checked ~ span:not(.ico) {
    font-family: "ITCFranklinGothicW02-Dm 812954";
    color: #a94442
}

.radio .ico, .radio-inline .ico {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px
}

.radio input:checked ~ .ico:before, .radio-inline input:checked ~ .ico:before {
    content: "";
    position: absolute;
    background-color: #418fbf;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.radio.disabled input ~ .ico, .radio-inline.disabled input ~ .ico {
    border-color: #ccc;
    background-color: #e6e6e6;
    cursor: not-allowed
}

    .radio.disabled input ~ .ico:before, .radio-inline.disabled input ~ .ico:before {
        background-color: #aaa
    }

.radio.disabled input ~ span:not(.ico), .radio-inline.disabled input ~ span:not(.ico) {
    color: #aaa
}

.radio.disabled input:checked ~ .ico, .radio-inline.disabled input:checked ~ .ico {
    border-color: #777
}

    .radio.disabled input:checked ~ .ico:before, .radio-inline.disabled input:checked ~ .ico:before {
        background-color: #777
    }

.radio.disabled input:checked ~ span:not(.ico), .radio-inline.disabled input:checked ~ span:not(.ico) {
    color: #777
}

.radio.has-error input:checked ~ .ico:before, .radio-inline.has-error input:checked ~ .ico:before {
    background-color: #a94442
}

.checkbox.disabled input ~ .ico, .checkbox-inline.disabled input ~ .ico {
    border-color: #ccc;
    background-color: #e6e6e6;
    cursor: not-allowed
}

    .checkbox.disabled input ~ .ico:before, .checkbox-inline.disabled input ~ .ico:before {
        color: #ccc
    }

.checkbox.disabled input ~ span:not(.ico), .checkbox-inline.disabled input ~ span:not(.ico) {
    color: #aaa
}

.checkbox.disabled input:checked ~ .ico, .checkbox-inline.disabled input:checked ~ .ico {
    border-color: #777
}

    .checkbox.disabled input:checked ~ .ico:before, .checkbox-inline.disabled input:checked ~ .ico:before {
        color: #777
    }

.checkbox.disabled input:checked ~ span:not(.ico), .checkbox-inline.disabled input:checked ~ span:not(.ico) {
    color: #777
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    width: 0;
    height: 0
}

.checkbox input[type=text], .checkbox-inline input[type=text], .radio input[type=text], .radio-inline input[type=text] {
    display: inline-block;
    width: 50px;
    margin: -10px 0 -10px 3px
}

.checkbox input + .ico:before, .checkbox-inline input + .ico:before, .radio input + .ico:before, .radio-inline input + .ico:before, .checkbox input + input + .ico:before, .checkbox-inline input + input + .ico:before, .radio input + input + .ico:before, .radio-inline input + input + .ico:before {
    content: " "
}

.checkbox, .checkbox-inline, .radio, .radio-inline {
    margin-top: 4px;
    margin-bottom: 12px
}

    .checkbox label, .checkbox-inline label, .radio label, .radio-inline label {
        padding-left: 23px
    }

    .checkbox input:focus + .ico, .checkbox-inline input:focus + .ico, .radio input:focus + .ico, .radio-inline input:focus + .ico, .checkbox input:focus + input + .ico, .checkbox-inline input:focus + input + .ico, .radio input:focus + input + .ico, .radio-inline input:focus + input + .ico {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
    }

    .checkbox input:checked + .ico:before, .checkbox-inline input:checked + .ico:before, .checkbox input:checked + input + .ico:before, .checkbox-inline input:checked + input + .ico:before {
        content: "\f00c"
    }

.list-group-item .checkbox, .list-group-item .radio, .list-group-item label {
    margin-top: 2px;
    margin-bottom: 2px
}

.radio-inline, .checkbox-inline {
    height: 18px;
    margin-top: -1px;
    padding-left: 21.6px
}

    .radio-inline label, .checkbox-inline label {
        min-height: 18px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

input[type=number] {
    text-align: right
}

h4.noTopMargin {
    margin-top: 0
}

.fa.table-icon {
    margin-top: -6px;
    position: relative;
    top: 4px;
    cursor: pointer;
    font-size: 1.5em
}

    .fa.table-icon.disabled {
        cursor: default;
        opacity: .5;
        pointer-events: none
    }

a.fa.table-icon {
    text-decoration: none
}

    a.fa.table-icon:hover {
        text-decoration: none
    }

a.disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none;
    text-decoration: none;
    color: #333;
    display: inline-bloc
}

    a.disabled:hover {
        text-decoration: none
    }

.bootstrap-dialog .bootstrap-dialog-title {
    color: #fff
}

.bootstrap-dialog.type-default .modal-header {
    background-color: #fff
}

.bootstrap-dialog.type-default .bootstrap-dialog-title {
    color: #333
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #103184;
    border-color: #020712
}

.bootstrap-dialog.type-primary .modal-footer {
    border-color: #020712
}

.bootstrap-dialog.type-info .modal-header {
    background-color: #5bc0de;
    border-color: #1f7e9a
}

.bootstrap-dialog.type-info .modal-body {
    background-color: #eef7fb;
    color: #31708f
}

.bootstrap-dialog.type-info .modal-footer {
    border-color: #1f7e9a
}

.bootstrap-dialog.type-success .modal-header {
    background-color: #5cb85c;
    border-color: #2d672d
}

.bootstrap-dialog.type-success .modal-body {
    background-color: #eef7ea;
    color: #3c763d
}

.bootstrap-dialog.type-success .modal-footer {
    border-color: #2d672d
}

.bootstrap-dialog.type-warning .modal-header {
    background-color: #f0ad4e;
    border-color: #b06d0f
}

.bootstrap-dialog.type-warning .modal-body {
    background-color: #fefefa;
    color: #8a6d3b
}

.bootstrap-dialog.type-warning .modal-footer {
    border-color: #b06d0f
}

.bootstrap-dialog.type-danger .modal-header {
    background-color: #ff1821;
    border-color: #980006
}

.bootstrap-dialog.type-danger .modal-body {
    background-color: #f9f0f0;
    color: #a94442
}

.bootstrap-dialog.type-danger .modal-footer {
    border-color: #980006
}

.select2-container--bootstrap {
    display: block;
    margin-bottom: 8px
}

    .select2-container--bootstrap .select2-selection {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0;
        color: #555;
        font-size: 14px;
        outline: 0
    }

        .select2-container--bootstrap .select2-selection.form-control {
            border-radius: 0
        }

    .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0;
        color: #555;
        font-size: 14px
    }

    .select2-container--bootstrap .select2-search__field {
        outline: 0
    }

        .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
            color: #999
        }

        .select2-container--bootstrap .select2-search__field:-moz-placeholder {
            color: #999
        }

        .select2-container--bootstrap .select2-search__field::-moz-placeholder {
            color: #999;
            opacity: 1
        }

        .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
            color: #999
        }

    .select2-container--bootstrap .select2-results__option {
        padding: 3px 6px
    }

        .select2-container--bootstrap .select2-results__option[role=group] {
            padding: 0
        }

        .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
            color: #777;
            cursor: not-allowed
        }

        .select2-container--bootstrap .select2-results__option[aria-selected=true] {
            background-color: #f5f5f5;
            color: #262626
        }

    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
        background-color: #103184;
        color: #fff
    }

    .select2-container--bootstrap .select2-results__option .select2-results__option {
        padding: 3px 6px
    }

        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
            padding-left: 0
        }

        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -6px;
            padding-left: 12px
        }

            .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -12px;
                padding-left: 18px
            }

                .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -18px;
                    padding-left: 24px
                }

                    .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -24px;
                        padding-left: 30px
                    }

                        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                            margin-left: -30px;
                            padding-left: 36px
                        }

    .select2-container--bootstrap .select2-results__group {
        color: #777;
        display: block;
        padding: 3px 6px;
        font-size: 12px;
        line-height: 1.28571429;
        white-space: nowrap
    }

    .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
        border-color: #66afe9
    }

        .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
            border-color: transparent transparent #999;
            border-width: 0 4px 4px
        }

    .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-color: transparent
    }

    .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-top-color: transparent
    }

    .select2-container--bootstrap .select2-selection__clear {
        color: #999;
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

        .select2-container--bootstrap .select2-selection__clear:hover {
            color: #333
        }

    .select2-container--bootstrap.select2-container--disabled .select2-selection {
        border-color: #ccc;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-search__field {
        cursor: not-allowed
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
        background-color: #eee
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection__clear, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
        display: none
    }

    .select2-container--bootstrap .select2-dropdown {
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        border-color: #66afe9;
        overflow-x: hidden;
        margin-top: -1px;
        border-radius: 0
    }

    .select2-container--bootstrap .select2-dropdown--above {
        -webkit-box-shadow: 0 -6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 -6px 12px rgba(0,0,0,0.175);
        margin-top: 1px
    }

    .select2-container--bootstrap .select2-results > .select2-results__options {
        max-height: 200px;
        overflow-y: auto
    }

    .select2-container--bootstrap .select2-selection--single {
        height: 26px;
        line-height: 1.28571429;
        padding: 3px 18px 3px 6px
    }

        .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
            position: absolute;
            bottom: 0;
            right: 6px;
            top: 0;
            width: 4px
        }

            .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
                border-color: #999 transparent transparent;
                border-style: solid;
                border-width: 4px 4px 0;
                height: 0;
                left: 0;
                margin-left: -4px;
                margin-top: -2px;
                position: absolute;
                top: 50%;
                width: 0
            }

        .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
            color: #555;
            padding: 0
        }

        .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
            color: #999
        }

    .select2-container--bootstrap .select2-selection--multiple {
        min-height: 26px;
        padding: 0;
        height: auto
    }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
            box-sizing: border-box;
            display: block;
            line-height: 1.28571429;
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
            color: #999;
            float: left;
            margin-top: 5px
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
            color: #555;
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 0;
            cursor: default;
            float: left;
            margin: 2px 0 0 3px;
            padding: 0 3px
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
            background: transparent;
            padding: 0 6px;
            height: 24px;
            line-height: 1.28571429;
            margin-top: 0;
            min-width: 5em
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
            color: #999;
            cursor: pointer;
            display: inline-block;
            font-weight: 700;
            margin-right: 1.5px
        }

            .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
                color: #333
            }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
            margin-top: 3px
        }

    .select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
        border-radius: 0;
        font-size: 12px;
        height: 26px;
        line-height: 1.5;
        padding: 3px 18px 3px 6px
    }

        .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
            margin-left: -3px
        }

    .select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
        min-height: 26px;
        border-radius: 0
    }

        .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
            font-size: 12px;
            line-height: 1.5;
            margin: 2px 0 0 3px;
            padding: 0 3px
        }

        .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
            padding: 0 6px;
            font-size: 12px;
            height: 24px;
            line-height: 1.5
        }

        .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
            margin-top: 3px
        }

    .select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
        border-radius: 0;
        font-size: 18px;
        height: 38px;
        line-height: 1.3333333;
        padding: 6px 27px 6px 12px
    }

        .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
            width: 5px
        }

            .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
                border-width: 5px 5px 0;
                margin-left: -5px;
                margin-left: -6px;
                margin-top: -2.5px
            }

    .select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
        min-height: 38px;
        border-radius: 0
    }

        .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
            font-size: 18px;
            line-height: 1.3333333;
            border-radius: 0;
            margin: 5px 0 0 6px;
            padding: 0 6px
        }

        .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
            padding: 0 12px;
            font-size: 18px;
            height: 36px;
            line-height: 1.3333333
        }

        .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
            margin-top: 6px
        }

    .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #999;
        border-width: 0 5px 5px
    }

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
    padding-left: 18px;
    padding-right: 6px
}

    .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 0;
        padding-left: 0;
        text-align: right
    }

    .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left
    }

    .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 6px;
        right: auto
    }

        .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
            margin-left: 0
        }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 3px
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.has-warning .select2-dropdown, .has-warning .select2-selection {
    border-color: #8a6d3b
}

.has-warning .select2-container--focus .select2-selection, .has-warning .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
    border-color: #66512c
}

.has-warning.select2-drop-active {
    border-color: #66512c
}

    .has-warning.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #66512c
    }

.has-error .select2-dropdown, .has-error .select2-selection {
    border-color: #a94442
}

.has-error .select2-container--focus .select2-selection, .has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    border-color: #843534
}

.has-error.select2-drop-active {
    border-color: #843534
}

    .has-error.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #843534
    }

.has-success .select2-dropdown, .has-success .select2-selection {
    border-color: #3c763d
}

.has-success .select2-container--focus .select2-selection, .has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
    border-color: #2b542c
}

.has-success.select2-drop-active {
    border-color: #2b542c
}

    .has-success.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #2b542c
    }

.input-group .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

    .input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
        z-index: 3
    }

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.select2-bootstrap-append .select2-container--bootstrap, .select2-bootstrap-prepend .select2-container--bootstrap, .select2-bootstrap-append .input-group-btn, .select2-bootstrap-prepend .input-group-btn, .select2-bootstrap-append .input-group-btn .btn, .select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top
}

.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important
}

.form-inline .select2-container--bootstrap {
    display: inline-block
}

.datepicker {
    border-radius: 0;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

    .datepicker-rtl.dropdown-menu {
        left: auto
    }

    .datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,0.15);
        border-top: 0;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid rgba(0,0,0,0.15)
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .datepicker table tr th {
        font-family: "ITCFranklinGothicW02-Dm 812954";
        font-size: 16px;
        font-weight: 400
    }

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #777
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

    .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus {
        color: #000;
        background-color: #afd9ee;
        border-color: #298fc2
    }

    .datepicker table tr td.highlighted:hover {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb
    }

    .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.highlighted {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb
    }

        .datepicker table tr td.highlighted:active:hover, .datepicker table tr td.highlighted.active:hover, .open > .dropdown-toggle.datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted.active:focus, .open > .dropdown-toggle.datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted.active.focus, .open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
            color: #000;
            background-color: #91cbe8;
            border-color: #298fc2
        }

    .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.highlighted {
        background-image: none
    }

    .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.highlighted.focus {
        background-color: #d9edf7;
        border-color: #85c5e5
    }

    .datepicker table tr td.highlighted .badge {
        color: #d9edf7;
        background-color: #000
    }

    .datepicker table tr td.highlighted.focused {
        background: #afd9ee
    }

    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
        background: #d9edf7;
        color: #777
    }

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

    .datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
        color: #000;
        background-color: #ffc966;
        border-color: #b37400
    }

    .datepicker table tr td.today:hover {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00
    }

    .datepicker table tr td.today:active, .datepicker table tr td.today.active, .open > .dropdown-toggle.datepicker table tr td.today {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00
    }

        .datepicker table tr td.today:active:hover, .datepicker table tr td.today.active:hover, .open > .dropdown-toggle.datepicker table tr td.today:hover, .datepicker table tr td.today:active:focus, .datepicker table tr td.today.active:focus, .open > .dropdown-toggle.datepicker table tr td.today:focus, .datepicker table tr td.today:active.focus, .datepicker table tr td.today.active.focus, .open > .dropdown-toggle.datepicker table tr td.today.focus {
            color: #000;
            background-color: #ffbc42;
            border-color: #b37400
        }

    .datepicker table tr td.today:active, .datepicker table tr td.today.active, .open > .dropdown-toggle.datepicker table tr td.today {
        background-image: none
    }

    .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today[disabled].focus, fieldset[disabled] .datepicker table tr td.today.focus {
        background-color: #ffdb99;
        border-color: #ffb733
    }

    .datepicker table tr td.today .badge {
        color: #ffdb99;
        background-color: #000
    }

    .datepicker table tr td.today.focused {
        background: #ffc966
    }

    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
        background: #ffdb99;
        color: #777
    }

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0
}

    .datepicker table tr td.range:focus, .datepicker table tr td.range.focus {
        color: #000;
        background-color: #d5d5d5;
        border-color: #7c7c7c
    }

    .datepicker table tr td.range:hover {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d
    }

    .datepicker table tr td.range:active, .datepicker table tr td.range.active, .open > .dropdown-toggle.datepicker table tr td.range {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d
    }

        .datepicker table tr td.range:active:hover, .datepicker table tr td.range.active:hover, .open > .dropdown-toggle.datepicker table tr td.range:hover, .datepicker table tr td.range:active:focus, .datepicker table tr td.range.active:focus, .open > .dropdown-toggle.datepicker table tr td.range:focus, .datepicker table tr td.range:active.focus, .datepicker table tr td.range.active.focus, .open > .dropdown-toggle.datepicker table tr td.range.focus {
            color: #000;
            background-color: #c3c3c3;
            border-color: #7c7c7c
        }

    .datepicker table tr td.range:active, .datepicker table tr td.range.active, .open > .dropdown-toggle.datepicker table tr td.range {
        background-image: none
    }

    .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range[disabled]:focus, fieldset[disabled] .datepicker table tr td.range:focus, .datepicker table tr td.range.disabled.focus, .datepicker table tr td.range[disabled].focus, fieldset[disabled] .datepicker table tr td.range.focus {
        background-color: #eee;
        border-color: #bbb
    }

    .datepicker table tr td.range .badge {
        color: #eee;
        background-color: #000
    }

    .datepicker table tr td.range.focused {
        background: #d5d5d5
    }

    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
        background: #eee;
        color: #777
    }

    .datepicker table tr td.range.highlighted {
        color: #000;
        background-color: #e4eef3;
        border-color: #9dc1d3
    }

        .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus {
            color: #000;
            background-color: #c1d7e3;
            border-color: #4b88a6
        }

        .datepicker table tr td.range.highlighted:hover {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0
        }

        .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.range.highlighted {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0
        }

            .datepicker table tr td.range.highlighted:active:hover, .datepicker table tr td.range.highlighted.active:hover, .open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted.active:focus, .open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted.active.focus, .open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
                color: #000;
                background-color: #a8c8d8;
                border-color: #4b88a6
            }

        .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.range.highlighted {
            background-image: none
        }

        .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
            background-color: #e4eef3;
            border-color: #9dc1d3
        }

        .datepicker table tr td.range.highlighted .badge {
            color: #e4eef3;
            background-color: #000
        }

        .datepicker table tr td.range.highlighted.focused {
            background: #c1d7e3
        }

        .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
            background: #e4eef3;
            color: #777
        }

    .datepicker table tr td.range.today {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417
    }

        .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
            color: #000;
            background-color: #f4b747;
            border-color: #815608
        }

        .datepicker table tr td.range.today:hover {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c
        }

        .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .open > .dropdown-toggle.datepicker table tr td.range.today {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c
        }

            .datepicker table tr td.range.today:active:hover, .datepicker table tr td.range.today.active:hover, .open > .dropdown-toggle.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today.active:focus, .open > .dropdown-toggle.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today.active.focus, .open > .dropdown-toggle.datepicker table tr td.range.today.focus {
                color: #000;
                background-color: #f2aa25;
                border-color: #815608
            }

        .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .open > .dropdown-toggle.datepicker table tr td.range.today {
            background-image: none
        }

        .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today[disabled].focus, fieldset[disabled] .datepicker table tr td.range.today.focus {
            background-color: #f7ca77;
            border-color: #f1a417
        }

        .datepicker table tr td.range.today .badge {
            color: #f7ca77;
            background-color: #000
        }

        .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
            background: #f7ca77;
            color: #777
        }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

    .datepicker table tr td.selected:focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #161616
    }

    .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737
    }

    .datepicker table tr td.selected:active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.selected, .open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737
    }

        .datepicker table tr td.selected:active:hover, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active:hover, .open > .dropdown-toggle.datepicker table tr td.selected:hover, .open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.highlighted.active:focus, .open > .dropdown-toggle.datepicker table tr td.selected:focus, .open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.highlighted.active.focus, .open > .dropdown-toggle.datepicker table tr td.selected.focus, .open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
            color: #fff;
            background-color: #4c4c4c;
            border-color: #161616
        }

        .datepicker table tr td.selected:active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.selected, .open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
            background-image: none
        }

    .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
        background-color: #777;
        border-color: #555
    }

    .datepicker table tr td.selected .badge, .datepicker table tr td.selected.highlighted .badge {
        color: #777;
        background-color: #fff
    }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #418fbf;
    border-color: #3a81ac;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

    .datepicker table tr td.active:focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus {
        color: #fff;
        background-color: #347399;
        border-color: #1a3a4d
    }

    .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
        color: #fff;
        background-color: #347399;
        border-color: #2b5f7f
    }

    .datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
        color: #fff;
        background-color: #347399;
        border-color: #2b5f7f
    }

        .datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .open > .dropdown-toggle.datepicker table tr td.active:hover, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .open > .dropdown-toggle.datepicker table tr td.active:focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus, .open > .dropdown-toggle.datepicker table tr td.active.focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
            color: #fff;
            background-color: #2b5f7f;
            border-color: #1a3a4d
        }

        .datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
            background-image: none
        }

    .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
        background-color: #418fbf;
        border-color: #3a81ac
    }

    .datepicker table tr td.active .badge, .datepicker table tr td.active.highlighted .badge {
        color: #418fbf;
        background-color: #fff
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
        background: #eee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #777;
        cursor: default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #418fbf;
        border-color: #3a81ac;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
    }

        .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover.focus {
            color: #fff;
            background-color: #347399;
            border-color: #1a3a4d
        }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
            color: #fff;
            background-color: #347399;
            border-color: #2b5f7f
        }

            .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open > .dropdown-toggle.datepicker table tr td span.active, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
                color: #fff;
                background-color: #347399;
                border-color: #2b5f7f
            }

                .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:hover.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active:hover:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled:hover.active:focus, .open > .dropdown-toggle.datepicker table tr td span.active:focus, .open > .dropdown-toggle.datepicker table tr td span.active:hover:focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled:hover.active.focus, .open > .dropdown-toggle.datepicker table tr td span.active.focus, .open > .dropdown-toggle.datepicker table tr td span.active:hover.focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
                    color: #fff;
                    background-color: #2b5f7f;
                    border-color: #1a3a4d
                }

                .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open > .dropdown-toggle.datepicker table tr td span.active, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
                    background-image: none
                }

            .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled].focus, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
                background-color: #418fbf;
                border-color: #3a81ac
            }

                .datepicker table tr td span.active .badge, .datepicker table tr td span.active:hover .badge, .datepicker table tr td span.active.disabled .badge, .datepicker table tr td span.active.disabled:hover .badge {
                    color: #418fbf;
                    background-color: #fff
                }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #777
    }

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
    cursor: pointer
}

    .datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
        background: #eee
    }

.datepicker .prev, .datepicker .next {
    padding-top: 0;
    line-height: 34px;
    font-size: 36px;
    font-weight: 400
}

    .datepicker .prev.disabled, .datepicker .next.disabled {
        visibility: hidden
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

    .input-daterange input {
        text-align: center
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        line-height: 1.28571429;
        text-shadow: 0 1px 0 #fff;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px
    }

/* 
    Created on : Mar 19, 2014, 9:48:25 AM
    Author     : @arboshiki
*/
/* 
    Created on : Sep 19, 2014, 1:47:13 PM
    Author     : @arboshiki
*/
/*
    Author      : @arboshiki
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700,400,300);
/* 
    Created on : Aug 11, 2014, 5:14:12 PM
    Author     : @arboshiki
*/
.animated-super-fast {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-slow {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes jumpUp {
  0% {
    -webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes jumpUp {
  0% {
    transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    animation-timing-function: ease-out;
  }
  70% {
    transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8);
  }
  50% {
    -webkit-transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInScale {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.jumpUp {
  -webkit-animation-name: jumpUp;
  animation-name: jumpUp;
}
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
}
.fadeInScale {
  animation-name: fadeInScale;
  -webkit-animation-name: fadeInScale;
}
/* 
    Created on : Sep 19, 2014, 1:47:04 PM
    Author     : @arboshiki
*/
body.lobibox-open {
  overflow: hidden;
}
.lobibox {
  position: fixed;
  z-index: 4001;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
}
.lobibox * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lobibox .lobibox-header {
  font-size: 20px;
  padding: 5px 10px;
  color: #eeeeee;
}
.lobibox .lobibox-header .btn-close {
  float: right;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lobibox .lobibox-header .btn-close:hover {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.lobibox .lobibox-body {
  overflow: hidden;
  display: table;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.98);
  font-size: 16px;
}
.lobibox .lobibox-body .lobibox-icon-wrapper {
  position: relative;
  height: 100%;
  display: table;
  font-size: 60px;
}
.lobibox .lobibox-body .lobibox-icon-wrapper .lobibox-icon {
  display: table-cell;
  vertical-align: middle;
}
.lobibox .lobibox-body .lobibox-body-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 10px;
}
.lobibox .lobibox-footer {
  text-align: center;
  padding: 6px;
}
.lobibox .lobibox-footer > * {
  margin: 0 10px 0 0;
}
.lobibox .lobibox-footer.text-center {
  text-align: center;
}
.lobibox .lobibox-footer.text-left {
  text-align: left;
}
.lobibox .lobibox-footer.text-right {
  text-align: right;
}
.lobibox.lobibox-confirm {
  border: none;
}
.lobibox.lobibox-confirm .lobibox-header {
  color: #eeeeee;
  background-color: #3C2D2D;
}
.lobibox.lobibox-confirm .lobibox-body .lobibox-icon {
  color: #3C2D2D;
}
.lobibox.lobibox-confirm .lobibox-footer {
  background-color: #594343;
}
.lobibox.lobibox-success {
  border: 1px solid #29B87E;
}
.lobibox.lobibox-success .lobibox-header {
  color: #eeeeee;
  background-color: #29B87E;
}
.lobibox.lobibox-success .lobibox-body .lobibox-icon {
  color: #29B87E;
}
.lobibox.lobibox-success .lobibox-footer {
  background-color: #40d498;
}
.lobibox.lobibox-error {
  border: 1px solid #CA2121;
}
.lobibox.lobibox-error .lobibox-header {
  color: #eeeeee;
  background-color: #CA2121;
}
.lobibox.lobibox-error .lobibox-body .lobibox-icon {
  color: #CA2121;
}
.lobibox.lobibox-error .lobibox-footer {
  background-color: #e03e3e;
}
.lobibox.lobibox-info {
  border: 1px solid #2E79B4;
}
.lobibox.lobibox-info .lobibox-header {
  color: #eeeeee;
  background-color: #2E79B4;
}
.lobibox.lobibox-info .lobibox-body .lobibox-icon {
  color: #2E79B4;
}
.lobibox.lobibox-info .lobibox-footer {
  background-color: #4593d0;
}
.lobibox.lobibox-warning {
  border: 1px solid #CE812E;
}
.lobibox.lobibox-warning .lobibox-header {
  color: #eeeeee;
  background-color: #CE812E;
}
.lobibox.lobibox-warning .lobibox-body .lobibox-icon {
  color: #CE812E;
}
.lobibox.lobibox-warning .lobibox-footer {
  background-color: #d99a56;
}
.lobibox.lobibox-prompt {
  border: none;
}
.lobibox.lobibox-prompt .lobibox-header {
  color: #eeeeee;
  background-color: #3c2d2d;
}
.lobibox.lobibox-prompt .lobibox-body {
  padding: 20px;
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input {
  min-height: 38px;
  border: 1px solid #21cb91;
  width: 100%;
  padding: 5px;
  font-size: 18px;
  outline: 0;
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input:focus {
  background-color: #EEE;
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input.invalid {
  border-color: #DC2B2A;
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input-error-message {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  color: #DC2B2A;
}
.lobibox.lobibox-prompt .lobibox-footer {
  background-color: #594343;
}
.lobibox.lobibox-progress .lobibox-header {
  background-color: #2F5D6D;
}
.lobibox.lobibox-progress .lobibox-body {
  padding: 15px;
  font-size: 16px;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper {
  position: relative;
  height: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  background-color: #d5d5d5;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-bar {
  width: 0;
  border-radius: 10px;
  background-color: #468ba2;
  height: 100%;
  text-align: center;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-text {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer {
  margin-bottom: 0;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer .progress-bar {
  transition: none;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer [data-role="progress-text"] {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.lobibox.lobibox-window {
  border: 3px solid #225EB8;
  border-radius: 6px;
}
.lobibox.lobibox-window .lobibox-header {
  background-color: #225EB8;
  color: #eeeeee;
  font-size: 18px;
}
.lobibox.lobibox-window .lobibox-body {
  overflow: auto;
  display: block;
  font-size: 14px;
  padding: 15px;
  background-color: #f5f8fd;
}
.lobibox.lobibox-window .lobibox-footer {
  background-color: #8ab0e9;
}
.lobibox.lobibox-window :last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.lobibox.draggable .lobibox-header {
  cursor: move;
}
.lobibox .lobibox-btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  line-height: initial;
}
.lobibox .lobibox-btn.lobibox-btn-cancel {
  color: #FFF;
  background-color: #CA2121;
  border-color: #CA2121;
}
.lobibox .lobibox-btn.lobibox-btn-cancel:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel {
  color: #FFF;
  background-color: #9e1a1a;
  border-color: #951818;
}
.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel {
  background-image: none;
}
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.active {
  background-color: #CA2121;
  border-color: #CA2121;
}
.lobibox .lobibox-btn.lobibox-btn-cancel .badge {
  color: #CA2121;
  background-color: #FFF;
}
.lobibox .lobibox-btn.lobibox-btn-yes {
  color: #FFF;
  background-color: #29B87E;
  border-color: #29B87E;
}
.lobibox .lobibox-btn.lobibox-btn-yes:hover,
.lobibox .lobibox-btn.lobibox-btn-yes:focus,
.lobibox .lobibox-btn.lobibox-btn-yes.focus,
.lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
  color: #FFF;
  background-color: #208e61;
  border-color: #1e865c;
}
.lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
  background-image: none;
}
.lobibox .lobibox-btn.lobibox-btn-yes.disabled,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:hover,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.active {
  background-color: #29B87E;
  border-color: #29B87E;
}
.lobibox .lobibox-btn.lobibox-btn-yes .badge {
  color: #29B87E;
  background-color: #FFF;
}
.lobibox .lobibox-btn.lobibox-btn-no {
  color: #FFF;
  background-color: #0760B3;
  border-color: #0760B3;
}
.lobibox .lobibox-btn.lobibox-btn-no:hover,
.lobibox .lobibox-btn.lobibox-btn-no:focus,
.lobibox .lobibox-btn.lobibox-btn-no.focus,
.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no {
  color: #FFF;
  background-color: #054682;
  border-color: #054078;
}
.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no {
  background-image: none;
}
.lobibox .lobibox-btn.lobibox-btn-no.disabled,
.lobibox .lobibox-btn.lobibox-btn-no[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:hover,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.active {
  background-color: #0760B3;
  border-color: #0760B3;
}
.lobibox .lobibox-btn.lobibox-btn-no .badge {
  color: #0760B3;
  background-color: #FFF;
}
.lobibox .lobibox-btn.lobibox-btn-ok {
  color: #FFF;
  background-color: #0760B3;
  border-color: #0760B3;
}
.lobibox .lobibox-btn.lobibox-btn-ok:hover,
.lobibox .lobibox-btn.lobibox-btn-ok:focus,
.lobibox .lobibox-btn.lobibox-btn-ok.focus,
.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok {
  color: #FFF;
  background-color: #054682;
  border-color: #054078;
}
.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok {
  background-image: none;
}
.lobibox .lobibox-btn.lobibox-btn-ok.disabled,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:hover,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.active {
  background-color: #0760B3;
  border-color: #0760B3;
}
.lobibox .lobibox-btn.lobibox-btn-ok .badge {
  color: #0760B3;
  background-color: #FFF;
}
.lobibox .lobibox-btn.lobibox-btn-default {
  color: #000;
  background-color: #e2e2e2;
  border-color: #dadada;
}
.lobibox .lobibox-btn.lobibox-btn-default:hover,
.lobibox .lobibox-btn.lobibox-btn-default:focus,
.lobibox .lobibox-btn.lobibox-btn-default.focus,
.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default {
  color: #000;
  background-color: #c9c9c9;
  border-color: #bcbcbc;
}
.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default {
  background-image: none;
}
.lobibox .lobibox-btn.lobibox-btn-default.disabled,
.lobibox .lobibox-btn.lobibox-btn-default[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:hover,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.active {
  background-color: #e2e2e2;
  border-color: #dadada;
}
.lobibox .lobibox-btn.lobibox-btn-default .badge {
  color: #e2e2e2;
  background-color: #000;
}
.lobibox.lobibox-hidden {
  display: none;
}
.lobibox-backdrop {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/*
    Created on : Sep 19, 2014, 2:01:43 PM
    Author     : @arboshiki
*/
.lobibox-notify-wrapper {
  z-index: 5000;
  position: fixed;
}
.lobibox-notify-wrapper.top {
  top: 0px;
}
.lobibox-notify-wrapper.bottom {
  bottom: 0px;
}
.lobibox-notify-wrapper.left {
  left: 0px;
  margin-right: 0px;
}
.lobibox-notify-wrapper.right {
  right: 0px;
  margin-left: 0px;
}
.lobibox-notify-wrapper.right .lobibox-notify {
  margin-left: auto;
}
.lobibox-notify-wrapper.center {
  left: 50%;
}
.lobibox-notify-wrapper-large {
  z-index: 5000;
  position: fixed;
}
.lobibox-notify-wrapper-large.top {
  top: 0px;
}
.lobibox-notify-wrapper-large.bottom {
  bottom: 0px;
}
.lobibox-notify-wrapper-large.left {
  left: 0px;
}
.lobibox-notify-wrapper-large.left .lb-notify-tabs > li {
  float: left;
  margin-left: 0;
  margin-right: 2px;
}
.lobibox-notify-wrapper-large.right {
  right: 0px;
}
.lobibox-notify-wrapper-large .lb-notify-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 -5px 0;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li {
  float: right;
  margin-left: 2px;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a {
  text-align: center;
  display: table;
  text-decoration: none;
  font-size: 18px;
  height: 32px;
  color: #FFF;
  width: 28px;
  opacity: 0.6;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:hover,
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:active,
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:focus,
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:hover:active {
  color: #FFF;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a .tab-control-icon {
  display: table-cell;
  vertical-align: middle;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-default > a {
  background-color: rgba(28, 28, 28, 0.9);
  border-color: #141414;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-default > a:hover {
  background-color: #1c1c1c;
  border-color: #0f0f0f;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-error > a {
  background-color: rgba(202, 33, 33, 0.9);
  border-color: #bd1f1f;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-error > a:hover {
  background-color: #CA2121;
  border-color: #b41d1d;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-success > a {
  background-color: rgba(41, 184, 126, 0.9);
  border-color: #26ab75;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-success > a:hover {
  background-color: #29B87E;
  border-color: #24a370;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-warning > a {
  background-color: rgba(206, 129, 46, 0.9);
  border-color: #c1792b;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-warning > a:hover {
  background-color: #CE812E;
  border-color: #b97429;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-info > a {
  background-color: rgba(46, 121, 180, 0.9);
  border-color: #2b71a8;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-info > a:hover {
  background-color: #2E79B4;
  border-color: #296ba0;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.active > a {
  opacity: 1;
}
.lobibox-notify-wrapper-large .lb-notify-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper {
  background-color: transparent;
  padding: 0;
  border: none;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane {
  display: none;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane.active {
  display: block;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify {
  min-height: 150px;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon-wrapper {
  width: 100px;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon > div .icon-el {
  font-size: 78px;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-body {
  margin: 13px 20px;
  margin-left: 130px;
}
.lobibox-notify {
  position: relative;
  min-height: 85px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 7px 0;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-box-shadow: 2px 2px 5px #aaa;
  box-shadow: 2px 2px 5px #aaa;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.lobibox-notify .lobibox-notify-icon-wrapper {
  position: absolute;
  left: 15px;
  width: 60px;
  height: 100%;
}
.lobibox-notify .lobibox-notify-icon {
  display: table;
  width: 100%;
  height: 100%;
}
.lobibox-notify .lobibox-notify-icon > div {
  display: table-cell;
  vertical-align: middle;
}
.lobibox-notify .lobibox-notify-icon > div > img {
  width: 100%;
  max-width: 100%;
  margin-top: 3px;
  border-radius: 4px;
}
.lobibox-notify .lobibox-notify-icon > div .icon-el {
  text-align: center;
  font-size: 55px;
}
.lobibox-notify .lobibox-notify-body {
  margin: 10px 20px;
  margin-left: 90px;
}
.lobibox-notify .lobibox-notify-title {
  font-size: 20px;
}
.lobibox-notify .lobibox-notify-msg {
  overflow: hidden;
}
.lobibox-notify .lobibox-close {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  font-size: 20px;
  line-height: 19px;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.lobibox-notify .lobibox-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.lobibox-notify .lobibox-delay-indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
}
.lobibox-notify .lobibox-delay-indicator > div {
  position: relative;
  height: 100%;
  width: 0;
  background-color: #e8e8e8;
}
.lobibox-notify.lobibox-notify-default {
  border-color: #0f0f0f;
  background-color: #1c1c1c;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-default:hover {
  background-color: #1c1c1c;
  border-color: #FFF;
}
.lobibox-notify.lobibox-notify-default .lobibox-close:hover {
  background-color: #4f4f4f;
}
.lobibox-notify.lobibox-notify-error {
  border-color: #b41d1d;
  background-color: #CA2121;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-error:hover {
  background-color: #CA2121;
  border-color: #FFF;
}
.lobibox-notify.lobibox-notify-success {
  border-color: #24a370;
  background-color: #29B87E;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-success:hover {
  background-color: #29B87E;
  border-color: #FFF;
}
.lobibox-notify.lobibox-notify-warning {
  border-color: #b97429;
  background-color: #CE812E;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-warning:hover {
  background-color: #CE812E;
  border-color: #FFF;
}
.lobibox-notify.lobibox-notify-info {
  border-color: #296ba0;
  background-color: #2E79B4;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-info:hover {
  background-color: #2E79B4;
  border-color: #FFF;
}
.lobibox-notify.rounded {
  border-radius: 30px;
}
.lobibox-notify:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 10px #aaa;
  box-shadow: 3px 3px 10px #aaa;
}
.lobibox-notify.notify-mini {
  min-height: 36px;
}
.lobibox-notify.notify-mini .lobibox-notify-title {
  margin-top: -5px;
  font-size: 20px;
  line-height: 22px;
}
.lobibox-notify.notify-mini .lobibox-notify-msg {
  line-height: 16px;
}
.lobibox-notify.notify-mini .lobibox-notify-icon-wrapper {
  left: 12px;
  width: 32px;
}
.lobibox-notify.notify-mini .lobibox-notify-icon > div .icon-el {
  font-size: 32px;
}
.lobibox-notify.notify-mini .lobibox-notify-body {
  margin: 15px 30px 15px 56px;
}
.lobibox-notify.without-icon .lobibox-notify-body {
  margin-left: 20px;
}

h1{font-size:30px;font-weight:normal;font-family:"ITCFranklinGothicW02-Bk 812933";margin-top:18px;margin-bottom:20px;}h1.blue{font-size:28px;color:#418fbf;font-family:"ITCFranklinGothicW02-Dm 812954";margin-top:0;margin-bottom:15px;}h4{margin-top:18px;font-family:"ITCFranklinGothicW02-Dm 812954" !important;}h5{font-size:16px;font-family:"ITCFranklinGothicW02-Dm 812954" !important;}a.active{color:#103184;}a.disabled{cursor:not-allowed;pointer-events:none;}.btn{text-decoration:none;}.btn.btn-primary.disabled,.btn.btn-secondary.disabled{color:rgba(255,255,255,.75);cursor:not-allowed;pointer-events:none;}body>.content{background-color:#f5f9fd;min-height:50px;padding:38px 0;}.content{padding-top:19px;}.contentWhite{background-color:#fff;}[hidden]{display:none !important;}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px white inset;box-shadow:0 0 0 1000px white inset;}input[type=password]{font-family:Arial,Helvetica,Sans-Serif;letter-spacing:1px;}.help{width:18px;height:18px;background-color:#00ae9a;display:inline-block;font-size:12px;text-align:center;color:#fff;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;cursor:help;padding:1px;}.helpi{font-style:italic;font-family:initial;font-weight:600;line-height:16px;font-size:16px;}.separatorNumber{position:absolute;top:4px;right:-5px;width:10px;text-align:center;}.none{display:none;}.img-full,.w100{width:100%;}.img-space{padding-right:30px;}.overflow{overflow:hidden;}.tac{text-align:center;}.tal{text-align:left !important;}.tar{text-align:right;}.wsn{white-space:normal;}.p0{padding:0;}.p15{padding-left:15px;padding-right:15px;}.p10{padding-left:10px !important;padding-right:10px !important;}.pl15{padding-left:15px;}.fl{float:left;}.fp0,.pr0{padding-right:0;}.pl0{padding-left:0;}.wauto{width:auto !important;}.hauto{height:auto !important;}.mb0{margin-bottom:0 !important;}.editing-form-control-nested-control-datepicker{position:relative;}.icoDp{position:absolute;top:1px;right:1px;cursor:pointer;background-color:#bde3ff;}.icoDp:hover{background-color:#103184;}.icoDp:after{content:'';width:24px;height:24px;display:block;background:url(img/datePicker.png) center center no-repeat;}.flag{float:left;padding:0 !important;margin:3px 5px 0 0;width:16px;height:11px;background:url(img/flagssprite_small.png) no-repeat;}.flag.cz{background-position:-16px -11px;}.flag.gb{background-position:-16px -275px;}.flag.sk{background-position:-48px -451px;}.flag.us{background-position:-64px -187px;}.icon-file-default{position:absolute;display:inline-block;}.icon-file-default:before{background:url(img/fileIcons.png) left top no-repeat;position:absolute;top:1px;left:0;content:'';display:block;width:16px;height:16px;}.icon-file-pdf:before{background-position:left top;}.icon-file-xls:before{background-position:-47px top;}.icon-file-doc:before,.icon-file-docx:before{background-position:-23px top;}.listingBlock .item{padding:0 0 10px 0;min-height:30px;position:relative;}.listingBlock .itemNoBorder{border-top:0;}.listingBlock .itemNoPT{padding-top:0 !important;}.listingBlock .itemPR{padding-right:5px !important;}.listingBlock .itemPL{padding-left:5px !important;}.listingBlock .item:first-child{border-top:0;}.listingBlock .listTitle,.listingBlock .listTitle2{font-family:"ITCFranklinGothicW02-Dm 812954";font-size:16px;display:inline-block;padding:3px 25px 10px 0;cursor:pointer;width:100%;}.listingBlock .listTitle.absolute,.listingBlock .listTitle2.absolute{position:absolute;top:0;left:0;}.listingBlock .listTitle .fa,.listingBlock .listTitle2 .fa{position:relative;top:1px;}.listingBlock .listTitle2{cursor:auto;padding-bottom:0;}.listingBlock .listTitle span{border:10px solid transparent;top:2px;width:0;height:0;display:inline-block;position:absolute;border-bottom:10px solid #fff;right:12px;}.listingBlock .listTitle span.listShow{border-bottom:0;border-top:10px solid #fff;top:16px;}.listingBlock .listText{color:#79838d;font-family:"ITCFranklinGothicW02-Md 812975",Helvetica,Arial,sans-serif;}.listingBlock .listText table{width:100%;}.listingBlock .listText table td{text-align:right;}.listingBlock .listText table td:first-child{text-align:left;}.listingBlock .listInput{display:none;}.listingBlock .listInputShow{display:block;}.listingBlock .listInputBlack{color:#000;font-family:"ITCFranklinGothicW02-Dm 812954" !important;}.listInputTableOut{margin-bottom:0;}.listInputTableOut th:first-child,.listInputTableOut td:first-child{padding-left:5px !important;}.listInputTableOut th{font-family:"ITCFranklinGothicW02-Md 812975",Helvetica,Arial,sans-serif !important;}.listInputTableOut th,.listInputTableOut td{padding-left:0 !important;padding-right:5px !important;}.listInputTableOut .col2{width:20px;}.listInputTableOut .col3{width:55px;}.listInputTableOut input[type=text]{margin-bottom:0;}.listInputTableOut .listInputTable2 th:first-child,.listInputTableOut .listInputTable2 td:first-child{padding-left:0 !important;}.listInputTableOut .itemMain.disabled{opacity:.5;pointer-events:none;}@media(min-width:992px){.listInputTableOut .col3{width:76px;}}.listingBlockP{padding:0;margin-bottom:0;}.listingBlockP .item{padding:0;margin-bottom:12px;}.listingBlockP .item:first-child{padding-top:0;}.listingBlockP .listTitle,.listingBlockP .listTitleIn{padding:6px 25px 6px 12px;text-transform:uppercase;font-size:17px;font-weight:normal;color:#418fbf;background-color:#418fbf;color:#fff;}.listingBlockP .listShow{top:12px !important;}.listingBlockP .vline{border-right:1px solid #bde3ff;}.listingBlockP .tblListingP{width:100%;table-layout:fixed;text-align:center;margin-bottom:10px;}.listingBlockP .tblListingP th{text-align:center;font-family:"ITCFranklinGothicW02-Bk 812933";border-bottom:1px solid #0f2e86;font-size:14px;line-height:14px;font-weight:normal;vertical-align:top;padding:8px 0;}.listingBlockP .tblListingP th.first,.listingBlockP .tblListingP td.first{text-align:left;padding-left:10px;width:30px;}.listingBlockP .tblListingP td{border-bottom:1px solid #bde3ff;padding:9px 0;}.listingBlockP .tblListingP:last-child td{border-bottom:0;}.listingBlockP .tblListingP .delete{margin:3px 0 0 8px;background:#0f2e86 url(img/icons.png) 5px -2245px no-repeat;width:18px;height:18px;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;cursor:pointer;display:inline-block;}.listingBlockP .tblListingP .delete:hover{background-color:#418fbf;}#printContainer{position:absolute;top:-400px;left:0;height:1px;overflow:hidden;width:100%;}.btn-file{position:relative;overflow:hidden;}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:#f00;cursor:inherit;display:block;}.field-validation-error{color:#fb1928;}input+.field-validation-error,.row+.field-validation-error,.checkbox+.field-validation-error{position:relative;top:-5px;}.has-error{position:relative;}.has-error input[type=text]{background-color:#f2dede;}.has-error .label{color:#f00;}.floatMenu{position:fixed;bottom:0;right:0;text-align:right;z-index:1000;display:none;}.floatMenu>div{float:right;}.floatMenu>div .btn{width:39px;height:35px;margin:0;float:left;border-right:1px solid #aaa;background-repeat:no-repeat;line-height:28px;}.floatMenu>div .btn:last-child{border-right:0;}.floatMenu>div .dropup{float:left;}.box{background-color:#dbeefe;margin-bottom:10px;}.box .title{font-family:"ITCFranklinGothicW02-Bk 812933";background-color:#0f2e86;color:#fff;text-transform:uppercase;cursor:pointer;padding:7px 17px;}.box .title span{border:10px solid transparent;top:-5px;width:0;height:0;display:inline-block;position:relative;float:right;border-bottom:10px solid #418fbf;}.box .title span.boxShow{border-bottom:0;border-top:10px solid #418fbf;top:5px;}.box .subtitle{padding:5px 0 2px;font-size:15px;text-transform:uppercase;font-family:"ITCFranklinGothicW02-Dm 812954";}.box .items{color:#0f2e86;padding:3px 16px 3px 18px;}.box .items .item{border-top:1px solid #bde3ff;padding:6px 0;line-height:1;}.box .items .item:first-child{border-top:0;}.box .items .item label{margin-bottom:4px;}.box .items .item span{float:right;}.box .items .item .fa{float:left;font-size:19px;width:19px;text-align:center;}.box.boxError{max-height:500px;overflow-y:auto;}.box.boxError .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem;margin-right:3px;position:relative;float:right;}.box.boxError .badge-pill+.badge-pill{margin-left:3px;}.box.boxError .badge-danger{color:#fff;background-color:#dc3545;}.box.boxError .badge-primary{color:#fff;background-color:#007bff;}.box.boxError .items .item{line-height:1.28571429;}.box.boxError .items .item span{float:none !important;display:table;padding-left:10px;}@media(max-width:991px){.box .items{padding:3px 6px 3px 8px;}.listingBlock .listText table{width:100%;}}.crossed:after{position:absolute;content:'';background:#f00;display:block;width:100%;height:100%;left:0;right:0;top:0;bottom:0;margin:auto;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M1 0 L0 2 L98 100 L100 98' fill='red' /><path d='M0 98 L98 0 L100 2 L2 100' fill='red' /></svg>");background-repeat:no-repeat;background-position:center center;background-size:100% 100%,auto;}#modal-recovered-modelations .modal-body{max-height:300px;overflow-x:hidden;overflow-y:auto;}#modal-recovered-modelations .modal-body .table{margin-bottom:0;}#modal-recovered-modelations .modal-body .table td .btn-xs{margin:-3px 0;position:relative;top:-1px;}#modal-recovered-modelations .modal-body .table td:nth-child(1){width:110px;}#modal-recovered-modelations .modal-body .table td:nth-child(3){width:110px;text-align:right;}@media print{@page{size:A4;width:210mm;height:297mm;margin-left:0;padding:0;}}#printIframe{margin:0;padding:0;}.tmphidden{display:none !important;}ol.withcheckbox li .checkbox{display:inline-block;margin-top:0;vertical-align:top;}ol.withcheckbox li .checkbox label{padding-left:0;}ol.withcheckbox li .checkbox label .ico{margin-left:-40px;}.test-environment-warning{position:fixed;top:47px;left:272px;right:0;height:20px;line-height:24px;background-color:#f00;color:#fff;text-align:center;}.test-environment-debugging{position:fixed;bottom:0;left:200px;height:20px;line-height:20px;background-color:#a9a9a9;color:#fff;text-align:left;width:100%;}.logintop{width:100%;min-height:55px;border-bottom:5px solid #103184;background-color:#fff;}.navbar-brand .logo img{max-height:51px;}.userBlock{height:55px;cursor:pointer;position:relative;background:#f5f9fd;width:235px;float:right;}.userBlock:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";color:#418fbf;position:absolute;top:15px;left:15px;font-size:28px;}.userBlock .userName{color:#79838d;position:absolute;top:8px;left:60px;font-size:16px;font-family:"ITCFranklinGothicW02-Bk 812933";}.userBlock .userNumber{font-family:"ITCFranklinGothicW02-Dm 812954";font-size:17px;position:absolute;top:27px;left:60px;}.userBlock .ddlico{width:18px;height:10px;display:block;top:27px;right:15px;border:10px solid transparent;width:0;height:0;display:inline-block;position:absolute;border-top:10px solid #418fbf;}.userBlock .userMenu{display:none;position:absolute;top:55px;left:0;z-index:1000;background-color:#418fbf;width:100%;}.userBlock .userMenu ul{list-style-type:none;margin:0;padding:15px 0 5px 0;}.userBlock .userMenu a{color:#fff;text-decoration:none;padding:5px 0 5px 30px;font-size:18px;font-family:"ITCFranklinGothicW02-Dm 812954";width:100%;display:block;}.userBlock .userMenu a span+span{color:#fff !important;position:relative;top:-2px;left:2px;}.userBlock .userMenu a:hover{color:#103184;}.userBlock .userMenu a:hover span+span{color:#103184 !important;}.userBlock:hover .userMenu{display:block;}.contentForm .buttons{margin:0 -1px 0 -2px;}.contentForm .buttons .table{margin-bottom:0;width:100%;display:table;table-layout:fixed;}.contentForm .buttons .table .tr{display:table-row;}.contentForm .buttons .table .tr .td{display:block;margin-bottom:10px;display:table-cell;padding:0 2px 10px 4px;vertical-align:top;}.contentForm .buttons .table .tr .td .btn{padding-left:0;padding-right:0;}.contentForm .buttons .table .tr .td br{content:" ";display:block;}.contentForm .buttons .table .tr .td br:after{content:" ";}.contentForm .buttons .table .tr .td .ico{float:none;display:block;width:24px;height:24px;margin:0 auto;line-height:19px;}.contentForm .buttons .table .tr .td fa-lg{line-height:1;}.contentForm .btnMH{height:30px;}.contentForm .btnOrange{padding:6px 0;font-family:"ITCFranklinGothicW02-Md 812972";font-size:16px;background-color:#fbaf5d;margin-bottom:10px;}.contentForm .btnOrange:hover{background-color:#af7a41;}.contentForm .btnBlack{padding:6px 0;font-family:"ITCFranklinGothicW02-Md 812972";font-size:16px;background-color:#585d60;margin-bottom:10px;}.contentForm .btnBlack:hover{background-color:#000;}.contentForm .btnInvisible{font-family:"ITCFranklinGothicW02-Bk 812933";background-color:#e5e5e5;pointer-events:none;cursor:default;margin-top:0;border-color:#e5e5e5;color:#fff;}.contentForm .btnInvisible .ico{display:block;width:24px;height:24px;margin:0 auto;}.contentForm .btnOff{cursor:default;background-color:#bbb !important;}.contentForm .label{font-size:14px;font-weight:normal;color:#000;padding:0;max-width:100%;overflow:hidden;display:inline-block;text-overflow:ellipsis;text-align:left;margin-bottom:0;margin-top:5px;line-height:1.28571429;}.contentForm span.title{color:#418fbf;font-family:"ITCFranklinGothicW02-Dm 812954";font-size:17px;font-weight:normal;display:inline-block;padding-bottom:12px;text-transform:uppercase;}.contentForm .form-control,.contentForm .input-group{margin-bottom:8px;}.contentForm .form-control .form-control,.contentForm .input-group .form-control{margin-bottom:0;}.spinner{position:fixed;top:0%;left:0%;text-align:center;z-index:999999;overflow:no-content;height:100%;width:100%;background-color:#000;background-color:rgba(0,0,0,.4);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:1s;animation-name:animatetop;animation-duration:.4s;display:none;}@keyframes lds-gears-1{0%{-webkit-transform:rotate(0deg) scale(.6) translate(-38px,-38px);transform:rotate(0deg) scale(.6) translate(-38px,-38px);}50%{-webkit-transform:rotate(180deg) scale(.6) translate(-38px,-38px);transform:rotate(180deg) scale(.6) translate(-38px,-38px);}100%{-webkit-transform:rotate(360deg) scale(.6) translate(-38px,-38px);transform:rotate(360deg) scale(.6) translate(-38px,-38px);}}@-webkit-keyframes lds-gears-1{0%{-webkit-transform:rotate(0deg) scale(.6) translate(-38px,-38px);transform:rotate(0deg) scale(.6) translate(-38px,-38px);}50%{-webkit-transform:rotate(180deg) scale(.6) translate(-38px,-38px);transform:rotate(180deg) scale(.6) translate(-38px,-38px);}100%{-webkit-transform:rotate(360deg) scale(.6) translate(-38px,-38px);transform:rotate(360deg) scale(.6) translate(-38px,-38px);}}@keyframes lds-gears-2{0%{-webkit-transform:rotate(360deg) scale(.6) translate(38px,38px);transform:rotate(360deg) scale(.6) translate(38px,38px);}50%{-webkit-transform:rotate(180deg) scale(.6) translate(38px,38px);transform:rotate(180deg) scale(.6) translate(38px,38px);}100%{-webkit-transform:rotate(0deg) scale(.6) translate(38px,38px);transform:rotate(0deg) scale(.6) translate(38px,38px);}}@-webkit-keyframes lds-gears-2{0%{-webkit-transform:rotate(360deg) scale(.6) translate(38px,38px);transform:rotate(360deg) scale(.6) translate(38px,38px);}50%{-webkit-transform:rotate(180deg) scale(.6) translate(38px,38px);transform:rotate(180deg) scale(.6) translate(38px,38px);}100%{-webkit-transform:rotate(0deg) scale(.6) translate(38px,38px);transform:rotate(0deg) scale(.6) translate(38px,38px);}}.lds-css{display:inline-block;top:50%;left:50%;position:absolute;margin-top:-60px;margin-left:-60px;}.lds-gears{position:relative;}.lds-gears>div{-webkit-transform-origin:62px 62px;transform-origin:62px 62px;-webkit-animation:lds-gears-1 3s infinite linear;animation:lds-gears-1 3s infinite linear;}.lds-gears>div:nth-child(2){-webkit-transform-origin:138px 138px;transform-origin:138px 138px;-webkit-animation:lds-gears-2 3s infinite linear;animation:lds-gears-2 3s infinite linear;}.lds-gears div:nth-child(1)>div{background:#103184;border-color:#103184;}.lds-gears div:nth-child(2)>div{background:#ddd;border-color:#ddd;}.lds-gears div>div{position:absolute;width:20px;height:192px;left:100px;top:100px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.lds-gears div>div:nth-child(n+2){background-color:transparent;border-top-width:50px;border-top-style:solid;border-bottom-width:50px;border-bottom-style:solid;}.lds-gears div>div:nth-child(1){width:160px;height:160px;border-radius:50%;border-width:36px;border-style:solid;background-color:transparent;}.lds-gears div>div:nth-child(3){-webkit-transform:translate(-50%,-50%) rotate(30deg);transform:translate(-50%,-50%) rotate(30deg);}.lds-gears div>div:nth-child(4){-webkit-transform:translate(-50%,-50%) rotate(60deg);transform:translate(-50%,-50%) rotate(60deg);}.lds-gears div>div:nth-child(5){-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg);}.lds-gears div>div:nth-child(6){-webkit-transform:translate(-50%,-50%) rotate(120deg);transform:translate(-50%,-50%) rotate(120deg);}.lds-gears div>div:nth-child(7){-webkit-transform:translate(-50%,-50%) rotate(150deg);transform:translate(-50%,-50%) rotate(150deg);}.lds-gears div:nth-child(2)>div:nth-child(2){-webkit-transform:translate(-50%,-50%) rotate(15deg);transform:translate(-50%,-50%) rotate(15deg);}.lds-gears div:nth-child(2)>div:nth-child(3){-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);}.lds-gears div:nth-child(2)>div:nth-child(4){-webkit-transform:translate(-50%,-50%) rotate(75deg);transform:translate(-50%,-50%) rotate(75deg);}.lds-gears div:nth-child(2)>div:nth-child(5){-webkit-transform:translate(-50%,-50%) rotate(105deg);transform:translate(-50%,-50%) rotate(105deg);}.lds-gears div:nth-child(2)>div:nth-child(6){-webkit-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg);}.lds-gears div:nth-child(2)>div:nth-child(7){-webkit-transform:translate(-50%,-50%) rotate(165deg);transform:translate(-50%,-50%) rotate(165deg);}.lds-gears{width:120px !important;height:120px !important;-webkit-transform:translate(-60px,-60px) scale(.6) translate(60px,60px);transform:translate(-60px,-60px) scale(.6) translate(60px,60px);}.footer{border-top:5px solid #103184;}.footer .container{position:relative;}.footer li{list-style-type:none;position:relative;padding-left:11px;height:24px;line-height:normal;font-size:14px;font-family:"ITCFranklinGothicW02-Bk 812933",Serif,Arial,Helvetica,Sans-Serif;}.footer li:after{position:absolute;content:'';width:4px;height:8px;display:block;background:url(img/icons.png) left -218px no-repeat;left:0;top:5px;}.footer li a{color:#103184;text-decoration:none;}.footer .logo{float:right;font-size:0;color:transparent;width:231px;height:51px;display:block;right:15px;position:absolute;top:20px;background:url(img/logo_footer.png) left top no-repeat;}@media(max-width:991px){.menu>li>a{padding:0 8px;}.menu>li.expand>a{padding-right:22px;}.menu>li.expand>a:after{right:8px;}.form-panel .btn{max-width:none;}.contentForm .btnBlue .icoUM{background-position:0 -2087px;}.contentForm .btnBlue .icoUA{background-position:0 -2127px;}.contentForm .btnBlue .icoTP{background-position:0 -2167px;}.contentForm .buttons{margin-bottom:0;}}.dropdown.submenu.open a{position:relative;}.dropdown.submenu>a>.caret{transform:rotate(-90deg);position:absolute;right:10px;top:10px;}.dropdown.submenu.open>.dropdown-menu{left:100%;top:-8px;}.dropdown--products .dropdown__hiddenitem{display:none;}.dropdown--products.open .dropdown__hiddenitem{display:block;}.loginTitle{color:#103184;font-size:36px;font-family:"ITCFranklinGothicW02-Bk 812933";padding:12px 0 6px;text-align:center;}.loginTitle span{font-family:"ITCFranklinGothicW02-Dm 812954";}#accountForm .logo{display:block;text-indent:-9999px;height:51px;background-position:center center;background-repeat:no-repeat;background-size:auto 51px;}#accountForm .loading{font-size:5em;margin-bottom:20px;color:#103184;}.modal-gis{width:748px;margin-top:10px;}.modal-gis .table-results{max-height:250px;overflow-y:auto;}.modal-gis .table-results>table{margin-bottom:0;width:100%;}.modal-gis .table-results>table>tbody>tr>td>span,.modal-gis .table-results>table>thead>tr>td>span,.modal-gis .table-results>table>tbody>tr>th>span,.modal-gis .table-results>table>thead>tr>th>span{cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}.modal-gis .table-results>table>tbody>tr>td:nth-child(3),.modal-gis .table-results>table>thead>tr>td:nth-child(3),.modal-gis .table-results>table>tbody>tr>th:nth-child(3),.modal-gis .table-results>table>thead>tr>th:nth-child(3){width:50px;}.modal-gis .table-results>table>tbody>tr>td:nth-child(7),.modal-gis .table-results>table>thead>tr>td:nth-child(7),.modal-gis .table-results>table>tbody>tr>th:nth-child(7),.modal-gis .table-results>table>thead>tr>th:nth-child(7){text-align:center;width:40px;}.modal-gis .table-results>table>tbody>tr,.modal-gis .table-results>table>thead>tr{cursor:pointer;}@keyframes anim{0%{width:0%;}100%{width:100%;}}#modal-saveandfinalise .progress{height:2px;margin-top:6px;animation-name:anim;animation-duration:5s;animation-iteration-count:infinite;margin-bottom:0;border:0;}#modal-saveandfinalise hr{margin-top:0;}#modal-saveandfinalise .final.error .btn{position:relative;top:-8px;}#modal-saveandfinalise .final.error .alert{margin-bottom:0;}#modal-saveandfinalise .final.error #errorDetailMessage{max-height:111px;overflow:auto;}#modal-selectInvestmentQuestionnare .wrapper{max-height:calc(100vh - 240px);overflow:auto;}@media(min-width:768px){#modal-selectInvestmentQuestionnare .modal-dialog{width:768px;margin:30px auto;}}.notification .h1{font-size:30px;font-weight:normal;font-family:"ITCFranklinGothicW02-Bk 812933";}.notification .item{margin-bottom:30px;color:#333;}.notification .item h2{font-size:21px;font-weight:normal;font-family:"ITCFranklinGothicW02-Bk 812933";color:#418fbf;margin:15px 0 0;}.notification .item .date{font-size:15px;color:#79838d;}#PdfCategory .nav-pills,#ModelationDocuments .nav-pills{padding-right:0;}#PdfCategory .nav-pills li a,#ModelationDocuments .nav-pills li a{background:#dbeefe;text-decoration:none;padding:6px 12px;font-family:"ITCFranklinGothicW02-Dm 812954";font-size:16px;text-transform:uppercase;color:#418fbf;}#PdfCategory .nav-pills li a.add,#ModelationDocuments .nav-pills li a.add{font-family:"ITCFranklinGothicW02-Bk 812933";background:#fff url(img/icons.png) 6px -2325px no-repeat;color:#0f2e86;line-height:14px;font-size:14px;padding-left:37px;line-height:22px;text-transform:none;cursor:pointer;}#PdfCategory .nav-pills li a:hover,#ModelationDocuments .nav-pills li a:hover{background-color:#103184;color:#fff;}#PdfCategory .nav-pills li a:hover~.fa,#ModelationDocuments .nav-pills li a:hover~.fa{color:#fff;}#PdfCategory .nav-pills li .fa,#ModelationDocuments .nav-pills li .fa{position:absolute;top:0;right:0;width:16px;min-width:16px;height:16px;line-height:16px;text-align:center;border-bottom:0;cursor:pointer;color:#103184;font-size:14px;}#PdfCategory .nav-pills li .fa:hover,#ModelationDocuments .nav-pills li .fa:hover{background-color:#103184;color:#fff;}#PdfCategory .nav-pills li.active a,#ModelationDocuments .nav-pills li.active a{background-color:#103184;color:#fff;}#PdfCategory .nav-pills li.active a.add,#ModelationDocuments .nav-pills li.active a.add{background-position:6px -2365px;}#PdfCategory .nav-pills li.active .fa,#ModelationDocuments .nav-pills li.active .fa{color:#fff;}#PdfCategory .tab-content,#ModelationDocuments .tab-content{border-left:2px solid #103184;padding-left:15px;}#PdfCategory .tab-content table,#ModelationDocuments .tab-content table{margin-bottom:0;}#PdfCategory .tab-content .pdfPreview,#ModelationDocuments .tab-content .pdfPreview{position:relative;}#PdfCategory .tab-content .pdfPreview:before,#ModelationDocuments .tab-content .pdfPreview:before{content:" ";padding-bottom:136%;position:relative;display:block;}#PdfCategory .tab-content .pdfPreview>div,#ModelationDocuments .tab-content .pdfPreview>div{position:absolute;top:0;left:0;right:0;bottom:0;}.carousel-indicators li{box-shadow:0 1px 2px rgba(0,0,0,.3);}.carousel-indicators li:hover{box-shadow:0 1px 2px rgba(0,0,0,.6);}.homein table.building-types .select2-container--bootstrap,.homein table.building-types .input-group{margin-bottom:0;}.homein table tr.noborder td{border-top:0;padding-top:0;}.homein table .switch input{display:none;}.ModelationLiabilityInfo-content,.ModelationVSEPackagesInfo-content,.ModelationHouseInfo-content,.ModelationBuildingInfo-content{opacity:.5;position:relative;}.ModelationLiabilityInfo-content::after,.ModelationVSEPackagesInfo-content::after,.ModelationHouseInfo-content::after,.ModelationBuildingInfo-content::after{position:absolute;top:0;left:0;right:0;bottom:0;content:"";z-index:99999;}.ModelationBuildingInfo-true .ModelationBuildingInfo-content{opacity:1;}.ModelationBuildingInfo-true .ModelationBuildingInfo-content::after{display:none;}.ModelationLiabilityInfo-true .ModelationLiabilityInfo-content{opacity:1;}.ModelationLiabilityInfo-true .ModelationLiabilityInfo-content::after{display:none;}.ModelationVSEPackagesInfo-true .ModelationVSEPackagesInfo-content{opacity:1;}.ModelationVSEPackagesInfo-true .ModelationVSEPackagesInfo-content::after{display:none;}.ModelationHouseInfo-true .ModelationHouseInfo-content{opacity:1;}.ModelationHouseInfo-true .ModelationHouseInfo-content::after{display:none;}.Damage{opacity:.5;position:relative;}.Damage::after{position:absolute;top:0;left:0;right:0;bottom:0;content:"";z-index:99999;}.Damage.Maintained{opacity:1;}.Damage.Maintained::after{content:none;display:none;}.select2-container .select2-results__option[aria-disabled=true]{display:none;}.allclients .table-hover tr:hover{cursor:pointer;}.allclients .modaltransfer .status{display:none;}.allclients .modaltransfer .status-edit{display:block;}.allclients .modaltransfer-success .status-success{display:block;}.allclients .modaltransfer-success .status-edit{display:none;}.allclients .modaltransfer-error .status-error{display:block;}.allclients .modaltransfer-error .status-edit{display:none;}.tarifs .item .checkbox{margin:4px 0 0 0;}.tarifs .item .help.helpi{margin-top:4px;}.othersTarifHighlight.path{position:absolute;display:none;top:7px;left:-5px;}.othersTarifHighlight.path rect{stroke-dasharray:5000;stroke-dashoffset:5000;-moz-animation:dash 2s linear forwards;-o-animation:dash 2s linear forwards;-webkit-animation:dash 2s linear forwards;animation:dash 2s linear forwards;stroke:#ff1821;stroke-width:2px;fill-opacity:0;stroke-opacity:.9;}.browser-InternetExplorer .othersTarifHighlight.path rect,.browser-Safari .othersTarifHighlight.path rect{stroke-dasharray:0;stroke-dashoffset:0;animation:none;}@-moz-keyframes dash{to{stroke-dashoffset:0;}}@-webkit-keyframes dash{to{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}.form-control.highlight{border-color:#103184;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(16,49,132,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(16,49,132,.6);font-size:1.25em;font-weight:bold;}.form-control.highlight:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}.itemsIS ul li{clear:both;}.itemsIS ul li span small{color:#777;}.itemsIS ul li>div{float:right;}.itemsIS ul li>div input{display:inline-block;width:40px;text-align:right;}.itemsIS ul li.description{position:relative;padding-left:16px;}.itemsIS ul li.description .fa{position:absolute;top:2px;left:0;}.itemsIS span small{position:relative;top:-5px;}.itemsIS.notselected ul li{color:#ccc;}.itemsIS.notselected ul li input[type=text]{color:#ccc;}.itemsIS.notselected ul li span small{color:#ccc;}.rowItem.rowItem-additionalinfo,.rowItemActive.rowItem-additionalinfo{display:none;}.rowItem.rowItem-additionalinfo+tr td,.rowItemActive.rowItem-additionalinfo+tr td{padding:0 !important;border-top:0;}.rowItem.rowItem-additionalinfo+tr td .campaign-text,.rowItemActive.rowItem-additionalinfo+tr td .campaign-text{padding:0 5px 5px 28px;font-size:.85em;}.rowItem.rowItem-additionalinfo+tr td .input-table,.rowItemActive.rowItem-additionalinfo+tr td .input-table{margin:0 5px 0 28px;}.rowItem.rowItem-additionalinfo+tr td .input-table table,.rowItemActive.rowItem-additionalinfo+tr td .input-table table{table-layout:fixed;width:100%;}.rowItem.rowItem-additionalinfo+tr td .input-table table td,.rowItemActive.rowItem-additionalinfo+tr td .input-table table td{width:auto;vertical-align:top;}.rowItem.rowItem-additionalinfo+tr td .input-table table td label,.rowItemActive.rowItem-additionalinfo+tr td .input-table table td label{display:inline-block;vertical-align:top;margin-right:5px;}.rowItem.rowItem-additionalinfo+tr td .input-table table td input[type=text],.rowItemActive.rowItem-additionalinfo+tr td .input-table table td input[type=text]{display:inline-block;width:100px;margin-bottom:5px;}.rowItem.rowItem-additionalinfo+tr td .input-table table td .radio-inline,.rowItemActive.rowItem-additionalinfo+tr td .input-table table td .radio-inline{padding-left:0;vertical-align:top;margin-top:5px;}.rowItem.rowItem-additionalinfo+tr td .input-table table td .checkbox,.rowItemActive.rowItem-additionalinfo+tr td .input-table table td .checkbox{margin-bottom:9px;}.rowItem.rowItem-additionalinfo+tr td .input-table table td .optionvalue,.rowItemActive.rowItem-additionalinfo+tr td .input-table table td .optionvalue{padding-right:5px;text-align:right;}.rowItem.rowItem-additionalinfo+tr td .input-table table td+td,.rowItemActive.rowItem-additionalinfo+tr td .input-table table td+td{width:200px;}.rowItem.rowItem-additionalinfo+tr td .input-table table td+td+td,.rowItemActive.rowItem-additionalinfo+tr td .input-table table td+td+td{width:223px;}.menuStep{font-size:14px;overflow:hidden;margin-bottom:10px;}.menuStep .step{float:left;position:relative;background-color:#e5e5e5;}.menuStep .step>a,.menuStep .step>div{float:left;padding:0 6px 0 28px;text-transform:uppercase;color:#79838d;font-family:"ITCFranklinGothicW02-Bk 812933";position:relative;text-decoration:none;}.menuStep .step>a table tr td,.menuStep .step>div table tr td{vertical-align:middle;text-align:center;height:38px;max-width:70px;line-height:15px;}.menuStep .step>a table tr td .checkbox-inline,.menuStep .step>div table tr td .checkbox-inline{padding-left:0;margin-bottom:0;margin-top:-3px;}.menuStep .step>a:before,.menuStep .step>div:before,.menuStep .step>a:after,.menuStep .step>div:after{content:"";border-top:23px solid transparent;border-bottom:23px solid transparent;border-left:15px solid;margin-top:-23px;position:absolute;right:-15px;top:50%;}.menuStep .step>a:before,.menuStep .step>div:before{border-left-color:#fff;right:-18px;z-index:1;}.menuStep .step>a:after,.menuStep .step>div:after{border-left-color:#e5e5e5;z-index:2;}.menuStep .step>a.disabled2{cursor:not-allowed;pointer-events:none;}.menuStep .step>a:not(.disabled2){background-color:#418fbf;color:#fff;}.menuStep .step>a:not(.disabled2):after{border-left-color:#418fbf;z-index:2;}.menuStep .step>a:not(.disabled2):hover{background:#0f2e86;}.menuStep .step>a:not(.disabled2):hover:after{border-left-color:#0f2e86;}.menuStep .step:first-of-type>a{padding-left:15px;}.menuStep .step.current>a{background:#0f2e86;}.menuStep .step.current>a:after{border-left-color:#0f2e86;}@media(min-width:1200px){.menuStep .step>a table tr td,.menuStep .step>div table tr td{max-width:none;}}.tabs{height:38px;list-style-type:none;margin:0;padding:0;}.tabs+.content{margin-top:0;}.tabs>li{float:left;position:relative;margin-right:5px;}.tabs>li>a,.tabs>li>.dropdown>a{height:38px;background:#dbeefe url(img/icons.png) 26px -2283px no-repeat;line-height:40px;text-decoration:none;display:inline-block;min-width:65px;padding:0 15px;font-family:"ITCFranklinGothicW02-Dm 812954";font-size:16px;text-decoration:none !important;}.tabs>li>a.first,.tabs>li>.dropdown>a.first,.tabs>li>a.tab,.tabs>li>.dropdown>a.tab{text-transform:uppercase;color:#418fbf;background-image:none;text-decoration:none;}.tabs>li>a.add,.tabs>li>.dropdown>a.add{font-family:"ITCFranklinGothicW02-Bk 812933";background:#fff url(img/icons.png) 6px -2322px no-repeat;color:#0f2e86;line-height:14px;font-size:14px;padding-left:37px;padding-top:6px;text-decoration:none;}.tabs>li>a.add:hover,.tabs>li>.dropdown>a.add:hover{background-position:6px -2362px;}.tabs>li>a:hover,.tabs>li>.dropdown>a:hover{background-color:#0f2e86;color:#fff;}.tabs>li ul.dropdown-menu li.input{padding:0 20px;}.tabs>li ul.dropdown-menu li.input input[type=text]{position:relative;top:3px;}.tabs>li ul.dropdown-menu .empty{padding:3px 20px;opacity:.7;}.tabs .active a,.tabs a.selected{background-color:#103184;color:#fff !important;text-decoration:none;}.tabs .delete{position:absolute;top:0;right:0;width:16px;min-width:16px;height:16px;border-bottom:0;display:block;background:transparent url(img/icons.png) -25px -2246px no-repeat;padding:0;}.tabs a:hover+.delete,.tabs .delete:hover{background-position:4px -2246px;}#productModalForm .riskGroupInput{display:inline-block;width:50px;margin-left:10px;overflow:hidden;position:relative;vertical-align:middle;}#productModalForm .riskGroupInput.crossed:before,#productModalForm .riskGroupInput.crossed:after{position:absolute;content:'';background:#f00;display:block;width:100%;height:2px;-webkit-transform:rotate(-35deg);transform:rotate(-35deg);left:0;right:0;top:0;bottom:0;margin:auto;}#productModalForm .riskGroupInput.crossed:after{-webkit-transform:rotate(35deg);transform:rotate(35deg);}
@font-face {
    font-family: "ITCFranklinGothicW02-Bk 812933";
    src: url(../fonts/ITCFGW02-Bk-812933.woff2) format("woff2")
}

@font-face {
    font-family: "ITCFranklinGothicW02-Dm 812954";
    src: url(../fonts/ITCFGW02-Dm-812954.woff2) format("woff2")
}

@font-face {
    font-family: "ITCFranklinGothicW02-Md 812975";
    src: url(../fonts/ITCFGW02-Md-812975.woff2) format("woff2")
}

body {
    background-color: #f5f9fd
}

    body .content a {
        text-decoration: underline
    }

        body .content a:hover, body .content a:active {
            text-decoration: none
        }

#top {
    position: fixed;
    z-index: 10;
    top: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2)
}

    #top > nav {
        z-index: 10;
        border-top: 0
    }

        #top > nav .navbar-nav > li > a {
            font-family: "ITCFranklinGothicW02-Dm 812954";
            color: #103184;
            font-size: 1.1em
        }

        #top > nav .navbar-nav > li.user > a {
            font-size: 20px;
            line-height: 70px;
            height: 70px;
            padding-top: 0;
            padding-bottom: 0
        }

        #top > nav .navbar-nav > li.user .loggedInfo {
            padding: 15px 20px;
            margin: -15px 0 -10px
        }

            #top > nav .navbar-nav > li.user .loggedInfo cite {
                font-style: normal;
                opacity: .65;
                margin-bottom: 2px;
                display: block
            }

            #top > nav .navbar-nav > li.user .loggedInfo span {
                display: block
            }

            #top > nav .navbar-nav > li.user .loggedInfo small {
                display: block
            }

        #top > nav .navbar-brand {
            padding: 10px 15px;
            width: 280px
        }

@media (max-width: 991px) {
    #top > nav .navbar-brand {
        width: 79px;
        overflow: hidden
    }

        #top > nav .navbar-brand img {
            max-width: initial
        }
}

#aside {
    position: fixed;
    z-index: 3;
    width: 270px;
    top: 70px;
    bottom: 0;
    background-color: #103184;
    color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    padding: 10px 15px 15px
}

    #aside > #drag {
        position: absolute;
        right: 0;
        top: 50%;
        width: 14px;
        height: 28px;
        line-height: 28px;
        margin-top: -14px;
        color: #fff;
        cursor: ew-resize;
        text-align: center;
        font-size: 14px;
        z-index: 999
    }

    #aside > .header {
        position: absolute;
        height: 75px;
        top: 10px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden
    }

    #aside > .content {
        position: absolute;
        top: 75px;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 10px;
        overflow-y: auto;
        overflow-x: hidden
    }

        #aside > .content > .loading {
            font-size: 15px;
            margin: 5px 15px;
            opacity: .75
        }

            #aside > .content > .loading .fa {
                font-size: 14px
            }

    #aside .arrowToggle {
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        z-index: 10;
        height: 16px;
        line-height: 16px;
        width: 16px;
        text-align: center;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        -webkit-transition: all 500ms;
        transition: all 500ms
    }

    #aside .refreshToggle {
        position: absolute;
        right: 35px;
        top: 15px;
        cursor: pointer;
        z-index: 10;
        height: 16px;
        line-height: 16px;
        width: 16px;
        text-align: center
    }

    #aside .onlyLeadsToggle {
        position: absolute;
        right: 68px;
        top: 12px;
        cursor: pointer;
        z-index: 10;
        width: 98px;
        text-align: center
    }

        #aside .onlyLeadsToggle .checkbox input:checked ~ span:not(.ico) {
            color: #fff;
            font-family: "ITCFranklinGothicW02-Md 812975"
        }

    #aside a.buttonplus {
        color: #fff;
        opacity: 1;
        margin-top: 5px;
        margin-right: 15px;
        position: relative;
        z-index: 11;
        cursor: pointer
    }

        #aside a.buttonplus :hover {
            text-decoration: underline
        }

    #aside .head {
        font-size: 15px;
        margin: 5px 15px;
        opacity: .75;
        z-index: 10
    }

        #aside .head .fa {
            font-size: 14px;
            position: relative;
            top: 1px
        }

    #aside .lead-filters {
        padding: 0 15px
    }

    #aside .lead-filters-advanced {
        margin-top: 6px;
        padding: 0 15px
    }

        #aside .lead-filters-advanced .row {
            margin-bottom: 6px
        }

    #aside .lead-filters-buttons {
        margin-top: 6px;
        padding: 0 15px
    }

        #aside .lead-filters-buttons .row {
            margin-bottom: 6px
        }

    #aside .lead-list {
        margin: 0
    }

        #aside .lead-list .lead-list-item {
            padding: 10px 15px;
            cursor: pointer
        }

            #aside .lead-list .lead-list-item:before, #aside .lead-list .lead-list-item:after {
                content: " ";
                display: table
            }

            #aside .lead-list .lead-list-item:after {
                clear: both
            }

            #aside .lead-list .lead-list-item .client-name {
                font-family: "ITCFranklinGothicW02-Dm 812954";
                color: #fff;
                font-size: 15px
            }

            #aside .lead-list .lead-list-item .client-info {
                color: #fff;
                opacity: .75;
                margin-left: 22px
            }

            #aside .lead-list .lead-list-item .fa {
                color: #fff;
                line-height: 20px
            }

            #aside .lead-list .lead-list-item .col-custom-1 {
                float: left;
                width: calc(100% - 30px)
            }

            #aside .lead-list .lead-list-item .col-custom-2 {
                float: left;
                width: 30px;
                color: #fff;
                white-space: nowrap;
                text-align: right
            }

                #aside .lead-list .lead-list-item .col-custom-2 .fa {
                    font-size: 1em;
                    margin-right: 0;
                    margin-left: 6px;
                    line-height: 36px
                }

            #aside .lead-list .lead-list-item.even {
                background-color: #0d296d
            }

            #aside .lead-list .lead-list-item:hover {
                background-color: #081840
            }

            #aside .lead-list .lead-list-item.anonymous {
                background-color: #eea236
            }

                #aside .lead-list .lead-list-item.anonymous:hover {
                    background-color: #df8a13
                }

            #aside .lead-list .lead-list-item.active {
                background-color: #cb0008
            }

            #aside .lead-list .lead-list-item.current {
                border-left: 5px solid #cb0008;
                padding-left: 10px !important
            }

    #aside .controls {
        background-color: #0a2057;
        width: 100%;
        position: absolute;
        bottom: 0;
        display: none;
        left: 0
    }

        #aside .controls .inner {
            margin: 10px 15px
        }

            #aside .controls .inner input[type=text] {
                margin-bottom: 8px
            }

    #aside.closed {
        width: 57px !important;
        overflow: hidden
    }

        #aside.closed .arrowToggle {
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg)
        }

        #aside.closed .refreshToggle {
            display: none
        }

        #aside.closed a.buttonplus {
            display: none
        }

        #aside.closed .head {
            display: none
        }

        #aside.closed > .header {
            height: 30px
        }

        #aside.closed > .content {
            top: 40px
        }

            #aside.closed > .content .loading {
                transform: rotate(90deg);
                white-space: nowrap;
                position: relative;
                top: 50px;
                margin-left: 23px
            }

        #aside.closed > .closed-label {
            display: block;
            position: absolute;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -moz-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
            -o-transform-origin: bottom left;
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            top: 20px;
            font-size: 18px;
            left: 22px
        }

        #aside.closed .alert {
            display: none
        }

        #aside.closed .lead-filters, #aside.closed .lead-filters-advanced, #aside.closed .lead-filters-buttons {
            display: none !important
        }

        #aside.closed .lead-list-item {
            display: none
        }

            #aside.closed .lead-list-item.active {
                display: block;
                width: 280px;
                transform: rotate(90deg);
                transform-origin: 0 100%;
                position: relative;
                top: -65px;
                cursor: default;
                pointer-events: none
            }

                #aside.closed .lead-list-item.active .none {
                    display: none !important
                }

        #aside.closed #drag {
            display: none
        }

#aside2 {
    position: fixed;
    z-index: 4;
    width: 270px;
    left: 270px;
    top: 70px;
    bottom: 0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    padding: 10px 15px 15px;
    background-color: #f5f9fd;
    overflow: hidden
}

    #aside2 > #drag2 {
        position: absolute;
        right: 0;
        top: 50%;
        width: 14px;
        height: 28px;
        line-height: 28px;
        margin-top: -14px;
        color: #103184;
        cursor: ew-resize;
        text-align: center;
        font-size: 14px;
        z-index: 999
    }

    #aside2 > .header {
        position: absolute;
        height: 75px;
        top: 10px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: visible
    }

    #aside2 > .content {
        position: absolute;
        top: 75px;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 10px;
        overflow-y: auto;
        overflow-x: hidden
    }

        #aside2 > .content > .loading {
            font-size: 15px;
            margin: 5px 15px;
            opacity: .75
        }

            #aside2 > .content > .loading .fa {
                font-size: 14px
            }

    #aside2 a.buttonplus {
        color: #333;
        opacity: 1;
        margin-top: 5px;
        margin-right: 15px;
        position: relative;
        z-index: 11;
        cursor: pointer;
        text-decoration: none
    }

        #aside2 a.buttonplus:hover {
            text-decoration: underline
        }

    #aside2 .arrowToggle {
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        z-index: 10;
        height: 16px;
        line-height: 16px;
        width: 16px;
        text-align: center;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        -webkit-transition: all 500ms;
        transition: all 500ms
    }

    #aside2 .refreshToggle {
        position: absolute;
        right: 35px;
        top: 15px;
        cursor: pointer;
        z-index: 10;
        height: 16px;
        line-height: 16px;
        width: 16px;
        text-align: center
    }

    #aside2 .head {
        font-size: 15px;
        margin: 5px 15px;
        opacity: .75;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        #aside2 .head .fa {
            font-size: 14px;
            position: relative;
            top: 1px
        }

            #aside2 .head .fa.fa-minus-square-o, #aside2 .head .fa.fa-plus-square-o {
                cursor: pointer
            }

    #aside2 .lead-filters {
        padding: 0 15px
    }

    #aside2 .lead-list {
        margin: 0
    }

        #aside2 .lead-list .lead-list-item {
            padding: 10px 15px;
            cursor: pointer
        }

            #aside2 .lead-list .lead-list-item:before, #aside2 .lead-list .lead-list-item:after {
                content: " ";
                display: table
            }

            #aside2 .lead-list .lead-list-item:after {
                clear: both
            }

            #aside2 .lead-list .lead-list-item.opacity50 > div {
                opacity: .5
            }

            #aside2 .lead-list .lead-list-item .client-name {
                font-family: "ITCFranklinGothicW02-Dm 812954";
                color: #333;
                font-size: 15px
            }

            #aside2 .lead-list .lead-list-item .client-info {
                color: #333;
                opacity: .75
            }

            #aside2 .lead-list .lead-list-item .fa {
                color: #333;
                margin-right: 10px;
                line-height: 20px
            }

            #aside2 .lead-list .lead-list-item .col-custom-1 {
                float: left;
                width: calc(100% - 30px)
            }

            #aside2 .lead-list .lead-list-item .col-custom-2 {
                float: left;
                width: 30px;
                color: #fff;
                white-space: nowrap;
                text-align: right
            }

                #aside2 .lead-list .lead-list-item .col-custom-2 .fa {
                    font-size: 1em;
                    margin-right: 0;
                    margin-left: 6px;
                    line-height: 36px
                }

            #aside2 .lead-list .lead-list-item.even {
                background-color: #e0ecf9
            }

            #aside2 .lead-list .lead-list-item:hover {
                background-color: #b5d3f0
            }

            #aside2 .lead-list .lead-list-item.selected {
                background-color: #91cf91
            }

                #aside2 .lead-list .lead-list-item.selected:hover {
                    background-color: #6ec06e
                }

            #aside2 .lead-list .lead-list-item.active {
                background-color: #cb0008
            }

                #aside2 .lead-list .lead-list-item.active .client-name {
                    color: #fff
                }

                #aside2 .lead-list .lead-list-item.active .client-info {
                    color: #fff
                }

                #aside2 .lead-list .lead-list-item.active .fa {
                    color: #fff
                }

                #aside2 .lead-list .lead-list-item.active .col-xs-4 {
                    color: #fff
                }

    #aside2 .controls {
        background-color: #e0ecf9;
        width: 100%;
        position: absolute;
        bottom: 0;
        display: none;
        left: 0
    }

        #aside2 .controls .inner {
            margin: 10px 15px
        }

            #aside2 .controls .inner input[type=text] {
                margin-bottom: 8px
            }

    #aside2.closed {
        width: 57px !important
    }

        #aside2.closed .alert {
            display: none
        }

        #aside2.closed .lead-filters {
            display: none !important
        }

        #aside2.closed br {
            display: none
        }

        #aside2.closed .arrowToggle {
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg)
        }

        #aside2.closed .refreshToggle {
            display: none
        }

        #aside2.closed .alert {
            display: none
        }

        #aside2.closed a.buttonplus {
            display: none
        }

        #aside2.closed .head {
            display: none
        }

        #aside2.closed > .header {
            height: 30px
        }

        #aside2.closed > .content {
            top: 40px
        }

            #aside2.closed > .content .loading {
                transform: rotate(90deg);
                white-space: nowrap;
                position: relative;
                top: 50px;
                margin-left: 23px
            }

        #aside2.closed > .closed-label {
            display: block;
            position: absolute;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -moz-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
            -o-transform-origin: bottom left;
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            top: 20px;
            font-size: 18px;
            left: 22px
        }

        #aside2.closed .lead-filters, #aside2.closed .lead-filters-advanced, #aside2.closed .lead-filters-buttons {
            display: none
        }

        #aside2.closed .lead-list-item {
            display: none !important
        }

            #aside2.closed .lead-list-item.active {
                display: block !important;
                width: 280px;
                transform: rotate(90deg);
                transform-origin: 0 100%;
                position: relative;
                top: -65px
            }

        #aside2.closed #drag2 {
            display: none
        }

#wrapper {
    padding-top: 72px
}

#main {
    padding-left: 540px
}

    #main > iframe {
        height: calc(100vh - 72px);
        border: 0;
        width: 100%;
        float: left
    }

    #main .container, #main .container-fluid {
        margin-left: 6px;
        margin-top: 50px
    }

        #main .container .container, #main .container-fluid .container, #main .container .container-fluid, #main .container-fluid .container-fluid {
            width: 100%;
            margin-left: 0;
            padding: 0
        }

    #main #leads .main {
        position: fixed;
        z-index: 3;
        top: 0;
        bottom: 0;
        left: 560px;
        right: 0;
        min-height: 100%;
        background-color: #fff;
        padding: 88px 15px 15px
    }

        #main #leads .main iframe {
            height: calc(100vh - 105px);
            border: 0;
            width: 100%
        }

    #main.asideClosed #leads .side {
        position: fixed;
        z-index: 4;
        width: 280px;
        left: 57px;
        top: 70px;
        bottom: 0;
        min-height: 100%;
        box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
        padding: 10px 15px 15px
    }

        #main.asideClosed #leads .side.closed {
            background-color: #f5f9fd;
            left: 0;
            top: 390px;
            z-index: 5;
            width: 57px !important;
            padding-top: 10px
        }

            #main.asideClosed #leads .side.closed a.buttonplus {
                display: none
            }

            #main.asideClosed #leads .side.closed .arrowToggle {
                top: 13px
            }

    #main.asideClosed #leads .main {
        position: fixed;
        z-index: 3;
        top: 0;
        bottom: 0;
        left: 337px;
        right: 0;
        min-height: 100%;
        background-color: #fff;
        padding: 88px 15px 15px
    }

        #main.asideClosed #leads .main iframe {
            height: calc(100vh - 105px);
            border: 0;
            width: 100%
        }

        #main.asideClosed #leads .main.sideClosed {
            left: 57px
        }

@media (max-width: 991px) {
    #main .content > .sidebar {
        width: 33.333%;
        position: fixed;
        right: -33.333%;
        top: 80px;
        background-color: #fff;
        transition: 300ms ease;
        padding: 15px 10px 0;
        max-height: calc(100vh - 80px);
        min-height: 80px;
        overflow-y: auto
    }

        #main .content > .sidebar > .aswSideToggle {
            position: absolute;
            left: -36px;
            top: 0;
            width: 36px;
            height: 36px;
            text-align: center;
            background-color: #fff;
            box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
            cursor: pointer
        }

            #main .content > .sidebar > .aswSideToggle .fa {
                font-size: 20px;
                line-height: 36px
            }

            #main .content > .sidebar > .aswSideToggle:after {
                content: " ";
                position: absolute;
                width: 6px;
                height: 36px;
                background-color: #fff;
                right: -3px;
                top: 0
            }

        #main .content > .sidebar.open {
            right: 0;
            box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
            z-index: 11
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #main .content > .productform {
        width: 73%
    }

    #main .content > .sidebar {
        width: 27%
    }
}

#main.contentOnly {
    padding: 0
}

.panel-heading {
    position: relative
}

    .panel-heading:after {
        content: '';
        display: block;
        position: absolute;
        height: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid rgba(0,0,0,0.07)
    }

.panel-warning {
    background: #ffa726;
    border-color: #ffa726;
    padding: 15px;
    color: #fff
}

    .panel-warning .text-lg {
        font-size: 16px
    }

        .panel-warning .text-lg .fa {
            font-size: 14px;
            margin-right: 4px
        }

    .panel-warning .progress {
        height: 12px;
        margin-bottom: 15px;
        border-radius: 0;
        box-shadow: none;
        background-color: rgba(0,0,0,0.1)
    }

    .panel-warning .progress-md {
        height: 8px;
        margin-bottom: 5px
    }

    .panel-warning .progress-bar {
        font-size: 10px;
        background-color: #42a5f5;
        line-height: 1.05em;
        box-shadow: none
    }

    .panel-warning .progress-bar-light {
        background-color: #fff
    }

    .panel-warning .progress-md .progress-bar {
        font-size: 5px;
        line-height: 8px
    }

.panel-success {
    background: #8bc34a;
    border-color: #8bc34a;
    padding: 15px;
    color: #fff
}

    .panel-success .text-lg {
        font-size: 16px
    }

        .panel-success .text-lg .fa {
            font-size: 14px;
            margin-right: 4px
        }

h3 .fa {
    font-size: 14px
}

.timeline {
    position: relative;
    padding-bottom: 40px;
    color: #758697
}

    .timeline h3 {
        color: #000;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .timeline:before, .timeline:after {
        background-color: #bec6ce;
        bottom: 20px;
        content: "";
        display: block;
        position: absolute
    }

    .timeline:before {
        left: 49px;
        top: 49px;
        width: 1px
    }

    .timeline:after {
        left: 46px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        border: 1px solid #bec6ce;
        background-color: #ecf0f5
    }

.timeline-header {
    border-radius: 0;
    clear: both;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative
}

    .timeline-header .timeline-header-title {
        display: inline-block;
        text-align: center;
        padding: 7px 15px;
        min-width: 100px
    }

.timeline .timeline-header:first-child {
    margin-bottom: 30px;
    margin-top: 15px
}

.timeline-stat {
    width: 100px;
    float: left;
    text-align: center;
    padding-bottom: 15px
}

.timeline-entry {
    margin-bottom: 25px;
    margin-top: 5px;
    position: relative;
    clear: both
}

.timeline-entry-inner {
    position: relative
}

.timeline-time {
    display: inline-block;
    padding: 2px 3px;
    background-color: #ecf0f5;
    color: #758697;
    font-size: .85em;
    max-width: 70px
}

.timeline-icon {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-top: 5px;
    background-color: #ecf0f5
}

    .timeline-icon > i {
        line-height: 40px;
        vertical-align: .1em
    }

    .timeline-icon img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        vertical-align: top
    }

    .timeline-icon:empty {
        height: 12px;
        width: 12px;
        margin-top: 20px;
        border: 2px solid #bec6ce
    }

.timeline-label {
    background-color: #fff;
    border-radius: 0;
    margin-left: 85px;
    padding: 15px;
    position: relative;
    min-height: 50px;
    border: 1px solid #e7ecf3;
    border-bottom: 1px solid rgba(0,0,0,0.17)
}

    .timeline-label:before, .timeline-label:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        top: 0
    }

    .timeline-label:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #e6e6e6;
        margin: 15px 0 0 -10px
    }

    .timeline-label:after {
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-right: 9px solid #fff;
        margin: 15px 0 0 -8px
    }

.table-responsive td {
    white-space: nowrap
}

@media (min-width: 1200px) {
    .container {
        width: 1050px
    }
}

#aside .content::-webkit-scrollbar, #aside2 .content::-webkit-scrollbar {
    width: 4px
}

#aside .content::-webkit-scrollbar-track, #aside2 .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

#aside .content::-webkit-scrollbar-thumb, #aside2 .content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.85);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2)
}

    #aside .content::-webkit-scrollbar-thumb:window-inactive, #aside2 .content::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,255,255,0.5)
    }

.helpContent ol ol {
    list-style: lower-alpha
}

.helpContent table.box.warning {
    background-color: #F78181
}

.helpContent table.box.tip {
    background-color: #FCFEC5
}

.helpContent table.box.bottomline {
    background-color: #E8E8E8
}

.helpContent table.box.note {
    background-color: #E8E8E8
}

.helpContent table.box p {
    margin: 0
}

.helpContent table.box th {
    text-align: left;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-top: 5px;
    background-position: 4px 4px
}

.helpContent table.box tr {
    border-style: none
}

.helpContent blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic
}

.helpContent strong {
    font-weight: 700
}

.helpContent em, .helpContent dfn {
    font-style: italic
}

.helpContent dfn {
    font-weight: 700
}

.helpContent sup, .helpContent sub {
    line-height: 0
}

.helpContent abbr, .helpContent acronym {
    border-bottom: 1px dotted #666
}

.helpContent address {
    margin: 0 0 1.5em;
    font-style: italic
}

.helpContent del {
    color: #666
}

.helpContent pre {
    margin: 1.5em 0;
    white-space: pre
}

.helpContent pre, .helpContent code, .helpContent tt {
    font: 1em 'andale mono','lucida console',monospace;
    line-height: 1.5
}

.helpContent li ul, .helpContent li ol {
    margin: 0
}

.helpContent ul, .helpContent ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 3.333em
}

.helpContent ul {
    list-style-type: disc
}

.helpContent ol {
    list-style-type: decimal
}

.helpContent dl {
    margin: 0 0 1.5em
}

    .helpContent dl dt {
        font-weight: 700
    }

.helpContent dd {
    margin-left: 1.5em
}

.helpContent caption {
    background: #eee
}

.helpContent .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em
}

.helpContent .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em
}

.helpContent .hide {
    display: none
}

.helpContent .quiet {
    color: #666
}

.helpContent .loud {
    color: #000
}

.helpContent .highlight {
    background: #ff0
}

.helpContent .added {
    background: #060;
    color: #fff
}

.helpContent .removed {
    background: #900;
    color: #fff
}

.helpContent .first {
    margin-left: 0;
    padding-left: 0
}

.helpContent .last {
    margin-right: 0;
    padding-right: 0
}

.helpContent .top {
    margin-top: 0;
    padding-top: 0
}

.helpContent .bottom {
    margin-bottom: 0;
    padding-bottom: 0
}

#defaultHelp .main {
    position: relative
}

    #defaultHelp .main .fa {
        font-size: 8em;
        background-color: #ddd;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        color: transparent;
        text-shadow: #fff 1px 1px 1px
    }

        #defaultHelp .main .fa.fa-hand-o-up {
            position: absolute;
            top: 0;
            left: 90px
        }

        #defaultHelp .main .fa.fa-hand-o-left {
            position: absolute;
            top: 90px;
            left: 0
        }

    #defaultHelp .main .text {
        background-color: #fff;
        color: transparent;
        border-radius: 16px;
        box-shadow: inset 1px 1px 1px #ddd;
        display: inline-block;
        position: absolute;
        top: 130px;
        left: 130px;
        font-size: 1.5em;
        color: #999;
        padding: 16px
    }

.helpMessage {
    background-color: #fff;
    color: transparent;
    border-radius: 16px;
    box-shadow: inset 1px 1px 1px #ddd;
    z-index: 1041;
    display: inline-block;
    position: absolute;
    font-size: 1.5em;
    color: #999;
    padding: 16px
}

.modal .row {
    margin-bottom: 5px
}

.g-recaptcha > div, .g-recaptcha-custom > div {
    margin: 0 auto 6px
}

