/*Raleway Font Starts*/

@font-face {
  font-family: 'RalewayRegular';
  src: url('Raleway-Regular.ttf') format('TrueType');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RalewayMedium';
  src: url('Raleway-Medium.ttf') format('TrueType');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RalewayBold';
  src: url('Raleway-Bold.ttf') format('TrueType');
  font-weight: normal;
  font-style: normal;
}

/*Raleway Font Ends*/

/*Roboto Font Ends*/

@font-face {
  font-family: 'RobotoRegular';
  src: url('Roboto-Regular.ttf') format('TrueType');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoMedium';
  src: url('Roboto-Medium.ttf') format('TrueType');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoBold';
  src: url('Roboto-Bold.ttf') format('TrueType');
  font-weight: normal;
  font-style: normal;
}

/*Roboto Font Ends*/

.btn.btn-hg {
  color: #a6a6a6;
  background-color: #ffffff;
  border: 1px solid #a6a6a6;
  padding: 7px 16px;
}

.btn-primary:hover {
  background-color: #16567f;
  opacity: 0.7;
}
.navbar-brand img {
  top: 60% !important;
  margin-left: 1rem !important;
  max-height: 55px !important;
}
.icon-bar {
  background-color: #16567f !important;
}
.navbar-toggle {
  border-color: #16567f !important;
}
.btn-services {
  background-color: #f0f3f4 !important;
  color: #16567f;
  width: 100%;
}
.btn-services:hover {
  background-color: #dce3e6 !important;
}
.img-top {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
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 {
  color: #0d71ba;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}
sub {
  bottom: -0.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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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('/styles/fonts/glyphicons-halflings-regular.eot');
  src: url('/styles/fonts/glyphicons-halflings-regular.eot?#iefix')
      format('embedded-opentype'),
    url('/styles/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('/styles/fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('/styles/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('/styles/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: normal;
  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: transparent;
}
body {
  font-family: 'RobotoRegular', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  font-size: 14px;
  line-height: 1.42857;
  color: #424242;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #717171;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4b4b4b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #717171;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: 'RalewayBold', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  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: 0.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-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #717171;
}
.text-primary {
  color: #16567f;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0e3954;
}
.text-success {
  color: #5cb85c;
}
a.text-success:hover,
a.text-success:focus {
  color: #449d44;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #f0ad4e;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ec971f;
}
.text-danger {
  color: #d9534f;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c9302c;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #16567f;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0e3954;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
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: 20px;
}
dt,
dd {
  line-height: 1.42857;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: ' ';
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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 #edf1f2;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.42857;
  color: #717171;
}
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 #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
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: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #3a3f51;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: ' ';
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33334%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33334%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33334%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33334%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33334%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33334%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33334%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33334%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33334%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33334%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33334%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33334%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33334%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33334%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33334%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33334%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #717171;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dadada;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dadada;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dadada;
}
.table > thead > tr > th > a {
  font-family: 'RobotoMedium', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  color: #000000;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dadada;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dadada;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.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: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    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 > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #3a3f51;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  -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 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 4px solid #66afe9;
  outline: 5px auto #66afe9;
  -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);
}
.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: #eeeeee;
  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: 34px;
  }
  input[type='date'].input-sm,
  .input-group-sm input[type='date'],
  input[type='time'].input-sm,
  .input-group-sm input[type='time'],
  input[type='datetime-local'].input-sm,
  .input-group-sm input[type='datetime-local'],
  input[type='month'].input-sm,
  .input-group-sm input[type='month'] {
    line-height: 30px;
  }
  input[type='date'].input-lg,
  .input-group-lg input[type='date'],
  input[type='time'].input-lg,
  .input-group-lg input[type='time'],
  input[type='datetime-local'].input-lg,
  .input-group-lg input[type='datetime-local'],
  input[type='month'].input-lg,
  .input-group-lg input[type='month'] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  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: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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: #5cb85c;
}
.has-success .form-control,
.has-success .form-control.select2-choice,
.has-success .form-control.select2-choices {
  border-color: #5cb85c;
  -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,
.has-success .form-control.select2-choice:focus,
.has-success .form-control.select2-choices:focus {
  border-color: #449d44;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #5cb85c;
}
.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: #f0ad4e;
}
.has-warning .form-control,
.has-warning .form-control.select2-choice,
.has-warning .form-control.select2-choices {
  border-color: #f0ad4e;
  -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,
.has-warning .form-control.select2-choice:focus,
.has-warning .form-control.select2-choices:focus {
  border-color: #ec971f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.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: #d9534f;
}
.has-error .form-control,
.has-error .form-control.select2-choice,
.has-error .form-control.select2-choices {
  border-color: #d9534f;
  -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,
.has-error .form-control.select2-choice:focus,
.has-error .form-control.select2-choices:focus {
  border-color: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #d9534f;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #828282;
}
@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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: ' ';
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn.focus:active,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  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: 0.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: #939393;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #535353;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #747474;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #747474;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.focus:active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #535353;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #939393;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #16567f;
  border-color: #124769;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0e3954;
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0e3954;
  border-color: #092435;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e3954;
  border-color: #092435;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.focus:active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #092435;
  border-color: black;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #16567f;
  border-color: #124769;
}
.btn-primary .badge {
  color: #16567f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #066206;
  border-color: #054a05;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #033203;
  border-color: black;
}
.btn-success:hover {
  color: #fff;
  background-color: #033203;
  border-color: #011001;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #033203;
  border-color: #011001;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success.focus:active,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #011001;
  border-color: black;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #066206;
  border-color: #054a05;
}
.btn-success .badge {
  color: #066206;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #16567f;
  border-color: #124769;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0e3954;
  border-color: black;
}
.btn-info:hover {
  color: #fff;
  background-color: #0e3954;
  border-color: #092435;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0e3954;
  border-color: #092435;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info.focus:active,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #092435;
  border-color: black;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #16567f;
  border-color: #124769;
}
.btn-info .badge {
  color: #16567f;
  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 > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning.focus:active,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning: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: #d01712;
  border-color: #b91410;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #a1120e;
  border-color: #430706;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a1120e;
  border-color: #800e0b;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a1120e;
  border-color: #800e0b;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger.focus:active,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #800e0b;
  border-color: #430706;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d01712;
  border-color: #b91410;
}
.btn-danger .badge {
  color: #d01712;
  background-color: #fff;
}
.btn-link {
  color: #717171;
  font-weight: normal;
  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: #4b4b4b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #edf1f2;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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: 0.35s;
  transition-duration: 0.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: 9000;
  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: 4px;
  -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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #3a3f51;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2f3342;
  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: #16567f;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #edf1f2;
}
.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.42857;
  color: #edf1f2;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 8990;
}
.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 {
    right: 0;
    left: auto;
  }
  .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 > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before,
.btn-toolbar:after {
  content: ' ';
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.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,
.btn-group > .btn-group-lg > .btn + .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,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .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:before,
.btn-group-vertical > .btn-group:after {
  content: ' ';
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 4px;
  border-top-left-radius: 4px;
  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: 4px;
  border-bottom-left-radius: 4px;
}
.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 input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[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-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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #939393;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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:before,
.nav:after {
  content: ' ';
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #edf1f2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #edf1f2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #717171;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  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: 4px;
}
.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: 4px 4px 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: 4px;
}
.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: #16567f;
}
.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: 4px;
}
.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: 4px 4px 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: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: ' ';
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: ' ';
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: ' ';
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 9000;
  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: 0;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}
.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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 10px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 20px;
    padding-bottom: 20px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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-top: 13px;
  margin-bottom: 13px;
}
@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;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #717171;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #575757;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #717171;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #5d5d5d;
  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: #e7e7e7;
}
.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: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #717171;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #5d5d5d;
    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: #e7e7e7;
  }
  .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: #717171;
}
.navbar-default .navbar-link:hover {
  color: #5d5d5d;
}
.navbar-default .btn-link {
  color: #717171;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #5d5d5d;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.navbar-inverse .navbar-brand {
  color: #16567f;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: #16567f;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #329ccf;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #329ccf;
  background-color: #e6e6e6;
}
.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: #ededed;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #e6e6e6;
  color: #329ccf;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #16567f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #329ccf;
    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: #329ccf;
    background-color: #e6e6e6;
  }
  .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: #16567f;
}
.navbar-inverse .navbar-link:hover {
  color: #329ccf;
}
.navbar-inverse .btn-link {
  color: #16567f;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #329ccf;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: '/\00a0';
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #edf1f2;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-left: 0;
  flex-wrap: wrap;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #0d71ba;
  background-color: #fff;
  border: 0px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  height: auto;
  width: auto;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #4b4b4b;
  background-color: #eeeeee;
  border-color: #ddd;
  border-radius: 50%;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0d71ba !important;
  border-color: #0d71ba !important;
  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: #edf1f2;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: ' ';
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #edf1f2;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #edf1f2;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cfdadd;
}
.label-primary {
  background-color: #16567f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0e3954;
}
.label-success {
  background-color: #066206;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #033203;
}
.label-info {
  background-color: #16567f;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0e3954;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d01712;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a1120e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #edf1f2;
  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;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #717171;
  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;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.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: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.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: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #424242;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #717171;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #eaf6ea;
  border-color: #5cb85c;
  color: #357935;
}
.alert-success hr {
  border-top-color: #4cae4c;
}
.alert-success .alert-link {
  color: #255625;
}
.alert-info {
  background-color: white;
  border-color: #5bc0de;
  color: #2390b0;
}
.alert-info hr {
  border-top-color: #46b8da;
}
.alert-info .alert-link {
  color: #1b6d85;
}
.alert-warning {
  background-color: white;
  border-color: #f0ad4e;
  color: #c77c11;
}
.alert-warning hr {
  border-top-color: #eea236;
}
.alert-warning .alert-link {
  color: #985f0d;
}
.alert-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
  color: #a02622;
}
.alert-danger hr {
  border-top-color: #d43f3a;
}
.alert-danger .alert-link {
  color: #761c19;
}
@-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 20px;
  color: #fff;
  text-align: center;
  background-color: #16567f;
  -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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.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: #066206;
}
.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: #16567f;
}
.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: #d01712;
}
.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: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
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,
a.list-group-item:focus,
button.list-group-item:hover,
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: #eeeeee;
  color: #edf1f2;
  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: #edf1f2;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #16567f;
  border-color: #16567f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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: #79bde8;
}
.list-group-item-success {
  color: #5cb85c;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #5cb85c;
}
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,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #5cb85c;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.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,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #f0ad4e;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #f0ad4e;
}
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,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #f0ad4e;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.list-group-item-danger {
  color: #d9534f;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #d9534f;
}
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,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #d9534f;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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-body:before,
.panel-body:after {
  content: ' ';
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.panel > .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
  > thead:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .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
  th:first-child,
.panel
  > .table-responsive:first-child
  > .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
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .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
  th:last-child,
.panel
  > .table-responsive:first-child
  > .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
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .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
  th:first-child,
.panel
  > .table-responsive:last-child
  > .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
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .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
  th:last-child,
.panel
  > .table-responsive:last-child
  > .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
  th:last-child {
  border-bottom-right-radius: 3px;
}
.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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: #3a3f51;
  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: #3a3f51;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #16567f;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #16567f;
  border-color: #16567f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #16567f;
}
.panel-primary > .panel-heading .badge {
  color: #16567f;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #16567f;
}
.panel-success {
  border-color: #c2e9c7;
}
.panel-success > .panel-heading {
  color: #5cb85c;
  background-color: #dff0d8;
  border-color: #c2e9c7;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c2e9c7;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #5cb85c;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c2e9c7;
}
.panel-info {
  border-color: #b0e2f2;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #b0e2f2;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b0e2f2;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b0e2f2;
}
.panel-warning {
  border-color: #e9f3cf;
}
.panel-warning > .panel-heading {
  color: #f0ad4e;
  background-color: #fcf8e3;
  border-color: #e9f3cf;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e9f3cf;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #f0ad4e;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e9f3cf;
}
.panel-danger {
  border-color: #decfcf;
}
.panel-danger > .panel-heading {
  color: #d9534f;
  background-color: #f2dede;
  border-color: #decfcf;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #decfcf;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #d9534f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #decfcf;
}
.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: 4px;
  -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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.7;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
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 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: ' ';
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: ' ';
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.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: 'SourceSansPro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 12px;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 6px;
  -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: 5px 5px 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: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.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: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.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='#{ie-hex-str(rgba(0, 0, 0, .5))}', endColorstr='#{ie-hex-str(rgba(0, 0, 0, .0001))}', 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='#{ie-hex-str(rgba(0, 0, 0, .0001))}', endColorstr='#{ie-hex-str(rgba(0, 0, 0, .5))}', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.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: 10px;
  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: transparent;
}
.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: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
}
.input-switch {
  height: 28px;
}
.input-switch input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.input-switch input[type='checkbox'] ~ .switch {
  background-color: #939393;
  width: 50px;
  height: 27px;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  transition: all 0.4s;
  box-shadow: inset 0px 0px 3px 0px #777;
}
.input-switch input[type='checkbox'] ~ .switch:before {
  content: '';
  color: transparent;
  background-color: #fff;
  border-radius: 5px;
  width: 45%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 2px;
  transition: all 0.4s;
  box-shadow: 0 6px 18px -9px #3a3f51;
}
.input-switch input[type='checkbox']:checked ~ .switch {
  background-color: #066206;
}
.input-switch input[type='checkbox']:checked ~ .switch:before {
  left: 23.5px;
}
.input-switch input[type='checkbox']:disabled ~ .switch {
  opacity: 0.5;
}
.input-switch input[type='checkbox']:hover ~ .switch:before {
  box-shadow: 0 6px 18px -5px #3a3f51;
}
.input-switch input[type='checkbox']:focus ~ .switch {
  border: 1px solid #66afe9;
  box-shadow: 0px 0px 6px 1px #66afe9, inset 0px 0px 3px 0px #777;
}
.input-switch.input-switch-accessibility
  input[type='checkbox']
  ~ .switch:after {
  content: '0';
  color: #3a3f51;
  width: 45%;
  position: absolute;
  left: 23.5px;
  top: 0;
  bottom: 0;
  margin: 2px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
}
.input-switch.input-switch-accessibility
  input[type='checkbox']:checked
  ~ .switch:after {
  content: '1';
  color: transparent;
  left: 0;
}
.flex-column {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.flex-row {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.flex-grow {
  -ms-flex-positive: 1;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flex-grow.narrow {
  -ms-flex-positive: 0.5;
  -moz-flex-grow: 0.5;
  -webkit-box-flex: 0.5;
  -webkit-flex-grow: 0.5;
  flex-grow: 0.5;
}
.flex-grow.wide {
  -ms-flex-positive: 2;
  -moz-flex-grow: 2;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.flex-grow.hide {
  -ms-flex-positive: 0;
  -moz-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.flex-row .flex-shrink {
  -ms-flex-negative: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.flex-column.flex-even > *,
.flex-row.flex-even > * {
  -ms-flex: 1 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}
.flex {
  flex: 1;
}
.flex-column.nowrap,
.flex-row.nowrap {
  -ms-flex-wrap: none;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-column.wrap,
.flex-row.wrap {
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-column.justify-start,
.flex-row.justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-column.justify-end,
.flex-row.justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-column.justify-center,
.flex-row.justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-column.justify-around,
.flex-row.justify-around {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column.justify-between,
.flex-row.justify-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-column.items-start,
.flex-row.items-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-column.items-end,
.flex-row.items-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-column.items-center,
.flex-row.items-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-column.items-baseline,
.flex-row.items-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex-column.items-center,
.flex-row.items-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-column.items-stretch,
.flex-row.items-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-column.align-start,
.flex-row.align-start {
  -ms-flex-line-pack: start;
  -moz-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-column.align-end,
.flex-row.align-end {
  -ms-flex-line-pack: end;
  -moz-align-content: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.flex-column.align-center,
.flex-row.align-center {
  -ms-flex-line-pack: center;
  -moz-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.flex-column.align-around,
.flex-row.align-around {
  -ms-flex-line-pack: space-around;
  -moz-align-content: space-around;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-column.align-between,
.flex-row.align-between {
  -ms-flex-line-pack: space-between;
  -moz-align-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flexbox {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.mandatory {
  color: #d9534f;
}
.mandatory.fa {
  font-size: 8px;
  vertical-align: top;
  margin-top: 2px;
}
.mandatory-filled {
  color: #717171;
}
.text-white {
  color: #ffffff !important;
}
.vote.active {
  color: #428bca;
}
.field-empty-reference .reference {
  width: 100%;
  border-radius: 4px;
}
.field-empty-reference .add-on {
  display: none;
}
.form-inline .field-has-reference .reference {
  display: inline-block;
  width: auto;
}
.form-inline .field-has-reference .add-on {
  display: inline-block;
  width: auto;
}
.form-inline .select2-container,
.form-inline .glyph-picker-container,
.form-inline .ref-picker-container {
  display: inline-block;
}
.field-has-reference {
  height: 34px;
}
.field-has-reference .reference {
  display: table-cell;
  width: 100%;
  max-width: 0;
}
.field-has-reference .reference .select2-container a.select2-choice {
  height: 32px;
  min-height: 32px;
}
.field-has-reference .add-on {
  display: table-cell;
}
.field-has-reference button {
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
  display: table-cell;
  vertical-align: middle;
}
.field-has-reference button:focus {
  position: relative;
  z-index: 1;
}
.field-has-reference a.select2-choice {
  padding-left: 10px;
  box-shadow: none;
}
.select2-container {
  display: block;
  background-color: #fff;
  border-radius: 4px;
}
.select2-container .select2-choice {
  background-color: transparent;
  height: auto;
  min-height: 34px;
  border: 1px solid #939393;
}
.select2-container .select2-choice .select2-arrow {
  background-color: transparent;
  border-left: 1px solid #939393;
}
.select2-additional-display-field {
  display: table-cell;
  font-size: 85%;
  padding-right: 5px;
}
.form-inline .form-group label,
.form-inline .form-group .field-actual {
  padding-right: 0.5em;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 40px;
}
.glyph-picker-container,
.ref-picker-container {
  display: block;
}
.form-group .bg-danger {
  color: #d9534f;
  font-style: italic;
  font-size: smaller;
  background-color: transparent;
  padding: 0 !important;
  margin: 0 !important;
}
.form-group .bg-danger,
.form-group .bg-warning,
.form-group .bg-info {
  word-break: break-word;
}
.ref-picker-container.field-has-reference .btn-default {
  background-color: transparent;
}
.ref-picker-container.field-has-reference .btn-default:hover {
  background-color: #e6e6e6;
}
.ref-picker-container {
  background-color: #fff;
  border-radius: 4px;
}
.ref-picker-container .select2-container {
  background-color: transparent;
}
.field-url a {
  word-break: break-all;
  max-width: 90%;
}
.field-url button {
  height: 34px;
  width: 40px;
}
.multi-small {
  max-height: 54px;
}
.select2-container-multi .select2-choices {
  border: 1px solid #939393;
}
.select2-container-multi .select2-choices .select2-search-field:first-child {
  float: none;
}
.select2-search input {
  border-color: #939393;
}
@media (max-width: 320px) {
  .duration {
    width: 50%;
  }
}
.form-control[readonly] {
  cursor: not-allowed;
}
.hide-scrollbar {
  scrollbar-width: none !important;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none !important;
}
.panel .panel-body .alert {
  margin: 1rem;
}
.panel-heading label,
label.panel-title {
  display: block;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
.panel-button {
  font-size: 24px;
  line-height: 34px;
  cursor: pointer;
  float: right;
  margin-top: -5px;
  color: inherit;
  margin-left: 24px;
  padding: 0;
}
.panel-button:hover,
.panel-button:active {
  color: inherit;
  opacity: 0.75;
}
.panel-body-250 {
  height: 250px;
  overflow-y: auto;
}
.flex-container .flex-item .panel {
  height: 100vh;
  max-width: 100%;
  max-width: 100vw;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-container .flex-item .panel:first-of-type .panel-heading {
  border-radius: 0px;
}
.flex-container .flex-item .panel-body {
  opacity: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-positive: 1;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flex-container .flex-item .panel-body .panel {
  height: auto;
}
.fixed-header .flex-container .flex-item .panel {
  height: calc(100vh - 60px);
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #16567f;
  border-color: #16567f;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #16567f;
  border-color: #16567f;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #066206;
  border-color: #066206;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #d01712;
  border-color: #d01712;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.panel-default > .panel-heading {
  word-wrap: break-word;
}
#uiNotificationContainer {
  position: fixed;
  width: 80%;
  margin: 0 auto;
  margin-left: 10%;
  z-index: 20;
}
#uiNotificationContainer .breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border-radius: 0;
}
#uiNotificationContainer > .alert {
  margin: 0 auto 10px auto;
  position: relative;
  word-break: break-word;
}
#uiNotificationContainer > .alert.ng-enter {
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
#uiNotificationContainer > .alert.ng-enter.ng-enter-active {
  opacity: 1;
}
#uiNotificationContainer > .alert.ng-leave {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
#uiNotificationContainer > .alert.ng-leave.ng-leave-active {
  opacity: 0;
}
#uiNotificationContainer .dismiss-notifications {
  position: absolute;
  top: 1rem;
  right: 10px;
  color: #424242;
  cursor: pointer;
  padding: 0;
}
#uiNotificationContainer .alert-msg {
  cursor: default;
}
.breadcrumbs-container {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee5e7;
  background-color: #ffffff;
}
.sp-breadcrumb-link.sp-breadcrumb-remove-condition {
  color: #424242;
}
.sp-breadcrumb-link.sp-breadcrumb-remove-condition:hover + .sp-breadcrumb-link {
  text-decoration: line-through;
  color: #717171;
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
@media (max-width: 320px) {
  header .breadcrumbs-container {
    padding: 0;
  }
  header .breadcrumbs-container .breadcrumbs {
    display: none;
  }
  header .breadcrumbs-container .input-group {
    margin: 5px 0;
  }
  header .breadcrumbs-container .sp-row-content [class*=' col-md-'] {
    min-height: auto;
  }
}
.input-group-addon.input-group-select {
  min-width: 75px;
  padding: 0;
  border: medium none;
  z-index: 0;
  background-color: transparent;
}
.input-group-addon select.form-control,
.input-group-addon select.form-control:focus {
  padding-right: 18px;
  z-index: 1;
  min-width: 100%;
  width: auto;
  border-radius: 3px 0 0 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-right: medium none;
  padding: 5px 18px 5px 5px;
  text-indent: 0.01px;
  text-overflow: '';
}
.input-group-addon select.form-control::-ms-expand,
.input-group-addon select.form-control:focus::-ms-expand {
  display: none;
}
.input-group-addon select.form-control.currency-element,
.input-group-addon select.form-control.currency-element:focus {
  min-width: 75px;
}
.input-group-addon .select-indicator {
  position: absolute;
  right: 8px;
  top: 11px;
  color: #3a3f51;
  font-size: 8px;
  z-index: 1;
  pointer-events: none;
}
.msie9 .input-group-addon SELECT,
.msie10 .input-group-addon SELECT,
.msie11 .input-group-addon SELECT,
.windows.chrome .input-group-addon SELECT {
  border: 1px solid #939393;
  border-right: none;
}
.msie9 .input-group-addon select::-ms-expand,
.msie10 .input-group-addon select::-ms-expand,
.ff30 .input-group-addon select::-ms-expand,
.ff31 .input-group-addon select::-ms-expand,
.ff32 .input-group-addon select::-ms-expand,
.ff33 .input-group-addon select::-ms-expand,
.ff34 .input-group-addon select::-ms-expand {
  display: block;
}
.msie9 .input-group-addon .select-indicator,
.msie10 .input-group-addon .select-indicator,
.ff30 .input-group-addon .select-indicator,
.ff31 .input-group-addon .select-indicator,
.ff32 .input-group-addon .select-indicator,
.ff33 .input-group-addon .select-indicator,
.ff34 .input-group-addon .select-indicator {
  display: none;
}
.input-group .sp-replacer {
  border-color: #939393;
  overflow: visible;
  display: table-cell;
  min-width: 4.6rem;
  border-left: none;
}
.input-group .sp-replacer:hover {
  border-color: #939393;
}
.input-group .sp-replacer.sp-active {
  border-color: #939393;
}
.input-group .sp-replacer .sp-dd {
  font-size: 9px;
}
.sp-editable-field {
  max-width: 100%;
  display: inline-block;
}
.sp-editable-field .popover {
  font-weight: normal;
  max-width: 50vw !important;
  min-width: 280px;
}
.sp-editable-field .popover .popover-content-body {
  min-width: 250px;
}
.sp-editable-field .glyphicon-pencil {
  padding-left: 10px;
}
.sp-editable-field .editable-text {
  cursor: pointer;
}
.sp-editable-field.editable-underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.form-control.masked-element {
  padding-right: 55px;
}
.fa.help-tag-icon {
  font-size: 16px;
}
.input-field-min-width {
  min-width: 150px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding-left: 1.8rem;
  line-height: 1.3rem;
}
.select2-container-multi .select2-search-choice-close {
  color: #333;
  background: none !important;
  top: 2px;
}
.select2-container-multi .select2-search-choice-close:focus,
.select2-container-multi .select2-search-choice-close:hover {
  text-decoration: none !important;
}
.timeline-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.timeline {
  position: relative;
  padding: 20px 0 0 0;
  margin-bottom: 20px;
  list-style: none;
  float: left;
  width: 100%;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 50%;
  border-right: 2px #dee5e7 solid;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: both;
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.timeline .avatar-container {
  border: 1px solid #dee5e7;
  background-color: #fff;
}
.timeline > li.timeline-start {
  margin-bottom: 10px;
}
.timeline > li.timeline-start > .timeline-badge {
  position: relative;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: ' ';
  display: table;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: calc(50% - 4rem);
  border: 1px solid #dee5e7;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.timeline > li > .timeline-panel.timeline-panel-first-item,
.timeline > li > .timeline-panel > .timeline-panel-inner {
  padding: 10px;
}
.timeline > li > .timeline-panel:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #dee5e7;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #dee5e7;
}
.timeline > li > .timeline-panel:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  float: left;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
}
.timeline > li > .timeline-avatar {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li.timeline-item .timeline-panel-inner {
  border-left: 5px solid;
  border-radius: 4px;
}
.timeline > li.timeline-item.timeline-inverted .timeline-panel-inner {
  border-left: 0px;
  border-right: 5px solid;
  border-radius: 4px;
}
.timeline > li > .timeline-badge.primary {
  background-color: #428bca;
}
.timeline > li > .timeline-badge.success {
  background-color: #5cb85c;
}
.timeline > li > .timeline-badge.warning {
  background-color: #f0ad4e;
}
.timeline > li > .timeline-badge.danger {
  background-color: #d9534f;
}
.timeline > li > .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
div.timeline-body {
  word-wrap: break-word;
  overflow-x: auto;
}
@media (max-width: 768px) {
  ul.timeline:before {
    left: 40px;
    right: inherit;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
  }
  ul.timeline > li > .timeline-avatar,
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}
.timeline-item.ng-enter,
.timeline-item.ng-leave,
.user-typing.ng-enter,
.user-typing.ng-leave {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.7s;
  -webkit-transition: max-height 0.7s;
}
.timeline-item.ng-enter.ng-enter-active,
.timeline-item.ng-leave,
.user-typing.ng-enter.ng-enter-active,
.user-typing.ng-leave {
  opacity: 1;
  max-height: 300px;
}
.timeline-item.ng-leave.ng-leave-active,
.timeline-item.ng-enter,
.user-typing.ng-leave.ng-leave-active,
.user-typing.ng-enter {
  opacity: 0;
  max-height: 0;
}
@media print {
  .timeline:before {
    display: none;
  }
  .timeline > li > .timeline-panel {
    width: 90%;
  }
  .timeline > li > .timeline-panel:before,
  .timeline > li > .timeline-panel:after {
    display: none;
  }
  .timeline > li > .timeline-badge {
    display: none;
  }
}
body {
  margin: 0;
  position: relative;
  min-height: 100%;
}
.bg-light {
  background-color: #edf1f2;
  color: #424242;
}
.bg-dark {
  background-color: #3a3f51;
  color: #fff;
}
*:focus {
  outline: 0;
}
.asmt-sticky-buttons {
  bottom: 0;
  position: sticky;
  background: white;
  z-index: 2;
}
.asmt-ranking-list li.hovered {
  cursor: move;
  background-color: $brand-primary-lightest;
}
.asmt-ranking-list li.sortable-ghost {
  visibility: hidden;
}
.asmt-ranking-list li {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 5px;
}
.asmt-inline-info {
  font-style: italic;
  font-size: smaller;
  display: table-row;
}
.asmt-inline-info .asmt-error {
  color: #d9534f;
}
.asmt-image-scale-img-not-present {
  margin: auto;
  line-height: 64px;
  border: 1px solid black;
}
.asmt-img-size {
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .asmt-img-size:not(.asmt-img-scale .asmt-img-size) {
    width: 45px;
    height: 45px;
  }
}
input:focus + .asmt-img-choice {
  outline: thin dotted;
  outline: 0.5rem solid #66afe9;
  padding: 0.2rem;
  box-shadow: 0 0 0.8rem #66afe9;
  outline-width: 0.2rem !important;
}
input:checked + .asmt-img-choice {
  outline: thin dotted;
  outline: 0.5rem solid #66afe9;
  padding: 0.2rem;
  outline-width: 0.2rem !important;
}
.asmt-padding-xl {
  padding: 24px;
}
.asmt-margin-t-xl {
  margin-top: 24px;
}
.asmt-modal-layout .chevron-border:focus {
  box-shadow: inset 0 0 0 1px #fff !important;
  border-radius: 2px;
}
.asmt-modal-layout .asmt-cat-details .show-more-box {
  padding: 12px 12px;
}
.asmt-modal-layout .form-group {
  margin-bottom: 20px;
}
.asmt-modal-layout .panel-heading {
  background-color: transparent !important;
  padding: 14px 2px;
}
.asmt-modal-layout .field-label {
  font-size: 16px;
  margin-bottom: 14px;
}
.asmt-modal-layout .category-label {
  font-size: 16px;
}
.asmt-modal-layout .category-heading {
  background-color: transparent !important;
  padding: 22px 12px !important;
}
.asmt-modal-layout .survey-question .type-boolean .boolean-control {
  font-size: 16px;
}
.asmt-modal-layout .survey-question .type-boolean .boolean-control:before {
  margin-top: 2px;
}
.asmt-modal-layout .survey-question .type-boolean .boolean-control:after {
  margin-top: 1px;
}
.asmt-modal-layout .survey-question .type-boolean label {
  margin-bottom: 8px;
}
.asmt-modal-layout .survey-label {
  font-size: 22px;
  padding: 0px 12px;
}
.asmt-modal-layout .asmt-padding-b-xxl:last-child {
  padding-bottom: 32px;
}
.asmt-modal-layout .padding-child .padding-details {
  padding-top: 6px !important;
}
.asmt-modal-layout .asmt-margin-t-xxl:not(:first-child) {
  margin-top: 32px;
}
.asmt-modal-layout .asmt-margin-b-xxl {
  margin-bottom: 32px;
}
.asmt-modal-layout .asmt-margin-r-md {
  margin-right: 12px;
}
@media only screen and (max-width: 1200px) {
  .asmt-modal-layout .full-md-width {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .asmt-modal-layout .asmt-padding-l-r-md {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.asmt-modal-layout .asmt-padding-t-xxxl {
  padding-top: 40px !important;
}
.asmt-modal-layout .asmt-padding-t-xxl:not(:first-child) {
  padding-top: 32px;
}
.asmt-modal-layout .asmt-padding-xss {
  padding: 0.2rem;
}
.asmt-modal-layout .asmt-padding-b-xl {
  padding-bottom: 14px;
}
.asmt-modal-layout .asmt-padding-t-sm {
  padding-top: 8px;
}
.asmt-modal-layout .asmt-padding-b-l {
  padding-bottom: 24px;
}
.asmt-modal-layout .asmt-padding-b-lg {
  padding-bottom: 22px;
}
.asmt-modal-layout .asmt-margin-t-sm {
  margin-top: 8px;
}
.asmt-modal-layout .asmt-margin-b-sm {
  margin-bottom: 8px;
}
.asmt-modal-layout .panel-default {
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.asmt-modal-layout .panel-group {
  margin-bottom: 0rem;
}
.asmt-modal-layout .panel-body {
  border-top: 0px !important;
  padding: 0px;
}
.asmt-modal-layout .asmt-question-border:not(:first-child) {
  border-top: 0.1rem solid #eeeeee;
}
.asmt-modal-layout .asmt-category-border {
  border-bottom: 0.1rem solid #555555;
}
.asmt-modal-layout .asmt-category-border:last-child {
  border-bottom: none;
}
.asmt-modal-layout .asmt-border-top {
  border-top: 0.1rem solid #555555;
}
.asmt-modal-layout .panel-open {
  padding-bottom: 32px !important;
}
.asmt-modal-layout .panel-top-border {
  border-top: 0.1rem solid #555555;
  padding-top: 32px;
}
.asmt-modal-layout .show-more-control {
  background-color: transparent;
  align-items: center;
  margin: 2px auto 2px auto;
  display: flex;
}
.asmt-modal-layout .show-more-control-color {
  color: #428bca;
}
.asmt-modal-layout .disabled-pointer {
  cursor: not-allowed;
}
.asmt-modal-layout .cursor-pointer {
  cursor: pointer;
}
.asmt-modal-layout .asmt-primary-btn-disabled {
  color: #fff !important;
  background-color: #16567f !important;
  border-color: #124769 !important;
}
.asmt-modal-layout .native-mobile-show-more-control {
  font-size: 12px;
  font-weight: 850;
  border-width: 0.125rem;
}
.asmt-modal-layout .show-more-box {
  position: relative;
  overflow: hidden;
}
.asmt-modal-layout .padding-details {
  padding: 0 0 8px 0 !important;
}
.asmt-modal-layout .details-text:before {
  content: '';
  background-image: linear-gradient(to top, white, rgba(239, 239, 239, 0));
  background-image: linear-gradient(to top, #fff, rgba(239, 239, 239, 0));
  position: absolute;
  height: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1201px) {
  .asmt-modal-layout
    .survey-question
    .question-width
    > *:not(.details-text):not([widget]),
  .asmt-modal-layout .survey-question .type-string input,
  .asmt-modal-layout .survey-question .form-group .type-boolean label {
    width: 50% !important;
  }
}
@media screen and (min-width: 996px) and (max-width: 1200px) {
  .asmt-modal-layout
    .survey-question
    .question-width
    > *:not(.details-text):not([widget]),
  .asmt-modal-layout .survey-question .type-string input,
  .asmt-modal-layout .survey-question .form-group .type-boolean label {
    width: 70% !important;
  }
}
.asmt-modal-layout .hide-button {
  display: none;
}
@media screen and (min-width: 1201px) {
  .asmt-modal-layout .adjust-width {
    width: 50%;
  }
}
@media screen and (min-width: 996px) and (max-width: 1200px) {
  .asmt-modal-layout .adjust-width {
    width: 70%;
  }
}
.asmt-modal-layout .center-label-block .field-label {
  display: block;
  text-align: center;
}
.asmt-modal-layout .center-label-block .type-multiple_choice .radio {
  display: flex;
  justify-content: center;
}
.asmt-modal-layout .accordion-toggle:focus {
  border: none !important;
}
@media screen and (min-width: 996px) {
  .asmt-modal-layout .survey-question .question-width .view-attachment {
    width: 20%;
  }
  .asmt-modal-layout .survey-question .question-width .file-name {
    width: 60%;
  }
}
.asmt-modal-layout .assessment-progress {
  height: 1rem !important;
}
h1.margin-bottom,
h2.margin-bottom,
h3.margin-bottom,
h4.margin-bottom,
h5.margin-bottom,
h6.margin-bottom {
  margin: 0 0 15px 0;
}
.overflow-100 {
  height: 100px;
  overflow: hidden;
}
.item-card-row {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-card-column {
  -ms-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 0px 8px 0px 7px;
  margin-bottom: 20px;
}
.item-card {
  height: calc(100% - 40px);
  min-height: 100px;
}
.height-100 {
  height: 100%;
}
.item-image {
  max-height: 75px;
  max-width: 75px;
}
.nav-sm > li > a {
  padding: 7px 15px;
}
.catalog-text-wrap {
  word-break: break-word;
  word-wrap: break-word;
}
.item-list-style-type-none {
  list-style-type: none;
  padding: 0px;
}
.help-tag-container {
  overflow: auto;
  width: 100%;
  padding-left: 1.5px;
  margin-left: -1.5px;
}
.avatar {
  position: relative;
  display: block;
  white-space: nowrap;
  border-radius: 500px;
}
.avatar img {
  width: 100%;
  border-radius: 500px;
}
.navbar-avatar {
  float: left;
  margin: -6px 6px 0 0px;
}
.avatar-container.avatar-extra-large {
  width: 15.8rem;
  height: 15.8rem;
}
.avatar-container.avatar-extra-large .avatar.soloAvatar .sub-avatar {
  font-size: 4.8rem;
  line-height: 15.8rem;
}
.debug-dropdown {
  padding-top: 5px;
  width: 400px;
}
.debug-dropdown .title {
  float: left;
  padding-right: 10px;
}
.dropdown-header {
  color: #999999;
}
.btn-clear {
  color: #333;
  background-color: #fff;
  border-width: 0;
}
:not(button) .btn.disabled {
  pointer-events: none;
}
:not(button) .btn[disabled] {
  pointer-events: none;
}
.alert-success {
  color: #357935;
  background-color: #eaf6ea;
  border-color: #5cb85c;
}
.alert-info {
  color: #2390b0;
  background-color: white;
  border-color: #5bc0de;
}
.alert-warning {
  color: #c77c11;
  background-color: white;
  border-color: #f0ad4e;
}
.alert-danger {
  color: #a02622;
  background-color: #fdf7f7;
  border-color: #d9534f;
}
label {
  font-weight: normal;
}
label.light {
  font-weight: normal;
}
.label-as-badge {
  border-radius: 1em;
}
.list-group-item > .label-as-badge {
  float: right;
}
.list-group-item {
  word-wrap: break-word;
}
.thumb-sm,
.thumb-sm img {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.field-has-reference {
  border: 1px solid #939393;
  border-radius: 4px;
  table-layout: fixed;
  width: 100%;
}
.field-has-reference .add-on {
  vertical-align: middle;
  display: table-cell;
  width: 36px;
}
.field-has-reference button {
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
}
.field-has-reference A.select2-choice {
  border: none;
  padding-left: 10px;
  box-shadow: none;
}
.popover .field-has-reference {
  table-layout: auto;
}
.popover .field-has-reference .add-on {
  width: 15%;
}
.popover .field-has-reference .reference {
  width: 85%;
}
.sp-breadcrumb-link.sp-breadcrumb-remove-condition {
  color: #424242;
}
.sp-drag-dots {
  background-image: url('/images/sp-drag-dots.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 6px;
  height: 14px;
  display: block;
  float: left;
}
.homepage-quicklinks {
  background-color: #edf1f2;
}
.sp-page-draft {
  font-size: large;
  z-index: 1;
  padding: 8px;
  text-align: center;
  background-color: white;
  width: 100%;
  color: tomato;
}
.unstyled-list {
  list-style: none;
}
.sp-show-hide-masked-button {
  position: relative;
  float: right;
  top: -33px;
  border: none !important;
  box-shadow: none !important;
  color: #4b4b4b !important;
  background-color: transparent !important;
}
.sp-date-format-info {
  color: #d9534f;
  font-style: italic;
  font-size: smaller;
}
.sp-date-input-group {
  display: table;
}
.sp-date-input-group > .form-control[readonly] {
  display: table-cell;
}
.fa-empty {
  display: none !important;
}
.fa::before {
  font-family: FontAwesome !important;
}
.mark {
  color: #000;
  background: #ff0;
}
.widget-options-config .panel-body {
  padding: 0px;
}
.widget-options-config .panel-body .sp-attachment-manager {
  padding: 0 2rem;
  margin-top: 1rem;
}
.widget-options-config fieldset,
.widget-options-config .sp-form-container {
  padding: 0px 20px 15px 20px;
  border-bottom: 1px solid #c1ced2;
}
.widget-options-config fieldset:last-child,
.widget-options-config .sp-form-container:last-child {
  border-bottom: 1px solid transparent;
}
.widget-options-config fieldset legend,
.widget-options-config fieldset .form-container-caption,
.widget-options-config .sp-form-container legend,
.widget-options-config .sp-form-container .form-container-caption {
  color: #3a3f51;
}
.widget-options-config legend,
.widget-options-config .form-container-caption {
  border-bottom: none;
  padding-top: 15px;
}
.widget-options-config .form-container-caption {
  margin-bottom: 5px;
  font-size: inherit;
  display: inline-block;
}
sn-mention {
  background-color: #c3dff2;
}
:root {
  --classicsponlydonotuse--rem-multipy: 1.6;
  --now-font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
  --now-color--neutral-12: 58, 63, 81;
  --now-global-border-radius--md: 4px;
  --now-color_focus-ring: 22, 86, 127;
  --now-tabs--selected--color: 22, 86, 127;
  --mv9-zrk1--1tjtJztp--JvjvZ: 22, 86, 127;
  --mv9-zrk1--1tjtjztp--jvjvz: 22, 86, 127;
  --now-tabs--color--hover: 22, 86, 127;
  --mv9-zrk1--JvjvZ--8vstZ: 22, 86, 127;
  --mv9-zrk1--jvjvz--8vstz: 22, 86, 127;
  --now-tabs--border-color: 222, 229, 231;
  --mv9-zrk1--kvZptZ-JvjvZ: 222, 229, 231;
  --mv9-zrk1--kvzptz-jvjvz: 222, 229, 231;
  --now-tabs--selected--background-color: 22, 86, 127;
  --mv9-zrk1--1tjtJztp--krJUfZvWmp-JvjvZ: 22, 86, 127;
  --mv9-zrk1--1tjtjztp--krjufzvwmp-jvjvz: 22, 86, 127;
  --now-heading--title-primary--color: 58, 63, 81;
  --mv9-8trpAmf--zAzjt-XZATrZO--JvjvZ: 58, 63, 81;
  --mv9-8trpamf--zazjt-xzatrzO--jvjvz: 58, 63, 81;
  --now-checkbox-label--color: 58, 63, 81;
  --mv9-J8tJUkvu-jrktj--JvjvZ: 58, 63, 81;
  --mv9-j8tjukvu-jrktj--jvjvz: 58, 63, 81;
  --now-button--primary--bare--color: 113, 113, 113;
  --mv9-kWzzvm--XZATrZO--krZt--JvjvZ: 113, 113, 113;
  --mv9-kwzzvm--xzatrzO--krzt--jvjvz: 113, 113, 113;
  --now-button--primary--bare--color--active: 113, 113, 113;
  --mv9-kWzzvm--XZATrZO--krZt--JvjvZ--rJzAst: 113, 113, 113;
  --mv9-kwzzvm--xzatrzO--krzt--jvjvz--rjzAst: 113, 113, 113;
  --now-button--primary--bare--color--hover: 75, 75, 75;
  --mv9-kWzzvm--XZATrZO--krZt--JvjvZ--8vstZ: 75, 75, 75;
  --mv9-kwzzvm--xzatrzO--krzt--jvjvz--8vstz: 75, 75, 75;
  --now-pill--selected--background-color: 22, 86, 127;
  --mv9-XAjj--1tjtJztp--krJUfZvWmp-JvjvZ: 22, 86, 127;
  --mv9-xAjj--1tjtjztp--krjufzvwmp-jvjvz: 22, 86, 127;
  --now-pill--selected--border-color: 22, 86, 127;
  --mv9-XAjj--1tjtJztp--kvZptZ-JvjvZ: 22, 86, 127;
  --mv9-xajj--1tjtjztp--kvzptz-jvjvz: 22, 86, 127;
  --now-button--secondary--background-color: 255, 255, 255;
  --mv9-kWzzvm--1tJvmprZO--krJUfZvWmp-JvjvZ: 255, 255, 255;
  --mv9-kwzzvm--1tjvmprzO--krjufzvwmp-jvjvz: 255, 255, 255;
  --now-button--secondary--color: 51, 51, 51;
  --mv9-kWzzvm--1tJvmprZO--JvjvZ: 51, 51, 51;
  --mv9-kwzzvm--1tjvmprzO--jvjvz: 51, 51, 51;
  --now-button--secondary--border-color: 147, 147, 147;
  --mv9-kWzzvm--1tJvmprZO--kvZptZ-JvjvZ: 147, 147, 147;
  --mv9-kwzzvm--1tjvmprzO--kvzptz-jvjvz: 147, 147, 147;
  --now-button--secondary--background-color--hover: 230, 230, 230;
  --mv9-kWzzvm--1tJvmprZO--krJUfZvWmp-JvjvZ--8vstZ: 230, 230, 230;
  --mv9-kwzzvm--1tjvmprzO--krjufzvwmp-jvjvz--8vstz: 230, 230, 230;
  --now-button--secondary--color--hover: 51, 51, 51;
  --mv9-kWzzvm--1tJvmprZO--JvjvZ--8vstZ: 51, 51, 51;
  --mv9-kWzzvm--1tjvmprzO--jvjvz--8vstz: 51, 51, 51;
  --now-button--secondary--border-color--hover: 147, 147, 147;
  --mv9-kWzzvm--1tJvmprZO--kvZptZ-JvjvZ--8vstZ: 147, 147, 147;
  --mv9-kwzzvm--1tjvmprzO--kvzptz-jvjvz--8vstz: 147, 147, 147;
  --now-button--secondary--background-color--active: 230, 230, 230;
  --mv9-kWzzvm--1tJvmprZO--krJUfZvWmp-JvjvZ--rJzAst: 230, 230, 230;
  --mv9-kwzzvm--1tjvmprzO--krjufzvwmp-jvjvz--rjzast: 230, 230, 230;
  --now-button--secondary--color--active: 51, 51, 51;
  --mv9-kWzzvm--1tJvmprZO--JvjvZ--rJzAst: 51, 51, 51;
  --mv9-kwzzvm--1tjvmprzO--jvjvz--rjzast: 51, 51, 51;
  --now-button--secondary--border-color--active: 147, 147, 147;
  --mv9-kWzzvm--1tJvmprZO--kvZptZ-JvjvZ--rJzAst: 147, 147, 147;
  --mv9-kwzzvm--1tjvmprzO--kvzptz-jvjvz--rjzast: 147, 147, 147;
  --now-highlighted-value--tertiary--color: 58, 63, 81;
  --mv9-8Af8jAf8ztp-srjWt--ztZzArZO--JvjvZ: 58, 63, 81;
  --mv9-8af8jaf8ztp-srjwt--ztzzarzO--jvjvz: 58, 63, 81;
  --now-button--border-radius: 4px;
  --mv9-kWzzvm--kvZptZ-ZrpAW1: 4px;
  --mv9-kwzzvm--kvzptz-zrpaw1: 4px;
  --now-container--border-radius: 4px;
  --mv9-JvmzrAmtZ--kvZptZ-ZrpAW1: 4px;
  --mv9-jvmzramtz--kvzptz-zrpaw1: 4px;
  --now-color_text--primary: 58, 63, 81;
  --mv9-JvjvZ_ztuz--XZATrZO: 58, 63, 81;
  --mv9-jvjvz_ztuz--xzatrzo: 58, 63, 81;
  --now-button--primary-negative--background-color: 22, 86, 127;
  --mv9-kWzzvm--XZATrZO-mtfrzAst--krJUfZvWmp-JvjvZ: 22, 86, 127;
  --mv9-kwzzvm--xzatrzO-mtfrzast--krjufzvwmp-jvjvz: 22, 86, 127;
  --now-button--primary-negative--border-color: 18, 71, 105;
  --mv9-kWzzvm--XZATrZO-mtfrzAst--kvZptZ-JvjvZ: 18, 71, 105;
  --mv9-kwzzvm--xzatrzO-mtfrzast--kvzptz-jvjvz: 18, 71, 105;
  --now-button--primary-negative--background-color--hover: 22, 86, 127;
  --mv9-kWzzvm--XZATrZO-mtfrzAst--krJUfZvWmp-JvjvZ--8vstZ: 22, 86, 127;
  --mv9-kwzzvm--xzatrzO-mtfrzast--krjufzvwmp-jvjvz--8vstz: 22, 86, 127;
  --now-button--primary-negative--border-color--hover: 18, 71, 105;
  --mv9-kWzzvm--XZATrZO-mtfrzAst--kvZptZ-JvjvZ--8vstZ: 18, 71, 105;
  --mv9-kwzzvm--xzatrzO-mtfrzast--kvzptz-jvjvz--8vstz: 18, 71, 105;
  --now-button--primary-negative--background-color--active: 22, 86, 127;
  --mv9-kWzzvm--XZATrZO-mtfrzAst--krJUfZvWmp-JvjvZ--rJzAst: 22, 86, 127;
  --mv9-kwzzvm--xzatrzO-mtfrzast--krjufzvwmp-jvjvz--rjzast: 22, 86, 127;
  --now-button--primary-negative--border-color--active: 18, 71, 105;
  --mv9-kWzzvm--XZATrZO-mtfrzAst--kvZptZ-JvjvZ--rJzAst: 18, 71, 105;
  --mv9-kwzzvm--xzatrzO-mtfrzast--kvzptz-jvjvz--rjzast: 18, 71, 105;
  --now-button--primary--background-color: 22, 86, 127;
  --mv9-kWzzvm--XZATrZO--krJUfZvWmp-JvjvZ: 22, 86, 127;
  --mv9-kwzzvm--xzatrzO--krjufzvwmp-jvjvz: 22, 86, 127;
  --now-button--primary--border-color: 18, 71, 105;
  --mv9-kWzzvm--XZATrZO--kvZptZ-JvjvZ: 18, 71, 105;
  --mv9-kwzzvm--xzatrzO--kvzptz-jvjvz: 18, 71, 105;
  --now-button--primary--color: 255, 255, 255;
  --mv9-kWzzvm--XZATrZO--JvjvZ: 255, 255, 255;
  --mv9-kwzzvm--xzAtrzO--jvjvz: 255, 255, 255;
  --now-button--primary--background-color--hover: 22, 86, 127;
  --mv9-kWzzvm--XZATrZO--krJUfZvWmp-JvjvZ--8vstZ: 22, 86, 127;
  --mv9-kwzzvm--xzatrzO--krjufzvwmp-jvjvz--8vstz: 22, 86, 127;
  --now-button--primary--border-color--hover: 18, 71, 105;
  --mv9-kWzzvm--XZATrZO--kvZptZ-JvjvZ--8vstZ: 18, 71, 105;
  --mv9-kwzzvm--xzatrzO--kvzptz-jvjvz--8vstz: 18, 71, 105;
  --now-button--primary--background-color--active: 22, 86, 127;
  --mv9-kWzzvm--XZATrZO--krJUfZvWmp-JvjvZ--rJzAst: 22, 86, 127;
  --mv9-kwzzvm--xzatrzO--krjufzvwmp-jvjvz--rjzast: 22, 86, 127;
  --now-button--primary--border-color--active: 18, 71, 105;
  --mv9-kWzzvm--XZATrZO--kvZptZ-JvjvZ--rJzAst: 18, 71, 105;
  --mv9-kwzzvm--xzatrzO--kvzptz-jvjvz--rjzast: 18, 71, 105;
  --now-color_background--primary: 255, 255, 255;
  --mv9-JvjvZ_krJUfZvWmp--XZATrZO: 255, 255, 255;
  --mv9-jvjvz_krjufzvwmp--xzatrzo: 255, 255, 255;
}
/**
 * this is a ServiceNow internal use only set of classes, subject to change without notice
 *
 * utility styles - there is no variable substitution in this file
 **/
.flex-even {
  flex-basis: 0;
  flex-grow: 1;
}
.b {
  border: 1px solid #dee5e7;
}
.b-t {
  border-top: 1px solid #dee5e7;
}
.b-r {
  border-right: 1px solid #dee5e7;
}
.b-b {
  border-bottom: 1px solid #dee5e7;
}
.b-l {
  border-left: 1px solid #dee5e7;
}
.file-name {
  word-wrap: break-word;
}
.align-right {
  text-align: right;
}
.decimal {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.unstyled-list {
  list-style: none;
}
.padding-top-s {
  padding-top: 0.5em;
}
.padding-top-m {
  padding-top: 1em;
}
.padding-top-lg {
  padding-top: 1.5em;
}
.no-border,
.no-borders {
  border-color: transparent;
  border-width: 0;
  box-shadow: none;
}
.no-radius {
  border-radius: 0;
}
.block {
  display: block;
}
.block.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.none {
  display: none;
}
.pull-none {
  float: none;
}
.rounded {
  border-radius: 500px;
}
.clear {
  display: block;
  overflow: hidden;
}
.no-bg {
  background-color: transparent;
  color: inherit;
}
.l-h {
  line-height: 1em;
}
.l-h-1x {
  line-height: 1.2;
}
.l-h-2x {
  line-height: 2em;
}
.font-normal {
  font-weight: normal;
}
.font-thin {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.text-4x {
  font-size: 4em;
}
.text-3x {
  font-size: 3em;
}
.text-2x {
  font-size: 2em;
}
.text-lg {
  font-size: 18px;
}
.text-md {
  font-size: 16px;
}
.text-base {
  font-size: 14px;
}
.text-sm {
  font-size: 13px;
}
.text-xs {
  font-size: 12px;
}
.text-u-c {
  text-transform: uppercase;
}
.text-l-t {
  text-decoration: line-through;
}
.text-u-l {
  text-decoration: underline;
}
.text-a-l {
  text-align: left;
}
.text-a-c {
  text-align: center;
}
.text-a-r {
  text-align: right;
}
.box-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.text-shadow {
  text-shadow: 0 1px 0 #dee5e7, 0 2px 0 #fcfdfd, 0 5px 10px rgba(0, 0, 0, 0.125),
    0 10px 20px rgba(0, 0, 0, 0.2);
}
.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.pad-right {
  padding-right: 4px !important;
}
.m {
  margin: 15px !important;
}
.m-n {
  margin: 0 !important;
}
.m-l {
  margin-left: 15px !important;
}
.m-l-none {
  margin-left: 0 !important;
}
.m-l-xs {
  margin-left: 5px !important;
}
.m-l-sm {
  margin-left: 10px !important;
}
.m-l-lg {
  margin-left: 20px !important;
}
.m-l-n {
  margin-left: -10px !important;
}
.m-t {
  margin-top: 15px !important;
}
.m-t-none {
  margin-top: 0 !important;
}
.m-t-xxs {
  margin-top: 1px !important;
}
.m-t-xs {
  margin-top: 5px !important;
}
.m-t-sm {
  margin-top: 10px !important;
}
.m-t-lg {
  margin-top: 20px !important;
}
.m-t-xl {
  margin-top: 30px !important;
}
.m-t-n {
  margin-top: -15px !important;
}
.m-t-n-lg {
  margin-top: -20px !important;
}
.m-t-n-sm {
  margin-top: -10px !important;
}
.m-r {
  margin-right: 15px !important;
}
.m-r-none {
  margin-right: 0 !important;
}
.m-r-xs {
  margin-right: 5px !important;
}
.m-r-sm {
  margin-right: 10px !important;
}
.m-r-lg {
  margin-right: 20px !important;
}
.m-r-n {
  margin-right: -1px !important;
}
.m-b {
  margin-bottom: 15px !important;
}
.m-b-none {
  margin-bottom: 0 !important;
}
.m-b-xs {
  margin-bottom: 5px !important;
}
.m-b-sm {
  margin-bottom: 10px !important;
}
.m-b-lg {
  margin-bottom: 20px !important;
}
.m-b-xl {
  margin-bottom: 30px !important;
}
.m-b-n {
  margin-bottom: -10px !important;
}
.m-t-n-xs {
  margin-top: -5px !important;
}
.m-l-n-xs {
  margin-left: -5px !important;
}
.m-r-n-xs {
  margin-right: -5px !important;
}
.m-b-n-xs {
  margin-bottom: -5px !important;
}
.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.wrapper-xs {
  padding: 5px !important;
}
.wrapper-sm {
  padding: 10px !important;
}
.wrapper {
  padding: 15px !important;
}
.wrapper-md {
  padding: 20px !important;
}
.wrapper-lg {
  padding: 30px !important;
}
.wrapper-xl {
  padding: 50px !important;
}
.padder-lg {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.padder-xl {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.padder-md {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.padder-xs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.padder {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.padder-v-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.padder-v {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padder-v-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padder-v-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padder-v-xl {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.padder-t-none {
  padding-top: 0px !important;
}
.padder-b-none {
  padding-bottom: 0px !important;
}
.padder-l-none {
  padding-left: 0px !important;
}
.padder-r-none {
  padding-right: 0px !important;
}
.padder-t {
  padding-top: 15px !important;
}
.padder-b {
  padding-bottom: 15px !important;
}
.padder-t-md {
  padding-top: 20px !important;
}
.padder-b-md {
  padding-bottom: 20px !important;
}
.padder-t-lg {
  padding-top: 30px !important;
}
.padder-t-xl {
  padding-top: 50px !important;
}
.padder-b-lg {
  padding-bottom: 30px !important;
}
.padder-b-xl {
  padding-bottom: 50px !important;
}
.no-padder {
  padding: 0 !important;
}
.pull-in {
  margin-right: -15px;
  margin-left: -15px;
}
.pull-out {
  margin: -10px -15px;
}
.r {
  border-radius: 2px 2px 2px 2px;
}
.r-2x {
  border-radius: 4px;
}
.r-3x {
  border-radius: 6px;
}
.r-l {
  border-radius: 2px 0 0 2px;
}
.r-r {
  border-radius: 0 2px 2px 0;
}
.r-t {
  border-radius: 2px 2px 0 0;
}
.r-b {
  border-radius: 0 0 2px 2px;
}
.img-full {
  width: 100%;
}
.img-full img {
  width: 100%;
}
.light-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.img-sm {
  max-height: 40px;
  max-width: 40px;
}
.l-h-40 {
  line-height: 40px;
}
.v-middle {
  vertical-align: middle !important;
}
.list-action {
  display: block;
  padding: 0 6px;
  cursor: pointer;
}
.list-action:hover {
  background-color: #fff;
}
.break-word {
  word-wrap: break-word;
}
.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
legend,
.sp-form-container .form-container-caption {
  border: none;
  color: inherit;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: inherit;
  font-weight: normal;
}
.tinymce-html-content {
  overflow: auto;
  padding: 0 1.5px;
  margin: 0 -1.5px;
}
html,
body {
  min-width: 320px;
  height: 100%;
}
@media (max-width: 767px) {
  html,
  body {
    min-width: 310px;
  }
}
@media (max-width: 320px) {
  .row {
    padding-right: 1px;
  }
}
.fill-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
body .padding-top {
  padding-top: 1rem;
}
body .padding-right {
  padding-right: 1rem;
}
body .padding-bottom {
  padding-bottom: 1rem;
}
body .padding-left {
  padding-left: 1rem;
}
body .padding {
  padding: 1rem 1rem 1rem 1rem;
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0px;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
footer {
  position: relative;
}
div.page,
section.page {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section.page {
  position: relative;
  overflow: auto;
  border: none !important;
  box-shadow: none !important;
}
section.page.overflow-hidden {
  overflow: hidden;
}
.flex-container {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex: 1 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-container .flex-item {
  -ms-flex: 1 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  height: 100%;
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw;
}
.flex-container .flex-item table {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}
.flex-container .flex-item table tr {
  display: table-row;
}
.flex-container .flex-item table td {
  padding: 0.5rem 0.5rem 0.5rem 8px;
}
.flex-container .flex-item table td[data-field] {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex-container .flex-item table td[data-field='css_variables'],
.flex-container .flex-item table td[data-field='template'] {
  white-space: nowrap;
}
.flex-container .flex-item-narrow {
  -ms-flex: 0.5;
  -moz-box-flex: 0.5;
  -moz-flex: 0.5;
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
  flex: 0.5;
}
.flex-container .flex-item-wide {
  -ms-flex: 2;
  -moz-box-flex: 2;
  -moz-flex: 2;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.flex-container .flex-item-hide {
  -ms-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  flex: 0;
}
.flex-container .flex-item-narrow .panel-body,
.flex-container .flex-item-hide .panel-body {
  padding: 0;
}
.flex-container .flex-item-hide .panel-body {
  opacity: 0;
}
.flex-container .flex-item:first-child {
  border-left: none;
}
.flex-container .timeline {
  max-height: none;
  overflow: hidden;
  margin-bottom: 0;
}
.flex-container .timeline > li.timeline-start {
  margin-bottom: 20px;
}
.flex-container .timeline > li.timeline-item {
  margin-bottom: 0.5rem;
}
.flex-container label {
  margin-bottom: 0.25rem;
}
body.msie10 section.page {
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.checkbox-container .form-group {
  margin-bottom: 0;
}
.checkbox-container fieldset {
  margin-bottom: 15px;
}
.sp-sc-single-checkbox div {
  display: block;
}
@media (min-width: 992px) {
  .layout-2across {
    min-height: 74px;
  }
  .layout-2across .layout-2across-right {
    float: right;
  }
}
.skip-link:focus {
  background: #16567f;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  left: 3px;
  padding: 5px 10px;
  position: absolute;
  text-decoration: none;
  top: 3px;
  clip: auto;
  height: auto;
  width: auto;
  z-index: 9999;
}
@media print {
  #uiNotificationContainer {
    position: relative;
  }
  .fa-inverse::before {
    color: white !important;
  }
  div.page,
  section.page {
    width: auto;
    display: block;
    overflow: visible !important;
  }
  a[href]:after {
    content: '';
  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666%;
  }
  .col-sm-10 {
    width: 83.33334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666%;
  }
  .col-sm-pull-10 {
    right: 83.33334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666%;
  }
  .col-sm-push-10 {
    left: 83.33334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.sp-page-root .sp-page-loader {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.sp-page-root header {
  flex-shrink: 0;
}
.sp-loading-indicator {
  color: #fff;
}
.sp-page-loader-mobile {
  color: #fff;
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.announcement-container {
  position: relative;
  font-size: 16px;
  display: flex;
}
.announcement-container .title-announcement {
  font-weight: bold;
  font-size: 18px;
  padding-right: 38px;
}
.announcement-container .no-glyph-title {
  padding-left: 18px;
}
.announcement-container .icon-title {
  display: flex;
}
.announcement-container .content {
  padding-left: 38px;
  margin-bottom: 0;
  padding-right: 10px;
}
.announcement-container .info-link {
  border-radius: 5px;
  padding: 2px 6px 2px 6px;
  border: 1px solid;
  max-width: 30ch;
  word-break: break-word;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.announcement-container .title-dismiss-icons {
  height: 18px;
  width: 18px;
  text-align: center;
}
.announcement-container .fa-times.close {
  font-weight: 200;
  opacity: 0.8;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid transparent;
  outline: 2px solid transparent !important;
  outline-offset: 1px;
  box-shadow: none;
}
.announcement-container .fa-times:hover {
  opacity: 0.5;
}
.announcement-container .fa-times a {
  display: none;
}
.announcement-container.linktype-none .text-container {
  margin-right: 48px;
}
.announcement-container .text-container {
  flex-grow: 2;
  border: 2px solid transparent;
  padding: 12px 0;
  background: inherit;
  cursor: default;
}
.announcement-container .icon {
  padding: 0 10px;
}
.announcement-container .actions-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 48px;
  min-width: max-content;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.announcement-container _:-ms-lang(x),
.announcement-container .actions-container {
  min-width: 250px;
}
.announcement-container _:-ms-lang(x),
.announcement-container .announcement-left {
  flex: 1;
}
.announcement-container _:-ms-lang(x),
.announcement-container .fa-times.close {
  border: 1px solid transparent;
  outline: 2px solid transparent !important;
}
.announcement-container _:-ms-lang(x),
.announcement-container .text-container {
  outline: 4px solid transparent !important;
  border: 3px solid transparent !important;
}
.sp-announcement-list-actions.smaller-resolution {
  display: none;
}
.sp-announcement-list-actions {
  font-size: 12px;
  padding-bottom: 1.5px;
  padding-top: 1.5px;
  text-align: center;
  font-weight: bold;
  border: 2px solid transparent;
  width: 100%;
}
.sp-announcement-list-actions .arrow-icon {
  height: 11px;
  width: 7px;
}
.sp-announcement-list-actions .more-button {
  padding-right: 2px;
}
_:-ms-lang(x),
.sp-announcement-list-actions {
  outline: 4px solid transparent !important;
  border: 3px solid transparent !important;
}
.announcement-center-block .announcement-container {
  display: block;
}
.announcement-center-block .actions-container {
  display: block;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-right: 38px;
  padding-left: 38px;
}
.announcement-center-block .content {
  padding-right: 38px;
}
@media (max-width: 480px) {
  .announcement-container {
    display: block;
    padding: 8px 0;
  }
  .announcement-container.linktype-none .text-container {
    margin-right: 0;
  }
  .announcement-container .actions-container {
    display: block;
    margin-left: 18px;
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .announcement-container .content {
    display: none;
    padding-right: 38px;
  }
  .announcement-container .expanded.content {
    display: block;
  }
  .announcement-center-block .actions-container {
    margin-left: 0;
  }
  .sp-announcement-list-actions.smaller-resolution {
    display: block;
  }
}
@media (min-width: 993px) {
  .announcement-wrapper {
    max-height: 40vh;
    overflow-y: auto;
  }
}
div[class*='tour-tour'].hopscotch-bubble {
  background: #fff;
  border: 1px solid #7a828a;
  box-shadow: 0 2px 4px 0 #bdc0c4;
  border-radius: 4px;
  color: #e6e8ea;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
div[class*='tour-tour'].hopscotch-bubble * {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-bubble-container {
  padding: 30px 20px 20px;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -17px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.up
  .hopscotch-bubble-arrow {
  border-left: 17px solid transparent;
  border-bottom: 17px solid #fff;
  border-right: 17px solid transparent;
  position: relative;
  top: -15px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.up
  .hopscotch-bubble-arrow-border {
  border-left: 17px solid transparent;
  border-bottom: 17px solid #7a828a;
  border-right: 17px solid transparent;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.down {
  bottom: -17px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.down
  .hopscotch-bubble-arrow {
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
  border-left: 17px solid transparent;
  position: relative;
  top: -1px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.down
  .hopscotch-bubble-arrow-border {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #7a828a;
  position: relative;
  top: 18px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.right {
  right: -17px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.right
  .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: 16px;
  top: -34px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.right
  .hopscotch-bubble-arrow-border {
  border-left: 17px solid #7a828a;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
  position: relative;
  left: 18px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.left {
  left: -17px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.left
  .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: 2px;
  top: -34px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-arrow-container.left
  .hopscotch-bubble-arrow-border {
  border-right: 17px solid #7a828a;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-bubble-number {
  background-image: none;
  color: #717171;
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: normal;
  height: auto;
  line-height: 13px;
  position: absolute;
  top: 9px;
  right: 30px;
  width: auto;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-nav-button {
  border-color: #bdc0c4;
  color: #e7e9eb;
  display: block;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  outline: none;
  text-shadow: none;
  width: 100%;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-nav-button :hover {
  background-color: #e7e9eb;
  border-color: #e7e9eb;
  color: #000;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-nav-button.next {
  background-image: none;
  background-color: #16567f;
  margin: 0;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-nav-button.next :hover {
  background-color: #16567f;
  background-image: none;
  color: #fff;
}
div[class*='tour-tour'].hopscotch-bubble #gtd-callout-next:focus {
  outline: thin solid #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(39, 142, 252, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(39, 142, 252, 0.6);
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-actions {
  margin-top: 20px;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-actions.multi-actions {
  clear: both;
  height: 32px;
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-actions.multi-actions
  .hopscotch-nav-button {
  display: block;
  float: left;
  margin-right: 8px;
  width: calc(50% - 4px);
}
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-actions.multi-actions
  .hopscotch-nav-button
  :last-of-type {
  margin-right: 0;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-bubble-close,
div[class*='tour-tour'].hopscotch-bubble
  .hopscotch-bubble-close.hopscotch-close {
  color: #717171;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  outline: none;
  line-height: 13px;
  margin: 0;
  text-indent: 0;
  padding: 8px;
  height: 13px;
  width: 13px;
  background: none;
  border: none;
  z-index: 1;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-bubble-close:hover,
div[class*='tour-tour'].hopscotch-bubble .hopscotch-bubble-close:active,
div[class*='tour-tour'].hopscotch-bubble .hopscotch-bubble-close:focus {
  border: 1px solid #16567f;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-bubble-content {
  margin: 0;
  padding: 10px 0 0 0;
}
div[class*='tour-tour'].hopscotch-bubble h3 {
  color: #424242;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-right: 0;
  padding: 0 0 8px;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-content {
  color: #424242;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.25em;
  padding-top: 0;
  word-wrap: break-word;
}
div[class*='tour-tour'].hopscotch-bubble .hopscotch-content em {
  color: #16567f;
  font-style: normal;
  font-weight: bold;
}
div.gtd-container .modal-backdrop {
  z-index: 1150;
  display: block;
}
div.gtd-modal {
  display: block;
  align-items: center;
  top: 50%;
  transform: translate(0, -50%);
  overflow-y: auto;
}
div.gtd-modal .modal-dialog {
  max-height: 100%;
}
div.gtd-modal .modal-dialog .modal-content.gtd-modal-content {
  background: #fff;
}
div.gtd-modal .modal-dialog .modal-content.gtd-modal-content .icon-cross {
  margin: 0px;
  font-size: 20px;
}
div.gtd-modal
  .modal-dialog
  .modal-content.gtd-modal-content
  .gtd-header-without-text {
  height: 35px;
  width: 100%;
  padding: 10px;
}
div.gtd-modal .modal-dialog .modal-content.gtd-modal-content .modal-body {
  padding: 20px;
}
div.gtd-modal .modal-dialog .modal-content.gtd-modal-content h4.modal-title {
  font-size: 18px;
}
div.gtd-modal .modal-dialog .modal-content.gtd-modal-content .intro-content {
  padding-top: 0px;
  max-height: 433px;
  overflow-y: auto;
}
div.gtd-modal .modal-dialog .modal-content.gtd-modal-content .concl-content {
  max-height: 433px;
  overflow-y: auto;
}
div.gtd-modal .modal-dialog .modal-content.gtd-modal-content .modal-footer {
  border-top: none;
}
div.gtd-modal .modal-dialog .modal-content.gtd-modal-content .gtd-begin-tour {
  float: right;
}
div.gtd-modal
  .modal-dialog
  .modal-content.gtd-modal-content
  .gtd-complete-tour {
  float: right;
}
.gtd-autolaunch-modal .autolaunch-content .row {
  margin: 0px;
}
.gtd-autolaunch-modal .autolaunch-content .row .col-left {
  text-align: left;
  padding: 0px;
}
.gtd-autolaunch-modal .autolaunch-content .row .col-right {
  text-align: right;
}
#gtd-notification-container {
  position: fixed;
  width: 80%;
  margin: 0 auto;
  margin-left: 10%;
  z-index: 1051;
  top: 0px;
}
#gtd-notification-container .dismiss-notifications {
  position: absolute;
  top: 1rem;
  right: 10px;
  color: #424242;
  cursor: pointer;
}
#gtd-notification-container > .alert {
  margin: 0 auto 10px auto;
  position: relative;
}
.gtd-notification-showing {
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.gtd-notification-hiding {
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.sp-facet-lists .heading {
  margin-left: -10px;
  text-transform: uppercase;
}
.sp-facet-lists .fa-spinner.spinner-text-size {
  font-size: 24px;
}
.inner-facet-list .sp-list-menu .panel .panel-heading {
  background: white;
}
.inner-facet-list .sp-list-menu .panel .panel-heading .panel-title {
  margin-left: 10px;
}
.inner-facet-list .sp-list-menu .panel .panel-content {
  padding-left: 10px;
}
.sp-facet-pill {
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  margin: 4px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  max-width: 100%;
  font-size: 14px;
  font-weight: normal;
}
.sp-facet-pill i {
  padding-left: 4px;
  font-size: 10px;
}
.sp-facet-pill.active {
  outline: 5px auto #428bca;
}
@media (max-width: 767px) {
  .sp-facet-list {
    padding-bottom: 0 !important;
  }
  .sp-facet-lists .heading {
    margin-left: 0 !important;
    color: #3a3f51;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: 0;
  }
}
.sp-facet-list {
  padding-bottom: 20px;
}
.sp-facet-list .panel {
  border-radius: 5px 5px 0 0;
  border: 1px solid #dddddd;
  margin-bottom: 0;
}
.sp-facet-list .panel-heading {
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sp-facet-list .panel-heading div {
  display: inline-block;
}
.sp-facet-list .panel-heading .panel-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  word-break: break-word;
}
.sp-facet-list .panel-heading .panel-title button {
  border: none;
  padding: 0;
}
.sp-facet-list .panel-heading .panel-title i.fa {
  padding-left: 12px;
  font-size: 16px;
}
.sp-facet-list .panel-heading .label-title {
  font-size: 16px;
  word-break: break-word;
}
.sp-facet-list .panel-heading .toggle-icon {
  align-self: flex-start;
}
.sp-facet-list .loading-icon {
  text-align: center;
  padding: 10px;
}
.sp-facet-list .clear-all .disabled {
  color: #333;
}
.sp-facet-list .clear-all button {
  padding: 0;
}
.sp-facet-checkbox label {
  display: flex;
}
.sp-list-menu-items ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.sp-list-menu-items div {
  text-align: center;
}
.sp-list-menu-item {
  padding: 2px 15px 0 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-break: break-word;
}
.sp-list-menu-item button {
  text-align: left;
}
.sp-list-menu-item .active {
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sp-list-menu-item {
    padding: 8px 15px 8px 15px;
    border-bottom: 1px #eee solid;
  }
  .sp-list-menu-items div {
    padding: 8px 15px 8px 15px;
  }
  .selected {
    background: #ebf7fb;
  }
  .sp-list-menu .panel-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sp-list-menu .panel-title button {
    border: none;
  }
  .sp-list-menu .panel-title button:focus {
    outline: 5px auto #66afe9;
  }
}
.sp-list-menu .panel-content {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sp-list-menu .panel-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.sp-list-menu .panel-heading div {
  display: inline-block;
}
.sp-list-menu .panel-heading .panel-title {
  word-break: break-word;
}
.sp-list-menu .list-view {
  border-radius: 0;
  border-top: 0;
  margin-bottom: 0;
}
.sp-list-menu .multiselect-apply {
  right: 15px;
  position: absolute;
  top: 10px;
}
.sp-list-menu .panel-heading-multiselect {
  position: relative;
}
.sp-list-menu .toggle-icon {
  padding: 0;
  align-self: flex-start;
}
.sp-list-menu .fa-caret-down,
.sp-list-menu .fa-caret-up,
.sp-list-menu .fa-caret-right {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
}
.sp-facet-checkbox label:hover {
  cursor: pointer;
}
.sp-facet-checkbox label span {
  margin-left: 10px;
  color: #717171;
}
.radio label,
.radio span {
  color: #424242;
}
.radio .radio-control {
  margin-left: 10px;
}
.radio .radio-control label {
  padding: 0px !important;
  margin-bottom: 5px;
  position: relative;
}
.radio .radio-control label input[type='radio'] {
  opacity: 0;
  margin-left: 0px !important;
}
.radio .radio-control label input[type='radio']:checked ~ span:before {
  border: 5px solid #428bca;
}
.radio .radio-control label input[type='radio']:focus ~ span:before {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66afe9;
}
.radio .radio-control label input[type='radio']:disabled ~ span {
  cursor: not-allowed;
}
.radio .radio-control label input[type='radio']:disabled ~ span:before {
  border: 1px solid #939393;
  -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: #eeeeee;
}
.radio .radio-control label input[type='radio']:disabled:checked ~ span:before {
  border: 5px solid #656d8c !important;
}
.radio .radio-control label span {
  margin-right: 30px;
  margin-left: 20px;
}
.radio .radio-control label span:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  border-radius: 100%;
  left: -8px;
  border: 1px solid #939393;
  -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 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #fff;
}
[accessibility='true']
  .radio
  .radio-control
  input[type='radio']:focus
  ~ span:before {
  border-color: #66afe9;
  box-shadow: 0 0 0 2px #66afe9;
  outline: 4px solid transparent;
}
.has-error .radio input[type='radio']:focus ~ span:before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #decfcf !important;
}
.has-error .radio input[type='radio'] ~ span:before {
  border-color: #decfcf !important;
}
.type-boolean label input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
.type-boolean label input[type='checkbox']:checked ~ span:before {
  background: #428bca;
  border: 1px solid #428bca !important;
}
.type-boolean label input[type='checkbox']:checked ~ span:after {
  content: '';
  position: absolute;
  left: -22px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.type-boolean label input[type='checkbox']:focus ~ span:before {
  border-color: #66afe9;
  outline: 3px solid transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66afe9;
}
.type-boolean label input[type='checkbox']:disabled ~ span:before {
  border: 1px solid #939393;
  -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: #eeeeee;
}
.type-boolean label input[type='checkbox']:disabled:checked ~ span:before {
  border: 1px solid #939393 !important;
  -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: #656d8c !important;
}
.type-boolean label input[type='checkbox']:disabled + span {
  cursor: not-allowed;
}
.type-boolean label span.boolean-control {
  position: relative;
  cursor: pointer;
  display: block;
  margin-left: 30px !important;
}
.type-boolean label span.boolean-control:before {
  content: '';
  left: -28px;
  width: 16px;
  height: 16px;
  top: 2px;
  border-radius: 2px;
  border: 1px solid #939393;
  position: absolute;
  background-color: #fff;
}
.has-error .type-boolean input[type='checkbox']:focus + span:before {
  border-color: #decfcf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #decfcf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #decfcf;
}
.has-error .type-boolean span.boolean-control:before {
  border-color: #decfcf;
}
@font-face {
  font-family: 'retina_icons';
  src: url(/styles/retina_icons/retina_icons.eot?c43805e36c28c6daa590af4f6d2910dd);
  src: url(/styles/retina_icons/retina_icons.eot?c43805e36c28c6daa590af4f6d2910dd#iefix)
      format('embedded-opentype'),
    url(/styles/retina_icons/retina_icons.woff?c43805e36c28c6daa590af4f6d2910dd)
      format('woff'),
    url(/styles/retina_icons/retina_icons.ttf?c43805e36c28c6daa590af4f6d2910dd)
      format('truetype');
  font-weight: normal;
  font-style: normal;
}
.sp-ac-root {
  position: fixed;
  right: 30px;
  bottom: 15px;
}
button.sp-ac-btn,
.sp-ac-root button.sp-ac-btn:focus {
  border: none;
  box-shadow: 0px 2px 11px #ababab;
}
.sp-loading .sp-ac-root {
  opacity: 0;
}
.sp-ac-root {
  z-index: 20;
  transition: opacity ease-in 300ms;
}
.sp-ac-root button.sp-ac-btn {
  padding: 0;
  height: 60px;
  width: 60px;
  float: right;
  border-radius: 100%;
  background-color: #16567f;
  position: relative;
}
.sp-ac-root button.sp-ac-btn:focus {
  outline-color: #66afe9;
  outline-width: 2px;
  outline-offset: 2px;
}
.sp-ac-root button.sp-ac-btn:hover {
  background-color: #114465;
}
.sp-ac-root button.sp-ac-btn span.sp-ac-unread-msg {
  width: 24px;
  height: 24px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #c83c36;
  border-radius: 100%;
  display: inline-flex;
  position: absolute;
  top: -6px;
  right: -7px;
}
.sp-ac-root .sp-ac-btn-icon-img,
.sp-ac-root button.sp-ac-btn.closed .sp-ac-btn-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 40px;
  width: 40px;
  display: block;
  margin: 10px 10px;
}
.sp-ac-root button.sp-ac-btn.closed .sp-ac-btn-icon {
  background-image: url('/images/sp-agent-chat-icon.svg');
}
.sp-ac-root button.sp-ac-btn.open .icon-cross {
  color: #ffffff;
  font-size: 20px;
}
.sp-ac-root .sp-ac-conversation {
  position: relative;
  bottom: 15px;
  max-height: 600px;
  height: calc(100vh - 6rem - 1.5rem * 3);
  width: 375px;
  background-color: #ffffff;
  box-shadow: 0px 2px 11px #ababab;
  transition: opacity ease-in-out 300ms;
  border-radius: 10px;
  overflow: hidden;
}
.sp-ac-root .sp-ac-conversation iframe.sp-ac-frame {
  width: 100%;
  height: 100%;
}
.sp-ac-root .sp-ac-conversation.ng-hide {
  opacity: 0;
}
@media (max-width: 425px) {
  .sp-ac-conversation {
    width: auto !important;
    height: auto !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: calc(60px + 15px * 2) !important;
    border-radius: 0px !important;
  }
  .sp-ac-root.sp-ac-desktop {
    bottom: 5px;
  }
  .sp-ac-root.sp-ac-desktop .sp-ac-conversation {
    bottom: calc(30px + 5px * 2) !important;
  }
  .sp-ac-root.sp-ac-desktop button.sp-ac-btn {
    width: 30px;
    height: 30px;
  }
  .sp-ac-root.sp-ac-desktop button.sp-ac-btn.closed .sp-ac-btn-icon {
    height: 20px;
    width: 20px;
    margin: 5px;
  }
  .sp-ac-root.sp-ac-desktop button.sp-ac-btn.open .icon-cross {
    font-size: 12px;
  }
  .sp-ac-root.sp-ac-desktop button.sp-ac-btn span.sp-ac-unread-msg {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  .has-agent-chat .body {
    padding-bottom: 6rem;
  }
}
:root {
  --sp-agent-chat-bg: 22, 86, 127;
  --sp-agent-hover-color: 17, 68, 101;
}
.btn-primary:hover {
  background-color: #16567f;
  opacity: 0.7;
}
.navbar-brand img {
  top: 60% !important;
  margin-left: 1rem !important;
  max-height: 55px !important;
}
.icon-bar {
  background-color: #16567f !important;
}
.navbar-toggle {
  border-color: #16567f !important;
}
.btn-services {
  background-color: #f0f3f4 !important;
  color: #16567f;
  width: 100%;
}
.btn-services:hover {
  background-color: #dce3e6 !important;
}
.img-top {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
[accessibility] a:focus,
[accessibility] button:focus,
[accessibility] [role='slider']:focus,
[accessibility] [role='button']:focus,
[accessibility] .btn:focus {
  box-shadow: 0 0 0 1.5px #66afe9;
  outline: 4px solid transparent;
}
[accessibility] input:focus,
[accessibility] textarea:focus,
[accessibility] select:focus {
  box-shadow: 0 0 5px #66afe9;
  outline: 4px solid transparent;
  border-color: #66afe9;
}
[accessibility] .select2-container-active,
[accessibility] .selectize-input.focus,
[accessibility] .btn.btn-default:focus {
  box-shadow: 0 0 5px #66afe9;
  outline: 4px solid transparent;
  border-color: #66afe9;
}
[accessibility] input[type='radio']:focus,
[accessibility] input[type='checkbox']:focus {
  outline: 4px solid #66afe9;
  outline: 5px auto #66afe9;
  outline-offset: -2px;
}
[accessibility] [tabindex]:focus {
  outline: none;
  border: 1px solid #66afe9;
  box-shadow: 0px 0px 5px #66afe9;
}
@media not all and (min-resolution: 0.001dpcm) {
  [accessibility] select:focus {
    outline: 2px solid #66afe9;
  }
}
[accessibility] .select2-container-active a.select2-choice,
[accessibility]
  .select2-container-active.select2-container-multi
  .select2-choices {
  border-left: 1px solid #939393;
}
[accessibility] .navbar-brand:focus,
[accessibility] .navbar-nav > li > a:focus,
[accessibility] .skip-link:focus,
[accessibility] .btn.btn-primary:focus,
[accessibility] .btn.btn-danger:focus,
[accessibility] .navbar-inverse .navbar-toggle:focus {
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 2px;
}
[accessibility] .bootstrap-datetimepicker-widget .day [role='button']:focus,
[accessibility] .bootstrap-datetimepicker-widget span.active:focus {
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 2px;
}
[accessibility] .bootstrap-datetimepicker-widget span.active:focus {
  border: 1px solid #66afe9;
}
[accessibility] .bootstrap-datetimepicker-widget thead tr:first-child th:focus {
  border-collapse: separate;
}
[accessibility] a.btn-default:focus,
[accessibility] a.btn-default:hover,
[accessibility] a.btn-primary:focus,
[accessibility] a.btn-primary:hover,
[accessibility] a.btn-danger:focus,
[accessibility] a.btn-danger:hover {
  text-decoration: none !important;
}
[accessibility] .btn.disabled,
[accessibility] .btn[disabled],
fieldset[disabled] [accessibility] .btn {
  color: #333;
  background-color: #fff;
  border-color: #939393;
}
[accessibility] ::-webkit-input-placeholder {
  color: #555555;
}
[accessibility] ::-moz-placeholder {
  color: #555555;
}
[accessibility] :-ms-input-placeholder {
  color: #555555;
}
[accessibility] :-moz-placeholder {
  color: #555555;
}
[accessibility] a:hover,
[accessibility] [role='button']:hover,
[accessibility] [tabindex='0']:hover,
[accessibility] input:hover {
  outline: 0 !important;
}
[accessibility] .select2-default {
  color: #4c4c4c !important;
}
[accessibility]
  .radio
  .radio-control
  label
  input[type='radio']:focus
  ~ span:before {
  outline: 3px solid transparent;
}
[accessibility] .asmt-img-size ~ .btn-primary {
  outline: 3px solid transparent;
}
[accessibility] ul.select2-results {
  padding: 4px;
  margin: 4px 0 0 0;
}
[accessibility] ul.select2-results .select2-highlighted {
  outline: 3px solid transparent;
}
@media screen and (-ms-high-contrast: active) {
  a:focus,
  input:focus,
  button:focus,
  textarea:focus,
  select:focus,
  [role='slider']:focus,
  [role='button']:focus,
  [tabindex='0']:focus {
    outline: 4px solid highlight !important;
    box-shadow: 0px 0px 0px highlight;
    outline-offset: 0px !important;
  }
  a .glyphicon,
  input .glyphicon,
  button .glyphicon,
  textarea .glyphicon,
  select .glyphicon,
  [role='slider'] .glyphicon,
  [role='button'] .glyphicon,
  [tabindex='0'] .glyphicon {
    -ms-high-contrast-adjust: none;
    color: windowText;
    background-color: transparent;
  }
  .radio .radio-control label input[type='radio']:focus ~ span:before {
    border: 3px solid #66afe9;
    outline: none;
  }
  div[ng-show='attachments.length > 0'] button:focus {
    outline-offset: -3px !important;
  }
  .type-boolean label,
  div[ng-if='data.hasReadableJournalField'] label {
    position: relative;
  }
  .bootstrap-datetimepicker-widget .datepicker-years .active,
  .bootstrap-datetimepicker-widget .datepicker-months .active {
    outline: 4px solid highlight !important;
    box-shadow: 0px 0px 0px highlight;
    outline-offset: 0px !important;
  }
  .bootstrap-datetimepicker-widget .timepicker .glyphicon:hover {
    background-color: transparent;
  }
  select {
    border: thin solid windowText;
  }
  select option:hover {
    color: highlightText;
    background: highlight;
  }
  .has-error .form-control {
    -ms-high-contrast-adjust: none;
    border-color: highlight !important;
    background-color: transparent !important;
    color: windowText;
  }
  .select2-results .select2-highlighted {
    -ms-high-contrast-adjust: none;
    background: highlight !important;
    color: highlightText !important;
  }
  .selectize-dropdown .selectize-dropdown-content .active {
    -ms-high-contrast-adjust: none;
    background: highlight !important;
    color: highlightText !important;
  }
  .selectize-control.single .selectize-input:after {
    -ms-high-contrast-adjust: none;
    border-color: windowText transparent transparent transparent !important;
  }
  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    color: windowText;
  }
  .selectize-control.single .selectize-input.dropdown-active:after {
    -ms-high-contrast-adjust: none;
    border-color: transparent transparent windowText transparent !important;
  }
  .select2-choice {
    border: windowText;
  }
  .select2-container .select2-choice {
    -ms-high-contrast-adjust: none;
    color: windowText !important;
    background: window !important;
  }
  .select2-container .select2-choice .select2-arrow {
    border-left-color: windowText;
  }
  .select2-container .select2-choice .select2-arrow b {
    background: url('/images/whc/select2_white.png') no-repeat 6px 4px !important;
  }
  .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -11px 4px !important;
  }
  .select2-search input {
    background: window url('/images/whc/select2_white.png') no-repeat 100% -22px !important;
  }
  .select2-container .select2-choice abbr.select2-search-choice-close,
  .select2-search-choice-close {
    background: url('/images/whc/select2_white.png') right top no-repeat !important;
  }
  div.select2-container .select2-choice .select2-chosen {
    color: windowText !important;
  }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent;
  }
  .CodeMirror-lint-marker-error:before,
  .CodeMirror-lint-mark-error {
    -ms-high-contrast-adjust: none;
    color: windowText !important;
  }
  .select2-container-disabled a {
    border: thick grayText;
  }
  .select2-container-disabled span {
    color: grayText;
  }
  input.disabled,
  input[readonly='readonly'] {
    color: grayText !important;
    border-color: grayText !important;
  }
  .selectize-control.multi .selectize-input > .item {
    border: 1px solid windowText;
  }
  .tooltip.top .tooltip-arrow {
    -ms-high-contrast-adjust: none;
    border-top-color: windowText !important;
  }
  .tooltip.top .tooltip-inner {
    border: 1px solid windowText;
    position: relative;
    top: 1px;
  }
  .tooltip.bottom .tooltip-arrow {
    -ms-high-contrast-adjust: none;
    border-bottom-color: windowText !important;
  }
  .tooltip.bottom .tooltip-inner {
    border: 1px solid windowText;
    position: relative;
    bottom: 1px;
  }
  .tooltip.left .tooltip-arrow {
    -ms-high-contrast-adjust: none;
    border-left-color: windowText !important;
  }
  .tooltip.left .tooltip-inner {
    border: 1px solid windowText;
    position: relative;
    left: 1px;
  }
  .tooltip.right .tooltip-arrow {
    -ms-high-contrast-adjust: none;
    border-right-color: windowText !important;
  }
  .tooltip.right .tooltip-inner {
    border: 1px solid windowText;
    position: relative;
    right: 1px;
  }
  .glyph-picker-container .iconpicker span.caret {
    -ms-high-contrast-adjust: none;
    border-top-color: windowText;
  }
  .popover.right > .arrow {
    -ms-high-contrast-adjust: none;
    border-right-color: windowText;
  }
  .popover.right > .arrow:after {
    border-right-color: window;
  }
  .popover-content .table-icons .btn:hover {
    -ms-high-contrast-adjust: none;
    background-color: highlight;
    color: highlightText;
  }
  .label-as-badge,
  .badge {
    border: 1px solid windowText;
  }
  .dropdown-menu li a:hover {
    -ms-high-contrast-adjust: none;
    background-color: highlight;
    color: highlightText;
  }
  .dropdown-menu li a:hover span.text-muted {
    color: highlightText;
  }
  .dropdown-menu li a:hover .badge {
    color: highlightText;
    border-color: highlightText;
    background-color: highlight;
  }
  .dropdown-menu li.disabled a {
    color: gray;
  }
  .dropdown-menu li.disabled a:hover {
    color: grayText;
  }
  .dropdown-menu li.divider {
    background-color: windowText;
  }
  .input-group .dropdown-menu > .active > a,
  .input-group .dropdown-menu > .active > a:hover,
  .input-group .dropdown-menu > .active > a:focus {
    -ms-high-contrast-adjust: none;
    background-color: highlight;
    color: highlightText;
  }
  .dropdown-menu i.ta-img {
    -ms-high-contrast-adjust: none;
    background: none;
  }
  .avatar {
    -ms-high-contrast-adjust: none;
  }
  .navbar-avatar .avatar-container .avatar {
    background-color: window;
  }
  .navbar-avatar .avatar-container .avatar .sub-avatar {
    background-color: window;
  }
  .panel-body .avatar-container .avatar .sub-avatar {
    pointer-events: none;
  }
  .iconlink a {
    color: windowText;
  }
  .iconlink a i.fa {
    -ms-high-contrast-adjust: none;
    color: windowText;
  }
  .iconlink a i.fa-inverse {
    color: window;
  }
  .iconlink a:hover {
    color: highlight;
  }
  .iconlink a:hover i.fa {
    color: highlight !important;
  }
  .iconlink a:hover i.fa-inverse {
    color: highlightText !important;
  }
  textarea {
    overflow-y: hidden !important;
  }
  div.timeline-panel-inner[style='border-color: transparent;'] {
    border-color: transparent !important;
  }
  .timeline > li > .timeline-panel:after {
    -ms-high-contrast-adjust: none;
    border-color: transparent windowText transparent windowText !important;
  }
  .timeline > li > .timeline-panel:before {
    -ms-high-contrast-adjust: none;
    border-right-color: windowText;
    border-left-color: windowText;
  }
  .timeline-badge.success {
    border: 2px solid windowText;
    width: 60px !important;
  }
  .timeline-badge.success span {
    color: windowText;
  }
  div[ng-show='data.hasWritableJournalField'] textarea {
    border-color: windowText;
  }
  div[ng-show='data.hasWritableJournalField'] textarea:-ms-input-placeholder {
    color: windowText;
  }
  div[ng-show='data.hasWritableJournalField'] textarea::-ms-input-placeholder {
    color: windowText;
  }
  div[ng-show='data.hasWritableJournalField']
    textarea[placeholder='Work notes']
    + span[style='background-color: gold;'] {
    background-color: windowText;
  }
  .input-switch
    input[type='checkbox']:focus
    + label.switch[for='accessibility-enabled'] {
    outline: 4px solid highlight !important;
    box-shadow: 0px 0px 0px highlight;
    outline-offset: 0px !important;
    outline-offset: -2px !important;
  }
  div.day {
    border: thin solid windowText;
  }
  div.day span i.fa {
    -ms-high-contrast-adjust: none;
    color: windowText !important;
  }
  tooltip._top tip tip-arrow {
    -ms-high-contrast-adjust: none;
    border-top-color: windowText;
  }
  tooltip._bottom tip tip-arrow {
    -ms-high-contrast-adjust: none;
    border-bottom-color: windowText;
  }
  tooltip._left tip tip-arrow {
    -ms-high-contrast-adjust: none;
    border-left-color: windowText;
  }
  tooltip._right tip tip-arrow {
    -ms-high-contrast-adjust: none;
    border-right-color: windowText;
  }
  tooltip tip {
    border: thin solid windowText;
  }
  .highlight.mark {
    background: highlight;
    color: highlightText;
  }
  .inner-facet-list .toggle-icon.btn {
    border: none;
  }
  .sp-facet-lists .heading.panel-heading {
    border: none;
  }
  .sp-facet-lists .sp-list-menu div.panel-heading {
    border-bottom: none;
  }
  .panel,
  .sp-facet-lists,
  .panel-heading {
    border-width: 2px !important;
  }
  .color_box {
    color: windowText;
  }
  .color_box i.fa {
    -ms-high-contrast-adjust: none;
    color: windowText;
  }
  .color_box i.fa-inverse {
    color: window;
  }
  .intro + .flex div:hover .color_box {
    color: highlight;
  }
  .intro + .flex div:hover .color_box i.fa {
    color: highlight !important;
  }
  .intro + .flex div:hover .color_box i.fa-inverse {
    color: highlightText !important;
  }
  .sp-announcement-root .sp-announcement {
    border-bottom: thin solid windowText;
  }
  .sp-announcement-root .sp-announcement span.glyphicon.close {
    opacity: 1;
  }
  .sp-announcement-root .sp-announcement span.glyphicon.close:hover {
    opacity: 0.5;
  }
  .modal-content button.close {
    color: windowText;
    opacity: 1;
  }
  input {
    border: thin solid windowText;
  }
  input:-ms-input-placeholder {
    color: windowText;
  }
  input::-ms-input-placeholder {
    color: windowText;
  }
  .arrow {
    -ms-high-contrast-adjust: none;
  }
  .arrow:after {
    border-bottom-color: windowText;
  }
  .nav.nav-tabs li.item[role='tab'] a {
    border: none;
  }
  .nav.nav-tabs li.item[role='tab'] a.sc-tab-a {
    border-bottom: medium solid highlight;
  }
  .input-switch input[type='checkbox'] ~ .switch {
    background-color: window;
    color: windowText;
    border: thin solid windowText;
  }
  .input-switch input[type='checkbox'] ~ .switch:before {
    background-color: windowText;
  }
  .input-switch input[type='checkbox']:focus ~ .switch {
    outline: 4px solid highlight !important;
    box-shadow: 0px 0px 0px highlight;
    outline-offset: 0px !important;
    outline-offset: 4px !important;
  }
  .og-switch .input-switch input[type='checkbox']:checked ~ .switch {
    background-color: highlight;
    color: highlightText;
    border-color: highlight;
  }
  .og-switch .input-switch input[type='checkbox']:checked ~ .switch:before {
    background-color: highlightText;
  }
  .navbar-avatar .avatar-container {
    height: 35px;
    width: 35px;
  }
  .navbar-avatar
    .avatar-container
    .sub-avatar:not([style*='background-image']) {
    border: thin solid windowText;
    border-radius: 50%;
  }
  .disabled {
    color: grayText !important;
  }
  .btn {
    color: windowText;
  }
  .guide-nav {
    padding-top: 4px !important;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: highlight;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .select2-search input {
    background: window url('/images/whc/select2_black.png') no-repeat 100% -22px !important;
  }
  .select2-container .select2-choice .select2-arrow b {
    background: url('/images/whc/select2_black.png') no-repeat 6px 4px !important;
  }
  .select2-container .select2-choice abbr.select2-search-choice-close,
  .select2-search-choice-close {
    background: url('/images/whc/select2_black.png') right top no-repeat !important;
  }
  .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -11px 4px !important;
  }
  .has-error .form-control {
    border-color: grayText !important;
  }
}
.tooltip-inner {
  word-wrap: break-word;
  white-space: pre-wrap;
}
@media (max-height: 320px) {
  .select2-results {
    max-height: 60vh;
  }
}
@media screen and (-ms-high-contrast: active) {
  .tox svg {
    fill: windowText !important;
  }
  .tox-collection--list .tox-collection__item--active,
  .tox-collection--list .tox-collection__item--enabled {
    background-color: highlight !important;
  }
  .tox-collection--list
    .tox-collection__item--active
    .tox-collection__item-label,
  .tox-collection--list
    .tox-collection__item--enabled
    .tox-collection__item-label {
    -ms-high-contrast-adjust: none;
    color: highlightText !important;
  }
  .tox-collection--list
    .tox-collection__item--active
    .tox-collection__item-label
    *,
  .tox-collection--list
    .tox-collection__item--enabled
    .tox-collection__item-label
    * {
    color: highlightText !important;
    background-color: highlight !important;
  }
  .tox-collection--list .tox-collection__item--active svg,
  .tox-collection--list .tox-collection__item--enabled svg {
    fill: highlightText !important;
  }
}

/*Footer Style Starts*/
.footer-wrapper {
  color: #ffffff;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.footer-logo {
  padding: 0;
}
.footer-content {
  display: flex;
  flex-direction: column;
}
.footer-content-mobile-apps {
  display: flex;
  flex-direction: column;
  max-width: 298px;
}
.mobile-apps-details p {
  font-size: 14px;
}
footer-contact-details {
  flex-grow: 1;
}
.footer-list-header {
  font-family: 'RalewayBold', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  font-size: 22px;
  margin-bottom: 21px;
  font-weight: 700;
  line-height: 25.83px;
  min-height: 51px;
}
.reach-us {
  margin-top: 13px !important;
}
.reach-us a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.follow-us {
  margin-bottom: 23px !important;
  font-size: 14px;
}
.footer-contact-details p {
  font-size: 20px;
}

footer .footer-bottom {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .footer-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*Footer Style Ends*/

/*Hero Style Starts*/

.video-container {
  position: relative;
  overflow: hidden;
  padding: 171px 0 175px 0px;
}

.hero-banner-wrapper {
  margin: 0px;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.68) 0%,
      rgba(46, 46, 46, 0.557747) 39.5%,
      rgba(130, 130, 130, 0.3332) 77.5%,
      rgba(255, 255, 255, 0) 100%
    ),
    url('/HeroBanner.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 171px 0 175px 0px;
}

@media (max-width: 767.98px) {
  .hero-banner-wrapper {
    padding: 21px 16px 81px 16px;
    background-position: 71%;
  }
  .welcome-note {
    font-size: 25px !important;
  }
  .link-row-wrapper:nth-child(2) {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  span#greeting {
    font-size: 30px !important;
  }
  .hero-banner-wrapper h3 {
    font-size: 18px !important;
  }
}

.hero-content-wrapper {
  max-width: 853px;
  margin: 0 auto;
  text-align: center;
}
.welcome-note {
  font-size: 64px;
  color: #fff;
  line-height: 70px;
  font-family: 'RalewayBold', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
}

.hero-search-wrapper {
  max-width: 630px;
  margin: 0 auto;
}

.hero-search-wrapper h3 {
  font-family: 'RalewayMedium', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  color: #ffffff;
  font-style: normal;
  margin: 16px 0 16px 0;
  font-size: 24px;
}

.hero-buttons-wrapper {
  max-width: 630px;
  margin: 0 auto;
}

#paramssearchid {
  height: 35px;
}
/*Hero Style Ends*/

/*City Departments Button Starts*/

.city-department-title {
  font-family: 'RalewayBold', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  color: #223971;
  font-weight: 700;
  font-size: 32px;
  line-height: 37.57px;
  margin: 32px 0;
}

.feed-div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 35px;
}

@media (max-width: 767.98px) {
  .feed-div {
    grid-template-columns: repeat(1, 1fr);
  }
}

.city-department-items {
  font-family: 'RalewayRegular', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  background-color: #0d71ba;
  color: #ffffff;
  padding: 18px 21px 18px 21px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 82px;
}

.city-department-items:hover {
  background-color: #16567f;
  color: #ffffff;
}

a.city-department-items:focus {
  color: #ffffff !important;
}

/*City Departments Buttion Ends*/

/*Latest Resources Starts*/
.latest-resources-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px 20px;
}

.latest-resources-title {
  font-family: 'RalewayBold', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  color: #223971;
  font-weight: 700;
  font-size: 32px;
  line-height: 36.8px;
  margin: 32px 0;
}

@media (max-width: 767.98px) {
  .latest-resources-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*Latest Resources Ends*/

/*Navbar Starts*/
.alert-msg {
  background-color: #1976d2;
  color: #ffffff;
  padding: 17px;
}
/*Navbar Ends*/

/*Search Result Starts*/
.search-result-hero-wrapper {
  padding: 65px 0 73px 0;
  margin: 0px;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.52) 0%,
      rgba(130, 130, 130, 0.2548) 69.5%,
      rgba(255, 255, 255, 0) 100%
    ),
    url('/SearchResultHero.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}

.back-button {
  background: #e0f3fc;
  color: #0d71ba;
  width: fit-content;
  padding: 12px 10px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.back-button .fa {
  margin-top: -1px;
}

.hero-title {
  font-family: 'RalewayBold', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 33px;
}

.entitylist {
  border: 0 !important;
}

.grid-actions {
  border-bottom: 0 !important;
}

.map-view {
  background-color: #e0f3fc !important;
  color: #0d71ba !important;
  border-radius: 4px !important;
  border: 1px solid #dadada !important;
  width: 324px;
  display: flex;
  gap: 9px;
  padding: 18px 15px;
  font-weight: 700;
}

.inprogress-status {
  background-color: #e67147;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: inline-flex;
  position: relative;
  top: 3px;
  margin-right: 9px;
}

.cancelled-status {
  background-color: #dc3545;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: inline-flex;
  position: relative;
  top: 3px;
  margin-right: 9px;
}

.closed-status {
  background-color: #28a745;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: inline-flex;
  position: relative;
  top: 3px;
  margin-right: 9px;
}
/*Search Result Ends*/

/*Contact Us Starts*/
.page-heading {
  padding-top: 0;
}
.crmEntityFormView {
  border: 0px solid #ff6600 !important;
}

.crmEntityFormView fieldset {
  background-color: #f7f7f7;
  margin: 0px 12px 30px;
  padding-top: 31px;
  padding-bottom: 21px;
  border-radius: 4px;
}

.crmEntityFormView .section-title {
  float: left;
}

.crmEntityFormView .section-title h3 {
  font-family: 'RalewayBold', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  margin: 0;
  font-size: 20px;
  padding: 0 0 40px 28px;
}

.crmEntityFormView .actions {
  border: none;
  padding: 0;
  margin: 30px 20px 0;
}

.crmEntityFormView .tab {
  margin-bottom: 0;
}

.tr {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding-top: 31px;
  padding-bottom: 21px;
  margin-left: 12px;
  margin-right: 12px;
}

.tr .file-cell .control input {
  background: transparent !important;
}

.list-group {
  margin-bottom: 0;
}

.crmEntityFormView .cell .field-label {
  font-weight: 700;
}

.crmEntityFormView .form-control.readonly {
  background-color: #f7f7f7 !important;
}

.crmEntityFormView .form-control[readonly][disabled] {
  background-color: #f7f7f7 !important;
}

.crmEntityFormView textarea[readonly] {
  background-color: #f7f7f7 !important;
}

.form-readonly .form-control {
  background-color: #f7f7f7 !important;
}

/*Contact Us Ends*/

/*FAQ Starts*/
.faq-header-wrapper {
  display: flex;
  margin-bottom: 24px;
}
.faq-back-button {
  flex-grow: 1;
}
.faq-tutorial {
  font-size: 25px;
  font-weight: bold;
}
/*FAQ Ends*/

/* ATL311 Mission Statement Starts */
#atl311-mission-statement {
	color: #ffffff;
	font-style: italic;
	padding: 15px 7px 7px 7px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
/* ATL311 Mission Statement Ends */


/*Search Starts*/
.search-order {
  margin-bottom: 16px;
}
.search-results {
  clear: both;
  border: 1px solid #dadada;
  border-radius: 4px;
}
.search-results .page-header {
  background-color: #e0f3fc;
  border: 1px solid #dadada;
  padding: 18px 16px;
  margin-bottom: 0;
}

.search-results .page-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.search-results li {
  border-bottom: 1px solid #dadada;
  margin-bottom: 0;
  padding: 16px;
}

.search-results li > h3 {
  margin: 0;
}

.search-results li > h3 > a {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #0d71ba;
}

.search-results li .fragment {
  padding-top: 4px;
}

.search-results .highlight {
  background-color: transparent;
  font-weight: bold;
}

.panel-default {
  border-bottom: 1px solid #dadada;
}

.panel-default > .panel-heading {
  background-color: #e0f3fc !important;
  font-weight: 700;
  padding: 18px 16px;
}

.facet-list-group-item {
  color: #0d71ba;
}

.radio label {
  color: #0d71ba;
}

.facet-list-group-item-title {
  color: #0d71ba !important;
}

#search_sort_options {
  padding: 8px;
  border-radius: 4px;
  border-color: #dadada;
}
.radio input[type='radio'] {
  accent-color: #666666;
}
/*Search Ends*/

/*Submit Case Starts*/
.panel > .list-group .list-group-item {
  border-width: 0;
  color: #0d71ba;
  font-weight: 700;
}
.create-case-article-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 20px;
}
@media (max-width: 767.98px) {
  .create-case-article-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card {
  margin: 4px;
  padding: 0px;
  transition: 0.3s;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0px 4px 8.9px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-body {
  padding: 33px 18px 22px 18px;
}
.card_title {
  font-family: 'RalewayBold', 'Helvetica', 'SourceSansPro', 'Arial',
    'sans-serif';
  color: #000;
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 20px;
}
.card_content {
  padding: 0px;
  font-size: 1em;
}

.card-link {
  margin-top: auto;
  padding: 0 0 16px 18px;
}

.stretched-link {
  color: #000;
  font-weight: 700;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}
.stretched-link:hover {
  color: #000;
  text-decoration: none;
}
.stretched-link:focus {
  color: #000;
  text-decoration: none;
}
/*Submit Case Ends*/

/*Homepage map section starts*/

#map-section {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  min-height: 560px;
}

#map-content {
  width: 60%;
  background-color: #223971;
  padding: 40px;
  box-sizing: border-box;
}

#map-content h1 {
  color: #fff;
  font-size: 32px;
  line-height: 37.57px;
  margin: 0px 0 28px 6px;
}

#map-container {
  width: 40%;
  position: relative;
}

#map {
  min-height: 560px;
  height: 100%;
}

#filters {
  background-color: gray;
  height: 150px;
  display: none;
  margin-top: 16px;
}

#expand-btn {
  background-color: #e0f3fc;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  color: #0d71ba;
  padding: 12px 10px;
}

#expand-btn,
#close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

#expand-btn {
  display: block;
}

#close-btn {
  display: none;
}

@media (max-width: 767.98px) {
  #map-section {
    flex-direction: column;
    min-height: auto;
  }
  #map-content {
    width: 100%;
  }
  #map-container {
    width: 100%;
  }
  #map {
    min-height: auto !important;
  }
}

/* Style the tab */
#map-content > .tab {
  overflow: hidden;
  border: none;
  background-color: transparent;
  color: #fff;
  display: flex;
  gap: 2rem;
  padding: 4px 12px;
}

/* Style the buttons inside the tab */
#map-content > .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-size: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: transparent;
}

/* Create an active/current tablink class */
#map-content > .tab button.active {
  background-color: transparent;
  border-bottom: 2px solid #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  color: #fff;
}

.kb-list-item {
  background-color: transparent !important;
  border: none !important;
  padding: 10px 0 !important;
}

.kb-list-item-link {
  color: #fff;
  font-size: 16px;
}

.kb-list-item-link:hover {
  color: #fff;
}

.kb-list-item-link:focus {
  color: #fff;
}

/*Homepage map section ends*/

#FeedBack-btn {
  position: fixed;
  margin: 0px;
  padding: 8px 0px 9px 0px;
  right: -40px;
  width: 114px;
  z-index: 100;
  font-size: 16px;
  text-align: center;
  border-radius: 0px;
  top: calc(100% / 2);
  -webkit-transform: rotate(-90deg);
  background-color: #e0f3fc;
  color: #3c5a99;
  border: none;
}

#google_translate_element {
  padding: 15px 0;
}

.goog-te-gadget-simple {
  white-space: nowrap !important;
  padding: 6px 12px !important;
  border-radius: 4px !important;
  border: 1px solid #a6a6a6 !important;
}

.text-overflow-ellipsis.active {
  border-left: 4px solid #e67147;
  padding-left: 4px;
}

[data-control-value='annotation'] {
  display: none !important;
}
.report-container {
  width: 100%;
  height: 100vh; /* Full viewport height */
  margin: 0;
  padding: 0;
}

.view-select {
  @media (max-width: 767.98px) {
    width: 100%;
  }
}

.custom-page-search {
  display: flex;
  justify-content: end;
  flex-grow: 1;
  margin-bottom: 16px;
}
.custom-page-search .form-search {
  width: 30%;

  @media (max-width: 767px) {
    width: 100%;
  }
}

.custom-page-search .input-group {
  width: 100%;
  position: relative;
}

#search_control {
  padding-right: 40px;
}
