@charset "UTF-8";
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/open-sans-v13-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/fonts/open-sans-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v13-latin-300.woff2") format("woff2"), url("/fonts/open-sans-v13-latin-300.woff") format("woff"), url("/fonts/open-sans-v13-latin-300.ttf") format("truetype"), url("/fonts/open-sans-v13-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/open-sans-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url("/fonts/open-sans-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v13-latin-regular.woff2") format("woff2"), url("/fonts/open-sans-v13-latin-regular.woff") format("woff"), url("/fonts/open-sans-v13-latin-regular.ttf") format("truetype"), url("/fonts/open-sans-v13-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/open-sans-v13-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("/fonts/open-sans-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v13-latin-600.woff2") format("woff2"), url("/fonts/open-sans-v13-latin-600.woff") format("woff"), url("/fonts/open-sans-v13-latin-600.ttf") format("truetype"), url("/fonts/open-sans-v13-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/open-sans-v13-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/fonts/open-sans-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v13-latin-700.woff2") format("woff2"), url("/fonts/open-sans-v13-latin-700.woff") format("woff"), url("/fonts/open-sans-v13-latin-700.ttf") format("truetype"), url("/fonts/open-sans-v13-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* Poppins-300 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/poppins-300.ttf") format("truetype"), url("/fonts/poppins-300.woff") format("woff");
}
/* Poppins-400 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Poppins-400.ttf") format("truetype"), url("/fonts/poppins-400.woff") format("woff");
}
/* Poppins-600 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Poppins-600.ttf") format("truetype"), url("/fonts/poppins-600.woff") format("woff");
}
/*Poppins-700*/
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Poppins-700.ttf") format("truetype"), url("/fonts/poppins-700.woff") format("woff");
}
/*Poppins-800*/
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Poppins-800.ttf") format("truetype"), url("/fonts/poppins-800.woff") format("woff");
}
/* IBMPlexSans-300 */
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/poppins-300.ttf") format("truetype"), url("/fonts/IBMPlexSans-300.woff") format("woff");
}
/* IBMPlexSans-400 */
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/IBMPlexSans-400.ttf") format("truetype"), url("/fonts/IBMPlexSans-400.woff") format("woff");
}
/* IBMPlexSans-600 */
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/IBMPlexSans-600.ttf") format("truetype"), url("/fonts/IBMPlexSans-600.woff") format("woff");
}
/*IBMPlexSans-700*/
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/IBMPlexSans-700.ttf") format("truetype"), url("/fonts/IBMPlexSans-700.woff") format("woff");
}
/* Brand default colours */
/*
$oneGuideDark:  #166290;
$oneRiskDark:  #9f1e62;
$oneQualityDark:  #aa6e26;
$oneAuditDark:  #5d810a;
$oneLearningDark:  #5e3272;
$oneLearningDark:  #714485;
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/bootstrap/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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.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: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #00249B;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00124f;
  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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  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 white;
}

.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: #888888;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  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: 32px;
}

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: #888888;
}

.text-primary {
  color: #00249B;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #001868;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #e60000;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #b30000;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #00249B;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #001868;
}

.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: 1px solid white;
}

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.428571429;
}

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 #888888;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid white;
}
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.428571429;
  color: #888888;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid white;
  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: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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: 3px;
}

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.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
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: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.1666666667%;
}

.col-xs-2 {
  width: 8.3333333333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.6666666667%;
}

.col-xs-5 {
  width: 20.8333333333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.1666666667%;
}

.col-xs-8 {
  width: 33.3333333333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.6666666667%;
}

.col-xs-11 {
  width: 45.8333333333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.1666666667%;
}

.col-xs-14 {
  width: 58.3333333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.6666666667%;
}

.col-xs-17 {
  width: 70.8333333333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.1666666667%;
}

.col-xs-20 {
  width: 83.3333333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.6666666667%;
}

.col-xs-23 {
  width: 95.8333333333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 4.1666666667%;
}

.col-xs-pull-2 {
  right: 8.3333333333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.6666666667%;
}

.col-xs-pull-5 {
  right: 20.8333333333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.1666666667%;
}

.col-xs-pull-8 {
  right: 33.3333333333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.6666666667%;
}

.col-xs-pull-11 {
  right: 45.8333333333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.1666666667%;
}

.col-xs-pull-14 {
  right: 58.3333333333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.6666666667%;
}

.col-xs-pull-17 {
  right: 70.8333333333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.1666666667%;
}

.col-xs-pull-20 {
  right: 83.3333333333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.6666666667%;
}

.col-xs-pull-23 {
  right: 95.8333333333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 4.1666666667%;
}

.col-xs-push-2 {
  left: 8.3333333333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.6666666667%;
}

.col-xs-push-5 {
  left: 20.8333333333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.1666666667%;
}

.col-xs-push-8 {
  left: 33.3333333333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.6666666667%;
}

.col-xs-push-11 {
  left: 45.8333333333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.1666666667%;
}

.col-xs-push-14 {
  left: 58.3333333333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.6666666667%;
}

.col-xs-push-17 {
  left: 70.8333333333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.1666666667%;
}

.col-xs-push-20 {
  left: 83.3333333333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.6666666667%;
}

.col-xs-push-23 {
  left: 95.8333333333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.1666666667%;
}

.col-xs-offset-2 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 20.8333333333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.1666666667%;
}

.col-xs-offset-8 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 45.8333333333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.1666666667%;
}

.col-xs-offset-14 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-17 {
  margin-left: 70.8333333333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.1666666667%;
}

.col-xs-offset-20 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-23 {
  margin-left: 95.8333333333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.1666666667%;
  }
  .col-sm-2 {
    width: 8.3333333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.6666666667%;
  }
  .col-sm-5 {
    width: 20.8333333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.1666666667%;
  }
  .col-sm-8 {
    width: 33.3333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.6666666667%;
  }
  .col-sm-11 {
    width: 45.8333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.1666666667%;
  }
  .col-sm-14 {
    width: 58.3333333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.6666666667%;
  }
  .col-sm-17 {
    width: 70.8333333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.1666666667%;
  }
  .col-sm-20 {
    width: 83.3333333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.6666666667%;
  }
  .col-sm-23 {
    width: 95.8333333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.1666666667%;
  }
  .col-sm-pull-2 {
    right: 8.3333333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.6666666667%;
  }
  .col-sm-pull-5 {
    right: 20.8333333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.1666666667%;
  }
  .col-sm-pull-8 {
    right: 33.3333333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.6666666667%;
  }
  .col-sm-pull-11 {
    right: 45.8333333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.1666666667%;
  }
  .col-sm-pull-14 {
    right: 58.3333333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.6666666667%;
  }
  .col-sm-pull-17 {
    right: 70.8333333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.1666666667%;
  }
  .col-sm-pull-20 {
    right: 83.3333333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.6666666667%;
  }
  .col-sm-pull-23 {
    right: 95.8333333333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.1666666667%;
  }
  .col-sm-push-2 {
    left: 8.3333333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.6666666667%;
  }
  .col-sm-push-5 {
    left: 20.8333333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.1666666667%;
  }
  .col-sm-push-8 {
    left: 33.3333333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.6666666667%;
  }
  .col-sm-push-11 {
    left: 45.8333333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.1666666667%;
  }
  .col-sm-push-14 {
    left: 58.3333333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.6666666667%;
  }
  .col-sm-push-17 {
    left: 70.8333333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.1666666667%;
  }
  .col-sm-push-20 {
    left: 83.3333333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.6666666667%;
  }
  .col-sm-push-23 {
    left: 95.8333333333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.1666666667%;
  }
  .col-md-2 {
    width: 8.3333333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.6666666667%;
  }
  .col-md-5 {
    width: 20.8333333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.1666666667%;
  }
  .col-md-8 {
    width: 33.3333333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.6666666667%;
  }
  .col-md-11 {
    width: 45.8333333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.1666666667%;
  }
  .col-md-14 {
    width: 58.3333333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.6666666667%;
  }
  .col-md-17 {
    width: 70.8333333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.1666666667%;
  }
  .col-md-20 {
    width: 83.3333333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.6666666667%;
  }
  .col-md-23 {
    width: 95.8333333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.1666666667%;
  }
  .col-md-pull-2 {
    right: 8.3333333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.6666666667%;
  }
  .col-md-pull-5 {
    right: 20.8333333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.1666666667%;
  }
  .col-md-pull-8 {
    right: 33.3333333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.6666666667%;
  }
  .col-md-pull-11 {
    right: 45.8333333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.1666666667%;
  }
  .col-md-pull-14 {
    right: 58.3333333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.6666666667%;
  }
  .col-md-pull-17 {
    right: 70.8333333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.1666666667%;
  }
  .col-md-pull-20 {
    right: 83.3333333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.6666666667%;
  }
  .col-md-pull-23 {
    right: 95.8333333333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.1666666667%;
  }
  .col-md-push-2 {
    left: 8.3333333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.6666666667%;
  }
  .col-md-push-5 {
    left: 20.8333333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.1666666667%;
  }
  .col-md-push-8 {
    left: 33.3333333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.6666666667%;
  }
  .col-md-push-11 {
    left: 45.8333333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.1666666667%;
  }
  .col-md-push-14 {
    left: 58.3333333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.6666666667%;
  }
  .col-md-push-17 {
    left: 70.8333333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.1666666667%;
  }
  .col-md-push-20 {
    left: 83.3333333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.6666666667%;
  }
  .col-md-push-23 {
    left: 95.8333333333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.1666666667%;
  }
  .col-lg-2 {
    width: 8.3333333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.6666666667%;
  }
  .col-lg-5 {
    width: 20.8333333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.1666666667%;
  }
  .col-lg-8 {
    width: 33.3333333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.6666666667%;
  }
  .col-lg-11 {
    width: 45.8333333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.1666666667%;
  }
  .col-lg-14 {
    width: 58.3333333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.6666666667%;
  }
  .col-lg-17 {
    width: 70.8333333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.1666666667%;
  }
  .col-lg-20 {
    width: 83.3333333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.6666666667%;
  }
  .col-lg-23 {
    width: 95.8333333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.1666666667%;
  }
  .col-lg-pull-2 {
    right: 8.3333333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.6666666667%;
  }
  .col-lg-pull-5 {
    right: 20.8333333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.1666666667%;
  }
  .col-lg-pull-8 {
    right: 33.3333333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.6666666667%;
  }
  .col-lg-pull-11 {
    right: 45.8333333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.1666666667%;
  }
  .col-lg-pull-14 {
    right: 58.3333333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.6666666667%;
  }
  .col-lg-pull-17 {
    right: 70.8333333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.1666666667%;
  }
  .col-lg-pull-20 {
    right: 83.3333333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.6666666667%;
  }
  .col-lg-pull-23 {
    right: 95.8333333333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.1666666667%;
  }
  .col-lg-push-2 {
    left: 8.3333333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.6666666667%;
  }
  .col-lg-push-5 {
    left: 20.8333333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.1666666667%;
  }
  .col-lg-push-8 {
    left: 33.3333333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.6666666667%;
  }
  .col-lg-push-11 {
    left: 45.8333333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.1666666667%;
  }
  .col-lg-push-14 {
    left: 58.3333333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.6666666667%;
  }
  .col-lg-push-17 {
    left: 70.8333333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.1666666667%;
  }
  .col-lg-push-20 {
    left: 83.3333333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.6666666667%;
  }
  .col-lg-push-23 {
    left: 95.8333333333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #888888;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #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: #666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  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.428571429;
  color: #666666;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #00249B;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 36, 155, 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[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: white;
  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-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .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.3333333;
  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.3333333;
  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.3333333;
}

.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #e60000;
}
.has-error .form-control {
  border-color: #e60000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #b30000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4d4d;
}
.has-error .input-group-addon {
  color: #e60000;
  border-color: #e60000;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #e60000;
}

.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: #a6a6a6;
}

@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: -10px;
  margin-right: -10px;
}
.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: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    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.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .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;
  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;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .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: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #00249B;
  border-color: #001e82;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #001868;
  border-color: #000002;
}
.btn-primary:hover {
  color: #fff;
  background-color: #001868;
  border-color: #001044;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #001868;
  border-color: #001044;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .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: #001044;
  border-color: #000002;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #00249B;
  border-color: #001e82;
}
.btn-primary .badge {
  color: #00249B;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .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: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .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: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .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, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .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: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #00249B;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #00124f;
  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: #888888;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  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.428571429;
  color: #666;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #595959;
  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: #00249B;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #888888;
}
.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.428571429;
  color: #888888;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    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-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn 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-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: #666666;
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  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: white;
}
.nav > li.disabled > a {
  color: #888888;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #888888;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: white;
  border-color: #00249B;
}
.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.428571429;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: white white #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.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: #00249B;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-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: 50px;
  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: 3px;
  }
}

.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: 10px;
  padding-left: 10px;
  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: -10px;
  margin-left: -10px;
}
@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: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.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: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 7.5px -10px;
}
.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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #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: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #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: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .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: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #aeaeae;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #aeaeae;
}
.navbar-inverse .navbar-nav > li > a {
  color: #aeaeae;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #aeaeae;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .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: #aeaeae;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #aeaeae;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #888888;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #00249B;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #00124f;
  background-color: white;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #00249B;
  border-color: #00249B;
  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: #888888;
  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.3333333;
}
.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: white;
}
.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: #888888;
  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: #888888;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #6f6f6f;
}

.label-primary {
  background-color: #00249B;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #001868;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.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: #888888;
  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: #00249B;
  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;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  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: #666;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00249B;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #e60000;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #b30000;
}

.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: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

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: white;
  color: #888888;
  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: #888888;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00249B;
  border-color: #00249B;
}
.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: #688bff;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  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: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, 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: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  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: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #e60000;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #e60000;
}
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: #e60000;
  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: #e60000;
  border-color: #e60000;
}

.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: 3px;
  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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}

.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-top-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-bottom-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.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: 3px;
}
.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: #666;
  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: #666;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #00249B;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00249B;
  border-color: #00249B;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00249B;
}
.panel-primary > .panel-heading .badge {
  color: #00249B;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00249B;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #e60000;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #e60000;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  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.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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: 400px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #00249B;
  border-radius: 3px;
}

.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: #00249B;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00249B;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00249B;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #00249B;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #00249B;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00249B;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00249B;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00249B;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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;
  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;
}

.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;
}
.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;
  }
}
/* 
*    
*  BOOTSTRAP STUFF
*
*
*/
.input-group-btn .btn {
  height: 34px !important;
}

.tooltip-inner {
  max-width: 400px;
  padding: 6px 8px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.well-primary {
  background-color: #00249B;
  border-color: #00249B;
  color: rgba(255, 255, 255, 0.98);
}
.well-primary h3 {
  margin: 0.3em;
}

.well-xs {
  padding: 0;
  border-radius: 5px;
}

.well {
  border-radius: 7px;
}

.btn:not(.btn-xs) {
  border-radius: 7px;
}

.btn-xs, .btn-group-xs > .btn {
  border-radius: 5px;
}

.btn, .btn:hover, .btn:active, .btn:focus,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: transparent;
  color: #333;
}

.btn-primary {
  border-color: #00249B;
  transition: all, 0.2s;
}
.btn-primary:hover {
  background-color: rgba(204, 249, 255, 0.2);
}
.btn-primary[disabled], .btn-primary.disabled {
  background-color: rgba(204, 249, 255, 0.2) !important;
  color: black !important;
  opacity: 0.5 !important;
}

.btn-success {
  transition: all, 0.2s;
}
.btn-success:hover {
  background-color: rgba(92, 184, 92, 0.2);
}
.btn-success[disabled], .btn-success.disabled {
  background-color: rgba(92, 184, 92, 0.2) !important;
  color: black !important;
  opacity: 0.5 !important;
}

.btn-danger {
  transition: all, 0.2s;
}
.btn-danger:hover {
  background-color: rgba(217, 83, 79, 0.2);
}
.btn-danger[disabled], .btn-danger.disabled {
  background-color: rgba(217, 83, 79, 0.2) !important;
  color: black !important;
  opacity: 0.5 !important;
}

.btn-info {
  transition: all, 0.2s;
}
.btn-info:hover {
  background-color: rgba(91, 192, 222, 0.2);
}
.btn-info[disabled], .btn-info.disabled {
  background-color: rgba(91, 192, 222, 0.2) !important;
  color: black !important;
  opacity: 0.5 !important;
}

.btn-warning {
  transition: all, 0.2s;
}
.btn-warning:hover {
  background-color: rgba(240, 173, 78, 0.2);
}
.btn-warning[disabled], .btn-warning.disabled {
  background-color: rgba(240, 173, 78, 0.2) !important;
  color: black !important;
  opacity: 0.5 !important;
}

.form-control {
  border-radius: 7px;
  /*&:focus {
      border-color: $brand-dark;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba($brand-primary, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba($brand-primary, 0.6);
  }*/
}

.panel {
  border-radius: 2px;
  border: 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.panel .table {
  margin-bottom: 0;
}

.alert-oneBroadcast {
  background-color: #d3d3d4;
  border-color: #6c6d6f;
  color: #6c6d6f;
}

.alert-oneLearning {
  background-color: #d9c8f3;
  border-color: #692BC4;
  color: #692BC4;
}

.alert-oneBroadcast hr {
  border-top-color: #6c6d6f;
}

.alert-oneBroadcast .alert-link {
  color: #2b542c;
}

.alert-oneGuide {
  background-color: white;
  border-color: #00249B;
  font-size: 1.2em;
}

.alert-oneGuide hr {
  border-top-color: #00249B;
}

.alert-oneGuide .alert-link {
  color: #2b542c;
}

.alert-primary {
  background-color: white;
  border-color: #00249B;
  font-size: 1.2em;
}

.alert-primary hr {
  border-top-color: #00249B;
}

.alert-primary .alert-link {
  color: #2b542c;
}

.close {
  font-size: 40px;
  margin-top: -10px;
}

.alert h4 {
  margin: 0;
}
.alert h4 i {
  font-size: 1.4em;
}

.alert {
  border-radius: 2px;
}

.text-danger {
  color: #e60000 !important;
}

tr.text-danger {
  font-weight: 700;
}

.table-hover tr.bg-danger {
  background-color: #f2dede !important;
}

.nav-tabs {
  margin-top: 15px;
}
.nav-tabs li h3 {
  margin: 5px;
  letter-spacing: -0.4px;
  font-size: 20px;
  font-weight: 400;
}
.nav-tabs li a {
  min-height: 42px;
}
.nav-tabs li:not(.active) a {
  color: #666;
  border: none;
  background-color: unset;
  border-radius: unset;
}
.nav-tabs li:not(.active) a:focus, .nav-tabs li:not(.active) a:hover {
  color: #00249B;
  border-bottom: 3px solid #00249B;
}
.nav-tabs li.active > a, .nav-tabs li.active > a:hover, .nav-tabs li.active > a:focus {
  color: #00249B;
  border: none;
  background-color: unset;
  border-radius: unset;
  border-bottom: 3px solid #00249B;
}

.tab-content {
  padding-top: 20px;
}

.tab-pane {
  margin-bottom: 2em;
}

/* http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3 */
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below {
  margin-top: 50px;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs li a {
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs li a:hover, .tabs-below .nav-tabs li a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below .nav-tabs .active a:hover, .tabs-below .nav-tabs .active a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.form-control-static {
  white-space: pre-line;
}

.oneCPD .btn-primary .badge {
  position: absolute;
  top: -5px;
  border: 1px solid #00249B;
}

/*.badge-primary{
    border: 1px solid $brand-primary;
    background-color: inherit!important;
    color: $brand-primary!important;
}*/
.cpd-link {
  background-color: white;
  border: 1px solid #00249B;
  color: #00249B;
  padding: 0 2px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
  position: absolute;
  top: 12px;
  left: 18px;
}

.btn-default .badge {
  border: 1px solid #777;
  background-color: transparent !important;
  color: #555 !important;
}

.evidenceBtn {
  position: relative;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 35%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.heavy-text {
  font-weight: 600;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  padding-left: 5px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
.tabs-below {
  margin-top: 0px;
}

.tab-content {
  display: flex;
}

.tab-pane.active {
  margin-bottom: 0px;
  flex: 1;
}

.nav-tabs {
  margin-top: 0px;
}

.pagination {
  margin: 10px;
}

.list-inline > li {
  display: inline-block;
  padding: 2px;
}

.form-group .tag {
  border-radius: 5px !important;
}

.panel-title .badge {
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.panel-primary .panel-heading {
  background-color: unset;
  color: #00249B;
  border: none;
}

/* General Stuff */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  font-family: "Poppins", "Open Sans", sans-serif;
}

h2 {
  font-weight: 300;
  font-size: 20px;
}

.adaptive-heading2 {
  font-weight: 300;
  font-size: clamp(16px, 38%, 2vw);
}

.panel-heading h3 {
  font-weight: 300;
}

body:not(.home) .body-content {
  padding: 20px 10px;
}

hr {
  border-top: 3px solid #e3e3e3;
  margin-top: 10px;
  border-radius: 10px;
}

.font-bold {
  font-weight: bold;
}

tbody.hover:hover {
  background-color: #f5f5f5;
}

.bg-white {
  background-color: white;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.center {
  text-align: center !important;
}

.glyphicon-remove:hover {
  cursor: pointer;
}

.glyphicon.inactive {
  color: rgba(0, 0, 0, 0.2);
}

.full-width {
  width: 100% !important;
  height: auto;
}

.half-width {
  width: 50% !important;
  height: auto;
}

.bg-oneguide {
  background-color: #00249B;
}

.bg-onerisk {
  background-color: #D934A9;
}

.bg-onequality {
  background-color: #ED7D31;
}

.bg-oneaudit {
  background-color: #007A38;
}

.bg-onelearning {
  background-color: #692BC4;
}

.bg-date-success {
  background-color: #9fdbe4;
}

.bg-date-warning {
  background-color: #f7a947;
}

.bg-date-danger {
  background-color: #df6440;
}

.text-oneguide {
  color: #00249B;
}

.text-onerisk {
  color: #D934A9;
}

.text-onequality {
  color: #ED7D31;
}

.text-oneaudit {
  color: #007A38;
}

.text-onelearning {
  color: #692BC4;
}

.image-select-btn {
  margin-bottom: 5px;
}

.imagePickerImage {
  width: 23.7%;
  margin: 2px;
  padding: 0 !important;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #cccccc;
  transition: all, 0.2s;
}
.imagePickerImage img {
  max-height: 154px;
  min-height: 120px;
  border: 4px solid white;
  transition: all, 0.2s;
}
.imagePickerImage.active img {
  border: 4px solid #00249B;
}
.imagePickerImage:hover {
  cursor: pointer;
}
.imagePickerImage:hover img {
  border: 4px solid #00249B;
}

.multiline {
  white-space: pre-wrap;
}

.border-primary {
  border: 1px solid #00249B;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.panel-default h3 {
  font-weight: 600; /*color: $oneGuide;*/
  letter-spacing: -0.5px;
}

.ko-popover {
  /*position: fixed;*/
  top: auto;
  left: auto;
  z-index: 1000;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  height: 75%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.ko-popover.question-select {
  height: auto;
  width: 60%;
  left: 20%;
  top: 20%;
  /*height: 380px;
  width: 400px;
  left: inherit;
  top: inherit;
  bottom: 50px;
  right: 50px;*/
}
.ko-popover.question-select td {
  border: 0;
  padding: 4px;
}

@media only screen and (max-width: 768px) {
  .ko-popover {
    width: 99% !important;
    height: 100%;
  }
  .dicom-filters {
    flex-direction: column;
  }
  .onevault-bar-logo {
    display: none;
  }
  .onevault-menu-button {
    flex: inherit !important;
  }
  .respond-button-area {
    display: flex;
    flex-direction: column;
  }
  .respond-buttons {
    display: flex;
    flex-direction: row;
  }
  .respond-buttons input {
    flex: 1;
  }
  .respond-buttons button {
    flex: 1;
  }
  .mobile-active.mobile-document-row {
    display: table-row !important;
  }
  .mobile-active.mobile-document-header {
    display: table-header-group !important;
  }
  .mobile-active.mobile-index-list {
    display: flex !important;
  }
  .mobile-active.desktop-document-header {
    display: none !important;
  }
  .mobile-active.desktop-document-row {
    display: none !important;
  }
  .mobile-active.desktop-index-list {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .ko-popover {
    width: 60%;
    left: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .ko-popover {
    width: 40%;
    left: 30%;
  }
}
@media only screen and (max-width: 1300px) {
  .header-container {
    grid-template-columns: auto 1fr auto !important;
  }
}
.ko-popover-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 75%;
  height: calc(100% - 80px);
  padding-left: 10px;
}
.ko-popover-content ul {
  /* max-height: 85% !important; */
  max-height: calc(100% - 7em);
  overflow: auto !important;
}
.ko-popover-content li {
  padding: 0 3px 5px 3px;
  border-radius: 5px;
}
.ko-popover-content li label {
  margin: 0;
}

body.modal-open {
  overflow: hidden;
}

.ko-modal {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(120, 232, 255, 0.6);
  z-index: 9999999 !important;
  position: fixed;
  top: 0;
  left: 0;
}

.tag-list {
  display: inline-table;
  width: auto;
  max-width: 70%;
  max-width: calc(100% - 190px);
  margin: 0 10px 0 0;
  padding: 0.2em;
}

.filter-form .tag-list {
  max-width: inherit;
}

.tag {
  background-color: #00249B;
  color: #eee;
  border-radius: 10px !important;
  line-height: 3em;
  transition: all, 0.15s;
  font-weight: 600;
}
.tag.tag-light {
  background-color: #8092cd;
}
.tag .glyphicon-remove:hover {
  color: #333;
  cursor: pointer;
}

.select-list-btn, .mainExternalFileButton, .createInfoSheet {
  margin-top: 4px;
}

.mainExternalFileButton {
  margin-right: 10px;
}

.question-select .placeholder {
  height: 13em;
}
.question-select .placeholder i {
  border: 5px solid lightgray;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  padding: 0.2em;
  margin: 0.3em;
  font-size: 5em;
  color: lightgray;
}

.opacity-full {
  opacity: 1 !important;
}

.list-placeholder {
  color: rgba(17, 17, 17, 0.5) !important;
  clear: both;
}
.list-placeholder button {
  color: rgba(17, 17, 17, 0.5) !important;
}
.list-placeholder i {
  margin-bottom: 10px !important;
}

.btn-primary.btn-solid {
  background-color: #00249B;
  border-color: #00249B;
  color: #fff;
}

.btn-default.btn-solid {
  background-color: #a4a7a9;
  border-color: #86888a;
}

.ui-datepicker {
  z-index: 10000000 !important;
}

.collapse-display {
  /*right: 0;*/
  position: absolute;
  z-index: 100;
  margin: 5px;
  min-width: 300px;
}
.collapse-display .panel {
  padding: 10px;
  border: 1px solid #ddd;
}

[class^=icons8].fa-2x {
  font-size: 1.8em;
}

.fa-15x {
  font-size: 1.5em;
}

/* 
*    
*  TABLE STUFF
*
*
*/
.alertCell.alert {
  padding: 4px;
}

tr.centerCells td {
  vertical-align: middle !important;
}

th {
  font-weight: 600;
}
th strong {
  color: #00249B;
}
th .glyphicon:not(.inactive) {
  color: #00249B;
}

.bg-info {
  padding: 4px 6px;
  border-radius: 3px;
  background-color: #f7feff;
  border: 1px solid #edfdff;
}

.bg-danger {
  padding: 4px 6px;
  border-radius: 7px;
  border: 1px solid #ebccd1;
  color: #e60000;
}

/* 
*    
*  FORM STUFF
*
*
*/
.readOnly .form-group {
  margin-bottom: 0;
}

.form-inline .radio label, .form-inline .checkbox label {
  padding-left: 20px !important;
}

.checkbox .alert-danger {
  padding: 0.3em 0.5em;
}

label {
  font-weight: 600;
}

.label-highlight input:checked + label {
  font-weight: bold;
  color: #00249B;
}

.field-validation-error, .validationMessage {
  display: inline-block;
  margin-top: 5px;
  padding: 5px;
  text-align: center !important;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.checkbox {
  padding-left: 23px;
  margin-bottom: 18px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: -2px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  margin-top: -3px;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 16px;
  color: #555555;
  margin-top: -3px;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type=checkbox]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-round label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #00249B;
  border-color: #e2e2e2;
}

.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-round input[type=checkbox]:checked ~ label::before {
  background-color: #00249B;
  border-color: #e2e2e2;
  border-radius: 50%;
}

.checkbox-round input[type=checkbox]:checked ~ label::after {
  color: #fff;
  border-radius: 50%;
}

.checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 23px;
  margin-bottom: 18px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 12px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
}

.radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type=radio]:checked + label::after {
  transform: scale(1, 1);
}

.radio-primary input[type=radio]:checked + span ~ label::after {
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}

.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] ~ label::after {
  background-color: #00249B;
}

.radio-primary input[type=radio]:checked ~ label::before {
  border-color: #00249B;
}

.radio-primary input[type=radio]:checked ~ label::after {
  background-color: #00249B;
}

.radio-primary input[type=radio]:checked + span ~ label::after {
  background-color: #00249B;
}

.radio-danger input[type=radio] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::after {
  background-color: #5cb85c;
}

.checkbox input[type=checkbox]:checked ~ label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox input[type=checkbox] :checked ~ label::after {
  color: #fff;
}

.container.body-content {
  min-height: 600px;
}

.highlight {
  background-color: #d9def0;
}

.table-hover .highlight:hover {
  background-color: #bfc8e6 !important;
}

/* 
*    
*  SELECT 2 OVERRIDES
*
*   Core theme:
*/
.select2-container--bootstrap .select2-selection {
  border-radius: 2px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent;
  border-width: 6px 3px 0;
  margin-top: -3px;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #000;
  border-width: 0 3px 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #CCF9FF;
  color: white;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #CCF9FF;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #CCF9FF;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #CCF9FF;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #CCF9FF;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #00249B;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #CCF9FF;
}

/*
    Select2 Bootstrap theme
*/
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #00249B;
  color: #fff;
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #00249B;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 36, 155, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #00249B;
}

/*.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba($brand-primary, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba($brand-primary, 0.6);
    -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;
    border-color: $brand-light;
}*/
/*.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: $brand-light;
    overflow-x: hidden;
    margin-top: -1px;
}*/
/*
    Smoke.js overrides
*/
.smk-confirm {
  top: 20% !important;
}
.smk-confirm .panel-footer {
  background-color: rgba(204, 249, 255, 0.2);
}

.headerPDF, .footerPDF {
  background-color: #F5F5F5;
  padding: 20px;
  page-break-inside: avoid;
}

.spinner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
}

.spinner img {
  margin: 20px;
  height: 50px;
  width: auto;
  animation: Rotate 1.5s linear infinite;
}

#savingContainer {
  display: none;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

#saving {
  display: none;
  width: 400px;
  z-index: 100001;
  position: fixed;
  top: 35%;
  left: 40%;
  left: calc(50% - 200px);
}
#saving img {
  animation: Rotate 1.5s linear infinite;
}

#loading {
  display: none;
  width: 400px;
  z-index: 100001;
  position: fixed;
  top: 35%;
  left: 40%;
  left: calc(50% - 200px);
}
#loading img {
  animation: Rotate 1.5s linear infinite;
}

#loadingPDF {
  display: none;
  width: 400px;
  z-index: 100001;
  position: fixed;
  top: 35%;
  left: 40%;
  left: calc(50% - 200px);
}
#loadingPDF img {
  animation: Rotate 1.5s linear infinite;
}

#idle {
  position: fixed;
  display: none;
  z-index: 1000;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  /* height: 75%; */
  width: 50%;
  top: 23%;
  left: 26%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  left: calc(50% - 290px);
}

@keyframes Rotate {
  20% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.bdp-input {
  border: 1px solid #ccc !important;
}

input::-webkit-input-placeholder {
  font-style: italic;
}

input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}

input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}

input:-ms-input-placeholder {
  font-style: italic;
}

textarea::-webkit-input-placeholder {
  font-style: italic;
}

textarea:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}

textarea::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}

textarea:-ms-input-placeholder {
  font-style: italic;
}

.form-inline .form-group {
  float: left;
  margin-right: 0.5em;
}

.blankLayout .hiddenPDF {
  display: none !important;
}

.viewLayout .hiddenPDF {
  display: none !important;
}

.onevault-intro h2 span {
  white-space: nowrap;
  display: inline-block;
}

.bs-placeholder {
  font-style: italic;
}

.bg-rating-extreme {
  background-color: rgba(217, 83, 79, 0.4);
  min-width: 6em;
  border-radius: 3px;
  border: 1px solid rgba(217, 83, 79, 0.6);
}

.bg-rating-high {
  background-color: rgba(255, 106, 0, 0.4);
  min-width: 6em;
  border-radius: 3px;
  border: 1px solid rgba(255, 106, 0, 0.6);
}

.bg-rating-medium {
  background-color: rgba(249, 251, 48, 0.4);
  min-width: 6em;
  border-radius: 3px;
  border: 1px solid rgba(232, 234, 0, 0.6);
}

.bg-rating-low {
  background-color: rgba(92, 184, 92, 0.4);
  min-width: 6em;
  border-radius: 3px;
  border: 1px solid rgba(92, 184, 92, 0.6);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
           supported by Chrome, Opera and Firefox */
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-content: center;
}

.flex-item {
  flex: 1;
}

@media (min-width: 1600px) {
  .container.wide {
    width: 1560px;
  }
}
@media screen and (min-width: 800px) {
  .flex-column {
    flex: 1;
  }
}
.has-error .edit-input {
  border-color: #e60000 !important;
  font-style: italic;
}

.has-error .form-control {
  border-color: #e60000 !important;
  font-style: italic;
}

.edit-input {
  border: none;
  font-family: "Poppins", "Open Sans", sans-serif;
  white-space: pre-wrap;
  word-break: break-word;
  padding: 5px 10px 5px 10px;
  margin-bottom: 0;
  background-color: inherit;
  overflow: hidden;
  margin-top: 5px !important;
  border-radius: 7px;
}
.edit-input.active {
  border: 1px solid #ccc;
  min-height: 16px;
  background-color: white;
}
.edit-input[contenteditable]:empty::before {
  color: gray;
  content: attr(data-placeholder);
  font-style: italic;
}

.NoYearDatePicker .ui-datepicker-year {
  display: none;
}

.text-disabled {
  color: rgba(136, 136, 136, 0.5);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.document-heading {
  color: #00249B;
  padding: 20px 0px;
  text-align: center;
}
.document-heading h2 {
  font-weight: 400 !important;
  font-size: 20px;
}

.home {
  /* OneBroadcast (homepage) */
  /* OneCPD (homepage) */
}
.home .header {
  margin-bottom: 20px;
}
.home .header h1 {
  margin: 70px 0 8px 0;
  font-size: 35px;
}
.home .header h2 {
  font-size: 25px;
}
.home .header .onevault-logo img {
  margin: -15px 0 0 0;
}
.home .header .btn-primary {
  color: #eaeaea;
  background: rgba(24, 27, 28, 0.06);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 18px;
  border-color: #6c6d6f;
}
.home .header .btn-primary span {
  opacity: 0.7;
  padding: 0 0 0 2px;
  font-size: 16px;
}
.home .header .btn-primary:hover {
  opacity: 0.75;
}
.home .onebroadcast {
  margin: 0 0 20px 0;
  padding: 20px 30px;
  background: #202224;
  background-image: linear-gradient(#343537, #202224);
  border-top: 4px solid #222325;
}
.home .onebroadcast .broadcast {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 12px 15px;
  height: 200px;
  background: rgba(0, 0, 0, 0.17);
  transition: all 0.3s ease;
  /*
              p {
                  color: #ddd;
              }
      */
}
.home .onebroadcast .broadcast:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.35);
}
.home .onebroadcast .broadcast h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 4px 0;
}
.home .onebroadcast .broadcast h3 a {
  color: #fff;
}
.home .onebroadcast .broadcast img {
  max-width: 100px;
  max-height: 75px;
}
.home .onebroadcast .broadcast .btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #eee;
}
.home .broadcast-header { /*border-bottom: 3px solid #e3e3e3;*/ }
.home .broadcast-header .btn {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: all 0.3s ease;
}
.home .broadcast-header .btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
.home .broadcast-header h2 {
  font-size: 26px;
  margin: 6px 0 0 0;
  letter-spacing: -1px;
  font-weight: 400;
}
.home .broadcast-header h2 a {
  color: #fff;
}
.home .broadcast-header h2 a:hover, .home .broadcast-header h2 a:active {
  text-decoration: none;
  color: #ddd;
}
.home .broadcast-header .broadcast-search {
  margin: 0 0 10px 0;
}
.home .broadcast-header .broadcast-search input {
  width: 185px;
}
.home .broadcast-pagination {
  margin: 15px 0 0 0;
}
.home .broadcast-pagination ul {
  padding: 0;
  list-style: none;
}
.home .broadcast-pagination ul li {
  display: inline-block;
}
.home .broadcast-pagination ul li span {
  width: 16px;
  height: 16px;
  display: block;
  background: #4d4e50;
  border: 4px solid #4d4e50;
  border-radius: 50%;
  cursor: pointer;
}
.home .broadcast-pagination ul li span:hover {
  background: #666;
  border-color: #666;
}
.home .broadcast-pagination ul li.active span {
  background: #222526;
  border: 4px solid #a6a7a7;
}
.home .broadcast-pagination ul li.active span:hover {
  border-color: #ccc;
}
.home .module-onecpd {
  background: #562573 url("../images/module-bg-onecpd.jpg") 0 0 no-repeat;
  padding: 25px 32px;
  color: #fff;
  margin: 0 0 20px 0;
  border-top: 4px solid #441d5a;
}
.home .module-onecpd .oneCPD-logo {
  width: 142px;
  height: 177px;
  display: block;
  float: left;
  background: url("../images/module-logos-grid.png") -1177px -264px no-repeat;
  margin: 0 36px 0 0;
}
.home .module-onecpd .btn {
  padding: 15px 30px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.home .module-onecpd .btn:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}
.home .module-onecpd a.login {
  display: block;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.home .module-onecpd a.login:hover {
  opacity: 0.9;
  text-decoration: none;
}
.home .module-onecpd p {
  max-width: 100%;
}
.home .module-onecpd h3 {
  margin: 16px 0 8px 0;
}
.home.logged-in {
  /*.onevault-module { width: 16.66%; }*/
}
.home.logged-in .header {
  margin-bottom: 0;
}
.home.logged-in .navigation {
  margin-bottom: 20px;
}

/* END .home */
.cta-link {
  margin: 0;
  position: absolute;
  bottom: 15px;
  right: 25px;
}

.onevault-modules {
  margin: 0 0 10px 0;
}

.onevault-module {
  background: #fafafa;
  width: 20%;
  float: left;
  margin: 0;
  border-bottom: 1px solid #fff;
  border-top: 4px solid #dfdfe0;
  text-align: center;
  height: 234px;
}

.onevault-module:not(.module-active):hover {
  background: #f2f2f2;
  border-top: 4px solid #d4d4d5;
  cursor: pointer;
}

.onevault-module:hover img {
  opacity: 0.85;
}

.onevault-module img {
  margin: 32px 0 0 0;
  opacity: 0.7;
}

.onevault-module span {
  width: 227px;
  height: 234px;
  display: block;
  background: url("../images/module-logos-grid.png") 0 0 no-repeat;
}

/* Active state for modules */
.onevault-module.module-active {
  border-bottom: 0 none;
}

/* One Guide */
.module-oneGuide span {
  background-position: 0 0;
}

.module-oneGuide.module-active {
  background: rgba(23, 116, 186, 0.17);
  /*background-image: linear-gradient(0, rgba(23, 116, 186,0.17));*/
  border-top: 4px solid #00249B;
}

.module-oneGuide.module-active span {
  background-position: 0 -234px;
}

.detail-oneGuide.detail-active {
  background: #00249B url("../images/module-bg-oneguide.jpg") 0 0 no-repeat;
}

/* One Risk */
.module-oneRisk span {
  background-position: -227px 0;
}

.module-oneRisk.module-active {
  background: rgba(208, 12, 99, 0.17);
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e42a8b), color-stop(1, #d00c63));*/
  border-top: 4px solid #D934A9;
}

.module-oneRisk.module-active span {
  background-position: -227px -234px;
}

.detail-oneRisk.detail-active {
  background: #D934A9 url("../images/module-bg-onerisk.jpg") 0 0 no-repeat;
}

/* One Quality */
.module-oneQuality span {
  background-position: -454px 0;
}

.module-oneQuality.module-active {
  background: rgba(235, 124, 33, 0.17);
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f39d3600), color-stop(1, rgba(235, 124, 33, 0.17)));*/
  border-top: 4px solid #ED7D31;
}

.module-oneQuality.module-active span {
  background-position: -454px -234px;
}

.detail-oneQuality.detail-active {
  background: #ED7D31 url("../images/module-bg-onequality.jpg") 0 0 no-repeat;
}

/* One Audit */
.module-oneAudit span {
  background-position: -681px 0;
}

.module-oneAudit.module-active {
  background: rgba(97, 153, 11, 0.17);
  /*  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #84b80f), color-stop(1, #61990b));*/
  border-top: 4px solid #007A38;
}

.module-oneAudit.module-active span {
  background-position: -681px -234px;
}

.detail-oneAudit.detail-active {
  background: #007A38 url("../images/module-bg-oneaudit.jpg") 0 0 no-repeat;
  text-align: right;
}

.detail-oneAudit p {
  margin-left: 45%;
}

/* One Learning */
.module-oneLearning span {
  background-position: -908px 0;
}

.module-oneLearning.module-active {
  background: rgba(128, 64, 160, 0.17);
  border-top: 4px solid #692BC4;
}

.module-oneLearning.module-active span {
  background-position: -908px -234px;
}

.detail-oneLearning.detail-active {
  background: #692BC4 url("../images/module-bg-onelearning.jpg") 0 0 no-repeat;
  text-align: right;
}

.detail-oneLearning p {
  margin-left: 45%;
}

.module-oneSafety.module-active {
  background: rgba(253, 64, 64, 0.17);
  /*background-image: linear-gradient(0, rgba(23, 116, 186,0.17));*/
  border-top: 4px solid #00249B;
}

.module-detail {
  background: #fafafa;
  padding: 30px 40px;
  min-height: 220px;
}

.module-detail h3 {
  font-size: 29px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0 0 14px 0;
}

.module-detail p {
  font-size: 19px;
  font-weight: 300;
  max-width: 55%;
  color: #fff;
  opacity: 0.9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.module-detail p:last-child {
  margin-bottom: 0;
}

.module-detail .btn { /*text-transform: uppercase; font-weight: bold;*/
  color: #555;
  font-size: 1.4em;
}

.module-detail .btn span {
  opacity: 0.7;
  padding: 0 0 0 2px;
  font-size: 16px;
}

.header.cpd .btn {
  padding: 15px 30px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.header.cpd .btn:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}

.footer {
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #fff));
  color: #555;
  padding: 5px 0 10px 0;
  border-top: 4px solid #ccc;
}
.footer .onevault-logo img {
  margin: 5px;
  opacity: 0.75;
  height: 110px; /*mix-blend-mode: luminosity;*/
}
.footer .copyright {
  font-size: 14px;
  margin: 22px 0 10px 0;
  font-weight: 600;
}
.footer .menu {
  list-style: none;
  padding: 0;
  margin: 0 0 6px 0;
}
.footer .menu li {
  display: inline-block;
  margin: 0 12px 0 0;
}
.footer .menu li a {
  color: #666;
  text-transform: uppercase;
  font-size: 13px;
  transition: all, 0.2s;
}
.footer .menu li a:hover {
  text-decoration: none;
  color: #333;
}
.footer .social {
  padding-top: 27px;
  text-align: right;
}
.footer .social a {
  color: #C3C3C3;
  transition: all, 0.2s;
}
.footer .social a:hover {
  color: #999;
}
.footer .social [class^=icons8] {
  font-size: 40px;
  margin: 0 12px 0 0;
}

/**
 * Any custom styling comes here:
 */
header.onevault-header {
  min-height: 60px;
  max-height: 60px;
  margin-bottom: 10px;
  max-width: 100%;
}
header.onevault-header .header-icon {
  width: 25px;
  height: 25px;
  font-size: 2rem;
  color: #00249B;
  transition: 100ms all ease-in-out;
}
header.onevault-header .header-container {
  width: 100%;
  display: grid;
  grid-template-areas: "left middle right";
}
header.onevault-header .toggle-sidebar {
  border-radius: 50%;
  transition: 150ms all ease-in-out;
}
header.onevault-header .toggle-sidebar:hover {
  border: 1px solid grey;
  border-radius: 15px;
}
header.onevault-header .toggle-sidebar:focus, header.onevault-header .toggle-sidebar:focus-visible {
  outline: none;
}
header.onevault-header #search {
  border-radius: 10px;
}
header.onevault-header #log-incident-btn {
  background-color: var(--bs-guide);
  color: white;
  border: none;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  padding: 7px 15px;
  border-radius: 7px;
}
header.onevault-header #log-incident-btn:hover {
  opacity: 0.9;
  color: white;
}
header.onevault-header .accreditation-date-container {
  position: relative;
}
header.onevault-header .accreditation-date-container .accreditation-date {
  border: none;
  outline: none;
  border-radius: 7px;
  width: 11rem;
}
header.onevault-header .accreditation-date-container .btn {
  display: none;
  position: absolute;
  right: 100%;
}
header.onevault-header .accreditation-date-container:hover .btn {
  display: initial;
}
header.onevault-header .tray-button {
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 9px;
  margin: 0px 15px;
  background-color: #78E8FF;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  transition: all 50ms ease-in-out;
}
header.onevault-header .tray-button:hover, header.onevault-header .tray-button:focus, header.onevault-header .tray-button.open {
  background-color: #CCF9FF;
}
header.onevault-header .tray-button.open .b5\:badge {
  display: none;
}
header.onevault-header .tray-button > img {
  width: 25px;
}
header.onevault-header #header-profile-tray {
  position: absolute;
  z-index: 99;
  display: none;
  flex-direction: column;
  background-color: white;
  border-radius: 6px;
  transition: 150ms all ease-in-out;
  right: 20px;
  top: 60px;
  box-shadow: 2px 3px 8px 4px rgba(195, 195, 195, 0.568627451);
  text-align: left;
}
header.onevault-header #header-profile-tray > div {
  padding: 15px;
}
header.onevault-header #header-profile-tray hr {
  width: calc(100% - 40px);
  border-top: 2px solid #ecebeb;
  margin-bottom: 10px;
}
header.onevault-header #header-profile-tray.open {
  display: block;
}
header.onevault-header #header-profile-tray .user-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
header.onevault-header #header-profile-tray .user-container .user-info .user-email {
  font-size: 1.2rem;
  color: #98999a;
}
header.onevault-header #header-profile-tray .user-container .notifications-btn {
  position: relative;
}
header.onevault-header #header-profile-tray .user-container .notifications-btn::before, header.onevault-header #header-profile-tray .user-container .notifications-btn .notifications-icon {
  width: 30px;
  height: 30px;
}
header.onevault-header #header-profile-tray .user-container .notifications-btn::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #78E8FF;
  right: 8px;
  top: 5px;
  z-index: -1;
}
header.onevault-header #header-profile-tray .user-container .notifications-btn:hover::before {
  background-color: #CCF9FF;
}
header.onevault-header #header-profile-tray .organisation-container {
  position: relative;
}
header.onevault-header #header-profile-tray .organisation-container .organisations {
  background: #ecebeb;
  border-radius: 8px;
}
header.onevault-header #header-profile-tray .organisation-container .organisation-btn {
  width: 100%;
  border-radius: 8px;
  border: none;
  padding: 5px 20px;
  gap: 25px;
  min-height: 70px;
  background-color: #ecebeb;
  color: #474a4c;
}
header.onevault-header #header-profile-tray .organisation-container .organisation-btn i {
  color: #202224;
  margin-right: 10px;
}
header.onevault-header #header-profile-tray .organisation-container .organisation-btn img {
  max-width: 40px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
  overflow-clip-margin: unset;
  overflow: hidden;
  -o-object-position: left;
     object-position: left;
  border-radius: 5px;
}
header.onevault-header #header-profile-tray .organisation-container button.organisation-btn:hover i {
  transform: scale(1.15);
  transform-origin: center;
}
header.onevault-header #header-profile-tray .organisation-container .organisations-tray {
  display: flex;
  background: white;
  border-radius: 8px;
  padding: 0px 15px;
  overflow: hidden;
  transition: all 250ms ease-in-out;
  border-left: 2px solid #ecebeb;
  border-right: 2px solid #ecebeb;
  border-bottom: 0px solid #ecebeb;
}
header.onevault-header #header-profile-tray .organisation-container .organisations-tray:not(.open) {
  height: 0 !important;
}
header.onevault-header #header-profile-tray .organisation-container .organisations-tray.open {
  padding: 15px;
  border-bottom: 2px solid #ecebeb;
}
header.onevault-header #header-profile-tray .organisation-container .organisations-tray ul, header.onevault-header #header-profile-tray .organisation-container .organisations-tray ul label {
  padding: 0;
  margin: 0;
}
header.onevault-header #header-profile-tray .organisation-container .organisations-tray ul li {
  padding: 10px 10px 10px 5px;
  border-radius: 5px;
  gap: 30px;
}
header.onevault-header #header-profile-tray .organisation-container .organisations-tray ul li, header.onevault-header #header-profile-tray .organisation-container .organisations-tray ul li * {
  cursor: pointer;
}
header.onevault-header #header-profile-tray .organisation-container .organisations-tray ul li:hover {
  background-color: #ecebeb;
}
header.onevault-header #header-profile-tray .organisation-container .organisations-tray ul li img {
  max-width: 40px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
  overflow-clip-margin: unset;
  overflow: hidden;
  -o-object-position: left;
     object-position: left;
  border-radius: 5px;
}
header.onevault-header #header-profile-tray .organisation-container .organisations-tray ul li input[type=radio] {
  margin: 0;
  transform: scale(1.5);
}
header.onevault-header #header-profile-tray .buttons-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  width: 100%;
}
header.onevault-header #header-profile-tray .buttons-container a {
  width: 100%;
  text-align: left;
  padding: 10px 7px;
  font-size: 1em;
  border-radius: 10px;
  text-decoration: none;
}
header.onevault-header #header-profile-tray .buttons-container a:hover {
  background-color: #ecebeb;
  text-decoration: none;
}
header.onevault-header #header-profile-tray .buttons-container a img, header.onevault-header #header-profile-tray .buttons-container a i {
  margin-right: 10px;
}
header.onevault-header #header-profile-tray .buttons-container a .logout-icon {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
}

main {
  --sidebar-width: 260px;
}
main:has(.sidebar-container.collapsed) {
  --sidebar-width: 0px !important;
}
main .sidebar-container {
  display: flex;
}
main .sidebar-container.closed {
  display: none;
}
main .sidebar-container.closed .toggle-sidebar-btn {
  transform: rotate(180deg);
}
main .sidebar-container.collapsed .collapsed-sidebar {
  display: block;
}
main .sidebar-container.collapsed .uncollapsed-sidebar {
  display: none;
}
main .sidebar-container.collapsed .sidebar-collapse .bi-chevron-left {
  display: none;
}
main .sidebar-container.collapsed .sidebar-collapse .bi-chevron-right {
  display: block;
}
main .sidebar-container .toggle-sidebar-btn {
  display: none;
  position: absolute;
  right: 5px;
  top: 25px;
  padding: 10px;
}
main .sidebar-container .toggle-sidebar-btn img {
  width: 20px;
  opacity: 0.4;
}
main .sidebar-container .sidebar-collapse .bi-chevron-right {
  display: none;
}
main .sidebar-container .sidebar-collapse .bi-chevron-left {
  display: block;
}
main .sidebar-container .uncollapsed-sidebar {
  display: block;
  width: var(--sidebar-width);
  transition: all 250ms ease-in-out;
  height: 100%;
}
main .sidebar-container .uncollapsed-sidebar .sidebar-item {
  padding: 3px 5px;
  border-radius: 7px;
  transition: padding 250ms ease-in-out;
}
main .sidebar-container .uncollapsed-sidebar .sidebar-item a, main .sidebar-container .uncollapsed-sidebar .sidebar-item .link-disabled, main .sidebar-container .uncollapsed-sidebar .sidebar-item .sidebar-label {
  transition: opacity 200ms ease-in-out;
  transition-delay: 200ms;
  opacity: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
}
main .sidebar-container .uncollapsed-sidebar .sidebar-item .link-disabled {
  pointer-events: none;
}
main .sidebar-container .uncollapsed-sidebar .sidebar-item .link-disabled .sidebar-icon {
  filter: grayscale(100%);
}
main .sidebar-container .uncollapsed-sidebar .sidebar-item:not(:has(.link-disabled)):hover, main .sidebar-container .uncollapsed-sidebar .sidebar-item:has(.active) {
  background-color: #ecebeb;
}
main .sidebar-container .uncollapsed-sidebar .sidebar-item .tooltip {
  display: none !important;
}
main .sidebar-container .uncollapsed-sidebar .actions-dropdown {
  padding: 0px 20px;
  margin: 30px 0px;
}
main .sidebar-container .uncollapsed-sidebar .actions-dropdown .btn-actions {
  box-shadow: none;
}
main .sidebar-container .uncollapsed-sidebar .actions-dropdown .btn-actions:hover {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
}
main .sidebar-container .collapsed-sidebar {
  display: none;
}
main .sidebar-container .onevault-bar-logo {
  margin: 10px 0px 25px 0px;
  display: block;
}
main .sidebar-container .onevault-bar-logo.small {
  display: none;
}
main .sidebar-container .onevault-bar-logo.large {
  display: block;
}
main .sidebar-container .onevault-bar-logo img {
  max-width: 130px;
  max-height: 40px;
}
main .sidebar-container .onevault-bar-logo.ogp {
  margin-left: 30px;
}
main .sidebar-container .onevault-bar-logo.ogp img {
  max-height: 30px;
}
main .sidebar-container .sidebar-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  transition: 50ms all ease-in-out;
  display: inline-block;
}
main .sidebar-container .home-icon {
  color: var(--bs-guide);
  font-size: 2rem;
  padding: 0.5rem;
  margin: 0 1rem 0 0.3rem;
  transition: 50ms all ease-in-out;
}
main .sidebar-container hr {
  border-top: 2px solid #ecebeb;
}
main .sidebar-container .scrim {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: black;
  opacity: 0.5;
  top: 0;
  right: 0;
  z-index: -1;
  display: none;
}

.module-actions {
  width: 100%;
  max-width: 215px;
  min-width: 215px;
}

@media (min-width: 768px) {
  main:has(.sidebar-container.closed) {
    --sidebar-width: 95px;
  }
  .sidebar-container.closed {
    display: flex !important;
  }
  .sidebar-container.closed .uncollapsed-sidebar .actions-dropdown {
    padding: 0px 8px;
  }
  .sidebar-container.closed .uncollapsed-sidebar .actions-dropdown .btn-actions {
    width: unset;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .sidebar-container.closed .uncollapsed-sidebar .actions-dropdown .btn-actions span {
    display: none;
  }
  .sidebar-container.closed .uncollapsed-sidebar .sidebar-item {
    margin-right: 5px;
  }
  .sidebar-container.closed .uncollapsed-sidebar .sidebar-item .sidebar-label {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .sidebar-container.closed .uncollapsed-sidebar .sidebar-item .tooltip {
    display: block !important;
  }
  .sidebar-container.closed .uncollapsed-sidebar .onevault-bar-logo {
    margin-left: 6px;
  }
  .sidebar-container.closed .uncollapsed-sidebar .onevault-bar-logo.small {
    display: block;
  }
  .sidebar-container.closed .uncollapsed-sidebar .onevault-bar-logo.small img {
    width: 45px;
  }
  .sidebar-container.closed .uncollapsed-sidebar .onevault-bar-logo.ogp {
    margin-left: 0;
  }
  .sidebar-container.closed .uncollapsed-sidebar .onevault-bar-logo.ogp img {
    width: 60px;
  }
  .sidebar-container.closed .uncollapsed-sidebar .onevault-bar-logo.large {
    display: none;
  }
}
@media (max-width: 768px) {
  main {
    --sidebar-width: 0px;
  }
  main:has(.sidebar-container:not(.closed)) .content-wrapper {
    overflow: hidden;
    max-height: 100vh;
  }
  .sidebar-container {
    position: absolute;
    overflow: hidden;
    box-shadow: 2px 11px 6px 1px rgba(0, 0, 0, 0.19);
    font-size: 1.3rem;
    z-index: 100;
    min-height: 100vh;
  }
  .sidebar-container .toggle-sidebar-btn {
    display: block !important;
  }
  .sidebar-container .scrim {
    display: block !important;
  }
  .sidebar-container .actions-dropdown {
    display: none;
  }
  .sidebar:not(.closed) {
    width: 100%;
  }
  .uncollapsed-sidebar {
    width: 260px !important;
    white-space: nowrap;
  }
  .sidebar-icon {
    width: 35px;
    height: 35px;
  }
  .module-actions {
    min-width: unset;
  }
  .sidebar-container:not(.closed) ~ .main-content {
    overflow: hidden;
    max-height: 100vh;
  }
  .sidebar.extended > .sidebar-collapse {
    display: none !important;
  }
  .sidebar.extended li a {
    inline-size: -moz-min-content;
    inline-size: min-content;
  }
}
@media (max-width: 768px) {
  main:has(.actions-dropdown) .content-wrapper {
    margin-bottom: 7rem;
  }
}
main .actions-dropdown {
  width: 100%;
}
main .actions-dropdown .btn-actions {
  display: flex;
  gap: 15px;
  background-color: #00249B;
  color: white;
  padding: 5px 30px;
  margin-right: 12px;
  margin-top: 5px;
  transition: all 100ms ease-in-out;
  width: 100%;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
main .actions-dropdown .btn-actions:hover, main .actions-dropdown .btn-actions:focus, main .actions-dropdown .btn-actions:active, main .actions-dropdown .btn-actions:focus-visible {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  font-weight: 500;
  outline: none;
}
main .actions-dropdown .dropdown-menu {
  min-width: 212px;
}
main .actions-dropdown .dropdown-menu li a {
  padding: 10px 20px;
  font-weight: 500;
}
main .actions-dropdown .dropdown-menu li a:hover {
  background-color: #f4f4f4;
}
main .actions-dropdown .dropdown-menu li a i {
  margin-right: 10px;
}
main .floating-actions-fab {
  position: fixed;
  bottom: 15px;
  right: 5px;
}
main .floating-actions-fab .btn-actions {
  padding: 12px 12px;
  border-radius: 15px;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.3);
}
main .floating-actions-fab .dropdown-menu {
  right: 0;
  left: unset;
}

.register-table {
  background: white;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  --hover-highlight: #ecfafc;
  font-size: 13px;
}
.register-table:has(.dragging) * {
  cursor: grabbing !important;
}
.register-table .dragging {
  transform: translateX(var(--mouse-x)) translateY(var(--mouse-y));
  z-index: 1;
  opacity: 0.9;
}
.register-table .table-cell {
  min-width: 100px;
  transition: background-color 150ms ease-in-out;
  vertical-align: baseline;
  height: 40px;
}
.register-table .table-cell > div {
  padding: 10px 15px;
}
.register-table .table-cell > div[contenteditable] {
  height: 100%;
}
.register-table .table-cell > div:not(:focus-visible) {
  cursor: pointer;
}
.register-table .table-cell .hasDatepicker {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.register-table .table-cell.has-error {
  background-color: #ffdfdf !important;
}
.register-table .table-header {
  position: sticky;
  top: -5px;
  z-index: 2;
}
.register-table .table-header .table-cell {
  position: relative;
  background-color: #00249B;
  color: white;
}
.register-table .table-header .table-cell:first-child, .register-table .table-header .table-cell:first-child > div {
  border-top-left-radius: 10px;
}
.register-table .table-header .table-cell:last-child, .register-table .table-header .table-cell:last-child > div {
  border-top-right-radius: 10px;
}
.register-table .table-header .table-cell .alarm-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.register-table .table-header .table-cell.date-cell {
  padding: 0px 30px 0px 0px;
}
.register-table .row-btns .move-btn, .register-table .column-btns .move-btn {
  color: #00249B;
  border-radius: 50%;
  transform-origin: bottom;
}
.register-table .row-btns .move-btn:hover, .register-table .column-btns .move-btn:hover {
  font-weight: bold;
  transform: scale(1.1);
}
.register-table .row-btns *:focus, .register-table .row-btns *:active, .register-table .column-btns *:focus, .register-table .column-btns *:active {
  box-shadow: none;
  outline: none;
}
.register-table .table-body {
  counter-reset: rowCounter;
}
.register-table .table-body .table-row {
  counter-increment: rowCounter;
}
.register-table .table-body .table-row:nth-child(odd) .table-cell {
  background-color: #fafafa;
}
.register-table .table-body .table-row:last-child .table-cell:first-child, .register-table .table-body .table-row:last-child .table-cell:first-child > div {
  border-bottom-left-radius: 10px;
}
.register-table .table-body .table-row:last-child .table-cell:last-child, .register-table .table-body .table-row:last-child .table-cell:last-child > div {
  border-bottom-right-radius: 10px;
}
.register-table .table-body .table-row::after {
  position: absolute;
  content: counter(rowCounter);
  color: #00249B;
  right: calc(100% + 10px);
  padding: 10px 0px;
  font-family: var(--bs-font-sans-serif);
}
.register-table .table-body .row-btns {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0;
}
.register-table .table-body .row-btns .row-upload-btn {
  width: 30px;
  height: 30px;
  padding: inherit;
}
.register-table .table-body .row-btns .row-upload-btn img, .register-table .table-body .row-btns .row-upload-btn i {
  font-size: 25px;
  max-height: 100%;
  max-width: 100%;
}
.register-table .table-body .column-btns {
  position: absolute;
  width: 100%;
  top: 100%;
}
.register-table .table-body .table-cell {
  position: relative;
}
.register-table .table-body .table-cell .cell-actions-btn {
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  bottom: -8px;
  right: -8px;
  padding: 0px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  background-color: white;
  display: none;
  line-height: 1.1;
}
.register-table .table-body .table-cell .cell-actions-btn:hover {
  background-color: #ecebeb;
}
.register-table .table-body .table-cell .cell-actions-btn:focus-visible, .register-table .table-body .table-cell .cell-actions-btn:focus {
  box-shadow: none;
  outline: 0;
}
@media (max-width: 768px) {
  .register-table .table-body .table-cell.active {
    background-color: #CCF9FF !important;
  }
}
.register-table .table-body .table-cell:hover .cell-actions-btn, .register-table .table-body .table-cell:has(:focus-visible) .cell-actions-btn {
  display: block;
}
.register-table .table-body .table-cell:hover .hasDatepicker, .register-table .table-body .table-cell:has(:focus-visible) .hasDatepicker {
  outline: 1px solid;
}
.register-table .table-body .table-cell .hasDatepicker {
  max-width: 110px;
}
.register-table:hover .table-body .table-cell.highlight-cell, .register-table:has(.table-cell > div:focus-visible) .table-body .table-cell.highlight-cell {
  background-color: var(--hover-highlight);
}
.register-table:hover .table-body .table-cell:hover, .register-table:hover .table-body .table-cell:has(div:focus-visible), .register-table:hover .table-body .table-cell.active, .register-table:has(.table-cell > div:focus-visible) .table-body .table-cell:hover, .register-table:has(.table-cell > div:focus-visible) .table-body .table-cell:has(div:focus-visible), .register-table:has(.table-cell > div:focus-visible) .table-body .table-cell.active {
  background-color: #CCF9FF !important;
}

.register-table-container {
  display: flex;
}
.register-table-container .add-row-btn, .register-table-container .add-col-btn {
  font-size: 2rem;
  outline: 0;
  color: #00249B;
}
.register-table-container .add-row-btn {
  position: sticky;
  left: 50%;
  transform: translateX(-50%);
}
.register-table-container .add-col-btn.sticky {
  position: sticky;
  transform: translateY(-50%);
  top: 50%;
}
.register-table-container div:has(> .add-col-btn.sticky) {
  justify-content: flex-start !important;
}
.register-table-container .modal .upload-file-btn {
  text-align: center !important;
}

.PDF.register-table-container {
  display: block !important;
  padding: 0 !important;
}
.PDF.register-table-container .register-table {
  box-shadow: unset;
}
.PDF.register-table-container .register-table .table-cell {
  min-width: unset !important;
  word-wrap: break-word;
  max-width: calc(100vw / var(--colnum));
  border: 2px solid #ecebeb;
}
.PDF.register-table-container .register-table .table-cell > div {
  padding: 3px 5px !important;
}
.PDF.register-table-container .register-table .table-body .table-row .table-cell {
  background-color: white !important;
}
.PDF.register-table-container .register-table .table-body .table-row::after {
  content: none !important;
}
.PDF.register-table-container .register-table .table-header .table-cell {
  position: relative !important;
}
.PDF.register-table-container .register-table .table-header .table-cell:first-child {
  border-left: 0;
  border-top: 0;
}
.PDF.register-table-container .register-table .table-header .table-cell:last-child {
  border-right: 0;
  border-top: 0;
}
.PDF.register-table-container .register-table .table-header .table-cell.date-cell {
  padding: 0px !important;
}

.context-menu {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 7px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  display: none;
  background-color: white;
}
.context-menu.open {
  display: flex;
}
.context-menu .context-menu-item {
  border: none;
  text-align: left;
  padding: 10px 15px;
  background-color: white;
  display: flex;
  gap: 10px;
  align-items: center;
}
.context-menu .context-menu-item img, .context-menu .context-menu-item i {
  max-width: 25px;
  max-height: 25px;
}
.context-menu .context-menu-item:not(.line-break):hover {
  background-color: #ecebeb;
}
.context-menu .context-menu-item.line-break {
  padding: 1px 0px;
  margin: 9px 15px;
  background-color: #ecebeb;
}

.monitor-header .nav-tabs {
  border: none;
}
.monitor-header .nav-tabs .adaptive-heading2 {
  font-weight: 500;
}
.monitor-header .monitor-search-group {
  position: relative;
  max-width: 350px;
  height: 40px;
}
.monitor-header .monitor-search-group .monitor-search-btn {
  background-color: transparent;
  transition: all 150ms ease-in-out;
  outline: none !important;
  font-size: 18px;
  padding: 3px 12px 4px;
  height: 36px;
  min-width: 36px;
  padding: 0px;
  border-radius: 50%;
}
.monitor-header .monitor-search-group .monitor-search-btn:hover {
  border-radius: 7px;
}
.monitor-header .monitor-search-group .monitor-search-btn:hover, .monitor-header .monitor-search-group.open .monitor-search-btn {
  background-color: white;
  border: 1px solid #ccc;
}
.monitor-header .monitor-search-group.open .monitor-search-btn {
  border-radius: 50%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.monitor-header .monitor-search-group.open .monitor-search, .monitor-header .monitor-search-group.open .monitor-search-clear-btn {
  display: initial;
}
.monitor-header .monitor-search-group:has(.monitor-search:focus) .monitor-search-btn {
  border-color: #00249B;
}
.monitor-header .monitor-search-group .monitor-search {
  display: none;
  margin-left: -1px;
  border-radius: 20px;
  border-left: none;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 36px;
}
.monitor-header .monitor-search-group .monitor-search-clear-btn {
  position: absolute;
  right: 0;
  z-index: 3;
  font-size: 16px;
  display: none;
}

.monitor-container {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
  max-height: 85vh;
  margin-top: 10px;
}
.monitor-container .meter {
  background: #f8f8f8;
  overflow: hidden;
  height: 100%;
  display: flex;
  border-radius: 10px;
}
.monitor-container .meter .compliance-bar {
  text-align: right;
  transition: all 300ms ease-in-out;
  margin-right: 2px;
  display: block;
}
.monitor-container .meter .compliance-bar > span {
  margin: 0px 5px;
}
.monitor-container .overall-compliance .compliance-bar {
  position: relative;
  padding: 20px 0px;
  font-size: 16px;
}
.monitor-container .overall-compliance .compliance-bar::after {
  color: var(--bs-guide);
  font-weight: 500;
  content: attr(data-compliance) "% Actions Completed";
  position: absolute;
  inset: 20% -200px;
}
.monitor-container .overall-compliance .compliance-bar.compliance-left::after {
  color: white;
  inset: 20% 20px;
}
.monitor-container.panel-primary {
  border-radius: 10px;
  box-shadow: unset;
  border: 1px solid #E9E9E9;
}
.monitor-container .monitor-content {
  overflow-y: auto;
  padding: 10px;
  padding: 15px 30px 5px;
  padding-right: 20px;
}
.monitor-container .monitor-content table.monitor-data-table {
  margin-left: 10px;
}
.monitor-container .monitor-content table.monitor-data-table .title-column {
  width: 10vw;
}
.monitor-container .monitor-content table.monitor-data-table .mandatory-column {
  width: 5vw;
}
.monitor-container .monitor-content table.monitor-data-table .description-column {
  width: 30vw;
}
.monitor-container .monitor-content table.monitor-data-table .documents-column {
  width: 30vw;
}
.monitor-container .monitor-content table.monitor-data-table .actions-column {
  width: 30vw;
}
.monitor-container .monitor-content table.monitor-data-table .actions-column table {
  border: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.monitor-container .monitor-content table.monitor-data-table .actions-column td {
  padding: 8px;
  line-height: 1.428571429;
}
.monitor-container .monitor-content table.monitor-data-table .buttons-column {
  width: 10vw;
}
.monitor-container .monitor-content table.monitor-data-table .standard-column table {
  border: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.monitor-container .monitor-content table.monitor-data-table .standard-column td {
  padding: 8px;
  line-height: 1.428571429;
}
.monitor-container .monitor-content .standard-criterion {
  padding: 0px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin-bottom: 7px;
  overflow-x: auto;
}
.monitor-container .monitor-content .standard-criterion:has([aria-expanded=true]) {
  padding-bottom: 10px;
}
.monitor-container .monitor-content .standard-criterion .icons8-chevron-right {
  transition: 100ms ease-in-out;
  display: inline-block;
}
.monitor-container .monitor-content .standard-criterion:has([aria-expanded=true]) .icons8-chevron-right {
  transform: rotate(90deg);
}
.monitor-container .monitor-content .standard-criterion:has([aria-expanded=false]):hover {
  background-color: #fafafa;
}
.monitor-container .monitor-content .standard-criterion tbody, .monitor-container .monitor-content .standard-criterion tr, .monitor-container .monitor-content .standard-criterion tbody + tbody, .monitor-container .monitor-content .standard-criterion td {
  border: none !important;
}
.monitor-container .monitor-content .standard-criterion .monitor-data-table > tbody:nth-child(even) {
  background-color: #fafafa;
}
.monitor-container .monitor-content .standard-criterion tbody {
  border-radius: 10px;
}
.monitor-container .close-btn {
  float: right;
}
.monitor-container .documents-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  border-radius: 10px;
}
.monitor-container .modal {
  top: 0;
}
.monitor-container .modal-body {
  max-height: 85vh;
  overflow-y: auto;
}
.monitor-container .modal-body::-webkit-scrollbar, .monitor-container .monitor-content::-webkit-scrollbar {
  visibility: hidden;
}
.monitor-container .modal-body:hover::-webkit-scrollbar, .monitor-container .monitor-content:hover::-webkit-scrollbar {
  visibility: visible;
}

.module-page h1, .module-page h2 {
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: -0.5px;
}
.module-page .oneCPD .header .onevault-logo {
  background-image: none;
}
.module-page .oneCPD .header .onevault-logo img {
  max-height: 220px;
}
.module-page .header {
  margin: 0;
  padding: 0;
}
.module-page .header .header-right .module-description {
  height: 170px;
}
.module-page .header .onevault-logo {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), white);
  padding: 20px 0;
  width: 85%;
  max-width: 300px;
  float: left;
  height: 204px;
}
.module-page .header .onevault-logo img {
  margin: 0 auto;
  max-height: 164px;
}
.module-page .header .menu ul li a {
  color: #fff;
  opacity: 0.8;
}
.module-page .header .menu ul li a:hover {
  color: #fff;
  opacity: 0.9;
}
.module-page .header .menu ul li.active a {
  color: #fff;
  opacity: 1;
}
.module-page .panel_info .panel-heading {
  color: white;
}
.module-page .member-login {
  text-align: right;
  color: #fff;
  position: absolute;
  top: 140px;
  right: 5px;
}
.module-page .member-login a {
  color: #fff;
  text-transform: none;
}
.module-page .member-login a:hover {
  color: #fff;
}
.module-page .panel-primary .panel-heading:not(.section-panel-heading) {
  background-color: unset !important;
  color: #00249B;
}
.module-page .panel-primary .panel-heading:not(.section-panel-heading) .btn {
  border-color: white;
  transition: all, 0.2s;
}
.module-page .panel-primary .panel-heading:not(.section-panel-heading) .btn[disabled] {
  background-color: rgba(255, 255, 255, 0.25);
}
.module-page .panel-primary .panel-heading:not(.section-panel-heading) .btn[disabled]:hover {
  border-color: white;
}
.module-page .panel-primary .panel-heading:not(.section-panel-heading) .btn:not([disabled]):hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.module-page .panel-primary .panel-heading:not(.section-panel-heading) small {
  color: white;
}
.module-page .panel-primary.inverse .panel-heading {
  background: none;
  background-image: none;
  border: 1px solid #00249B;
  color: #00249B;
}

.checkbox-tick {
  color: #00249B;
  font-size: 30px;
  width: 25px;
  height: 25px;
}

.checkbox-unticked {
  content: "";
  border-radius: 50%;
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #cccccc;
  background-color: #fff;
  margin-bottom: 3px;
  margin-right: 3px;
  content: "";
  margin-top: 2px;
}

.well-info {
  background-color: rgba(120, 232, 255, 0.15);
  border: 1px solid #CCF9FF;
}

.well-oneGuide {
  border-radius: 0;
  background-color: rgba(120, 232, 255, 0.2);
}
.well-oneGuide .ko-modal {
  background-color: rgba(120, 232, 255, 0.6);
}
.well-oneGuide .alert-primary {
  background-color: white;
}
.well-oneGuide .checkbox-round input[type=checkbox]:checked ~ label::before {
  background-color: #00249B;
}
.well-oneGuide .btn-primary {
  border: 1px solid #00249B;
}
.well-oneGuide .btn-primary:hover {
  background-color: rgba(204, 249, 255, 0.2);
}

.well-oneAudit, .well-oneMortality {
  border-radius: 0;
  background-color: rgba(0, 237, 109, 0.2);
}
.well-oneAudit .ko-modal, .well-oneMortality .ko-modal {
  background-color: rgba(0, 237, 109, 0.6);
}
.well-oneAudit .alert-primary, .well-oneMortality .alert-primary {
  background-color: white;
}
.well-oneAudit .checkbox-round input[type=checkbox]:checked ~ label::before, .well-oneMortality .checkbox-round input[type=checkbox]:checked ~ label::before {
  background-color: #007A38;
}
.well-oneAudit .btn-primary, .well-oneMortality .btn-primary {
  border: 1px solid #007A38;
}
.well-oneAudit .btn-primary:hover, .well-oneMortality .btn-primary:hover {
  background-color: rgba(205, 255, 228, 0.2);
}

.well-oneQI {
  border-radius: 0;
  background-color: rgba(187, 75, 0, 0.2);
}
.well-oneQI .ko-modal {
  background-color: rgba(187, 75, 0, 0.6);
}
.well-oneQI .alert-primary {
  background-color: #ffecdf;
}
.well-oneQI .checkbox-round input[type=checkbox]:checked ~ label::before {
  background-color: #ED7D31;
}
.well-oneQI .btn-primary {
  border: 1px solid #ED7D31;
}
.well-oneQI .btn-primary:hover {
  background-color: rgba(240, 146, 83, 0.2);
}

.well-oneLearning {
  border-radius: 0;
  background-color: rgba(182, 122, 255, 0.2);
}
.well-oneLearning .ko-modal {
  background-color: rgba(182, 122, 255, 0.6);
}
.well-oneLearning .alert-primary {
  background-color: white;
}
.well-oneLearning .checkbox-round input[type=checkbox]:checked ~ label::before {
  background-color: #692BC4;
}
.well-oneLearning .btn-primary {
  border: 1px solid #692BC4;
}
.well-oneLearning .btn-primary:hover {
  background-color: rgba(239, 226, 255, 0.2);
}

.notification {
  margin: -28px 0 0 -11px;
  padding: 0.3em;
  text-align: center;
  background-color: white;
  color: #00249B;
  min-width: 1.8em;
  transition: all 0.2s;
}

.well-oneRisk {
  border-radius: 0;
  background-color: rgba(255, 134, 219, 0.2);
}
.well-oneRisk .ko-modal {
  background-color: rgba(255, 134, 219, 0.6);
}
.well-oneRisk .alert-primary {
  background-color: white;
}
.well-oneRisk .checkbox-round input[type=checkbox]:checked ~ label::before {
  background-color: #D934A9;
}
.well-oneRisk .btn-primary {
  border: 1px solid #D934A9;
}
.well-oneRisk .btn-primary:hover {
  background-color: rgba(255, 224, 251, 0.2);
}

.linked-docs {
  display: flex;
}
.linked-docs a {
  border-radius: 0;
  text-align: left;
  color: white;
  transition: all 0.2s;
  padding-left: 0;
  line-height: 2em;
  display: flex;
  align-items: initial;
  flex-flow: row wrap;
  flex: 1 1 auto;
  padding-right: 5px;
}
.linked-docs a :nth-child(2) {
  flex: 2;
}
.linked-docs .btn-logo {
  color: #ddd;
  background: url("/images/onevault-lines-mini-white_new.png") center center no-repeat;
  display: block;
  height: 2em;
  width: 35px;
  position: relative;
  float: left;
}
.linked-docs .badge {
  float: right;
  background-color: white;
  top: 0.1em;
  align-self: center;
  margin-left: 5px;
}

.btn-oneGuide {
  background-color: #00249B;
}
.btn-oneGuide .badge {
  color: #00249B;
}
.btn-oneGuide:hover {
  color: white;
  background-color: #00249B;
}

.btn-oneAudit {
  background-color: #007A38;
}
.btn-oneAudit .badge {
  color: #007A38;
}
.btn-oneAudit:hover {
  color: white;
  background-color: #007A38;
}

.btn-oneQI {
  background-color: #ED7D31;
}
.btn-oneQI .badge {
  color: #ED7D31;
}
.btn-oneQI:hover {
  color: white;
  background-color: #ED7D31;
}

.btn-oneLearning {
  background-color: #692BC4;
}
.btn-oneLearning .badge {
  color: #692BC4;
}
.btn-oneLearning:hover {
  color: white;
  background-color: #692BC4;
}

.btn-oneRisk {
  background-color: #D934A9;
}
.btn-oneRisk .badge {
  color: #D934A9;
}
.btn-oneRisk:hover {
  color: white;
  background-color: #D934A9;
}

.document-create {
  margin-left: 0;
  margin-right: 0;
}
.document-create h2 {
  color: #00249B;
}
.document-create a {
  width: 100%;
  /*   height: 100px;*/
  margin-bottom: 0.8em;
  /*font-size: 1.6em;*/
  line-height: 4em;
  text-align: center;
  transition: all, 0.2s;
}
.document-create a:hover {
  background-color: rgba(204, 249, 255, 0.2);
  color: #00249B;
}

#deathsTab .table {
  background-color: inherit;
}
#deathsTab .table td {
  border: none;
}

.report .report_panel {
  background-color: unset !important;
  border: none !important;
  color: #00249B;
}
.report .report_panel h2 {
  font-weight: 400;
}
.report .panel-body {
  /*  background-color: mix(white, $brand-primary, 80%);*/
}
.report .panel-body td, .report .panel-body th {
  padding: 1px 10px !important;
}

.report .pdf-link, .audit-respond .pdf-link {
  transition: all, 0.2s;
}
.report .pdf-link:hover, .audit-respond .pdf-link:hover {
  opacity: 0.9;
}

.table-question {
  width: 100%;
}
.table-question td {
  padding: 5px 10px;
  width: 20%;
}

.has-error-template .control-label {
  color: #e60000;
}
.has-error-template .select-list-btn {
  color: #e60000;
}
.has-error-template .form-control-static {
  color: #e60000;
}

.select-list-btn {
  width: 220px;
}

.responsibility-model .select-list-btn {
  width: 120px;
}

.pdf-link {
  font-size: 1.4em;
  padding: 0 0.5em;
}

.attached-file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  display: inline-block;
}

.module-menu {
  font-weight: bold;
  background-color: #EAEAEA;
}
.module-menu li {
  height: 50px;
  background-color: #CCC;
}
.module-menu li a {
  display: block;
  width: 100%;
  height: 100%;
}

.module-color-menu {
  margin: 0;
  padding: 0;
  width: 45px;
  overflow: visible;
  float: left;
}
.module-color-menu li {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  list-style: none;
  position: relative;
}
.module-color-menu li .color-report {
  background-color: #eee;
  line-height: 30px;
  transition: all, 0.2s;
  width: 35px;
  color: #555;
}
.module-color-menu li .color-report:hover {
  background-color: #ccc;
}
.module-color-menu li .color-search {
  background-color: #6c6d6f;
  line-height: 30px;
  transition: all, 0.2s;
  width: 35px;
}
.module-color-menu li .color-search:hover {
  background-color: #545454;
}
.module-color-menu li .color-oneGuide {
  background-color: #00249B;
  transition: all, 0.2s;
}
.module-color-menu li .color-oneGuide:hover {
  background-color: #00249B;
}
.module-color-menu li .color-registers {
  background-color: #00249B;
  transition: all, 0.2s;
}
.module-color-menu li .color-registers:hover {
  background-color: #00249B;
}
.module-color-menu li .color-oneRisk {
  background-color: #D934A9;
  transition: all, 0.2s;
}
.module-color-menu li .color-oneRisk:hover {
  background-color: #D934A9;
}
.module-color-menu li .color-planner {
  background-color: #ED7D31;
  transition: all, 0.2s;
}
.module-color-menu li .color-planner:hover {
  background-color: #ED7D31;
}
.module-color-menu li .color-oneQuality {
  background-color: #ED7D31;
  transition: all, 0.2s;
}
.module-color-menu li .color-oneQuality:hover {
  background-color: #ED7D31;
}
.module-color-menu li .color-oneAudit {
  background-color: #007A38;
  transition: all, 0.2s;
}
.module-color-menu li .color-oneAudit:hover {
  background-color: #007A38;
}
.module-color-menu li .color-clinical-Indicators {
  background-color: #007A38;
  transition: all, 0.2s;
}
.module-color-menu li .color-clinical-Indicators:hover {
  background-color: #007A38;
}
.module-color-menu li .color-mortality {
  background-color: #007A38;
  transition: all, 0.2s;
}
.module-color-menu li .color-mortality:hover {
  background-color: #007A38;
}
.module-color-menu li .color-oneLearning {
  background-color: #692BC4;
  transition: all, 0.2s;
}
.module-color-menu li .color-oneLearning:hover {
  background-color: #692BC4;
}
.module-color-menu li .color-oneVault {
  background: #474a4c url("/images/onevault-lines-mini-colour.png") center center no-repeat;
  transition: all, 0.2s;
}
.module-color-menu li .color-oneVault:hover {
  background-color: #282c2e;
}
.module-color-menu li .color-oneIncident {
  background-color: #800609;
  transition: all, 0.2s;
}
.module-color-menu li .color-oneIncident:hover {
  background-color: #800609;
}
.module-color-menu li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 45px;
  padding: 0;
  z-index: 1;
}
.module-color-menu li ul li {
  float: left;
  position: relative;
  width: 120px;
  height: 34px;
  background: #555;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
  transition: all, 0.2s;
}
.module-color-menu li ul li a {
  width: 120px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-image: none;
  text-align: center;
}
.module-color-menu li ul li a:hover {
  text-decoration: none;
}
.module-color-menu li ul .detail-report {
  background: #ccc;
  width: 115px;
}
.module-color-menu li ul .detail-report a {
  width: 115px;
  color: #333;
  text-shadow: none;
}
.module-color-menu li ul .detail-search {
  background-color: #545454;
  width: 305px;
  text-align: left;
  height: 48px;
  padding: 3px;
}
.module-color-menu li ul .detail-search .form-group {
  margin: 0;
}
.module-color-menu li ul .detail-search .form-control {
  background: #444;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  padding: 21px 14px;
  border: 0 none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all, 0.2s;
}
.module-color-menu li ul .detail-search .form-control:hover {
  background: #404040;
}
.module-color-menu li ul .detail-search .form-control:focus {
  background: #393939;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.module-color-menu li ul .detail-oneGuide {
  background-color: #00249B;
}
.module-color-menu li ul .detail-oneRisk {
  background-color: #D934A9;
}
.module-color-menu li ul .detail-oneQuality {
  background-color: #ED7D31;
}
.module-color-menu li ul .detail-oneAudit {
  background-color: #007A38;
}
.module-color-menu li ul .detail-oneLearning {
  background-color: #692BC4;
}
.module-color-menu li ul .detail-oneVault {
  background-color: #282c2e;
}
.module-color-menu li ul .detail-oneIncident {
  background-color: #800609;
}
.module-color-menu li:hover ul {
  display: block;
}
.module-color-menu li a {
  color: #ddd;
  background: url("/images/onevault-lines-mini-white_new.png") center center no-repeat;
  display: block;
  height: 34px;
  width: 45px;
  position: relative;
}

.search-list span {
  background: url("/images/onevault-lines-mini-white_new.png") center center no-repeat;
  display: block;
  height: 34px;
  width: 45px;
}
.search-list span.color-oneGuide {
  background-color: #00249B;
}
.search-list span.color-registers {
  background-color: #00249B;
}
.search-list span.color-oneRisk {
  background-color: #D934A9;
}
.search-list span.color-oneQuality {
  background-color: #ED7D31;
}
.search-list span.color-planner {
  background-color: #ED7D31;
}
.search-list span.color-oneAudit {
  background-color: #007A38;
}
.search-list span.color-mortality {
  background-color: #007A38;
}
.search-list span.color-clinical-Indicators {
  background-color: #007A38;
}
.search-list span.color-oneLearning {
  background-color: #692BC4;
}
.search-list span.color-oneVault {
  background: #474a4c url("/images/onevault-lines-mini-colour.png") center center no-repeat;
}

.module-info {
  background-color: #ced9ff;
  display: block;
  width: 100%;
  height: 230px;
  margin-bottom: 50px;
}

.module-image img {
  height: 230px;
}

[class^=circle-] {
  display: inline-block;
  border-radius: 50%;
  height: 1em;
  width: 1em;
}

.circle-success {
  background-color: #5cb85c;
}

.circle-warning {
  background-color: #f0ad4e;
}

.circle-danger {
  background-color: #d9534f;
}

.circle-grey {
  background-color: #98999a;
}

.circle-info {
  background-color: #5bc0de;
}

.panel .btn-group-justified .btn-primary {
  color: #00249B;
  margin-top: 10px;
  transition: all, 0.2s;
}
.panel .btn-group-justified .btn-primary:hover {
  color: #00249B;
}
.panel .btn-group-justified .btn-primary[disabled] {
  color: #78E8FF !important;
  background-color: white !important;
}
.panel .btn-group-justified .btn-primary:active {
  color: rgba(255, 255, 255, 0.8);
}
.panel .btn-group-justified .btn-primary h3 {
  margin-top: 10px;
}

/* One Guide Specific */
.oneGuide .header {
  background: #00249B url("/images/banner-oneguide.jpg") center center no-repeat;
}

.reportRow td:not(.btnCell):hover, .clickRow td:not(.btnCell):hover {
  cursor: pointer;
}

.btnCell {
  width: 1%;
  white-space: nowrap;
  padding: 8px 0;
}
.btnCell .btn {
  margin: 0.1em;
}
.btnCell [class^=icons8-] {
  font-size: 1.8em;
}

/* One Broadcast Specific */
.broadcast-image {
  height: 250px;
}

.broadcast:hover {
  cursor: pointer;
}

.oneBroadcast .panel-subtitle {
  margin: 0.8em 0 0 1.2em;
}
.oneBroadcast .panel-heading h2 {
  margin: 0.1em;
}
.oneBroadcast .btn-group {
  margin: -1px 0 0 10px;
}

.oneBroadcast .btn-primary.active, .module-home .btn-primary.active {
  background-color: #474a4c;
}

.white {
  color: #fff;
}

[class=subTemplateBlockRow] {
  padding: 0;
}

.well-sm tbody:first-child td {
  border-top: 0;
}

.subTemplateBlockRow {
  margin-bottom: 3px;
  padding: 0 0 5px;
}
.subTemplateBlockRow table.subTemplateList textarea {
  width: 100%;
  max-width: 100%;
}
.subTemplateBlockRow table.subTemplateList td.move {
  width: 46px;
}
.subTemplateBlockRow table.subTemplateList td.move .btn {
  height: 26px;
  display: block;
  padding: 3px 12px;
  float: right;
}
.subTemplateBlockRow table.subTemplateList td.indented,
.subTemplateBlockRow table.subTemplateList td.indentedNumber {
  max-width: 68px;
  width: 34px;
}
.subTemplateBlockRow table.subTemplateList td.remove, .subTemplateBlockRow table.subTemplateList td.add {
  width: 46px;
  text-align: right;
}
.subTemplateBlockRow table.subTemplateList .indentedNumber {
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
  overflow: visible;
}
.subTemplateBlockRow table.subTemplateList .indentedNumber p {
  direction: rtl;
}
.subTemplateBlockRow table.subTemplateList tfoot td:first-child {
  text-align: center;
}
.subTemplateBlockRow table.subTemplateList .indentControls {
  vertical-align: middle;
  width: 134px;
}
.subTemplateBlockRow table.subTemplateList tr + tr td {
  padding-top: 5px;
  border: none;
}
.subTemplateBlockRow table.subTemplateList tfoot td {
  height: 33px;
  padding-top: 7px;
}
.subTemplateBlockRow table.subTemplateList tr:first-child td.move button:first-child, .subTemplateBlockRow table.subTemplateList tr:last-child td.move button:last-child, .subTemplateBlockRow table.subTemplateList tr:only-child td.move button {
  display: none;
}
.subTemplateBlockRow table.subTemplateList tr:first-child td.move {
  vertical-align: bottom;
}
.subTemplateBlockRow table.subTemplateList tr:last-child td.move {
  vertical-align: top;
}
.subTemplateBlockRow .btn-primary {
  color: #00249B !important;
}
.subTemplateBlockRow .paragraph-container {
  clear: both;
  padding: 10px;
}
.subTemplateBlockRow.useImage {
  margin-top: 33px;
}
.subTemplateBlockRow.useImage .rowControls {
  border-radius: 3px 0 3px 0;
  top: -32px;
}
.subTemplateBlockRow .rowControls {
  border-radius: 3px 3px 3px 0;
}
.subTemplateBlockRow .imageWrapper {
  height: initial;
}
.subTemplateBlockRow .imageWrapper .rowControls {
  margin-top: -7px !important;
  border-radius: 3px 0 0 3px;
}

.row-highlight, .block-highlight {
  background-color: rgba(204, 249, 255, 0.4);
}

.image-highlight {
  border: 2px solid rgba(0, 36, 155, 0.6) !important;
}

.tab-pane td.indentControls {
  position: relative !important;
  right: initial !important;
}

/* OneAudit Specific */
.oneAudit .header {
  background: #007A38 url("/images/banner-oneaudit.jpg") center center no-repeat;
}

.audit-respond {
  max-width: 100vw;
}
.audit-respond .radio {
  margin: 0;
}
@media (max-width: 500px) {
  .audit-respond .audit-image-container, .audit-respond .audit-image {
    max-width: 100%;
  }
  .audit-respond .audit-image-buttons {
    display: none;
  }
}

.row-multi-choice:first-child {
  margin-left: 2%;
}

.cell-multi-choice {
  text-align: center;
  display: inline-block;
  width: 19%;
}
.cell-multi-choice.image {
  padding: 15px;
  text-align: center;
}
.cell-multi-choice.image img {
  min-width: 40px;
  width: 50%;
}

.row-child {
  margin: 20px 0 0 30px;
  border-left: 4px solid rgba(0, 36, 155, 0.3);
  padding-left: 10px;
}

.well-child {
  margin-left: 40px;
}

.audit-grid-cell {
  text-align: center;
  padding: 0;
  border-left: 1px solid #00249B;
  border-right: 1px solid #00249B;
}

/* OneRisk Specific */
.oneRisk .header {
  background: #D934A9 url("/images/banner-onerisk.jpg") center center no-repeat;
}
#recommendationTab .border-bottom {
  border-bottom: 3px solid rgba(0, 36, 155, 0.5);
}

/* OneQuality Specific */
.oneQuality .header {
  background: #ED7D31 url("/images/banner-onequality.jpg") center center no-repeat;
}

/* OneLearning Specific */
.oneLearning .header {
  background: #692BC4 url("/images/banner-onelearning.jpg") center center no-repeat;
}

.MyWorkListRow .spinnerIcon {
  position: absolute;
  right: -40px;
  top: 5px;
}

/* OneCPD Specific */
.oneCPD .header {
  background: #692BC4 center center no-repeat;
}

.panel .fa-angle-left, .panel .fa-angle-right {
  margin: -4px 10px;
}

.cpd-heading:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}

.header-welcome {
  float: right;
  margin: 125px 10px 0 0 !important;
}

.cpd-report-list {
  page-break-inside: avoid;
}

.cpd-welcome h1 {
  font-size: 4em;
}
.cpd-welcome p {
  font-size: 1.4em;
  font-weight: 300;
}
.cpd-welcome .profile-btn {
  background: #f0f0f0;
  padding: 25px;
  transition: all 0.3s ease;
  display: inline-block;
  height: 100%;
  opacity: 0.9;
  text-align: center;
  border-radius: 2px;
  margin: 20px 0;
}
.cpd-welcome .profile-btn:hover, .cpd-welcome .profile-btn:focus, .cpd-welcome .profile-btn:active {
  opacity: 1;
  background: #00249B;
  text-decoration: none;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.qi-milestone .border-bottom {
  border-bottom: 3px solid rgba(0, 36, 155, 0.5);
}

.qi-log thead td {
  border: 0 !important;
}
.qi-log tbody td {
  padding: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.qi-log tbody td input {
  border: 0;
  box-shadow: none;
}
.qi-log tbody td.btnCell {
  padding: 0 !important;
}
.qi-log tbody td.btnCell .btn {
  margin: 0 !important;
}
.qi-log tbody tr:first-child td {
  border-top: 1px solid #ff9900;
}
.qi-log .panel-heading {
  background-image: none !important;
  background-color: bisque !important;
  color: #ff9900;
  font-weight: 600;
}

td.qi-log-add {
  width: 42px;
  position: relative;
}
td.qi-log-add .btn {
  position: absolute;
  top: 5px;
  left: 5px;
}

.associationColumn span {
  display: inline-block;
  float: left;
}

.center-vertically {
  margin-top: auto;
  margin-bottom: auto;
}

.center-horizontally {
  margin-left: auto;
  margin-right: auto;
}

.center-all {
  margin: auto;
}

.open > .dropdown-menu {
  max-width: 357px;
}

.edit-single-page {
  display: flex;
  flex: 1;
  flex-direction: row;
  height: calc(100vh - 90px);
}
.edit-single-page .form-horizontal {
  display: flex;
  flex: 1;
}
.edit-single-page .panel {
  margin-bottom: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.edit-single-page .panel-inner {
  height: inherit;
}
.edit-single-page .panel-heading {
  padding: 0;
  border-bottom: none;
}
.edit-single-page .panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 5px 10px;
}
.edit-single-page .panel-nav-tabs {
  background: white;
  padding: 1px;
}
.edit-single-page .panel-nav-tabs .nav-tabs {
  display: flex;
}
.edit-single-page .panel-nav-tabs .nav {
  margin-top: 0 !important;
}
.edit-single-page .tab-content {
  padding-top: 0px;
}
.edit-single-page .tab-pane {
  margin-bottom: 0;
}

.line-limit-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.line-limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.selection-tag-name {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.selection-tag-remove {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
}

.label.tag {
  display: flex;
  line-height: 2em;
  padding-left: 5px;
  width: -moz-fit-content;
  width: fit-content;
}

.smk-alert-content {
  z-index: 10000000 !important;
}

@media (max-width: 575px) {
  .rating-scale-question > tbody {
    display: grid;
    grid-template-areas: "question-title question-title question-title question-title question-title" "checkbox faces text text text";
  }
  .subtemplate-faces, .subtemplate-rating-answer-text, .subtemplate-checkboxes {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: left;
  }
  .rating-scale-question td {
    width: unset !important;
  }
}
.subtemplate-faces img {
  min-width: 30px;
  max-width: 40px !important;
}

.mobile-tab-select {
  font-size: 2rem !important;
  padding: 1rem 0 1rem 1.5rem !important;
  color: #00249B !important;
  font-weight: 400 !important;
  margin-bottom: 5px;
  border-radius: 10px !important;
}

.attached-files-container {
  max-width: 90vw;
}

input:disabled + label {
  cursor: not-allowed;
}

.header {
  background: #202426 url("/images/header.jpg") bottom center no-repeat;
  margin: 0;
  padding: 0 0 10px 0;
}
.header .menu {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  margin-top: 19px;
}
.header .menu ul {
  padding: 0;
  list-style: none;
  float: left;
  margin: 0;
}
.header .menu ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.header .menu ul li.active a {
  font-weight: bold;
  color: #a7aaab;
}
.header .menu ul li a {
  color: #9b9d9e;
  text-transform: uppercase;
}
.header .menu ul li a:hover {
  text-decoration: none;
  color: #a7aaab;
}
.header .member-login {
  float: right;
}
.header .member-login a {
  color: #808285;
  text-transform: uppercase;
  font-weight: bold;
}
.header .member-login a:hover {
  text-decoration: none;
  color: #a5a6a6;
}
.header h1 {
  color: #fff;
  font-weight: 300;
  font-size: 29px;
  margin: 20px 0 8px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.5px;
}
.header h2 {
  color: #B4B8B9;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 27px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.header h2 strong {
  font-weight: 500;
  color: #CCC;
}
.header .header-search {
  margin-top: 118px;
}
.header .header-search .btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0 none;
  color: #fff;
  transition: all, 0.2s;
}
.header .header-search .btn:hover {
  background-color: rgba(255, 255, 255, 0.33);
}

.navigation {
  background: #f5f5f5;
  padding: 7px 0;
}
.navigation .breadcrumb {
  background: transparent;
  padding: 7px 0 0 0;
  margin: 0;
}
.navigation ul {
  margin: 0;
  list-style: none;
}
.navigation .btn {
  border-radius: 0;
}

.login-details {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}
.login-details li {
  display: inline-block;
  margin-left: 6px;
  color: #fff;
}
.login-details li i {
  transition: all 0.2s;
}
.login-details li a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.login-details li a i {
  color: white;
}
.login-details li a i.icons8-settings {
  font-size: 1.2em;
}
.login-details li:hover i {
  color: rgba(255, 255, 255, 0.7);
}
.login-details li:hover .badge {
  background-color: rgba(255, 255, 255, 0.7);
}
.login-details select {
  background-color: rgba(0, 36, 155, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
.login-details select option {
  background-color: rgba(0, 36, 155, 0.8);
}

.member-login .login-box {
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 1px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  margin: 0 0 0 -55px;
  width: 218px;
  z-index: 100;
}
.member-login .login-box label {
  font-weight: normal;
  text-shadow: none;
  color: #333333;
  font-size: 12px;
  margin: 0 0 2px 0;
}
.member-login .login-box .form-group {
  margin: 0 0 5px 0;
}

#logoutForm .fa-power-off {
  margin-right: 0.2em;
}

.onevault-intro .btn-primary {
  color: #eaeaea;
  background: rgba(24, 27, 28, 0.06);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 18px;
}
.onevault-intro .btn-primary span {
  opacity: 0.7;
  padding: 0 0 0 2px;
  font-size: 16px;
}
.onevault-intro .btn-primary:hover {
  opacity: 0.75;
}

.content-left h2 {
  margin: 0 0 25px 0;
  line-height: 1.25;
  color: #444;
  letter-spacing: -0.5px;
}
.content-left h2 strong {
  font-weight: 500;
}

.content-left h3 { /*color: $oneGuide;*/
  font-size: 29px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin: 0 0 14px 0;
  border-bottom: 3px solid #d9e8f4;
  padding: 0 0 9px 0;
  color: #555;
}

.content p, .content ul, .content ol {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.content p {
  max-width: 800px;
}

.content-left blockquote {
  border-left: 3px solid #ddd;
}

.content-right h3 {
  font-weight: 600; /*color: $oneGuide;*/
  letter-spacing: -0.5px;
}

.content-right h4 {
  margin: 0 0 5px 0;
}

.module-navigation {
  padding: 20px 0 0 0;
}
.module-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.module-navigation ul li {
  margin: 2px;
  text-align: center;
  height: 82px;
  display: inline-block;
}
.module-navigation ul li a {
  background: #f0f0f0;
  padding: 8px 25px 6px 25px;
  color: #474a4c;
  transition: all 0.3s ease;
  display: block;
  height: 100%;
  opacity: 0.9;
  text-align: center;
  border-radius: 2px;
}
.module-navigation ul li a:hover, .module-navigation ul li a:focus, .module-navigation ul li a:active {
  opacity: 1;
  background: #00249B;
  text-decoration: none;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.module-navigation ul li a:hover i, .module-navigation ul li a:focus i, .module-navigation ul li a:active i {
  color: white;
}
.module-navigation ul li a [class^=icons8] {
  transition: all 0.3s ease;
  display: block;
  font-size: 32px;
  color: #00249B;
}

.general .header .onevault-logo img {
  margin: -11px 0 12px 0;
}

.general .header h1 {
  margin-top: 42px;
}

/* About page */
.about .header {
  /*background-image: url('/images/header-about.jpg');*/
  background: #202426 url("/images/header-about.jpg") bottom center no-repeat;
}
.about .header h1 {
  line-height: 1.4;
  margin-bottom: 5px;
}
.about .header h2 {
  margin-bottom: 10px;
  color: #C0C4C5;
}
.about .header h3 {
  color: #949696;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 28px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.content-section {
  background: #333;
  background-size: cover;
  color: #111;
  color: rgba(15, 15, 15, 0.9);
  text-align: center;
  padding: 140px 0 0 0;
  margin: 0 0 30px 0;
}

.content-section h2 {
  font-size: 34px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 6px rgba(255, 255, 255, 0.2);
  padding: 0 5em;
  margin: 0 0 10px 0;
}

.content-section p {
  font-size: 24px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 6px rgba(255, 255, 255, 0.2);
  padding: 0 8em;
  margin: 0 0 10px 0;
}

.content-section .content-box {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 0 30px 0;
}

.about-1 {
  background-image: url(../images/About/tech.jpg);
}

.about-2 {
  background-image: url(../images/About/stethoscope.jpg);
}
.about-2 h2 span {
  padding: 0 4px;
}

.about-3 {
  background-image: url(../images/About/kids.jpg);
}

.about-4 {
  background-image: url(../images/About/surgery-masks.jpg);
}

.about-5 {
  background-image: url(../images/About/interface2.jpg);
}

.about-6 {
  background-image: url(../images/About/elderly-home.jpg);
}

.about-7 {
  background-image: url(../images/About/reports.jpg);
}

.about-8 {
  background-image: url(../images/About/nurses.jpg);
}

.about-9 {
  background-image: url(../images/About/graph.jpg);
}
.about-9 p {
  padding: 0 7em;
}

.about-10 {
  background-image: url(../images/About/dna.jpg);
}

.about-11 {
  background-image: url(../images/About/upside-down.jpg);
}

/* About OneCPD page */
.about-onecpd {
  background-size: cover;
  margin: 0 0 30px 0 !important;
}
.about-onecpd h2 {
  font-size: 35px;
}
.about-onecpd p {
  font-size: 19px;
  color: #222;
}
.about-onecpd .content-box {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 40px 30px 40px !important;
}

.onecpd-1 {
  background-image: url(../images/About/masked-woman.jpg);
  color: #1f1f1f;
}
.onecpd-1 h2 {
  color: #0e3759;
}

.onecpd-2 {
  background: #0e3759;
  color: #fff;
  text-align: center;
  padding: 30px;
}
.onecpd-2 h2 {
  font-size: 31px;
}
.onecpd-2 h2 span {
  padding: 0 4px;
}
.onecpd-2 p {
  font-size: 19px;
  color: #d9e0e5;
  padding: 0 7.5em;
}

.onecpd-3 {
  background-image: url(../images/About/doctor-girl.jpg);
  background-size: auto;
  color: #1f1f1f;
}
.onecpd-3 .content-box {
  background: #e2e5ec;
}
.onecpd-3 h2 {
  color: #2864a3;
}

.onecpd-4 {
  background-image: url(../images/About/guy-with-phone.jpg);
  color: #1f1f1f;
}
.onecpd-4 h2 {
  color: #00ED6D;
}

.onecpd-5 {
  background-image: url(../images/About/girl-socks.jpg);
  background-size: auto;
  color: #1f1f1f;
}
.onecpd-5 .content-box {
  background: #f1eee9;
}
.onecpd-5 h2 {
  color: #e00d1a;
}

.onecpd-10 {
  background-image: url(../images/About/onecpd-11.jpg);
  background-size: auto;
  color: #1f1f1f;
}
.onecpd-10 h2 {
  color: #228ce3;
}
.onecpd-10 p {
  font-size: 20px;
}

.onecpd-11 h2 {
  color: #722D97;
  margin: 20px 0 20px 0;
}
.onecpd-11 h3 {
  margin: 0 0 30px 0;
}

.onecpd-screenshot .screenshot {
  background: #fff;
  padding: 5px;
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.2);
  margin: 0 0 15px 0;
}
.onecpd-screenshot p {
  margin: 3em 3em 0 3em;
  font-size: 21px;
  line-height: 1.5;
  color: #722D97;
}

/* Help pages */
.help-cpd-header {
  background: white url("/images/help-cpd.jpg") bottom center no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.help-cpd-header .title {
  width: 80%;
  margin: 5em auto;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
.help-cpd-header .subtitle {
  background: white;
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
  box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.12), 10px 0 10px -5px rgba(0, 0, 0, 0.12), -10px 0 10px -5px rgba(0, 0, 0, 0.12);
}
.help-cpd-header h1 {
  margin: 40px 0;
  font-size: 4em;
  display: inline-block;
}

.help-faq {
  margin: 40px 0;
}
.help-faq h3 {
  margin-top: 20px;
  color: #00249B;
}

/* General Jazz */
.row.no-gutter {
  margin: 0;
}
.row.no-gutter [class^=col-] {
  padding: 0;
}

hr.alt-1 {
  margin: 30px 0;
  border-top: 3px solid rgba(146, 85, 162, 0.2);
}

@media (max-width: 991px) {
  .header-welcome {
    display: none;
  }
}
/* Medium devices (desktops, large tablets) */
/* this is for the largest "breakpoint" (standard for large computer monitors) */
/* this media query shouldn't really need to be used as we have designed the template desktop-first, so the standard CSS we have written is for monitors 1200px+ */
/* Homepage */
/* Large screens*/
@media (min-width: 992px) and (max-width: 1199px) {
  .home .header {
    height: inherit;
    padding-bottom: 20px;
  }
  .home .header h1 {
    margin: 52px 0 8px 0;
    font-size: 28px;
  }
  .home .header h2 {
    font-size: 22px;
  }
  .home .onevault-module {
    height: 200px;
  }
  .home .onevault-module span {
    background-size: 1300px;
    height: 196px;
    width: 188px;
  }
  .home .module-oneGuide span {
    background-position: 0 2px;
  }
  .home .module-oneGuide.module-active span {
    background-position: 0 -189px;
  }
  .home .module-oneRisk span {
    background-position: -186px 2px;
  }
  .home .module-oneRisk.module-active span {
    background-position: -186px -189px;
  }
  .home .module-oneQuality span {
    background-position: -370px 2px;
  }
  .home .module-oneQuality.module-active span {
    background-position: -370px -189px;
  }
  .home .module-oneAudit span {
    background-position: -558px 2px;
  }
  .home .module-oneAudit.module-active span {
    background-position: -558px -189px;
  }
  .home .module-oneLearning span {
    background-position: -742px 2px;
  }
  .home .module-oneLearning.module-active span {
    background-position: -742px -189px;
  }
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .home .header {
    height: inherit;
    padding: 0 0 18px 0;
  }
  .home .header h1 {
    margin: 33px 0 6px 0;
    font-size: 29px;
    line-height: 1.35;
  }
  .home .header h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .home .header h2 br {
    display: none;
  }
  .home .header .onevault-logo img {
    margin: -25px 0 0 0;
  }
  .home .module-detail {
    background-size: cover !important; /*min-height: 480px;*/
    padding: 29px 35px;
  }
  .home .module-detail.module-onecpd {
    min-height: auto;
  }
  .home .module-detail h3 {
    line-height: 1.25;
    margin: 0 0 7px 0;
  }
  .home .module-detail p {
    max-width: 100%;
    opacity: 1;
  }
  .home .onevault-module { /*width: 50%;*/
    height: 160px;
    border: 0 none;
  }
  .home .onevault-module:hover {
    border: 0 none;
  }
  .home .module-onecpd .btn {
    margin-top: 20px;
  }
  .home .onevault-module.module-active {
    border: 0 none;
  }
  .home .onevault-module span {
    width: inherit;
    height: 161px;
    background-size: 1020px;
  }
  .home .detail-oneGuide.detail-active {
    background-position: 56% 0;
  }
  .home .module-oneGuide span {
    background-position: 0 5px;
  }
  .home .module-oneGuide.module-active span {
    background-position: 0 -146px;
  }
  .home .detail-oneRisk.detail-active {
    background-position: 73% 0;
  }
  .home .module-oneRisk span {
    background-position: -147px 5px;
  }
  .home .module-oneRisk.module-active span {
    background-position: -147px -146px;
  }
  .home .detail-oneQuality.detail-active {
    background-position: 98% 0;
  }
  .home .module-oneQuality span {
    background-position: -291px 5px;
  }
  .home .module-oneQuality.module-active span {
    background-position: -291px -146px;
  }
  .home .detail-oneAudit.detail-active {
    background-position: 46% 0;
    text-align: left;
  }
  .home .detail-oneAudit p {
    margin: 0;
  }
  .home .module-oneAudit span {
    background-position: -439px 5px;
  }
  .home .module-oneAudit.module-active span {
    background-position: -439px -146px;
  }
  .home .detail-oneLearning.detail-active {
    background-position: 6% 0;
    text-align: left;
  }
  .home .detail-oneLearning p {
    margin: 0;
  }
  .home .module-oneLearning span {
    background-position: -583px 5px;
  }
  .home .module-oneLearning.module-active span {
    background-position: -583px -146px;
  }
  .home .onebroadcast .broadcast {
    height: 260px;
    padding: 10px 13px;
  }
  .footer .copyright {
    margin: 30px 0 13px 0;
  }
}
/* Mobiles and small tablets */
@media (max-width: 767px) {
  .home .header {
    height: inherit;
    padding: 0 0 18px 0;
    background-size: cover;
  }
  .home .header .menu {
    text-align: center;
    margin-top: 8px;
  }
  .home .header .onevault-logo img {
    height: 200px;
    margin: 5px auto 10px auto;
  }
  .home .header h1 {
    margin: 0 0 6px 0;
    font-size: 22px;
    text-align: center;
  }
  .home .header h2 {
    margin: 0;
    font-size: 18px;
    text-align: center;
  }
  .home .header h2 br {
    display: none;
  }
  .home .detail-oneGuide.detail-active {
    background-position: 56% 0;
  }
  .home .detail-oneRisk.detail-active {
    background-position: 73% 0;
  }
  .home .detail-oneQuality.detail-active {
    background-position: 98% 0;
  }
  .home .detail-oneAudit.detail-active {
    background-position: 46% 0;
    text-align: left;
  }
  .home .detail-oneAudit p {
    margin: 0;
  }
  .home .detail-oneLearning.detail-active {
    background-position: 6% 0;
    text-align: left;
  }
  .home .detail-oneLearning p {
    margin: 0;
  }
  .home .onevault-module {
    height: 124px;
    border-bottom: 0 none;
  }
  .home .onevault-module span {
    width: 108px;
    height: 124px;
    background-size: 900px;
    margin: 0 auto;
  }
  .home .module-oneGuide span {
    background-position: -10px -4px;
  }
  .home .module-oneGuide.module-active span {
    background-position: -10px -137px;
  }
  .home .module-oneRisk span {
    background-position: -138px -4px;
  }
  .home .module-oneRisk.module-active span {
    background-position: -138px -137px;
  }
  .home .module-oneQuality span {
    background-position: -268px -4px;
  }
  .home .module-oneQuality.module-active span {
    background-position: -268px -137px;
  }
  .home .module-oneAudit span {
    background-position: -397px -4px;
  }
  .home .module-oneAudit.module-active span {
    background-position: -397px -137px;
  }
  .home .module-oneLearning span {
    background-position: -524px -4px;
  }
  .home .module-oneLearning.module-active span {
    background-position: -524px -137px;
  }
  .home .module-detail {
    padding: 25px 30px;
  }
  .home .module-detail p {
    max-width: 100%;
    opacity: 1;
  }
  .home .module-detail.detail-active {
    background-size: cover;
  }
  .home .module-onecpd {
    text-align: center;
    background-size: cover;
    padding: 20px 25px;
  }
  .home .module-onecpd p br {
    display: none;
  }
  .home .module-onecpd .oneCPD-logo {
    float: none;
    margin: 0 auto;
  }
  .home .module-onecpd .btn {
    margin-top: 20px;
  }
  .home .module-onecpd h3 {
    font-size: 26px;
    margin-top: 5px;
    line-height: 1.35;
  }
  .home .module-onecpd p {
    font-size: 17px;
  }
  .home .broadcast-header h2 {
    text-align: center;
    margin: 0 0 12px 0;
  }
  .home .broadcast-header .broadcast-search {
    float: left;
  }
  .home .broadcast-header .broadcast-search input {
    float: left;
    margin-right: 3px;
  }
  .onebroadcast .moreBroadcastsBtn {
    float: right;
  }
  .home .onebroadcast p:last-child {
    position: initial;
  }
  .home .onebroadcast .broadcast {
    height: initial;
    margin-bottom: 10px;
  }
  .footer {
    text-align: center;
  }
  .footer .onevault-logo img {
    margin: 0 auto;
    height: 160px;
  }
  .footer .copyright {
    margin: 10px 0;
  }
  .panel-footer {
    padding-bottom: 50px;
  }
}
/* Tablets and up */
@media (min-width: 768px) {
  .home .broadcast-header .broadcast-search {
    float: right;
  }
  .home .broadcast-header .broadcast-search input {
    float: left;
    margin-right: 4px;
  }
  .onebroadcast .moreBroadcastsBtn {
    float: right;
    margin-right: 10px;
  }
}
/* Really small screens */
@media (max-width: 600px) {
  .home .onevault-module {
    width: 50%;
  }
  /* .home .onevault-module.module-oneLearning { width: 100%; } */
  .home .header .menu ul li {
    margin: 0 7px 4px 7px;
  }
  .home .header .member-login {
    float: none;
    margin: 0 auto;
    width: 69px;
    font-size: 12px;
  }
}
/* About page, etc. */
/* Large screens */
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .general .header {
    height: inherit;
    padding: 0 0 18px 0;
  }
  .general .header h1 {
    margin: 30px 0 8px 0;
    font-size: 29px;
    line-height: 1.35;
  }
  .general .header h2 {
    margin: 0 0 12px 0;
    font-size: 22px;
  }
  .general .header h2 br {
    display: none;
  }
  .content-section h2 {
    padding: 0 2em;
  }
  .content-section p {
    padding: 0 4em;
  }
}
/* Mobiles and small tablets  */
@media (max-width: 767px) {
  .general .header {
    height: inherit;
    padding: 0 0 18px 0;
    background-size: cover;
  }
  .general .header .menu {
    text-align: center;
    margin-top: 8px;
  }
  .general .header .onevault-logo img {
    height: 200px;
    margin: 5px auto 10px auto;
  }
  .general .header h1 {
    margin: 0 0 8px 0;
    font-size: 22px;
    text-align: center;
  }
  .general .header h2 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 0 20px;
  }
  .content-section {
    background-position: 50% 50%;
    margin: 0;
    padding: 0;
  }
  .content-section .content-box {
    background: rgba(255, 255, 255, 0.75);
  }
  .content-section h2 {
    padding: 0 1em;
  }
  .content-section p {
    padding: 0 3em;
  }
  .mobile-hide {
    display: none !important;
  }
  .list-image-container {
    max-width: 90vw;
  }
}
/* Tablets and up */
@media (min-width: 768px) and (max-width: 1430px) {
  .desktop-hide {
    display: none !important;
  }
}
/* Really small screens*/
@media (max-width: 600px) {
  .general .header .menu ul li {
    margin: 0 7px 4px 7px;
  }
  .general .header .member-login {
    float: none;
    margin: 0 auto;
    width: 69px;
    font-size: 12px;
  }
  .content-section h2 {
    padding: 0 1em;
  }
  .content-section p {
    padding: 0 2em;
  }
  .about-onecpd {
    margin: 0 0 15px 0 !important;
  }
  .about-onecpd .content-box {
    padding: 25px 25px 15px 25px !important;
  }
  .onecpd-1 {
    background-position: 80% 0;
  }
  .onecpd-2 p {
    padding: 0 2em;
  }
  .onecpd-3 {
    background-size: cover;
  }
  .onecpd-3 .content-box {
    background: rgba(226, 229, 236, 0.8);
  }
  .onecpd-4 {
    background-position: 70% 0;
  }
  .onecpd-5 {
    background-size: cover;
  }
  .onecpd-5 .content-box {
    background: rgba(241, 238, 233, 0.85);
  }
  .onecpd-screenshot p {
    margin: 2em 1.5em;
  }
}
/* Module pages */