.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
/*!
 * 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;
  -webkit-text-size-adjust: 100%;
      -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /*
   *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-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('../../lib/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot');
  src: url('../../lib/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../lib/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../lib/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../lib/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../lib/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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 #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  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-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-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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.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: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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 {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 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;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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 {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #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 {
  color: #555;
  background-color: #e7e7e7;
}
@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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  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 {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(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;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/* 
 * Laserfiche Forms JS Library 
 * Copyright 2011
 *
 * css used by forms web application (not actual form display)
 */

:root {
	/* Background  */
	--background-white: #FFFFFF;
	--background-lite-gray: #FAFAFA;
	--background-gray: #F3F3F3;
	--background-dark-gray: #EEEEEE;
	--background-lite-blue: #F2F9FF;
	--tag-blue-background: #CFE5F8;
	--tag-blue: #01426A;
  
	/* Border */
	--border-color: #E0E0E0;
	--disabled-border-color: #EFEFEF;
	--focus-color: #66AFE9;
  
	/* Color */
	--blue: #0069BA;
	--orange: #E35205;
	
	/* Font/Text */
	--text-primary: #000000;
	--text-secondary: #767676;
	--link-blue: #0069BA;
	--link-disabled-blue: #ABCEEF;  
	--semi-bold: 600;
	
	/* Icon */
	--icon-color: #737373;
	--help-icon-color: #0069BA;
  
	/* Material components */
	--mat-border-color: #6D6D6D;
	--mat-selected-color: #0069BA;
	--mat-error-red: #FF5963;
	--mat-focus-color: #66AFE9;
	--mat-option-selected: #E8EFF6;
	--mat-option-hover: #F4F4F4;
  
	/* Message & Status */
	--info: #5DB4FF;
	--info-background: #eff8ff;
	--success: #0EB887;
	--success-background: #e8fbf6;
	--warning: #FFB600;
	--warning-background: #fff8e5;
	--error: #FF5963;
	--error-background: #ffeeef;
	--status-green: #0EB887;
	--status-gray: #CFCFCF;
	--validation: #216352;
  
	/* Navigation */
	--navigation-color: #01426A;
	--navigation-hover: #237CB3;
	--navigation-highlight: #E35205;
	--selected: #E8EFF6;
  
	/* Table */
	--list-item-selected: #F2F9FF;
	--list-item-hover: #F2F9FF;

	/* Button */
	--primary-button: #0069BA;
	--primary-button-hover: #0050A1;
	--primary-button-focus: #0069BA;
	--primary-button-active: #003687;
	--primary-button-font: #FFFFFF;

	--secondary-button: #E2E8EF;
	--secondary-button-hover: #C9CFD6;
	--secondary-button-focus: #E2E8EF;
	--secondary-button-active: #BCC2C9;
	--secondary-button-font: #333333;

	--disabled-button: #F0F0F0;
	--disabled-button-font: #ABBBC9;
}

body {
	color: var(--text-primary);
	font-size: 14px;
}

svg {
	color: var(--icon-color) !important;
}

.ui-grid {
	border: 1px solid var(--border-color);
	color: var(--text-primary);
}

.ui-grid-top-panel,
.ui-grid-header-cell,
.ui-grid-header-cell:hover {
	background-color: var(--background-lite-gray) !important;
	font-weight: var(--semi-bold);
}
.ui-grid-row:hover .ui-grid-cell {
	background-color: var(--list-item-hover) !important;
}

.btn-primary {
	background-color: var(--primary-button) !important;
	color: var(--primary-button-font) !important;
}
.btn-primary:hover {
	background-color: var(--primary-button-hover) !important;
}
.btn-primary:focus {
	background-color: var(--primary-button-focus) !important;
}
.btn-primary:active {
	background-color: var(--primary-button-active) !important;
}
.btn-default {
	background-color: var(--secondary-button) !important;
	color: var(--secondary-button-font) !important;
}
.btn-default:hover {
	background-color: var(--secondary-button-hover) !important;
}
.btn-default:focus {
	background-color: var(--secondary-button-focus) !important;
}
.btn-default:active {
	background-color: var(--secondary-button-active) !important;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-default[disabled],
.btn-default.disabled {
	background-color: var(--disabled-button) !important;
	color: var(--disabled-button-font) !important;
}

/** 
 * interaction hint
 */

/* tooltip style*/
.taptip {
	color: #cde2eb;
	margin-bottom: 2px;
	height: 15px !IMPORTANT;
	width: 15px !IMPORTANT;
	pointer-events: auto
}
	/*Need this for hover to work*/
	.taptip:hover {
		color: #648194;
		cursor: default;
		text-decoration: none
	}

svg > use {
	pointer-events: none;
}
/* tooltip queston-sign (?) */
label .taptip {
	margin: 0px 0px 2px 2px;
}
/* space filler size of tooltip */
.taptip-space {
	width: 22px;
	display: inline-block;
}

.reassign-team-select .option .ellipsis {
	word-wrap: break-word;
	white-space: normal
}
/* change icons hover color */
.remove-icon-btn {
	color: #979797;
	cursor: pointer
}

	.remove-icon-btn:hover, .remove-icon-btn:focus {
		color: #b91818;
	}

	.remove-icon-btn[disabled] {
		color: #cccccc;
	}

#BPSecurity div:focus > .remove-icon-btn {
	color: #b91818;
}

.plus-icon-btn {
	color: #979797;
	cursor: pointer
}

	.plus-icon-btn:hover, .plus-icon-btn:focus {
		color: #2ca11d;
	}

	.plus-icon-btn[disabled] {
		color: #cccccc;
	}

.blue-icon-btn {
	color: #979797;
	cursor: pointer
}

	.blue-icon-btn:hover {
		color: #0071BC;
	}

.clearSearch {
	color: #888;
	cursor: pointer
}

	.clearSearch:hover {
		color: #555;
	}

.blue-icon {
	color: #0f74bb;
}

.red-icon {
	color: #b91818;
}

.green-icon {
	color: #2ca11d;
}

.grey-icon, .middle-grey-icon {
	color: #666;
}
/*MERGE93 review grey-icon overlap  #979797*/
.light-grey-icon {
	color: #ddd;
}

.btn-toolbar .grey-icon {
	color: #656565;
}

.back-icon {
	color: #ffc009;
	font-size: 13px;
}

/* yellow hightlight on hover */
.fselectable {
	cursor: pointer;
}

	.fselectable.active, .fselectable.selected {
		background-color: cornsilk;
	}
/*.fselectable:not(.disabled):hover { background-color: #fffddd; }*/

#content-header {
	Xbackground-color: #ffffff;
}

/* to undo anchor, label*/
.text-default {
	color: var(--text-primary) !important;
	font-weight: normal;
}

/* URL help for LEARN MORE*/
a.url-help {
	text-decoration: none;
	display: inline-block;
}

	a.url-help:hover, a.url-help:focus {
		text-decoration: underline;
	}

	a.url-help:focus {
		text-decoration: underline;
	}

/* muted loading message */
.lff-loading {
	color: var(--text-secondary);
	text-align: center;
	padding: 20px;
}


#forms-dropdowndlg {
	width: 250px;
	max-height: 400px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1001;
}


/* Forms Button (This is used only for the user created form)
----------------------------------*/

.fbutton {
	display: inline-block;
	text-align: center;
	color: #444;
	border: 1px solid #ccc;
	cursor: pointer;
	text-decoration: none;
	font-weight: 100 !important;
	font-size: 13px; /*remove small font, remove !important it messes with Forms designer*/
	margin: 0 5px 0 0;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 77%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 77%,#ededed 100%);
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 77%,#ededed 100%);
}

a.fbutton {
	padding: 4px 10px 4px 5px;
}

button.fbutton {
	padding: 4px 10px 0px 5px;
}

body:not(.touch) .fbutton:hover {
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-decoration: none;
	outline: none;
}

.fbutton[disabled] {
	background: #f5f5f5;
}

body:not(.touch) .fbutton[disabled]:hover {
	box-shadow: none;
}

body {
	padding-right: 0 !important
}

/* icon sprites
----------------------------------*/

/*main navigation icon ===========================================*/
.mainnav-logotype {
	background: url('../../img/forms_logotype.png') no-repeat center center;
	padding: 5px 73px;
}

/*---synchronization rotation---*/

.go-clockwise {
	animation: clockwise 3s infinite linear;
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* modeller icons ==================================*/
/*  hand/pointer no longer necessary
.pm-icons
{
	background-image: url("../../img/wf/pm-sprite.png?v=11.0");
	background-repeat: no-repeat;
	width: 22px;height: 22px; margin-top: -4px;
	z-index:0;
	vertical-align: middle; 
	text-indent: -9999px; 
	display: inline-block;
	position: relative;
}

.pm-icon-select						{ background-position : -165px -69px; }
.pm-icon-hand						{ background-position : -5px -102px; }
*/


/*
	appears unsed
.icon-circle { // if not used anywhere else merge into timeline-node
	width:22px;
	height:22px;
	border-radius:10px;
	border: 1px solid #656565;
	margin:-5px 0px;
}

.icon-circle.lf-icon-30 {
	height: 30px;
	width: 30px;
	display:inline-block;
	border-radius:15px;
	border: 2px solid #ccc;
}

.icon-spin {
	-webkit-animation: icon-spin 2s infinite linear;
	animation: icon-spin 2s infinite linear;
}

@-webkit-keyframes icon-spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
  }
}
	*/
/* appear unused 


.fs-icons
{
	background-image: url("../../img/action_icons.png?v=9.3");
}

.fs-icons-xs			{ width: 18px; height: 18px;}
.Xfs-icons.small-icon			{ width: 24px; height: 24px; vertical-align: middle;}

/* landing page icons 
.fs-icons.large-icon			{ width: 64px; height: 64px; border:0px;}
.fs-icons.small-icon			{ width: 24px; height: 24px; vertical-align: middle;}
.fs-icon-tasks					{ background-position : -128px -64px; }
.fs-icon-instances				{ background-position : -128px -128px; }
.fs-icon-reports				{ background-position : -128px -192px; }
.fs-icon-manage					{ background-position : -128px -256px; }
*/

/* manage rhs detail panel */
/*.fs-icon-panel		{ width: 24px; height: 24px; vertical-align: middle;}*/
/* green start button on Manage Page*/

.fs-icon-modeler {
	background-position: -3px -323px;
}

.fs-icon-forms {
	background-position: -3px -259px;
}

.fs-icon-access {
	background-position: -3px -355px;
}

.fs-icon-published {
	background-position: -35px -547px;
}

.fs-icon-unpublished {
	background-position: -35px -579px;
}

.fs-icon-results {
	background-position: -3px -227px;
}

.fs-icon-setting {
	background-position: -35px -483px;
}

.fs-icon-help {
	background-position: -35px -515px;
}



/*
======================================================
======================================================
begin tables
======================================================
======================================================
*/

/*****/

.table th {
	color: #6f6f6f;
}


.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


#columnChooser li:hover {
	cursor: move;
}

.edit-save-info /*MERGE93 comment from 10: remove class later after merge of 9.3*/ {
	padding: 0 0 0 2em;
	font-size: 13px;
	max-width: 500px
}

/* resizable column header */
.webgrid {
	width: 100%;
	background: #ffffff;
	text-align: left;
	table-layout: fixed;
	border: 1px solid #E5E5E5;
}

	.webgrid th, .webgrid td {
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	.webgrid th {
		background-color: #f3f3f3;
		/*text-align: center;*/
		font-weight: bold;
		border: 1px solid #E5E5E5;
		color: #6f6f6f;
		padding: 7px 1px 7px 8px;
	}

		.webgrid th a {
			text-decoration: none;
		}

			.webgrid th a.shows {
				display: block; /*position:absolute; top:-10px; left:50%; margin-left:-5px; width:10px;*/
			}

	.webgrid td li {
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	.webgrid th a.unsortable {
		cursor: text;
	}

.webgrid-row-style td /*, .webgrid td  for all td is not desired, mess security/named users */ {
	vertical-align: middle !important;
	border-bottom: 1px solid #E5E5E5;
	/*
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	*/
	padding: 10px;
}


.webgrid th.ui-state-highlight {
	padding-bottom: 0px;
}

.webgrid-selected-row {
	font-weight: bold;
}

.webgrid .webgrid-header th a {
	color: #737373;
	display: block;
}

	.webgrid .webgrid-header th a i.sortable {
		padding-top: 2px;
	}

#mySubmissions-table .webgrid-header th img {
	position: relative;
	top: -2px;
}

.webgrid .webgrid-header th.cursor-sortable, .webgrid .webgrid-header th.cursor-sortable a {
	cursor: pointer;
}

.webgrid .webgrid-header th.cursor-unsortable, .webgrid .webgrid-header th.cursor-unsortable a {
	cursor: default;
}

/* lf-table (results) boxed header because it's resizable, no line entries */
table.lf-table {
	background-color: white;
	table-layout: fixed;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	border-collapse: separate;
	font-size: 13px;
	vertical-align: middle;
}

	table.lf-table > tbody > tr > td {
		vertical-align: middle;
		padding-left: 16px;
	}

	table.lf-table:not(.disabled) > tbody > tr:not(.accountUpdated):hover > td {
		background-color: #f5fbff;
	}

.lf-table .lf-body-2 {
	font-size: 14px;
}

#BPSecurity .form-group {
	margin-bottom: 9px;
}

table.lf-table thead th {
	border-bottom-width: 1px;
	background-color: #f3f3f3;
	xborder-bottom: none;
	height: 40px;
	border-right: 1px solid #d0d0d0;
	font-weight: 400;
	font-size: 13px;
	vertical-align: middle;
	padding-left: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#variables-tab thead th {
	border-width: 1px 1px 1px 0px;
	border-bottom-color: #d0d0d0;
}

#variables-tab tbody td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-width: 1px 0px 0px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	word-break: break-all;
}

table.lf-table thead th:last-child {
	border-right: none;
}

.history-substep-list {
	margin-bottom: 4px;
	padding-left: 16px;
}

ul.history-substep-list > li + li {
	margin-top: 8px;
}

.results-history-table {
	border: 1px solid #d0d0d0;
	border-radius: 2px;
}

	.results-history-table td:first-child {
		padding-left: 15px;
	}

	.results-history-table td:last-child {
		Xpadding-right: 15px;
	}

	.results-history-table thead th {
		border-style: solid;
		border-color: #d0d0d0;
		border-width: 0px 1px 2px 0px;
		color: #6d6d6d;
		font-weight: normal;
		background-color: #f3f3f3;
		line-height: 38px;
	}

	.results-history-table th {
		white-space: nowrap;
		padding-left: 15px;
		padding-right: 15px;
	}

	.results-history-table td {
		white-space: nowrap;
		padding-top: 12px;
		padding-bottom: 11px;
		padding-left: 15px;
		padding-right: 15px;
	}

.results-history-mainstep {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: white;
}

	.results-history-mainstep td:first-child {
		font-size: 14px;
	}

.results-history-substep {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fafafa;
}

	.results-history-substep td {
		padding: 24px;
	}

.results-history-margin-icon-label {
	margin: 0 0 0 8px;
}

.results-history-action-overlay {
	position: relative;
	Xtop: 0;
	Xbottom: 1px;
	Xright: 0;
	Xmargin-right: -13px;
	background-color: white;
	/*
	-webkit-box-shadow: 1px 0px 0px 0px rgba(192, 192, 192, 0.7);
	-moz-box-shadow: 1px 0px 0px 0px rgba(192, 192, 192, 0.7);
	box-shadow: 1px 0px 0px 0px rgba(192, 192, 192, 0.7);

	-webkit-transition:all 0.4s;
	-transition:all 0.4s;*/
}

	.results-history-action-overlay:hover {
		background-color: #eee;
	}

.comment-icon {
	color: #c1c1c1;
}

.task-comments {
	white-space: pre-wrap;
}

.history-comment {
	font-style: italic;
	white-space: pre-wrap;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	Xpadding: 0px .4em;
}

.history-comment-padding {
	width: 100%;
	padding-left: 2px;
	padding-right: 24px;
	padding-top: 3px;
}

/* resizable colummns -- results */
.ui-grid-resize {
	width: 14px;
	position: relative;
	cursor: e-resize;
	display: inline-block;
	overflow: hidden;
}

.ui-grid-resize-ltr {
	float: right;
}

/*
=========================end tables===================================
*/
/* results, all these strange padding, needs to be rewrittem */
.detail-top-bar {
	border-bottom: 1px solid #e6e6e6;
}

.scrollable-table {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#viewResultsSwitching {
	padding-top: 0px;
}

#gridToolbar {
	xpadding-bottom: 5px;
}

#toolbarBPL, #noReportsShown {
	padding-top: 5px;
}

#namedUsersTable, #participantsTable {
	table-layout: fixed;
}


/***** lookup rules *****/

/* Rules
----------------------------------*/

/* error red when selected is not correct
	 TODO: need a better error correction mechanism*/
.fselectable.error {
	border: 1px solid red !important;
}



/* make readonly fields selectable*/
.form-control[readonly].input-readonly /*SCR108199*/ {
	cursor: text;
	background-color: white;
}



/* individual pages
----------------------------------*/
/* approval history box in view submission*/
#history /*print action history only*/ {
	margin: 50px auto 0;
	background-color: white;
}

/* action history in approval */
.action-history-table td {
	vertical-align: top;
	padding-top: 5px;
	border-top: none !important;
}

	.action-history-table td:first-child {
		width: 150px;
		text-align: center;
	}

.action-label {
	display: inline-flex;
	align-items: center;
	background-color: #d4e5f6;
	color: #0063af;
	padding: 0 6px 0 12px;
	margin: 4px 0;
	border-radius: 12px;
	vertical-align: middle;
	font-family: 'Open Sans';
	font-size: 12px;
	height: 26px;
	max-width: 300px;
}

.templateDetailView .action-label {
	padding: 0 12px;
	max-width: 200px;
	margin-left: 8px;
}

.action-label .action-label--text {
	flex: 1;
	flex-basis: auto;
	font-weight: 600;
}

.action-label .action-label-close {
	color: #3986c2;
	margin-left: 6px;
	pointer-events: none;
	vertical-align: top;
}

.action-label-close-container {
	cursor: pointer;
	height: 15px;
}

.action-label .action-label-close:hover, .action-label .action-label-close:focus, .action-label .action-label-close:active {
	color: #1e6398;
}

.action-label .remove-icon-btn {
	margin-left: 6px;
}

.action-label-text {
	vertical-align: middle;
}

.action-label-container {
	display: inline-block;
}

.action-label-list {
	display: inline;
	Xvertical-align: bottom;
	Xmax-width: 160px;
}

.action-label + .action-label {
	margin-left: 8px;
}

.action-label-border.action-label {
	border: 2px solid #ddd;
	background-color: white;
}

.action-toggle-button {
	display: inline-block;
	padding: 0;
	border-radius: 11px;
	width: 30px;
	height: 16px;
	text-align: left;
	background-color: rgb(225, 225, 225);
}

/****share code*****/

.rawcode /* publish js */ {
	max-width: 600px;
	border: 1px solid #ccc;
	display: inline-block;
	color: #006e7b;
	padding: 5px 10px; /* Add some spacing around the content */
}

/******Breadcrumb*******/

.clickable-header {
	cursor: pointer;
	font-size: 30px;
	padding: 16px;
	color: #0069cf;
}

	.clickable-header:hover {
		text-decoration: underline;
	}

.not-clickable-header {
	font-size: 30px;
	padding: 16px;
}

.breadcrumb-minwidth {
	min-width: 680px;
}

.tmp-breadcrumb-page-title {
	padding: 4px 24px;
	font-size: 21px;
	line-height: 32px;
	letter-spacing: -.4px;
}

/*****My Reports*/

#report-header {
	xmargin: 12px 9px 5px -3px;
}

	#report-header .lf-headline {
		xline-height: 40px;
	}

	#report-header .report-headline,
	#report-header .bread-crumb {
		xpadding: 3px 12px 4px 12px;
	}

		#report-header .bread-crumb:hover {
			background-color: #e7e7e7;
		}

	#report-header .report-header-list-item {
		margin-left: 16px;
	}

	#report-header .chevron-right {
		xmargin: 0px -13px 2px -6px;
	}

#report-searchBar::-ms-clear {
	display: none;
}

.report-cell-dropdown.dropdown.open [data-toggle="dropdown"] {
	background-color: #ddd;
}

.report-cell-dropdown .dropdown-menu > li > a:hover {
	background-color: #f5fbff;
}

.report-no-result {
	position: absolute;
	bottom: 0;
	pointer-events: none;
	width: 100%;
	text-align: center;
	font-size: 17px;
	color: #707070;
}

.report-searching {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	pointer-events: none;
	font-size: 20px;
	color: #333;
}

.report-no-chart {
	position: relative;
	margin-top: 24px;
	margin-bottom: 48px;
}

.report-no-result-inside-table {
	text-align: center;
	font-size: 17px;
	color: #707070;
}

.report-create-new {
	pointer-events: all;
	font-size: 14px;
	color: #0069cf;
}

#view-list-wrapper .bpl-title {
	background-color: #eff5f8; /* light blue */
}

.report-views .view-top-bar-pane .fav-count {
	width: 100%;
	overflow-x: hidden;
}


.report-views #views-wrapper {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.report-has-schedule {
	padding: 0 8px;
	opacity: 0.3;
}

.selectable {
	cursor: pointer;
}
/*
.report-views .view-item
{
	vertical-align: middle;
	padding: 8px;
	white-space:nowrap;
}
	*/
/*
.report-views .view-info-bp
{
	color: #777;
}*/

.required-marker::after {
	color: #FF5963; /*from text-danger/bootstrap*/
	font-size: 20px;
	line-height: 0;
	content: "*";
}

.view-content-msg {
	width: auto;
	text-align: center;
	padding: 150px 25px 25px;
	color: #737373;
}

#myReportsNav li.active a {
	font-weight: 600;
	padding-left: 13px;
}

#bamNav-header {
	font-size: large;
	padding-left: 10px;
}

#bamNav li {
	padding-left: 15px;
}

	#bamNav li.active a {
		font-weight: 600;
		padding-left: 18px;
	}

#bamNav-a {
	padding-left: 8px;
	color: black;
}

.bamNav-create-report {
	color: #0069cf !IMPORTANT;
}

.search-bar::-ms-clear {
	display: none;
}

.legend{
   padding:5px;
   font:14px;
   box-shadow:2px 2px 1px #888;
}

/**Customized tooltip style for D3 v4 library*/
.d3-tip {
    line-height: 1;
    padding: 5px;
    background: #077BAF;
    color: #fff;
    border-radius: 2px;
    pointer-events: none !important;
	max-width: 240px;
	word-break: break-word;
}

    /* Creates a small triangle extender for the tooltip */
    .d3-tip:after {
        box-sizing: border-box;
        display: inline;
        font-size: 10px;
        width: 100%;
        line-height: 1;
        color: inherit;
        content: "\25BC";
        position: absolute;
        text-align: center;
        pointer-events: none !important;
    }
    /* Northward tooltips */
    .d3-tip.n:after {
        margin: -3px 0 0 0;
        top: 100%;
        left: 0;
    }

    /* Eastward tooltips */
    .d3-tip.e:after {
        content: "\25C0";
        margin: -4px 0 0 0;
        top: 50%;
        left: -8px;
    }

    /* Southward tooltips */
    .d3-tip.s:after {
        content: "\25B2";
        margin: 0 0 1px 0;
        top: -8px;
        left: 0;
        text-align: center;
    }

    /* Westward tooltips */
    .d3-tip.w:after {
        content: "\25B6";
        margin: -4px 0 0 -1px;
        top: 50%;
        left: 100%;
    }

/***** mobile page (task, instance) *****/
@media (max-width: 767px) {
	.lff-mpage {
		display: none;
	}

		.lff-mpage.active {
			display: block;
		}

	/*Hide team tooltip; !important because style is set through JS*/
	.reassign-team-select .option .tooltip {
		display: none !important;
	}
}

/********My Task Page/ My Instance Page******/


/* .comment-area for direct approve */
.approval-wrap textarea {
	resize: vertical;
}

.approvalbuttons .btn /* in comment area */ {
	margin-right: 5px; /* angular ng-repeat doesn't add spaces to separate btn */
	max-width: 80%;
}


.system-settings-leftnav li a {
	color: black;
}

@media screen and (min-width: 991px) {
	.system-settings-right-pane {
		border-left: 1px solid #e6e6e6;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}


/*Submission page*/
#instance-id {
	font-size: 130%;
	line-height: 2em;
}


/* BP List
----------------------------------*/

.user-tasks #task-list {
	overflow-y: scroll;
}

.taskaction textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	resize: vertical;
}


/* Results
----------------------------------*/

#BPResult {
	padding-top: 0px;
}

.view-column {
	padding: 5px 10px;
	margin: 0px;
	background-color: #FFFFFF;
}

	.view-column [class*="col-xs"] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.view-column:hover {
		background-color: #FFFCCC;
	}

.view-column-box .selected {
	background-color: cornsilk;
}

.view-column-content {
	display: inline;
}

.view-column-indicator { /* draggable grip bar */
	display: inline-block;
	width: 20px;
	cursor: move;
}

.view-column-box {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 340px;
	border: solid 1px #cccccc;
	border-radius: 4px;
	padding: 0; /* this overrides padding set somewhere (don't know where/fix bug) */
	margin-bottom: 10px;
}

.view-column-box--fixed-header {
	padding-top: 40px;
}

	.view-column-box--fixed-header .view-column-box__fixed-header-background {
		border-bottom: solid 1px #E5E5E5;
		position: absolute;
		height: 40px;
		top: 0;
		right: 15px;
		left: 15px;
	}

.view-column-box__content {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

.fixed-header-webgrid {
	width: 100%;
	background: #ffffff;
	text-align: left;
	table-layout: fixed;
}

	.fixed-header-webgrid th {
		background: #fff;
		font-weight: bold;
		color: #888888;
		padding: 0px 1px 0px 9px;
	}

		.fixed-header-webgrid th div {
			position: absolute;
			top: 10px;
		}

.team-column-box {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 200px;
	border-top: solid 1px #cccccc;
	padding: 0; /* this overrides padding set somewhere (don't know where/fix bug) */
	margin-bottom: 10px;
}

	.team-column-box tr {
		border-bottom: solid 1px #cccccc;
	}

.team-role-label-overflow {
	background-color: #dedede;
}

.result-table {
	display: table;
	width: auto;
	/*margin-bottom: 20px;*/
	border: 1px solid #E5E5E5;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.result-table tr th {
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 7px 0px 7px 12px;
	}

	.result-table tr td {
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 7px 0px 7px 12px;
		border-bottom: 1px solid #E5E5E5;
	}

	.result-table tbody tr .ssRight {
		padding-right: 12px;
	}

#overrideValidation .hover {
	background-color: #ededed;
}

#overrideValidation .table.lf-table {
	margin-top: 12px;
}

	#overrideValidation .table.lf-table.externalDB:not(:last-child) {
		margin-bottom: 8px;
	}

	#overrideValidation .table.lf-table tr.advanced {
		font-size: 13px;
	}

		#overrideValidation .table.lf-table tr.advanced td:first-child {
			font-weight: 600;
		}

		#overrideValidation .table.lf-table tr.advanced td div p, #overrideValidation .table.lf-table tr.advanced td div:last-child ul {
			margin-bottom: 0;
		}

	#overrideValidation .table.lf-table option {
		color: #333;
	}

#overrideValidation td:not(.headerCell) {
	height: 49px;
}

.click-area:hover {
	cursor: pointer;
	background-color: #FFFDDD;
}

.BPInstanceRepeatAttr {
	display: block;
	overflow: hidden;
	padding: 0 12px 0 0;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

	.BPInstanceRepeatAttr a {
		padding: 0;
	}

.BPInstanceDlgAttr {
	display: block;
	white-space: pre-wrap;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#noItemsMsg {
	padding: 0px 20px;
}

/******************* TokenPicker *************/
.loadTokenDropDown {
	right: 0;
	max-width: 300px;
	max-height: 308px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.formulaDropDown {
	right: auto;
}

#TokenPicker ~ .dropdown-menu {
	overflow: hidden;
	left: auto;
}

#TokenPicker ~ .is-rtl {
	left: 0;
}

#TokenPicker ~ .formulaDropDown {
	left: auto;
}

.token-picker-search-box {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #ddd;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

	.token-picker-search-box ~ .clearSearch {
		margin-top: 7.5px !important;
	}

.token-picker-group-name {
	height: 34px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

	.token-picker-group-name a {
		color: #333;
		text-decoration: none;
		padding: 8px;
	}

	.token-picker-group-name:hover {
		background-color: #f5f5f5;
	}

.token-picker-ul {
	max-width: 300px;
	max-height: 308px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	list-style-type: none;
	height: 100vh;
}

.token-picker-tokens {
	flex: 1;
	flex-basis: auto;
	padding-bottom: 8px;
}

	.token-picker-tokens li {
		width: 100%;
	}

	.token-picker-tokens .scrollable-menu > li > a {
		height: auto;
		padding-right: 30px;
		max-width: 300px;
	}

	.token-picker-tokens > ul > li span {
		padding-right: 10px;
	}

.token-picker-ul > li > ul,
.token-picker-ul > li > ul > li > ul,
.token-picker-ul > li > ul > li > ul > li > ul {
	padding-left: 0;
	padding-right: 0;
	list-style-type: none;
}

.token-picker-ul .searchItemPadded {
	padding-left: 13px;
}

.token-picker-ul .innerSearchItemPadded {
	padding-left: 26px;
}

#NewFilterModal .loadTokenDropDown, #EditFilterModal .loadTokenDropDown {
	right: auto;
}

.loadTokenDropDown li ul a {
	color: #333;
	padding: 3px 20px 3px 16px;
	text-decoration: none;
	display: block;
}

	.loadTokenDropDown li ul a:hover,
	.loadTokenDropDown li ul a:focus {
		background-color: #f5f5f5;
	}

.loadTokenDropDown li li ul a {
	padding: 3px 20px 3px 27px;
}

mark {
	background-color: #cce6ff;
	padding: 0;
}

/********* formula picker *********/
.formula-picker-ul {
	width: 185px;
}

/******************* security *************/

.accountUpdated {
	background-color: cornsilk !important;
}

input[type="date"]::-webkit-input-placeholder {
	color: transparent;
}

[readonly=readonly] {
	background-color: #eee;
}

.touch *[readonly="readonly"] {
	color: black;
	opacity: 0.85;
}

.label-transp {
	background-color: transparent !important;
	border-color: transparent;
	color: #0071bc !important;
	-webkit-text-shadow: none;
	text-shadow: none;
}


body:not(.touch) .bp-list-item .badge-status:hover {
	text-decoration: none;
}



textarea[readonly] {
	overflow: hidden;
}


/*fix for SCR94778*/
.varfix .tooltip-inner {
	max-width: none;
}

.max-dropdown {
	max-width: 565px;
}

/* allow upload button only if fileinput feature is detected */
#upload-btn {
	display: none;
}

.fileinput #upload-btn {
	display: block;
}

.mceEditor {
	position: relative;
}


/* form editor (moved from cf-core)*/

#form-fields li.ui-draggable /* appearance of draggable when dragged */ {
	padding: 0em 0em 0em 2.2em;
	width: 500px;
	background-color: Red;
	border: 3px solid #BBB;
}

.ui-field-place-drop {
	/*margin-left: 5px;
	margin-right: -5px;*/
	visibility: visible;
	background-color: #f5fbff;
	height: 3em !important;
	line-height: 1.2em;
}

#auth-error {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fafafa;
	z-index: 1001;
}

.validation-summary-errors, .settings-validation-error {
	color: #BE1E2D;
	display: inline-block;
	font-size: 90%;
}

.validation-summary-warnings, .settings-validation-warning, .version-promotion-dialog-warnings {
	color: #C09853;
	display: inline-block;
	font-size: 90%;
}

/*Folder Browser*/
.FolderTreeContainer {
	height: 300px;
	overflow: auto;
	border: solid 1px #A6C9E2;
	padding: 5px;
	margin-bottom: 5px;
}

	.FolderTreeContainer li {
		background: url(../../img/folderClosed.gif) left top no-repeat;
		list-style: none;
		padding: 0px;
		padding-left: 20px;
		margin: 0px;
		white-space: nowrap;
		display: table;
	}

		.FolderTreeContainer li.expanded {
			background: url(../../img/folderOpened.gif) left top no-repeat;
		}

		.FolderTreeContainer li.expanding {
			background: url(../../img/loading.gif) left top no-repeat;
		}

	.FolderTreeContainer .breadcrumb {
		margin-left: 5px;
	}


/*Save to Laserfiche*/


[data-toggle=collapse].collapsed .hide_cc {
	display: none;
}

[data-toggle=collapse]:not(.collapsed) .show_cc {
	display: none;
}



/* Themes page customize accordion*/
#customize-tab .form-control {
	padding: 4px 6px;
	height: auto;
}

li.dropdown-dialog {
	width: 250px;
}

.form-link, .publish-link {
	color: #0071bc !important;
}

.dottedLineDiv {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 2px;
}

.relative-center-display {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 54%;
}

/*Publish page custom animation*/
.dropdownAlert {
	position: absolute;
}

.flexdisplay {
	display: inline-flex;
	align-items: center;
	width: 100%;
}

#processOptions .btn[disabled]:hover {
	background-color: #e5e5e5;
}
#survey-option .btn[disabled]:hover {
    background-color: #e5e5e5;
}

.buttons-aligned {
	margin-right: 0;
	margin-left: auto;
}

.copylink-dropdown {
	width: 400px;
	left: auto;
	right: 0px;
	height: 150px; /*the height of the dropdown won't jump when switching*/
}

@media (min-width: 1200px) {
	.copylink-dropdown {
		left: 12px; /*aligned with btn*/
		right: auto;
	}
}

/*Event dialog signature*/
.signature-tab-ellipsis {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
}

.signature-tab-title {
	font-weight: bold;
	color: #555555;
}

/*Usersetting signature*/
.signature-preview {
	width: 100%;
	height: auto;
	max-width: 500px;
	max-height: 150px;
	display: block;
	margin: auto;
}

	.signature-preview[src=""] {
		display: none;
	}

#sigTabContent .form-control::-ms-clear {
	display: none;
}

.form-control.form-control-box > canvas {
	display: block;
}
/* Viewable Submission code */
#confirm-box {
	position: relative;
	margin: 40px auto 20px;
	width: inherit;
	background-color: white;
	padding-bottom: 20px;
	padding-top: 20px;
	border: 1px solid #d2d2d2;
}

#waiting-msg /* TODO: Get UI person to change this */ {
	font-size: 22px;
	overflow: visible;
	text-align: left;
	display: inline-block;
	white-space: nowrap;
	padding: 10px;
	border-radius: 3px;
	border: 1.25px solid black;
	background-color: white;
}

#submission-header {
	position: absolute;
	/*display: block;*/
	top: 0;
	left: 0;
	right: 0;
	background-color: white;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	/*min-width: 640px;*/ /*responsive change*/
	z-index: 99;
}

#submission-toolbar { /*padding for toolbar*/
	margin: 10px 0;
	display: inline-block;
}

@media (max-width: 767px) { /*responsive fix for toolbar, if better way do it*/
	#submission-toolbar > div:first-child {
		padding-left: 15px;
	}
	/* RESPONSIVE: auto-small view submission buttons */
	.submission-summary-btn > button {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}
}

#submission-toolbar .btn-group { /*make space between buttons*/
	padding: 0px 5px;
}

.thankyou-body {
	display: inline-block;
	width: 100%;
}
/* RESPONSIVE: view submission change*/
@media (min-width:768px) {
	.thankyou-body {
		width: 600px;
	}
	#confirm-box {
		position: relative;
		margin: 40px auto 20px;
		width: 600px;
		background-color: white;
		padding-bottom: 20px;
		padding-top: 20px;
		border: 1px solid #d2d2d2;
	}
}

.thankyou-body li, .thankyou-body ul {
	text-align: left;
}

.modal { /* prevent scrollbars on modals*/
	overflow-y: auto;
}

/* inner viewable submission only*/
#submission-toolbar.header-fixed {
	position: fixed;
	top: 0;
	padding: 4px;
	border-bottom: 2px solid grey;
}

/*logopicker CSS*/
.logopicker-gallery-box {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #eeeeee;
	padding-top: 10px;
}

	.logopicker-gallery-box > div {
		line-height: 160px;
		max-height: 160px;
		margin-bottom: 12px; /*looks better with bottom margins + does padding fix*/
	}

		.logopicker-gallery-box > div > div {
			vertical-align: middle;
			display: inline-block;
		}

.logopicker-pane {
	height: 365px;
	position: relative;
	overflow: hidden;
}

#logopicker-fileuploader {
	border: 8px dashed #eee;
}

.selected-logo {
	outline: 6px solid #d0eaf7;
	/*background-color: #d0eaf7;*/
}

.middle-floater-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.delete-logo-icon {
	position: absolute;
	right: 21px;
	margin-right: -16px;
	top: 5px;
}
/*for thumbnails, but useful to apply generously*/
.logo-thumbnail {
	max-width: 160px;
	max-height: 160px;
	display: block;
}

.fillHorizontal {
	width: 100%;
}

.fillVertical {
	height: 100%;
}

/*lfi icon library*/
.lfi {
	display: inline-block;
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lfi16 {
	color: white;
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
}

.lfi-bg-circle {
	border-radius: 50%;
	background-color: #969696;
}
/*delete icon
.lfi-times
{
	background-color:#ed3a43;
	text-align:center;
	width:20px;
	height:20px;
	border-radius:10px;
	color:#ffffff;
}*/

.lfi-times {
	font-size: 2em;
	font-weight: normal;
}

/* Signature icon. used in both usersetting and filling form*/
.lfi-edit:before {
	content: "\e606";
}

.faq-group-close-icon {
	margin: 0 -20px 1px 5px;
}

@media screen and (max-width: 979px) {
	.navbar-fixed-top {
		margin-bottom: 0;
	}

	/*Fixing small menu scroll when small screen*/
	.navbar-collapse.navbar-collapse.in {
		overflow: visible;
		max-height: 420px;
	}
}

.grid-border-left {
	border-left: 1px solid #e6e6e6;
}

#uploadProcessDialog .label, #uploadCSVDialog label /*restrict the width of warning and error message box*/ {
	width: 100%;
}

/* This is to display time picker in dialog */
.modal-open div.time-picker {
	z-index: 1050 !important;
}

/*this code below seems really weird to me, wouldn't it be easier to make a class? I don't see any actual references to the id except here and the template */

.lf-header-text { /* class for width-restricted elements in top header*/
	max-width: 360px;
}

@media screen and (max-width: 1280px) {
	.lf-header-text {
		max-width: 300px;
	}
}

@media screen and (max-width: 1180px) {
	.lf-header-text {
		max-width: 190px;
	}
}

@media screen and (max-width: 1024px) {
	.lf-header-text {
		max-width: 160px;
	}
}
/*@media screen  and (min-width: 768px) and (max-width: 996px) 
{
	hide logo
	#brand
	{
		display:none;
	}
}*/
@media screen and (max-width: 802px) {
	.lf-header-element {
		max-width: 120px;
	}
}

.lf-btn-collapse {
	margin: 0px 0px 0px -10px;
	border-radius: 0px 4px 4px 0px;
}

/* New UI CSS code */

/* This is to remove the natural padding around columns*/
/* 
	to remove padding, just use row, don't add additional col-12
.row.xs-nogutter > div[class*="col-"], .row.xs-nogutter > ul[class*="col-"], .row-fluid.xs-nogutter > div[class*="col-"], .row-fluid.xs-nogutter > ul[class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
*/

/*priority colors*/
.task-priority-1 { /*medium*/
	background-color: #fed203;
}

.task-priority-2 { /*high*/
	background-color: #f47c24;
}

.task-priority-3 { /*currently urgent*/
	background-color: #c52126;
}
/* priority color text colors, because some of these are really bright and use white text by default*/
.task-priority-text.task-priority-1 {
	color: #000;
}

.task-priority-text.task-priority-2 {
	color: #fff;
}

.task-priority-text.task-priority-3 {
	color: #fff;
}

/* inbox specific classes*/
.scrollable {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
/* inbox left panel on desktop only - class for left drawer list; this will be added to the settings page*/
.lf-nav-drawer-left {
	width: 208px;
	padding: 24px 9px 16px 9px;
	list-style: none;
	background-color: #f2f3f3;
	Xborder-right: 1px solid #dfdfdf;
}

.left-drawer-static.opened {
	min-width: 250px;
}

.lf-nav-drawer-left > li {
	color: #555;
}

/* inbox top tabs */
.headerContainer {
	height: 48px;
}

.header-nav {
	border-bottom: 1px solid #ddd;
	padding-right: 24px;
}

.team-list-dropdown-container {
	padding: 28px 12px 0 12px;
}

	.team-list-dropdown-container .dropdown-menu {
		max-height: 390px;
		overflow-y: auto;
	}

	.team-list-dropdown-container .form-control[disabled] {
		opacity: 0.5;
	}

		.team-list-dropdown-container .form-control[disabled]:focus {
			border-color: #d0d0d0;
			outline: none;
		}

.nav-stacked {
	background-color: rgba(0,0,0,0);
}

/* inbox selection pane */
#InboxSelectionPaneContainer {
	flex-grow: 1;
	min-width: calc(100vw - 634px);
	max-width: calc(100vw - 48px);
	border-top: none;
	border-right: 1px solid #ddd;
}

.inbox-item-grid-wrapper {
	overflow-x: hidden;
}

/* scrollable boxes have border at top/bottom (used-by: datasource)*/
.scrollable.list-group {
	border-top: 1px solid #ddd;
	padding-bottom: 1px;
	/*border-bottom: 1px solid #ddd;*/
}

	.scrollable.list-group .list-group-item:first-child {
		border-top: none;
	}

	.scrollable.list-group .list-group-item:last-child {
		border-bottom: none;
	}

.list-group-item .checkbox {
	margin: 0 /*remove top/bottom margin when inside list-group-item*/
}

/* Inbox notification header */
.lf-notification-dropdown {
	width: 450px;
}

.lf-notification-dropdown-item {
	padding: 10px;
}

/* Inbox item list structures, eventually most item lists will conform to this */
.lf-list-item-row {
	display: -ms-flexbox;
	display: flex;
}

	.lf-list-item-row.lf-list-vertical-center {
		align-items: center;
	}

	/* flex stretch this column/row */
	.lf-list-item-row .lf-list-item-stretch {
		flex: 1;
		-ms-flex-positive: 1;
	}

.lf-list-item-overflow {
	cursor: pointer;
}

	.lf-list-item-overflow:hover {
		background-color: rgba(0,0,0,.1);
	}

.lf-link-button {
	padding-left: 4px;
	padding-right: 4px;
}

/*badge spec from scr137058 , last minute stuff*/
.inbox-badge {
	background-color: #697882;
	padding: 0 5px;
	line-height: 17px;
	border-radius: 4px;
	font-size: 10px;
}

	.inbox-badge.badge-light-on-dark { /*currently stylizes assigned tasks + group tasks*/
	}

	.inbox-badge.badge-dark-on-light { /*currently stylizes available*/
		color: #202020;
		background-color: #d0d0d0;
	}

.nav-tabs .inbox-badge { /*badges in nav bar tabs*/
	top: -1px;
	position: relative;
	margin-left: 4px;
}

.inbox-group-wrapper {
	padding: 20px 30px 0 40px;
}

.inbox-group-checkbox[type=checkbox] {
	float: left;
	margin-left: -25px;
	margin-top: 10px;
}

.inbox-group-list {
	Xborder: 2px solid #000;
}

.inbox-list-item-avatar {
	width: 40px;
	height: 40px;
}

.inbox-case .inbox-case-first-column {
	padding-left: 25px;
	padding-right: initial;
}

.inbox-item-box {
	display: inline-block;
	height: 50px;
	width: 50px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.inbox-group-name,
.inbox-list-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: start;
	align-items: center;
	flex-flow: nowrap;
	flex-direction: row;
	width: 100%;
}

.inbox-list-item {
	padding: 0;
	height: 79px;
}

	.inbox-list-item.updated {
		background-color: #ffffcc;
	}
	/*
.inbox-list-item + .inbox-list-item {
	border-top:none;
}*/
	/* Column sizings */

	.inbox-list-item .inbox-list-column-title {
		padding-left: 24px;
	}

	.inbox-list-item .inbox-list-column-title,
	.inbox-list-item .inbox-list-column-date,
	.inbox-list-item .inbox-list-column-user,
	.inbox-list-item .inbox-list-column-userteam,
	.inbox-list-item .inbox-list-column-status,
	.inbox-list-item .inbox-list-column-overflow {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.inbox-group-name .inbox-list-column-title,
	.inbox-list-item .inbox-list-column-title {
		-ms-flex-positive: 1;
		-ms-flex-negative: 1;
		-ms-flex-preferred-size: 0px;
		flex-grow: 1;
		flex-shrink: 1;
		overflow: hidden;
	}

	.inbox-group-name .inbox-list-column-date,
	.inbox-list-item .inbox-list-column-date {
		width: 130px;
		-ms-flex-positive: 0;
		-ms-flex-negative: 0;
		-ms-flex-preferred-size: 130px;
		flex-grow: 0;
		flex-shrink: 0;
		padding-right: 10px;
	}

	.inbox-group-name .inbox-list-column-user,
	.inbox-list-item .inbox-list-column-user {
		width: 120px;
		-ms-flex-positive: 0;
		-ms-flex-negative: 0;
		-ms-flex-preferred-size: 120px;
		flex-grow: 0;
		flex-shrink: 0;
		padding-right: 10px;
	}

	.inbox-group-name .inbox-list-column-userteam,
	.inbox-list-item .inbox-list-column-userteam {
		width: 240px;
		-ms-flex-positive: 0;
		-ms-flex-negative: 0;
		-ms-flex-preferred-size: 240px;
		flex-grow: 0;
		flex-shrink: 0;
	}

	.inbox-group-name .inbox-list-column-status,
	.inbox-list-item .inbox-list-column-status {
		width: 150px;
		-ms-flex-positive: 0;
		-ms-flex-negative: 0;
		-ms-flex-preferred-size: 150px;
		flex-grow: 0;
		flex-shrink: 0;
	}

	.inbox-group-name .inbox-list-column-overflow,
	.inbox-list-item .inbox-list-column-overflow {
		width: 60px;
		-ms-flex-positive: 0;
		-ms-flex-negative: 0;
		-ms-flex-preferred-size: 60px;
		flex-grow: 0;
		flex-shrink: 0;
		align-self: center;
		text-align: center;
	}

.dropdown-toggle.btn.btn-default:focus {
	outline: 5px auto -webkit-focus-ring-color;
}


.inbox-task-item-dropdown {
	xbackground-color: rgba(255,255,255,.8);
	Xpadding: 0px;
	Xposition: absolute;
	Xright: 0;
	Xtop: 0;
	Xbottom: 0;
}

.dropdown.open .inbox-task-item-dropdown, .dropdown.open .inbox-task-item-dropdown:hover, .dropdown.open .inbox-task-item-dropdown:focus {
	background-color: #d5d5d5;
}

.inbox-task-item-dropdown:hover:not([disabled]), .inbox-task-item-dropdown:focus:not([disabled]) {
	background-color: #e7e7e7;
}

.inbox-task-item-dropdown:hover, .inbox-task-item-dropdown:focus {
	background-color: #e7e7e7;
}

.inbox-task-item-dropdown .dropdown-menu {
	margin-top: 0px;
}

.inbox-group-name {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border: 1px solid transparent; /*to keep alignment perfect*/
}

.inbox-group-header-hidden {
	display: none;
}

.inbox-group-first .inbox-group-header-hidden {
	display: initial;
}

.right-drawer-static {
	display: flex;
}

.right-drawer-toggle {
	cursor: pointer;
	overflow: visible;
	z-index: 1;
	width: 24px;
}

.right-drawer-toggleBtn {
	padding: 4px;
	border: none;
	background-color: #fafafa;
}

.right-drawer-toggleText-container {
	transform: rotate(90deg);
	transform-origin: 12px 50% 0;
	width: calc(100vh - 124px);
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
}

.right-drawer-toggleText {
	transform: rotate(180deg);
	text-align: right;
}

#InboxDetailsDrawer, .inbox-pane-details {
	width: 0;
}

	#InboxDetailsDrawer.expanded, .inbox-pane-details.expanded {
		width: 384px;
	}

/*item details*/
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.item-details-flex-container {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-direction: column;
	-ms-flex-direction: column;
}

.inbox-pane-details {
	border-left: 1px solid #ddd;
}

.item-details-sticky-footer {
	padding: 0px 16px;
}

.details-subHeader {
	margin: -4px 0 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

.item-details-tab {
	-ms-flex-positive: 0;
	-ms-flex-negative: 1;
	flex-grow: 0;
	flex-shrink: 1;
	overflow-y: auto;
	padding-bottom: 20px;
	margin-bottom: 45px;
}

	.item-details-tab a[disabled] {
		color: rgb(51,51,51);
	}

		.item-details-tab a[disabled]:hover {
			text-decoration: none;
		}

.no-wrap {
	white-space: nowrap;
}

.history-toggle-btn {
	position: absolute;
	right: 20px;
	top: 31px;
	cursor: pointer;
}

.Xlink-underlined {
	text-decoration: underline;
}

.bold-font {
	font-weight: bold;
}

/* team management dialog */
#teamManagementDlg .ui-grid-cell-contents {
	cursor: pointer;
}

#teamManagementDlg .ui-grid-cell .selected {
	background-color: #f5fbff;
}

#teamManagementDlg .modal-header {
	padding: 6px 24px 16px;
	border: none;
}

#teamManagementDlg .modal-content {
	max-height: 872px;
	height: calc(100vh - 63px);
	min-height: 472px;
}

#teamManagementDlg .container-fluid {
	height: calc(100% - 22px);
}

#teamManagementDlg .team-selection-grid {
	display: flex;
	flex-direction: column;
	position: relative;
	height: calc(100% - 138px);
}

#teamManagementDlg .team-details-content {
	overflow: hidden;
	flex-grow: 1;
}

#teamManagementDlg .team-details-left-panel-container {
	/*width: 45%;*/
    width: 100%;
	height: 100%;
	/*border-right: 1px solid #d0d0d0;*/
	padding-bottom: 20px;
}

#teamManagementDlg .team-details-right-panel-container {
	width: 55%;
	height: 100%;
}

#teamManagementDlg .team-details-left-panel-grid {
	height: calc(100% - 120px);
}

.team-management-new-btn {
    min-width: 78px;
}

/*triangle priority*/
.inbox-case-priority {
	width: 0;
	height: 0;
	border-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-bottom-style: none;
	border-right-color: transparent;
	border-top-color: transparent; /*must override this with other class or style*/
	position: absolute;
	left: 3px;
	top: 3px;
}

	.inbox-case-priority.task-priority-border-1 { /*medium*/
		border-top-color: #fed203;
	}

	.inbox-case-priority.task-priority-border-2 { /*high*/
		border-top-color: #f47c24;
	}

	.inbox-case-priority.task-priority-border-3 { /*currently urgent*/
		border-top-color: #c52126;
	}

/*bar priority*/
.inbox-case-priority-b {
	height: 47px;
	width: 3px;
	flex: 0 0 auto;
	margin-left: -16px;
	margin-right: 13px;
}

.inbox-case-priority-pane {
	position: absolute;
	top: 4px;
	left: 4px;
	border: 22px solid transparent;
	border-left-style: none;
	border-bottom-style: none;
}

.inbox-box-shadow {
	border-bottom: 1px solid transparent;
}

.inbox-box-shadowed {
	border-bottom: 1px solid #e4e4e4;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .05);
}

.inbox-draft-center { /*fake text vertical centering for older browser. if we drop support ie8 support later, use display table*/
	line-height: 2em;
}

.pane-header {
	border-bottom: 1px solid #ddd;
	padding: 8px 24px;
}

/* Open Item views*/
/* there might be a better word for subheader */
.lf-item-subheader-info-row {
	display: -ms-flexbox;
	flex-wrap: wrap;
	align-items: center;
}

.inbox-task-info-label {
	min-width: 128px;
	display: inline-block;
}

.lf-item-subheader-info-block-static {
	flex-grow: 0;
	-ms-flex-positive: 0;
	padding-right: 40px;
	white-space: inherit;
	display: -webkit-flex;
}

.lf-item-subheader-info-block-grow {
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-flex;
	display: flex;
	padding-right: 20px;
	max-width: 450px;
}

@media (max-width:767px) {
	.lf-item-subheader-info-block-grow {
		max-width: 100%;
	}
}

.task-header-name-team {
	display: -webkit-inline-flex;
	display: inline-flex;
}

.inbox-pane-content {
	flex-grow: 1;
	-ms-flex-positive: 1;
	height: 100%;
	border-right: 1px solid #ddd;
}

/*item details*/
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.item-details-flex-container {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-direction: column;
	-ms-flex-direction: column;
}

.inbox-pane-details {
	border-left: 1px solid #ddd;
}

.item-details-sticky-footer {
	padding: 0px 16px;
}

.details-subHeader {
	margin: -4px 0 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

.no-wrap {
	white-space: nowrap;
}

.history-toggle-btn {
	position: absolute;
	right: 20px;
	top: 31px;
	cursor: pointer;
}

.Xlink-underlined {
	text-decoration: underline;
}

.bold-font {
	font-weight: bold;
}


/*
	LF Highlight styling
*/
.lf-text-highlight {
	background-color: #dedede;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: -1px;
	margin-right: -1px;
}

/* Avatars and User Name + List*/
.userlist-overflow {
	background-color: #d1ae71;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-radius: 14px;
	min-width: 28px;
}

.userlist-tooltip {
	overflow: hidden;
	text-align: left;
	margin: 5px 0px;
}

	.userlist-tooltip > span {
		float: left;
		clear: left;
		padding: 2px 5px 2px;
		line-height: 1em;
	}

.teamlist-tooltip {
	overflow: hidden;
	text-align: left;
	padding-right: 10px;
	margin: 12px 0 16px 10px;
}


.tooltip-inner.ng-binding {
	max-width: 600px;
}

/*iframe hiding class for FF bug*/
.iframe-hide {
	display: block !important;
	position: absolute;
	left: -99999px;
	font-size: 0;
}

.user-tasks iframe {
	width: 100%;
}

.frame-wrapper {
	margin-bottom: 20px;
}

iframe, .loaded { /*safari fix for iOS*/
	-webkit-overflow-scrolling: touch;
}

/* generic class*/
.lf-list-nosideborder {
	border-left: 0;
	border-right: 0;
}

.lf-list-group-header {
	height: 1.7em;
	padding: 0 15px;
}

.lf-list-group .list-group-item .disabled {
	opacity: 0.5;
	color: inherit;
}

/*consider merging these two with lff-panel*/
.lff-info-box {
	background-color: #eaeaea;
	border-width: 1px;
	border-radius: 2px;
	box-shadow: none;
}

	.lff-info-box > .panel-heading {
		background-color: #fefefe;
	}

.header-pane {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

	.header-pane.header-pane-no-divider {
		border-bottom: 0;
	}

.inbox-panel {
	border-top: none;
	border-right: 1px solid #ddd;
	xborder-left: 1px solid #ddd; /*removed because of double border with left panel*/
}

/*.btn .caret {
	margin-left: -4px;
}*/

.caret.caret-right {
	border-left: 4px solid;
	border-right: 0px; /*override bootstrap .caret*/
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-left: -2px;
	margin-right: 3px;
	vertical-align: middle;
	display: inline-block;
}

.caret.caret-up {
	border-top: none;
	border-bottom: 4px solid;
}

.caret-padded {
	margin-left: -4px;
	margin-right: 5px;
	width: 8px;
	margin-bottom: 3px;
}


/*utility classes used/created in inbox*/
.lf-vertical-scroll {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch; /*important for tablet/phone. makes scrolling smooth. !important is only necessary for iframes, and we aren't using this in iframes yet*/
}

.margin-center {
	margin-left: auto;
	margin-right: auto;
}

/* inbox responsive code that's better not to use JS for */
@media (max-width: 767px) { /*xs size*/
	.pull-xs-right {
		float: right !important;
		margin-left: 0 !important;
	}

	.col-xs-nopadding {
		padding-left: 0px;
		padding-right: 0px;
	}

	.ellipsis.mobile-no-ellipsis {
		white-space: normal;
	}
}

@media (min-width:1200px) {
	.pull-lg-right {
		float: right;
	}
}


/*data source and system security page */

.administratio-breadcrumb {
	background-color: transparent;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

	.administratio-breadcrumb > li + li:before {
		content: none;
	}

	.administratio-breadcrumb > li > a {
		color: #3d607a;
		font-weight: bold;
	}


/*======== MODAL dialogs, only for smart phone portrait and landscpae======== */
@media (min-width : 320px) and (max-width : 480px) {
	.modal .modal-footer-mobile .btn {
		width: 48%;
		font-size: 1.3em;
		float: left;
	}

	.modal .modal-footer-mobile button:last-child {
		float: right;
	}

	*[dir="rtl"] .modal .modal-footer-mobile .btn {
		float: right;
	}

	*[dir="rtl"] .modal .modal-footer-mobile button:last-child {
		float: left;
	}

	.modal .modal-footer-mobile .btn3 {
		width: 30%;
	}
}

/*Action history time-line related css*/
.link-underlined { /*maybe move to core.css once we get standard link looks*/
	text-decoration: underline;
}

.timeline-node-outer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	left: 5px;
	background-color: transparent;
	width: 47px;
	height: 47px;
}

.timeline-node-inner {
	border-radius: 17px;
	width: 33px;
	height: 33px;
	Xmargin: auto;
}

.timeline-node-icon {
	width: 28px;
	height: 33px;
	border: 3px solid #e1e1e1;
	border-radius: 17px;
}

/* classes for history icons*/
.link-underlined { /*maybe move to core.css once we get standard link looks*/
	text-decoration: underline;
}

.timeline-node-outer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	left: 5px;
	background-color: transparent;
	width: 47px;
	height: 47px;
}

.timeline-node-inner {
	border-radius: 17px;
	width: 33px;
	height: 33px;
	Xmargin: auto;
}

.timeline-node-icon {
	width: 28px;
	height: 33px;
	border: 3px solid #e1e1e1;
	border-radius: 17px;
}

/* classes for history icons*/
.history-complete {
	color: #0da88b;
	fill: #0da88b;
}

.timeline-box-instance-finished .history-complete,
.timeline-node-selected .history-complete {
	border-color: #aceec8;
	color: #2ecc71;
	fill: #2ecc71;
}

.history-cancelled {
	color: #e76452;
	fill: #e76452;
}

.timeline-box-instance-finished .history-cancelled,
.timeline-node-selected .history-cancelled {
	border-color: #fdaeae;
}

	.timeline-box-instance-finished .history-cancelled:first-child {
		width: 33px;
		border-width: 3px;
		border-style: solid;
	}

.history-inprogress {
	color: #178fec;
	fill: #178fec;
}

.timeline-box-instance-finished .history-inprogress,
.timeline-node-selected .history-inprogress {
	border-color: #c2e0fe;
}

.history-suspended {
	color: #ffba00;
	fill: #ffba00;
}

.timeline-box-instance-finished .history-suspended,
.timeline-node-selected .history-suspended {
	border-color: #ffe485;
}

.history-interrupted {
	color: #e76452;
	fill: #e76452;
}

.timeline-box-instance-finished .history-interrupted,
.timeline-node-selected .history-interrupted {
	border-color: #fdaeae;
}



.timeline-stepname {
	margin-top: -5px;
}

.timeline-dateblock {
	display: inline-block;
}

.timeline-datetime {
	padding-right: 25px;
}

.timeline-node svg {
	margin: auto;
}

/* provides that chat-box like caret on the left */
.timeline-caret {
	position: absolute;
	top: 13px;
	left: -2px;
}

	.timeline-caret:before {
		width: 0;
		height: 0;
		position: absolute;
		border-right: 9px solid #ebebeb;
		right: -2px;
		top: 0px;
		border-bottom: 9px solid transparent;
		border-top: 9px solid transparent;
		z-index: 10;
		content: '';
	}

.timeline-sequence-active .timeline-caret:before {
	border-right-color: #49A6FF;
	right: 1px;
}

.timeline-caret:after {
	width: 0;
	height: 0;
	position: absolute;
	border-right: 8px solid white;
	right: -2px;
	top: 1px;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	z-index: 11;
	content: '';
}

.timeline-body {
	text-align: center;
	padding-top: 12px;
	position: relative;
	margin-top: 0px;
	width: 100%;
}

.timeline-box {
	text-align: left;
	position: relative;
	top: -6px;
	max-width: 448px;
	margin-left: 32px;
	margin-right: 15px;
}

.timeline-box-divider {
	margin: 16px -16px 14px -16px;
	height: 0;
}

.timeline-box-instance-finished {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border: 1px solid #ebebeb;
	background-color: #fff;
}

.timeline-sequence {
	Xmin-height: 60px;
	width: 100%;
	padding: 16px 20px;
	Xmargin-left: 17px;
	position: relative;
}

.timeline-begin {
	width: 23px;
	height: 0;
	border-bottom: 3px solid #e1e1e1;
	margin-left: -52px;
}

.timeline-sequence-history-toggle {
	display: inline-block;
	max-width: 490px;
	Xmin-height: 60px;
	width: 100%;
	padding-left: 39px;
	padding-bottom: 0px;
	Xmargin-left: 17px;
	position: relative;
	border-left: 3px solid transparent;
	text-align: right;
}

.timeline-body > div:last-child .timeline-sequence {
	margin-bottom: -8px;
}

.timeline-sequence-link {
	border-left: 3px solid #e1e1e1;
}

.no-timeline-sequence {
	border-left: 3px solid #fff;
}

.timeline-action-label { /* merge with action label? */
	height: 25px;
	line-height: 25px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #0063af;
	background-color: #d4e5f6;
	border-radius: 13px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 6px;
	max-width: 160px;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom; /* http://stackoverflow.com/questions/20566710/overflowhidden-displayinline-block-moves-text-upwards */
}

	.timeline-action-label.action-label-outlined {
		line-height: 21px;
		background-color: transparent;
		border: 2px #d4e5f6 solid;
	}

.timeline-substep-expand-button {
	height: 12px;
	width: 100%;
}

	.timeline-substep-expand-button:hover {
		background-color: rgba(192,192,192,.3);
	}

.timeline-compact .timeline-sequence {
	padding-bottom: 20px;
}
/*.timeline-compact .timeline-compact-date {
	position:absolute;
	margin-top: -1.25em;
	padding-left:15px;
	padding-right:15px;
}*/


*[dir="ltr"] .pad-right-10 {
	padding-right: 10px;
}
/*
left-drawer - side slide out pane
usage:
	<div class ="left-drawer">
	<div class ="left-drawer open">  pulls drawer open

	<div class ="left-drawer left-drawer--responsive">  make it stick to side on >xs screen

	closing/closed is used by lf-drawer directive to aid with animation
*/
.left-drawer {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #edeff0;
	border-right: 1px solid #ddd;
	width: 250px;
	height: 100%;
	max-height: 100%;
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	color: #424242;
	xbox-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	overflow-y: auto;
	z-index: 1001; /* over datasource pane, top fixed*/
	z-index: 1032; /* over security pane , not fixed*/
}

#newProcessDialog .left-drawer.left-drawer--fixed {
	position: static;
	transform: none;
	height: auto;
	visibility: visible;
}

.left-drawer > ul {
	xpadding-top: 8px;
}

.left-drawer.open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.left-drawer-obfuscator {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 4;
	visibility: hidden;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.left-drawer.open ~ .left-drawer-obfuscator {
	background-color: rgba(0,0,0,.5);
	visibility: visible;
	position: fixed;
	z-index: 1031; /* 1 below mdrawer */
}

/* placed on HTML, when obfuscator is present */
.ui-mask-disable-scroll {
	overflow: hidden;
}

@media screen and (min-width: 1199px) {
	.left-drawer.left-drawer--fixed {
		position: static;
		transform: none;
		height: auto;
	}

		.left-drawer.left-drawer--fixed ~ .left-drawer-obfuscator {
			visibility: hidden;
		}

	.left-drawer-button {
		display: none;
	}
}

/* Static left drawer*/
.left-drawer-static {
	background-color: #edeff0;
	border-right: 1px solid #bbb;
	width: 250px;
	max-width: 250px;
	height: 100vh;
	max-height: 100%;
	color: #424242;
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
	transition: all 300ms ease-out;
}

	.left-drawer-static.closed {
		width: 24px;
		min-width: 24px;
		overflow-y: hidden;
	}

	.left-drawer-static li.disabled,
	.left-drawer li.disabled {
		cursor: default;
		opacity: 0.5;
	}

		.left-drawer-static li.disabled a,
		.left-drawer-static li.disabled a:hover,
		.left-drawer-static li.disabled a:focus {
			cursor: default;
		}

	.left-drawer-static .left-drawer-static--toggle {
		width: 0px;
		overflow: visible;
		cursor: pointer;
	}

	.left-drawer-static.closed .left-drawer-static--toggle {
		width: 24px;
		transition: all 300ms ease-out;
	}

	.left-drawer-static .left-drawer-static--toggle .left-drawer-static--toggleBtn {
		float: right;
		cursor: pointer;
		background-color: #edeff0;
		border: none;
		padding: 4px;
	}

	.left-drawer-static.closed .left-drawer-static--toggle .left-drawer-static--toggleBtn {
		float: left;
	}

	.left-drawer-static .left-drawer-static--toggle .left-drawer-static--toggleText {
		display: none;
	}

	.left-drawer-static.closed .left-drawer-static--toggle .left-drawer-static--toggleText {
		display: block;
		font-size: 12px;
		line-height: 24px;
		font-weight: 600;
		width: calc(100vh - 76px);
		height: 24px;
	}

*[dir="ltr"] .left-drawer-static.closed .left-drawer-static--toggle .left-drawer-static--toggleText {
	transform: rotate(90deg);
	transform-origin: 12px 50% 0;
}

.left-drawer-static.closed .left-drawer-static--toggle .openIcon {
	display: none;
}

.left-drawer-static:not(.closed) .left-drawer-static--toggle .closeIcon {
	display: none;
}

.left-drawer-static .left-drawer-static--content {
	height: 100%;
	width: 100%;
	transition: all 300ms ease-out;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	opacity: 1;
	visibility: visible;
}

.left-drawer-static.closed .left-drawer-static--content {
	width: 0;
	overflow: hidden;
	transition: all 300ms ease-out;
	opacity: 0;
	visibility: hidden;
}

.left-drawer-static--obfuscator {
	display: none;
}

.left-drawer-static--placeholder {
	height: 100%;
	width: 0;
}

.left-nav-pane {
	position: relative;
	flex: 1;
	height: 100vh;
	overflow: auto;
}

@media (max-width: 767px) {
	.left-nav-pane, .left-drawer-static {
		height: calc(100vh - 44px);
	}
}

.left-nav-upcontainer {
	background-color: #fafafa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	overflow: hidden;
}

@media (max-width:767px) {
	.left-drawer-static {
		position: fixed;
		top: 44px;
		left: 0;
		z-index: 999;
		height: calc(100vh - 44px);
		/*height: 100vh;*/
	}

		.left-drawer-static.closed {
			top: 44px;
			height: calc(100% - 44px);
		}

	.left-drawer-static--obfuscator {
		opacity: 0.6;
		display: block;
		background-color: #000;
		position: fixed;
		top: 44px;
		left: 0;
		z-index: 998;
		/*height: 100vh;*/
		height: calc(100vh - 44px);
		width: 100%;
	}

	.left-drawer-static--placeholder {
		width: 24px;
	}

	.left-nav-pane {
		height: calc(100vh - 44px);
	}
}

.team-avatar-limit-text {
	font-size: 13px;
	color: #999;
}

/*Metrics + Chart Code*/
.legend-text {
	color: #555555;
}

.metric-tabs.nav-tabs:not(.bs) > li.active > a {
	border-bottom: 4px solid #f0605e;
}

.metric-frame { /* since we're using table cells in the children, subtract 15px padding from sides*/
	padding: 30px 15px;
}

.team-chart-tooltip {
	Xborder: 2px solid #cccccc;
	border-radius: 4px;
	padding: 15px;
	background-color: #000;
}

/* process meta information style */
#processMeta li {
	margin-bottom: 2px;
}

#processMeta > .lf-menu__item > .lf-menu__link {
	font-weight: normal;
	text-decoration: underline;
}

	#processMeta > .lf-menu__item > .lf-menu__link:hover,
	#processMeta > .lf-menu__item > .lf-menu__link:focus {
		background-color: inherit;
	}

#processMeta li div {
	cursor: pointer;
}

	#processMeta li div[disabled] {
		cursor: default;
	}

#processMeta .tooltip-inner {
	max-width: 180px;
	width: 180px;
}

.metric-inbox-panel {
	Xbackground-color: #f9f9f9;
}

	.metric-inbox-panel .metric-panel {
		display: table-cell;
		float: none;
		background-color: #fff;
		padding: 15px 30px;
		vertical-align: top;
		-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	}

.metric-panel-container {
	display: table;
	width: 100%;
	border-spacing: 30px 0px;
	-webkit-border-horizontal-spacing: 30px;
}

.metric-currentstatus-top-pane {
	margin-bottom: 30px;
}

.metric-currentstatus-top-left-pane {
	padding-bottom: 35px !important; /*remove this later*/
}

.metric-currentstatus-top-right-pane {
	padding-bottom: 35px !important; /*remove this later*/
}

.metric-currentstatus-bottom-pane {
}

.rtl-visible {
	display: none;
}

.radio-align {
	margin-left: 20px;
	margin-right: initial;
}

.radio-flex-align {
	margin-left: 10px;
	margin-right: 30px;
}

.parenthesis:before {
	content: "\200E(";
}

.parenthesis:after {
	content: ")";
}

/* Token Picker Dropdown */
.item-picker-dropdown {
	opacity: .95;
}

	.item-picker-dropdown li {
		padding-left: 5px;
		padding-right: 5px;
	}

.item-picker-dropdown-creation-box {
	Xpadding-left: 10px;
	Xpadding-right: 10px;
	padding-bottom: 5px;
}

	.item-picker-dropdown-creation-box div {
		padding-left: 5px;
		padding-right: 5px;
		display: table-cell;
		vertical-align: top;
	}


/* --- formula picker css */

/* formula picker dropdown*/
.scrollable-menu {
	height: auto;
	max-height: 265px;
	overflow-x: hidden;
	padding: 0;
}

	.scrollable-menu li {
		height: 32px;
		display: table;
	}

	.scrollable-menu > li > a {
		height: 32px;
		clear: both;
		font-weight: 400;
		display: table-cell;
	}

		.scrollable-menu > li > a:focus, .scrollable-menu > li > a:hover {
			background-color: #e4e4e4;
		}

.formula-no-results {
	height: 32px;
	padding: 3px 13px 0px 13px;
	font-weight: 400;
}

/* formula picker header line*/
.header-box {
	border: 1px solid #d0d0d0;
	border-bottom: none;
	background-color: #FFF;
}

.picker-button {
	width: 36px;
}

.picker-button-border-left {
	border-left: 1px solid #d0d0d0;
}

.picker-button-border-right {
	border-right: 1px solid #d0d0d0;
}

/*class for vertically centering a div; useful for some loading screens.*/
.vertical-center {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* this should be default in all textareas maybe*/
.textarea-vertical {
	resize: vertical;
}

.form-group[disabled] .dropdown-div-btn {
	cursor: default;
}

.dropdown-div-btn {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
}

	.dropdown-div-btn .caret {
		margin-top: 8px
	}






/* for customizable columns in inbox page and all process metrics page*/

.view-customizable-column-box {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 250px;
	border: solid 1px #cccccc;
	padding: 0; /* this overrides padding set somewhere (don't know where/fix bug) */
	margin-bottom: 10px;
	border-radius: 3px;
}

	.view-customizable-column-box .list-group-item:active {
		opacity: 0.5;
	}

	.view-customizable-column-box .ui-sortable-helper {
		box-shadow: 0 3px 8px rgba(0, 0, 0, .175);
	}

.view-customizable-column-box-sortable {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 250px;
	border: solid 1px #cccccc;
	padding: 0; /* this overrides padding set somewhere (don't know where/fix bug) */
	border-radius: 3px;
}

	.view-customizable-column-box-sortable .list-group-item:active {
		opacity: 1;
	}

	.view-customizable-column-box-sortable .ui-sortable-helper {
		box-shadow: 0 3px 8px rgba(0, 0, 0, .175);
	}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.nosidepadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* hack to get around row/col margin, fix later */
.lf-width-full {
	width: 100%
}

.lf-width-half {
	width: 50%
}


/* create dialog image preview*/
.lf-image-preview {
	overflow-x: scroll;
}

.lf-image-preview__item {
	float: left;
}

/*Rulebox Related Styling*/
.lf-rulebox {
	width: 100%;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	padding: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	position: relative;
}


	.lf-rulebox .form-group .form-control-static {
		min-height: 1px; /*remove bootstrap form-control-static min-height so everything can be vertically centered*/
		padding-top: 0;
		padding-bottom: 0;
		line-height: 34px;
	}

	.lf-rulebox .form-group {
		margin: 0 0 8px;
	}

.lf-rulebox-index {
	position: relative;
	text-align: center;
	min-width: 60px;
}

.lf-rulebox-index--number {
	font-size: 1.5em;
}

.lf-rulebox-index--up {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 16px;
	color: #666;
}

	.lf-rulebox-index--up[disabled] {
		color: #afafaf;
	}

.lf-rulebox-index--down {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 16px;
	color: #666;
}

	.lf-rulebox-index--down[disabled] {
		color: #afafaf;
	}

.lf-rulebox--selected {
	background-color: #f5fbff;
}

.lf-rulebox--conditions {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 8px 32px 8px 16px;
}

/*.lf-rulebox--lookup{
	width:90%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}*/

.lf-rulebox--cancel {
	position: absolute;
	top: 4px;
	right: 4px;
}



/*Lookup related styling*/
.lf-lookup {
	width: 100%;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	padding: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	position: relative;
}

.lf-lookup .form-group .form-control-static {
    min-height: 1px;
}

.lf-lookup-index {
	position: relative;
	text-align: center;
	min-width: 60px;
	min-height: 100px;
	height: 100px;
}

.lf-lookup-index--up {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 8px;
	color: #666;
}

.lf-lookup-index--number {
	font-size: 1.5em;
}

.lf-lookup-index--down {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 8px;
	color: #666;
}

.lf-lookup-cancel {
	position: absolute;
	top: 4px;
	right: 4px;
}

.lf-lookup-container {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 8px 32px 8px 16px;
}

.lf-lookup-subcontainer {
	border: 1px solid #d0d0d0;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.lf-lookup-subcontainer {
	margin-top: 10px;
}

	.lf-lookup-subcontainer.last {
		margin-bottom: 0;
	}

	.lf-lookup-subcontainer.first.last {
		margin-top: 10px;
	}

.lf-lookup-index--up[disabled], .lf-lookup-index--down[disabled] {
	color: #afafaf;
}

.lf-lookup-selected {
	background-color: #f5fbff;
}

.lf-lookup .error {
	color: #D54230;
}

/*Pagination Styling*/

.lf-pagination {
	padding-top: 8px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px
}

	.lf-pagination .lf-body-1 {
		font-size: 14px;
		line-height: 34px;
	}

#pageNumInput {
	border: #d0d0d0 1px solid;
	border-radius: 2px;
	margin: 0 12px;
}

.page-range {
	color: #707070;
	font-style: italic;
}

/*Miscellaneous*/
.lf-divider {
	width: 1px;
	height: 32px;
	border-left: 1px solid #e0e0e0;
	margin: 0 12px
}
.lf-icon-small {
    width: 18px;
    height: 18px;
    padding: 0px;
    margin: 0px;
    margin-left: 6px;
}
.lf-icon-spacer {
	width: 1px;
	height: 32px;
	margin: 0 16px;
}

.lf-vertical-center {
	display: -webkit-flex !important;
	display: flex !important;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
}

.lf-stretch-container {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.lf-vcenter {
	padding-top: 7px;
	padding-bottom: 7px;
}

.lf-stretch {
	flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
}

#form-builder-toolbar:not(.ui-scrollfix) .lfm-toolbar.ui-scrollfix--float,
#processCustomErrorToolbar:not(.ui-scrollfix) .lfm-toolbar.ui-scrollfix--float {
	display: none;
}

#form-builder-toolbar.ui-scrollfix .lfm-toolbar.ui-scrollfix--float,
#processCustomErrorToolbar.ui-scrollfix .lfm-toolbar.ui-scrollfix--float {
	display: flex;
	position: fixed;
	top: 0;
	z-index: 100; /* move it popup on top of form canvas and form dropdown*/
	background-color: #fafafa;
	width: 100%;
	margin: 0 -24px;
	padding-right: 24px;
	padding-left: 24px;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
	#form-builder-toolbar.ui-scrollfix .lfm-toolbar.ui-scrollfix--float,
	#processCustomErrorToolbar.ui-scrollfix .lfm-toolbar.ui-scrollfix--float {
		top: 44px;
	}
}

.details-btn {
	padding: 0 12px;
	text-align: center;
}

	.details-btn .lf-icon-15 {
		color: #0069cf;
		width: 14px;
		height: 14px;
	}

.details-btn--text {
	color: #0069cf;
	padding-left: 8px;
	font-weight: 600;
	font-size: 14px;
}


/*.filter-edit .filter-edit-btn{
	position:absolute;
	right:16px;
	top:1px;
	padding:0 8px;
}*/

.filter-edit .lf-icon {
	position: absolute;
	right: 3px;
}

/* Performance Dashboard page */
.summary-timespan {
	margin-top: 24px;
}

.performance-timespan-label {
	margin-left: 0px;
	margin-right: 24px;
}

/*Charts for operational dashboard page (using D3)*/

#lf-op-link span.selectable {
	color: #0069cf;
}

	#lf-op-link span.selectable:hover {
		/*color: #23527c;*/
		text-decoration: underline;
	}

#lf-op-table div.ui-grid-row:nth-child(odd):hover .ui-grid-cell, #lf-op-table div.ui-grid-row:nth-child(even):hover .ui-grid-cell {
	background: white; /*remove hover for unclickable table cells*/
}

.pa-container {
    padding: 0 0 0 13px;
    box-shadow: none;
    border-bottom: none;
}

.pa-new-btn {
    width: 150px;
    height: 30px;
    padding: 0 12px;
    margin: 0 10px;
}
.pa-import-btn {
    width: 72px;
    height: 30px;
    padding: 0 12px;
    margin: 0 10px;
}

.pa-search-box {
    min-width: 150px;
    width: 350px;
    max-width: 350px;
}

.dashboard-tooltip, .rpt-chart-tooltip {
	padding: 8px 8px !important;
	border-radius: 2px;
	box-shadow: 0px 1px 3px 1px rgba(54,54,54,0.4);
	-webkit-box-shadow: 0px 1px 3px 1px rgba(54,54,54,0.4);
	-moz-box-shadow: 0px 1px 3px 1px rgba(54,54,54,0.4);
	background: #000;
	max-width: 325px;
	font-size: 12px;
	color: #fff;
	font-family: "Open Sans";
	overflow-wrap: break-word;
	-ms-word-wrap: break-word;
}

.dashboard-table {
	border-collapse: separate;
}

	.dashboard-table.table.borderless > tbody > tr > td.dashboard-table-cell-container, .dashboard-table-cell-container {
		background: white;
		border: #ddd solid 1px;
		border-radius: 6px;
	}

	.dashboard-table.table.borderless .vertical-divider {
		border-left: 1px solid #ddd;
		width: 24px;
	}

.dashboard-table-cell {
	padding: 24px 24px 48px;
}

	.dashboard-table-cell .cell-header {
		font-weight: 600;
		font-size: 18px;
		color: #333;
	}

	.dashboard-table-cell .sub-overview {
		border-top: #ddd solid 1px;
		padding-left: 4px;
		padding-top: 4px;
		font-size: 12px;
	}



.dashboard-table-cell hr {
    margin-left: -8px;
    margin-right: -8px;
}

	.dashboard-table-cell .legend {
		padding-left: 8px;
		padding-right: 16px;
	}

	.dashboard-table-cell .graph-title {
		font-weight: 600;
		font-size: 14px;
		color: #333;
	}

	.dashboard-table-cell .section-margin {
		margin-top: 16px;
	}

	.dashboard-table-cell .inner-cell {
		background: #f5f4f8;
		border-radius: 6px;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-top: 5px;
		margin-bottom: 24px;
	}

	.dashboard-table-cell .insight {
		background: white;
		border: #ddd solid 1px;
		border-left: 4px solid #0069ba;
		border-radius: 3px;
		padding: 5px 16px 20px;
		line-height: 19px;
	}

		.dashboard-table-cell .insight .ellipsis {
			display: inline-block;
			max-width: calc(100% - 80px);
		}

	.dashboard-table-cell .text-overflow {
		display: inline-block;
		max-width: calc(100% - 25px);
	}

	.dashboard-table-cell .op-dropdown {
		cursor: pointer;
		margin-left: -12px;
		padding: 4px 12px;
	}

	.dashboard-table-cell .op-dropdown-menu {
		margin: 1px -16px 0px -16px;
	}

    .dashboard-survey-widget {
        min-height: 80px;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .dashboard-survey-widget-label {
        font-size: 16px;
    }

    .dashboard-survey-widget-header {
        font-weight: 600;
    }

    .dashboard-survey-submission-iframe {
        min-height: 300px;
        width: 100%;
        height: calc(100vh - 250px);
    }
    .dashboard-survey-table-outer-container {
        padding-left: 48px;
    }
    .dashboard-survey-table-inner-container {
        max-height: 212px;
        overflow-y: auto;
        width: 70%;
    }
    .dashboard-survey-table {
        width: 100%;
        border-radius:2px;
    }
    .dashboard-survey-widget-table-bottom-row td {
        border-bottom-width: 1px;
        background-color: #f3f3f3;
        height: 40px;
        border-right: 1px solid #d0d0d0;
        font-weight: 400;
        font-size: 13px;
        vertical-align: middle;
        padding-left: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dashboard-survey-vr {
        display: inline;
        width: 1px;
        height: 20px;
        border: 1px inset;
        margin: 5px;
    }
    .dashboard-survey-empty-string-holder {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dashboard-survey-results-tab-content {
        max-height: calc(100vh - 130px);
    }

.dropdown.open .op-dropdown .op-dropdown-content,
.op-dropdown:hover:not([disabled]) .op-dropdown-content {
    text-decoration: underline;
}

.display-horizontal {
	vertical-align: middle;
	display: table-cell;
}

.chart-padding {
	padding-top: 16px;
	padding-bottom: 11px;
	padding-left: 15px;
}

.horizontalBarLabel {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	margin-right: 8px;
	padding-right: 8px;
}

	.horizontalBarLabel div {
		margin-bottom: 9px;
	}

		.horizontalBarLabel div.badge {
			margin-bottom: 3px;
		}

#userTaskDistrib .horizontalBarOver {
	float: left;
	border-radius: 0px;
}

.horizontalBarOver, .horizontalBarBelow {
	height: 12px;
	border-radius: 50px;
	margin-bottom: 19px;
}

.horizontalBarOver {
	background-color: #06b8bf;
	position: relative;
}

.onTime.horizontalBarOver {
	background-color: #68b3e3;
}

.dueWithin24Hours.horizontalBarOver {
	background-color: #ffd500;
}

.overdue.horizontalBarOver {
	background-color: #ff6306;
}

.horizontalBarBelow {
	background-color: #ebeaf1;
	float: left;
	width: 100%;
}

.pieChartLabel, .pieChartLabel label, .pieChartLabel customlabel {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	vertical-align: middle;
}

.pieChart.lf-section-margin {
	margin-bottom: 0px;
}

.pieChartLabel div.badge {
	vertical-align: middle;
	margin-bottom: 8px;
}

.pieChartLabel label, .pieChartLabel customlabel {
	padding-left: 10px;
}

customlabel {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.pieChartLabel div {
	margin-bottom: 16px;
}

.bars-list {
	margin-bottom: 20px;
}

	.bars-list .bars-list-label {
		text-overflow: ellipsis;
		display: block;
		overflow: hidden;
		text-align: left;
	}

	.bars-list .bars-list-hb {
		display: inline-block;
		margin: 0px 10px -2px 0px;
	}

@media(min-width: 768px) {
	.bars-list .bars-list-label {
		text-align: right;
	}
}

.single-bar {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sb-tooltip {
	background-color: #fff;
	border: 1px solid #000;
}

.bl-tooltip {
	background-color: #fff;
	border: 1px solid #000;
}

.rank-table-ellipsis {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rank-table-color {
	display: inline-block;
	height: 14px;
	width: 14px;
	margin-left: auto;
	margin-right: 8px;
	border-radius: 7px;
	background-color: #333;
	vertical-align: middle;
	margin-top: -2px;
}

.label-days {
	font-size: 14px;
	padding-top: 14px;
}

.pd-no-result {
	font-size: 17px;
	color: #707070;
	pointer-events: none;
}

.label-rank-table .dropdown, .label-rank-table-detail .dropdown {
	padding-bottom: 8px;
	padding-top: 8px;
}

.label-rank-table, .show-rank-table {
	padding-left: 24px;
	padding-right: 12px;
}

.label-rank-table-detail, .show-rank-table-detail {
	padding-left: 12px;
	padding-right: 24px;
}

.label-rank-table a.dropdown-toggle {
	color: inherit;
	font-weight: 600;
}

.label-rank-table-detail .dropdown {
	background-color: #eaf5ff;
	border: 1px solid #ceeefd;
	border-bottom: none;
}

.label-rank-table-detail a.dropdown-toggle {
	margin-left: 10px;
	margin-right: 0px;
	color: inherit;
	font-weight: 600;
}

.label-rank-table-detail .dropdown-menu {
	margin-left: 10px;
	margin-right: 0px;
}

.table-loading {
	position: absolute;
	z-index: 10;
	top: 60px;
	left: 50%;
}

.show-rank-table thead tr th, .rank-table-detail thead tr th, .show-rank-table tbody tr td, .rank-table-detail tbody tr td {
	vertical-align: middle;
	padding-left: 16px;
	padding-right: 16px;
}

.show-rank-table thead tr th, .rank-table-detail thead tr th {
	color: #707070;
}

.show-rank-table tbody tr {
	background-color: rgba(255,255,255,.7);
	height: 48px;
}

	.show-rank-table tbody tr:hover {
		background-color: #f5fbff;
		cursor: pointer;
	}

	.show-rank-table tbody tr.active td {
		background-color: #eaf5ff;
		cursor: pointer;
	}

.rank-table-detail {
	padding: 0px 10px;
	background-color: #eaf5ff;
	border: 1px solid #ceeefd;
	border-top: none;
	margin-top: 0px;
}

	.rank-table-detail tbody tr {
		background-color: rgba(255,255,255,.7);
		height: 48px;
	}

.rank-table-detail-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	top: 50%;
	left: -16px;
	right: 0px;
	margin-top: -20px;
	border-width: 20px 30px 20px 0;
	border-left-color: transparent;
	border-right-color: #eaf5ff;
}

.bubble_chart .axis path, .bubble_chart .axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}

.bubble_chart .axis .tick line {
	stroke: #ccc;
}

.table.borderless > tbody > tr > td {
	border: 0;
	padding: 0px;
}

.table.borderless th {
	border-left-width: 0;
	border-right-width: 0;
}

.table.borderless {
	margin-bottom: 24px; /*distance between the table and the charts in operational dashboard page*/
}

.outflow-container {
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	padding: 15px;
	margin-top: 16px;
	background-color: #fff;
}

	.outflow-container:first-child {
		margin-top: 24px;
	}

	.outflow-container span {
		margin-left: 8px;
	}


/*view submission modal css*/
/*#view-submission-dialog iframe{
	width:inherit !important;
}*/
#view-submission-dialog .cf-formwrap {
	margin: 0 auto !important;
}

.filter-expression-methods {
	height: 40px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border: 1px solid #d0d0d0;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

	.filter-expression-methods .lfm-button {
		height: 40px;
		padding: 0 15px;
		border-radius: 0;
		line-height: 40px;
		font-weight: 600;
		font-size: 14px;
		color: #333;
	}

	.filter-expression-methods .dropdown-menu {
		max-height: 308px;
		overflow-y: auto;
	}
/*Breadcrumb*/

lf-breadcrumb > .lfm-toolbar > div.lf-headline {
	margin-left: -12px;
}

.lf-breadcrumb-container {
	xmargin: -8px;
	xmargin-top: 0px;
}

.lf-breadcrumb-subcontainer {
	display: flex;
	align-items: center;
}

	.lf-breadcrumb-subcontainer:first-child {
		flex-shrink: 0;
	}

.lf-breadcrumb {
	color: #333;
	padding: 4px 12px 4px;
	border-radius: 3px;
	border: none;
	background: 0;
	font-family: "Open Sans";
	overflow: hidden;
	outline: none;
	text-decoration: none;
	line-height: 32px;
}

	.lf-breadcrumb:hover, .lf-breadcrumb:focus {
		background-color: #e7e7e7;
		color: #333;
		text-decoration: none;
	}

	.lf-breadcrumb:active, .lf-breadcrumb:active:hover, .lf-breadcrumb:active:focus {
		background-color: #d5d5d5;
	}

.lf-breadcrumb__arrow {
	width: 26px;
	height: 40px;
	margin-left: -6px;
	margin-right: -8px;
	fill: currentColor;
	min-width: 26px;
}

.lf-breadcrumb__title {
	padding: 4px 12px 4px;
	border-radius: 3px;
	max-width: 100%;
}

/* The buttons follow the breadcrumb */
.float-button {
	position: absolute;
	top: -44px;
	right: 24px;
	left: auto;
}

.float-button-2 { /* For edit button in performance dashboard */
	position: absolute;
	top: -44px;
	right: 100px;
}

.float-label {
	position: absolute;
	top: 6px;
	left: -260px;
}

/* ellipsis classes for breadcrumb*/
.ellipsis-1st-header { /*the first header, no arrow*/
	flex-shrink: 1000000;
	-webkit-flex-shrink: 1000000;
	min-width: 60px;
}

.ellipsis-header { /*the middle headers, with arrow*/
	flex-shrink: 1000000;
	-webkit-flex-shrink: 1000000;
	min-width: 65px;
}

.ellipsis-title { /*the last header*/
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
	min-width: 70px;
}

.ellipsis-1st-header.anchor div, .ellipsis-header.anchor div { /* hovering cursor for previous states*/
	cursor: pointer;
}

	.ellipsis-1st-header.anchor div:hover, .ellipsis-header.anchor div:hover { /* clicking hover for previous states*/
		background-color: #e7e7e7;
		border-radius: 3px;
	}

/*Progress Indicator*/
.progress-indicator {
	width: 100%;
	padding: 24px 60px 32px;
}

.progress-indicator--container {
	border-bottom: 3px solid #e1e1e1;
	height: 40px;
	position: relative;
}

.progress-indicator--wrapper {
	position: absolute;
	left: 0;
}

.progress-indicator--wrapperoffset {
	margin-left: -100%;
}

.progress-indicator--name {
	text-align: center;
}

.progress-indicator--container:first-child .progress-indicator--name {
}

.progress-indicator--node {
	display: inline-block;
}

.progress-indicator--inner-node {
	height: 33px;
	width: 33px;
	border-radius: 17px;
	padding: 4px;
	border: 3px solid #e1e1e1;
	background-color: #fff;
}

.progress-indicator--filling {
	height: 19px;
	width: 19px;
	border: 2px solid transparent;
	border-radius: 9px;
	background-color: #0da88b;
	margin: auto;
}

	.progress-indicator--filling.green {
		background-color: #0da88b;
	}

	.progress-indicator--filling.grey {
		background-color: #c6c6c6;
	}

.role-create-container {
	padding: 24px 16px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #eaf5ff;
}

	.role-create-container .lfm-button:first-child {
		margin-left: 8px; /*needed to add this so that there is an equivalent rtl style*/
	}

.role-create-divider {
	min-height: 33px;
	padding-top: 8px;
}

.role-list-container {
	border-bottom: 1px solid #e0e0e0;
	height: 64px;
	/*padding: 24px 16px;*/
}

.team-select-list {
	margin: auto 9px;
}

.team-select-list--expanded {
	margin: auto 9px;
	margin-top: 16px;
}

	.team-select-list--expanded .col-xs-4 {
		max-width: 162px; /*SCR134755: FF/Edge doesn't treat flex and ellipsis very well*/
	}

.bp-template-block {
	margin-right: 24px;
	width: 200px;
	display: inline-block;
	vertical-align: top;
}

.bp-template-thumbnail {
	cursor: pointer;
}

	.bp-template-thumbnail:hover, #newProcessDialog .bp-template-folder:hover {
		border-color: #85c3fe !important;
		box-shadow: none;
	}

.templateBox:hover, .templateBox:focus {
	/*box-shadow: 0 0 0 8px #eaf5ff;*/
	border-color: #49a6ff !important;
}

.templateBox.selected {
	background-color: #f5fbff;
	border-color: #49a6ff !important;
}

.bp-template-folder {
	cursor: pointer;
	border: 1px solid #E6E6E6;
	background-color: #f9f9f9;
	width: 150px;
	height: 36px;
	display: inline-block;
	padding: 6px;
	margin: 0 15px 15px 0;
	border-radius: 4px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: initial;
	box-sizing: content-box !important;
}

	.bp-template-folder ::before, .bp-template-folder::after {
		-moz-box-sizing: content-box !important;
		-webkit-box-sizing: initial;
		box-sizing: content-box !important;
	}

	.bp-template-folder:hover, .bp-template-folder.active {
		box-shadow: 0 3px 8px #c9dde1;
	}

.bp-template-folder-name {
	display: block;
	width: 140px;
	height: 40px;
	vertical-align: middle;
	-webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.bp-template-folder-thumbnail {
	height: 32px;
	width: 32px;
}

/*
	for processes page
*/
/* for split button dropdown separator */
*[dir="ltr"] .btn-group .btn + .btn {
	margin-left: 0px;
}

*[dir="ltr"] .btn-group .btn-primary.separator {
	border-right: 1px solid var(--primary-button);
}

.btn-group .btn-default {
	border: 0px;
}

*[dir="ltr"] .btn-group .btn-default.separator {
	border-right: 1px solid var(--secondary-button);
}
/* toggle fav button on hover uses different svg */
.nofav > :first-child {
	display: inline-block;
}

.nofav > :last-child {
	display: none;
}

.nofav.hover > :first-child {
	display: none;
}

.nofav.hover > :last-child {
	display: inline-block;
}

/* table should occupy full page when less than 1200px */
@media(min-width: 768px) {
	.container {
		width: inherit;
	}
}

@media(min-width: 992px) {
	.container {
		width: inherit;
	}
}

@media(min-width: 1200px) {
	.container {
		width: inherit;
	}
}

@media(min-width: 1250px) {
	.container {
		width: 1250px;
	}
}



/*Direct Approval Box*/
.direct-approval-box {
	width: 100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	padding: 12px 9px;
	margin: 24px 0 12px;
}

.direct-approval-box--text {
	color: #df5919;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

	.direct-approval-box--text span {
		padding: 0 8px;
	}

.direct-approval-box--icon {
	fill: #ffa200;
	height: 24px;
	width: 31px;
}

.direct-approval-box--buttons {
	display: flex;
}

	.direct-approval-box--buttons > button {
		margin-right: 8px;
		/*margin-bottom:10px;*/
	}

	.direct-approval-box--buttons .open-task-btn--text {
		color: #0069cf;
		font-weight: 600;
		font-size: 14px;
	}

.summary-height-da {
	max-height: calc(100vh - 314px);
}

.summary-height {
	max-height: calc(100vh - 169px);
}

/* Readonly process custom error strings*/
.ropeStr .display {
	color: #394FA2;
	font-weight: 600;
}

.ropeStr .when {
	color: #00A651;
	font-weight: 600;
}

.ropeStr .for {
	color: #F7941E;
	font-weight: 600;
}
/* List Selection in Mobile Inbox */
.lf-selection-row {
	height: 32px;
	vertical-align: middle;
}


/*Process Selection table*/
.lf-start-process-list > div {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	align-items: flex-start;
	min-height: 64px;
}

.lf-start-process-grid {
	overflow-x: hidden;
}

	.lf-start-process-grid .start-page-grid {
		margin: 0 auto;
		float: none;
	}

.lf-start-process-grid-pre {
	padding: 30px;
	overflow: hidden;
	height: 12em;
	margin: 0 0 10px;
	display: block;
	white-space: pre-wrap;
	background-color: white;
	border: none;
	word-break: break-word;
}

.start-process-thumbnail-loading {
	text-align: center;
}

@media (min-width: 323px) {
	.start-process-thumbnail-grid {
		float: left;
		width: 100%;
	}
}

@media (min-width: 900px) {
	.start-process-thumbnail-grid {
		float: left;
		width: 50%;
	}
}

@media (min-width: 1600px) {
	.start-process-thumbnail-grid {
		float: left;
		width: 25%;
	}
}

@media (min-width: 2000px) {
	.start-process-thumbnail-grid {
		float: left;
		width: 20%;
	}
}

.horizontal-nav-static-text {
	font-size: 15px;
	font-weight: 400;
	color: rgba(255,255,255,0.88);
	margin-right: 10px;
	margin-left: 16px;
}

#newProcessDialog .form-group .control-label {
	margin-bottom: 16px;
}

#newProcessDialog .bp-template-folder {
	width: 186px;
	margin: 0 24px 24px 0;
}

*[dir="ltr"] .star-follower {
	padding-left: 16px;
}

.dropdown-filepicker {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	padding: 0;
	float: left;
	line-height: 15px;
}

	.dropdown-filepicker:focus {
		background-color: #e4e4e4;
	}

.select-filepicker {
	border-top: 1px solid #bbb !important;
	border-bottom: 1px solid #bbb !important;
	margin-right: 0px;
}

.picker-link {
	padding-left: 48px;
	padding-top: 48px;
	font-size: 16px;
}

.input-group-btn.datepicker-btn > .btn {
	margin-left: -1px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.lf-empty-state-message {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	width: 100%;
	text-align: center
}

#xpathDropdown select + select,
#xpathDropdown select + input {
	margin-left: 8px;
}

.vertical-line {
	height: 50%;
	min-width: 1px;
	margin: auto;
	background-color: #c8c8c8;
	margin-left: 8px;
	margin-right: 8px;
}

*[dir="ltr"] .marginl8 {
	margin-left: 8px;
}

*[dir="ltr"] .marginln7 {
	margin-left: -7px;
}

*[dir="ltr"] .marginl12 {
	margin-left: 12px;
}

*[dir="ltr"] .marginr10 {
	margin-right: 10px;
}

*[dir="ltr"] .marginr20 {
	margin-right: 20px;
}

*[dir="ltr"] .marginl14 {
	margin-left: 14px;
}

*[dir="ltr"] .paddingl10 {
	padding-left: 10px;
}

*[dir="ltr"] .paddingl12 {
	padding-left: 12px;
}

*[dir="ltr"] .paddingl15 {
	padding-left: 15px;
}

*[dir="ltr"] .paddingl20 {
    padding-left: 20px;
}

*[dir="ltr"] .paddingl24 {
	padding-left: 24px;
}

*[dir="ltr"] .paddingl55 {
	padding-left: 55px;
}

*[dir="ltr"] .paddingr24 {
	padding-right: 24px;
}

*[dir="ltr"] .paddingr12 {
	padding-right: 12px;
}

*[dir="ltr"] .paddingl0 {
	padding-left: 0;
}

*[dir="ltr"] .paddingr4 {
	padding-right: 4px;
}

*[dir="ltr"] .paddingt24 {
	padding-top: 24px;
}

.paddingt8 {
	padding-top: 8px;
}

*[dir="ltr"] .btn-toolbar {
	margin-left: 0px;
}

	*[dir="ltr"] .btn-toolbar > .btn {
		margin-left: 0px;
	}

.searchWithIcon {
	background-color: white !important;
}

input.searchWithIcon::-ms-clear {
	display: none;
}

/*event log dialog*/
.event-viewer-header-type {
	padding-bottom: 0;
	border-left: none;
	padding-left: 24px;
	padding-top: 0;
}

.event-viewer-header-date {
	padding-bottom: 0;
	padding-top: 0;
}

.event-viewer-content-date {
	float: right;
	width: 150px;
	font-size: 13px;
	font-weight: 400;
}

.event-viewer-message-display {
	height: auto;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
}

/*mobile inbox*/
.lf-icon-margin {
	color: #666;
	margin-right: 8px;
}

.mobile-item-list {
	padding-left: 18px;
	margin: 0;
}

/*print overrides (most backgrounds get set to white) */
@media print {
	.timeline-node-icon {
		background-color: #fff !important;
	}
}

*[dir="ltr"] .paddingl2 {
	padding: 0 0 0 2px;
}

.team-filter-set:hover, .team-filter-set:focus {
	background-color: #f5fbff;
}

.team-filter-set {
	padding: 8px;
	border-radius: 2px;
	border: 1px solid transparent;
}

.team-filter-contents .ellipsis { /* http://stackoverflow.com/questions/23529369/why-does-x-overflowhidden-cause-extra-space-below */
	vertical-align: top;
}

.team-filter-contents .input-group {
	width: 75%;
	min-width: 92px;
}

*[dir="ltr"] .text-align-left {
	text-align: left;
}

*[dir="ltr"] .text-align-right {
	text-align: right;
}

.templateBoxWrapper {
	padding-bottom: 16px;
	overflow: hidden;
}

.templateBox {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 16px 24px;
	cursor: pointer;
	background-color: white;
}

.templateFiltersWrapper {
	position: relative;
	padding-bottom: 24px;
}

.templateTag {
	background-color: inherit;
	color: #0069cf;
	font-size: 13px;
	line-height: 20px;
}

.templateInfo {
	background-color: inherit;
	color: #a49f9f;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
}

.form-gallery {
	height: 600px;
}

.form-pic {
	flex-shrink: 0;
	display: flex;
	padding: 24px;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.form-pic-thumbnail {
	/*display:flex;*/
	flex: 1;
	/*align-items:center;*/
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

	.form-pic-thumbnail .item {
		height: 100%;
	}

	.form-pic-thumbnail img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		margin: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

.form-pic .carousel-indicators li {
	border: 1px solid #2ca11d;
	margin: 4px;
}

	.form-pic .carousel-indicators li.active {
		background-color: #2ca11d
	}

.bplPicturePane {
	height: 100%;
	border-right: 1px solid #ddd;
	background-color: #eee;
}

	.bplPicturePane img {
		background-color: white;
	}

.bplTextPane {
	height: 100%;
	overflow: auto;
}

.bpl-nav {
	padding: 0 !important;
	height: 100%;
}

	.bpl-nav .nav-stacked {
		margin-top: 24px;
		height: auto;
	}

	.bpl-nav li.active {
		border-left: 4px solid #49a6ff;
		background-color: #eaf5ff;
	}

	.bpl-nav li {
		border-left: 4px solid transparent;
	}

		.bpl-nav li a {
			text-decoration: none;
			color: #333;
			font-weight: 400;
		}

		.bpl-nav li.active a {
			font-weight: 600;
		}

.bpl-search-no-result {
	position: static;
	margin-top: 120px;
	pointer-events: none;
	text-align: center;
	font-size: 17px;
	color: #707070;
}

.templateListing {
	position: relative;
	padding-top: 24px;
	border-left: 1px solid #ddd;
	/*height: calc(100vh - 311px);*/
	height: 100%;
	align-self: stretch;
}

.pickerMainPane {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

	.pickerMainPane:not(.noQuicklink) .collapsibleQuicklink {
		height: 176px;
		opacity: 1;
		transition: all ease-in-out 200ms;
	}

	.pickerMainPane:not(.noQuicklink) .quicklinkToggleBtn .down {
		display: none;
	}

	.pickerMainPane:not(.noQuicklink) .quicklinkToggleBtnContainer {
		height: 0;
	}

	.pickerMainPane.noQuicklink .collapsibleQuicklink {
		height: 0;
		opacity: 0;
		overflow: hidden;
		transition: all ease-in-out 200ms;
	}

	.pickerMainPane.noQuicklink .quicklinkToggleBtn .up {
		display: none;
	}

	.pickerMainPane.noQuicklink .quicklinkToggleBtnContainer {
		height: 1px;
	}

.stretchPane {
	flex: 1 1 0%;
	-webkit-flex: 1;
	align-items: stretch;
	overflow: hidden;
	height: calc(100% - 176px);
}

.noQuicklink .stretchPane {
	height: calc(100% - 1px);
}

.quicklinkToggleBtnContainer {
	width: 100%;
	background-color: #ddd;
	display: flex;
	justify-content: flex-end;
	overflow: visible;
	z-index: 1;
}

.quicklinkToggleBtn {
	background-color: #ddd;
	height: 16px;
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}

@media (max-width:608px) {
	.quicklinkToggleBtnContainer, .collapsibleQuicklink {
		display: none;
	}

	.stretchPane, .noQuicklink .stretchPane {
		height: 100%;
	}
}

.pickerDetailsPane {
	height: 100%;
}

.bplDetails {
	display: flex;
	flex-direction: column;
	height: 100%;
}

	.bplDetails .details {
		flex: 1;
		border-bottom: 1px solid #ddd;
	}

	.bplDetails .related {
		height: 144px;
	}

.highlight {
	animation-name: bghighlight;
	animation-duration: 1500ms;
	animation-timing-function: ease-out;
	-moz-animation-name: bghighlight;
	-moz-animation-duration: 1500ms;
	-moz-animation-timing-function: ease-out;
	-webkit-animation-name: bghighlight;
	-webkit-animation-duration: 1500ms;
	-webkit-animation-timing-function: ease-out;
}

@keyframes bghighlight {
	from {
		background-color: #abd8f6;
	}

	to {
		background-color: transparent;
	}
}

@-moz-keyframes bghighlight {
	from {
		background-color: #abd8f6;
	}

	to {
		background-color: transparent;
	}
}

@-webkit-keyframes bghighlight {
	from {
		background-color: #abd8f6;
	}

	to {
		background-color: transparent;
	}
}

.literal {
	white-space: pre-line;
}

.bplHelpPane {
	padding-top: 24px;
	height: calc(100vh - 311px);
	border-left: 1px solid #ddd;
}

.bplHelp {
	text-transform: uppercase;
	color: #666;
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
}

.bplDetailsNavBtns {
	position: absolute;
	right: 10%;
	top: 0;
	bottom: 0;
	width: 100px;
	display: flex;
	align-items: center;
}

.bplDetailsNavBtn {
	background-color: white;
	height: 100%;
	width: 50px;
	display: flex;
	align-items: center;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	cursor: pointer;
}

	.bplDetailsNavBtn .lf-icon {
		flex: 1
	}

	.bplDetailsNavBtn.next {
		margin-left: -1px;
	}

.bplSubNav {
	list-style-type: none;
	padding: 0 24px;
}

.bplSubNavItem {
	margin-right: -24px;
	cursor: pointer;
}

li.bplSubNavItem a {
	padding: 8px 16px;
	width: 100%;
}

.bpl-related {
	height: 80px;
	position: relative;
}

.bpl-related-btn {
	width: 24px;
	padding: 0;
	border: 1px solid #ddd;
	background-color: white;
	opacity: 1;
}

	.bpl-related-btn:hover, .bpl-related-btn:focus,
	.bplDetailsNavBtn:hover, .bplDetailsNavBtn:focus {
		background-color: rgba(158,158,158,.2);
	}

.bpl-related-template-group {
	height: 100%
}

.bpl-related-templates {
	padding: 0 32px;
}

.bpl-related-template {
	height: 100%;
	border: 1px solid #ddd;
	cursor: pointer;
	margin: 0 4px;
	padding: 12px 16px;
	background-color: white;
	position: relative;
}

	.bpl-related-template:hover, .bpl-related-template:focus {
		border-color: #49a6ff;
		background-color: #f5fbff;
	}

@media (max-width: 767px) {
	.bpl-related .lf-body-1 {
		font-size: 13px;
	}
}

.bpl-caret {
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0
}

.bpltrending {
	position: absolute;
	top: 12px;
	right: 12px;
}

.bpl-img-btn {
	border: none;
	height: 50px;
	width: 50px;
	margin: auto;
	background-color: white;
	border-radius: 25px;
	margin-right: 8px;
	margin-left: 8px;
}

	.bpl-img-btn .lf-icon {
		width: 32px;
		height: 32px;
	}

	.bpl-img-btn.right .lf-icon {
		margin-left: 2px;
	}

.modal-dialog-xl {
	width: auto;
}

@media screen and (min-width: 697px) {
	.modal-dialog-xl {
		width: 696px;
	}
}

@media screen and (min-width: 911px) {
	.modal-dialog-xl {
		width: 910px;
	}
}

.fileUploadPanel {
	border-left: 1px solid #ddd;
	/*height: calc(100vh - 311px);*/
	height: 100%;
	padding: 2px;
}

	.fileUploadPanel .fileUploadPanelContent {
		height: 100%;
	}

		.fileUploadPanel .fileUploadPanelContent .uploadProgressBar {
			width: 100%;
		}

			.fileUploadPanel .fileUploadPanelContent .uploadProgressBar .progress {
				width: calc(100% - 48px);
				margin-bottom: 0;
			}

		.fileUploadPanel .fileUploadPanelContent .uploadedFiles {
			padding: 24px;
			max-height: 100%;
			overflow: auto;
		}

			.fileUploadPanel .fileUploadPanelContent .uploadedFiles .fileUploadWarning {
				position: relative;
				background-repeat: no-repeat;
				padding-left: 23px;
				margin-left: -23px;
				list-style: none;
				background-size: 19px 20px;
				background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Ccircle%20cx='12'%20cy='19'%20r='2'%20fill='%23F4511E'/%3E%3Cpath%20d='M10%203h4v12h-4z'%20fill='%23F4511E'/%3E%3C/svg%3E")
			}

		.fileUploadPanel .fileUploadPanelContent .upload-file-drop-area {
			border: 7px dashed #ddd;
			height: 100%;
			max-height: 360px;
			position: relative;
		}

			.fileUploadPanel .fileUploadPanelContent .upload-file-drop-area .center {
				text-align: center;
				height: 100%;
				display: flex;
				flex-direction: column;
				width: 100%;
			}

			.fileUploadPanel .fileUploadPanelContent .upload-file-drop-area .vhcenter {
				flex: 1;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
			}

			.fileUploadPanel .fileUploadPanelContent .upload-file-drop-area .btn {
				width: auto;
				margin: 0;
			}

#uploadedFilesAccordion .panel-heading button {
	border: none;
	background: none;
}

	#uploadedFilesAccordion .panel-heading button.collapsed .up {
		display: none;
	}

	#uploadedFilesAccordion .panel-heading button:not(.collapsed) .down {
		display: none;
	}

.pickerQuickLinkContainer {
	background-color: #ddd;
	height: 100%;
	display: flex;
}

.pickerQuickLink {
	flex: 1;
	text-align: center;
	display: flex;
	align-items: center;
}

	.pickerQuickLink .tile {
		width: 130px;
		height: 130px;
		background-color: white;
		border: 1px solid #ddd;
		border-radius: 2px;
		margin: auto;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		opacity: 0.85;
		/*box-shadow: 1px 1px 3px #888;*/
	}

		.pickerQuickLink .tile:hover {
			box-shadow: 1px 1px 3px 1px rgba(136, 136, 136, 0.5);
			opacity: 1;
		}

		.pickerQuickLink .tile .image {
			width: 100%;
			height: 80px;
			display: flex;
			align-items: center;
		}

			.pickerQuickLink .tile .image img {
				max-width: 80%;
				max-height: 80%;
				margin: auto;
			}

	.pickerQuickLink .tileTitle {
		margin: auto;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		font-weight: 600;
		white-space: normal;
	}

#bplHelpPopover {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #ddd;
	/*background-color:#F5FBFF;*/
	background-color: #ABD8F6;
	padding: 5px;
	cursor: pointer;
}

	#bplHelpPopover:hover, #bplHelpPopover:focus {
		/*background-color: #ABD8F6;*/
	}

	#bplHelpPopover .lf-icon {
		/*fill: #49A6FF;*/
		fill: #435280;
		opacity: 0.85;
	}

	#bplHelpPopover:hover .lf-icon, #bplHelpPopover:focus .lf-icon {
		/*fill: #435280;*/
		opacity: 1;
	}

.bplHelpPopover {
	margin-left: -221px;
	background-color: #ABD8F6;
	padding: 16px;
	max-width: 500px;
	width: 480px;
	border-radius: 3px;
	font-family: "Open Sans"
}

	.bplHelpPopover .title {
		font-weight: 600;
		font-size: 18px;
		color: #435280;
	}

	.bplHelpPopover .content {
		display: flex;
		flex-direction: row;
		padding-top: 8px;
	}

		.bplHelpPopover .content .steps {
			flex: 1.3;
			border-right: 1px solid rgba(100, 100, 100, 0.3);
			padding: 0 8px;
		}

			.bplHelpPopover .content .steps .step {
				display: flex;
				padding: 8px 0;
				align-items: center;
			}

				.bplHelpPopover .content .steps .step .icon {
					width: 48px;
					height: 48px;
				}

				.bplHelpPopover .content .steps .step .description {
					padding: 0 16px;
				}

					.bplHelpPopover .content .steps .step .description .stepNum {
						color: #F27224;
						text-transform: uppercase;
						font-weight: 600;
						font-size: 14px;
					}

					.bplHelpPopover .content .steps .step .description .stepDesc {
						color: #435280;
						font-weight: 600;
						font-size: 14px;
					}

		.bplHelpPopover .content .links {
			flex: 0.9;
			padding: 8px 16px;
			display: flex;
			flex-direction: column;
		}

			.bplHelpPopover .content .links .linkgroup {
				flex: 1;
			}

				.bplHelpPopover .content .links .linkgroup .linkgrouptitle {
					color: #435280;
					font-weight: 600;
					font-size: 14px;
					margin-bottom: 8px;
				}

				.bplHelpPopover .content .links .linkgroup a {
					display: block;
					font-size: 13px;
					line-height: 22px;
				}
/* WCAGE for removing anchor format*/
.link-noformat {
	color: var(--text-primary)
}

	.link-noformat:not(.selectable) {
		cursor: default;
	}

	.link-noformat:hover, .link-noformat:focus {
		color: var(--text-primary);
		text-decoration: none;
	}

.link-row-background {
	color: var(--text-primary);
}

	.link-row-background:hover, .link-row-background:focus {
		background-color: #f5fbff;
		color: #333;
		text-decoration: none;
	}

a.selectable.fav-icon-wcag:focus .nofav:not(ng-hide) > :first-child {
	display: none;
}

a.selectable.fav-icon-wcag:focus .nofav:not(ng-hide) > :last-child {
	display: inline-block;
}

.repeatable-opt-left-24 {
	padding-left: 24px;
}

.repeatable-opt-right-24 {
	padding-right: 24px;
}

.missing-variables, .missing-variables:focus {
	border: solid 1px #d54230;
	border-right: solid 1px #d54230;
}

/* Summary Table in Performance Dashboard Page */
.opened-pending-and-closed-counts {
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -.2px;
}

.rest-counts-display {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -.2px;
}

.rest-counts-padding {
	padding: 8px 16px;
}

.summary-padding-right {
	padding-right: 8px;
}

.summary-inner-cell {
	background: #f5f4f8;
	border-radius: 6px;
	padding: 12px;
}

.summary-large-num {
	color: #707070;
	font-size: 48px;
	font-weight: 100;
	letter-spacing: -1px;
}

.summary-space-between-48 {
	padding-right: 48px;
}

/*SCR140052*/
@media(min-width: 768px) {
	#xpathDropdown .form-inline .form-control {
		width: 100%;
	}
}

#xpathDropdown .form-inline .form-control {
	min-width: 1px;
}


/* Edit dropdown menu in performance dashboard page */
.edit-dropdown-popup {
	border: 1px solid #ccc;
	background: #fafafa;
	border-radius: 3px;
	right: 0;
	left: auto;
	position: absolute;
	z-index: 999;
	margin: 2px 0 0;
}

.edit-dropdown-body {
	padding: 16px;
}

.edit-dropdown-table {
	border: 1px solid #d0d0d0;
	box-shadow: none;
	color: #333;
	border-radius: 3px;
	border-collapse: separate;
}

.edit-dropdown-display-horizontal {
	vertical-align: middle;
	display: inline-block;
}

.edit-dropdown-left-8 {
	padding-left: 8px;
}

.edit-dropdown-left-m-8 {
	margin-left: 8px;
}

.edit-dropdown-left-16 {
	padding-left: 16px;
}

.edit-dropdown-right-16 {
	padding-right: 16px;
}

.edit-dropdown-bottom-8 {
	padding-bottom: 8px;
}

.edit-dropdown-footer-margin {
	margin: 16px 0px;
}

.edit-dropdown-menu-items {
	font-size: 14px;
	padding: 3px 20px;
	cursor: pointer;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
	height: auto;
}

	.edit-dropdown-menu-items:hover {
		background: #eaf5ff;
	}

	.edit-dropdown-menu-items a {
		color: #555;
	}

		.edit-dropdown-menu-items a:hover {
			text-decoration: none;
		}

.edit-dropdown-custom-date-label {
	padding: 8px 16px;
}

.tr-dropdown:focus {
	border-color: #66afe9;
}

.dropdown-dates {
	font-size: 13px;
	color: #707070;
}

.dropdown-dates-icon-color {
	color: #666;
}

.dropdown-view-by {
	width: 128px;
	text-align: left;
}

/*override inputbox .has-error focus effect from bootstrap*/
.has-error .form-control:focus {
	box-shadow: none;
}

.has-error > .form-control:focus + .input-group-btn .btn {
	box-shadow: none;
}

.outline:focus {
	outline: 5px auto -webkit-focus-ring-color;
}

.left-right-24 {
	padding-left: 24px;
	padding-right: 24px;
}

.left-right-no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.dynamic-tabs > li:not(.dropdown) {
	max-width: 240px;
}

.dynamic-tabs > li.dropdown > a {
	flex-shrink: 0;
	white-space: nowrap;
}

.dynamic-tabs .dropdown-menu > .active > a {
	background-color: inherit;
	color: #333;
	font-weight: 600;
}

.dynamic-tabs .dropdown-menu > li.active {
	border-left: 3px solid #0DA88b;
}

.exclude-weekends-performance {
	font-size: 14px;
	line-height: 32px;
}

.margin-right-16 {
	margin-right: 16px;
}

.padding-right-50 {
	padding-right: 50px;
}

/* http://stackoverflow.com/questions/17579750/drop-down-menu-not-working-on-mobile-devices */
.dropdown-backdrop {
	position: static;
}

.start-page-grid,
.start-page-grid-right {
	height: 270px;
}

.start-page-grid-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.start-page-select {
	border: 1px solid var(--border-color);
	border-radius: 3px;
	height: 220px;
	line-height: 220px;
	background-color: var(--background-white);
	overflow: hidden;
}

.start-page-grid .start-page-select:hover {
	border-color: var(--focus-color) !important;
}

.start-page-grid {
	position: relative;
	margin-top: 20px;
	margin-right: 8px;
	width: 300px;
	float: left;
	overflow: hidden;
	list-style: none;
	padding: 0px 10px 10px 10px;
}

	.start-page-grid .item p {
		padding: 30px;
		overflow: hidden;
		height: 13em;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}

#start-page-thumbnails {
	-moz-padding-start: 0px;
	-o-padding-start: 0px;
	-webkit-padding-start: 0px;
	-padding-start: 0px;
	padding: 0px;
}

.bp-large-tile-start {
	bottom: 101px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
	position: absolute;
	text-align: center;
}

.btn-select ul {
	max-height: 390px;
	overflow-y: auto;
}

/* Report Builder Dialog */
.rpt-builder-dlg-wide-pane {
	min-width: 960px;
}

.rpt-builder-dlg-header {
	border-bottom: none;
}

.rpt-builder-section-header {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: 16px;
	white-space: nowrap;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rpt-builder-section-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	padding-left: 50px;
}

.rpt-builder-columns-header {
	text-align: center;
	white-space: nowrap;
}

.rpt-builder-drag-handle {
	float: left;
	margin-top: 7px;
}

.rpt-builder-filter-opt {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
}

.rpt-builder-filter-last-opt {
	padding-left: 0px;
	padding-bottom: 8px;
}

.rpt-builder-filter-time-opt {
	padding-left: 12px;
	padding-right: 0px;
}

.rpt-builder-filter-border-radius-4 {
	border-radius: 4px !important;
}

.rpt-builder-sub-filter {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	height: 28px;
}

.rpt-builder-sub-filter-a {
	font-size: 13px;
	cursor: pointer;
}

.rpt-builder-color-picker {
	padding-left: 0;
	padding-right: 0;
	min-width: 90px;
}

.rpt-builder-icon {
	fill: #666;
}

.rpt-builder-description {
	padding-left: 20px;
	margin-bottom: 0;
}

.rpt-builder-bottom-margin {
	margin-bottom: 48px;
}

.test-filter-time-dropdown {
	border-radius: 3px !important;
	margin: 0 14px;
	margin-top: 2px;
	padding: 0;
	padding-left: 4px;
	width: 60px !important;
	height: 30px;
}

.rpt-builder-delete-btn {
	margin-left: 8px;
}

.window-edge-toggle {
	text-align: right
}

.view-column-indicator {
	width: 100%;
	padding: 10px 15px;
}

.lf-table-header-cell {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	border-right: solid 1px #d4d4d4;
}

.lf-table-content-wrapper {
	border: solid 1px #cccccc;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	border-top: none;
}

.lf-table-header-left-spacing > div:first-child {
	margin-left: 24px;
}

.help-tip {
	font-size: 13px;
	font-style: italic;
	color: #707070;
	margin-bottom: 1px;
	font-weight: normal;
}

.start-process-thumbnail-grid {
	padding: 12px;
}

.form-edit-palette {
	padding: 0 24px;
	margin: 0 -24px;
	overflow-y: auto;
	overflow-x: hidden;
}

.form-edit-palette.field {
	height: calc(100% - 42px);
}

.form-edit-palette.variable {
	height: calc(100% - 93px);
}

.lf-table-content-wrapper .dropdown-div-btn {
	text-align: left;
}

lf-form-action a[disabled]:hover {
	color: #666;
}

.marginlr4 {
	margin-left: 4px;
	margin-right: 4px;
}

.flex-width-parent {
	display: inline-flex;
	width: 100%;
}

.version-history-entry {
	margin: 8px 0;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: white;
}

	.version-history-entry .item-title {
		text-decoration: none;
		color: #333;
		font-weight: 600;
	}

		.version-history-entry .item-title.collapsed .lf-icon.chevron {
			transform: none;
		}

		.version-history-entry .item-title .lf-icon.chevron {
			transform: rotate(90deg);
		}

	.version-history-entry .item-content {
		padding-left: 28px;
	}

.version-history-divider {
	margin: 4px -8px;
	padding: 0 8px;
	border-bottom: 1px solid #ddd;
}

	.version-history-divider.noresources {
		border-bottom: 1px solid transparent;
	}

#process-resources a.collapse-header {
	text-decoration: none;
	color: #333;
}
.process-detail-notification-pane-divider {
    display: inline;
    width: 1px;
    border: 1px inset;
    margin: 5px;
}
/* UserTask Payment */
.utdlg-payment-left-24 {
	padding-left: 24px;
}

.utdlg-payment-collect {
	margin-bottom: 0;
}

.utdlg-payment-info {
	line-height: 34px;
}

.utdlg-payment-dialog-notification {
	line-height: 28px;
	vertical-align: bottom;
}

#multistepdialog table > thead > tr > th {
	border-bottom: 1px solid #ddd;
	padding-left: 16px;
	height: 38px;
	font-size: 13px;
	color: #6d6d6d;
	font-weight: 400;
	background: inherit;
}

#summariesGrid .ui-grid-header-cell:nth-last-child(2),
#summariesGrid .ui-grid-footer-cell:nth-last-child(2),
#summariesGrid .ui-grid-footer-cell:last-child {
	border-right: 0;
}

.ui-grid-override-caret {
	margin: 8px 0 0 2px;
}

@media (min-width: 991px) {
	.crit-datetime-field {
		min-width: 375px;
	}
}

.checkbox-default-container {
	overflow-y: auto;
	width: 262px;
	height: 117px;
	padding: 4px 8px;
}

.action-toggle-circle {
    display: inline-block;
    background-color: white;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    margin: 2px;
}

.form-design-main {
	margin: 0 -24px;
	overflow-y: auto;
	height: calc(100vh - 88px);
}

/* Monitoring Page */
.monitoring-title-section {
	padding: 8px;
	height: 50px;
	border-bottom: 1px solid #bcbec0;
}

.monitoring-title {
	font-size: 21px;
	line-height: 32px;
	letter-spacing: -.4px;
	font-weight: 400;
	font-family: "Open Sans", "Arial";
	padding: 6px;
}

	.monitoring-title.monitoring-subtitle {
		font-size: 20px;
	}

.monitoring-breadcrumb {
	cursor: pointer;
}

	.monitoring-breadcrumb:hover {
		background-color: #e7e7e7;
		text-decoration: none;
		border-radius: 3px;
	}

.monitoring-breadcrumb-arrow {
	width: 26px;
	height: 40px;
	margin-left: -6px;
	margin-right: -8px;
	fill: #666;
	min-width: 26px;
	margin: 0 8px;
}
hr.divider {
    margin-top: 2em;
    margin-bottom: 2em;
}
hr.divider-search {
    margin-top: 0em;
    margin-bottom: 0.5em;
} 
.monitoring-instances-table,
.monitoring-tasks-table {
	display: flex;
	height: 100%;
}

.monitoring-views {
	display: flex;
	height: calc(100vh - 50px);
}

.monitoring-view-tab {
	background-color: #0896D1;
	width: 40px;
}

.monitoring-view-search-table {
	width: calc(100vw - 40px);
}

.monitoring-view-table-only {
	width: 100vw;
}

.monitoring-view-search {
	width: 300px;
	min-width: 300px;
	background-color: #fff;
	border-right: 1px solid #e5e5e5;
	transition: all 300ms ease-out;
}
.monitoring-view-search.closed {
	width: 24px;
	min-width: 24px;
	overflow: hidden;
	transition: all 300ms ease-out;
}
.monitoring-view-search.closed .monitoring-header-section {
	cursor: pointer;
	display: block;
	height: 100%;
}
.monitoring-view-search.closed .monitoring-search-header,
.monitoring-view-search.closed .monitoring-search-body,
.monitoring-view-search.closed .monitoring-search-footer {
	display: none;
}
.monitoring-view-search.closed .monitoring-header-toggleBtn {
	float: left;
	padding: 4px;
}
.monitoring-view-search.opened .monitoring-header-rotatedLabel,
.monitoring-view-search.opened .monitoring-header-toggleBtn .closeIcon {
	display: none;
}
.monitoring-view-search.closed .monitoring-header-label,
.monitoring-view-search.closed .monitoring-header-toggleBtn .openIcon {
	display: none;
}

.monitoring-view-table {
	background-color: #fff;
	flex: 1;
	overflow: auto;
}

.monitoring-tab-toolbar {
	padding: 8px 0;
}

.monitoring-tab-icon {
	color: #fff;
	width: 40px;
	height: 40px;
	cursor: pointer;
	padding: 8px;
}

.monitoring-tab-icon-selected {
	background-color: #e6e6e6;
	color: #000;
}

.monitoring-header-section {
	background-color: #fafafa;
	border-bottom: 1px solid #e6e6e6;
	height: 41px;
}

.monitoring-header-label {
	font-weight: 600;
	font-size: 16px;
	color: #333;
	padding: 8px 10px;
}
.monitoring-header-label > a {
	font-size: 14px;
}

.monitoring-header-rotatedLabel {
	transform: rotate(90deg);
	transform-origin: 12px 50% 0;
	height: 24px;
	width: calc(100vh - 52px);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	padding: 0 30px;
}

.monitoring-header-toggleBtn {
	float: right;
	padding: 8px 10px;
	cursor: pointer;
}

.monitoring-search-header {
	background-color: #fafafa;
	border-bottom: 1px solid #e6e6e6;
	height: 58px;
}

.monitoring-search-body {
	overflow-y: auto;
	width: 300px;
	position: absolute;
	top: 180px; /* height of (title + section header + quicksearch) */
	bottom: 47px; /* height of footer */
}

.monitoring-search-set {
	border-top: 1px solid #e6e6e6;
}

.monitoring-search-label {
	padding: 8px 10px;
	cursor: pointer;
}

.monitoring-search-label-text {
	color: #555;
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
}

.monitoring-search-label .group-expanded,
.monitoring-search-label.collapsed .group-collapsed {
	display: inline-block;
}

.monitoring-search-label.collapsed .group-expanded,
.monitoring-search-label .group-collapsed {
	display: none;
}

.monitoring-search-box {
	padding: 12px;
}

.monitoring-search-box-label {
	font-size: 14px;
	font-weight: 600;
	padding: 6px 0;
}

.monitoring-search-footer {
	width: 300px;
	height: 47px;
	position: absolute;
	bottom: 0;
	background-color: #fafafa;
	border-top: 1px solid #e5e5e5;
}

.monitoring-search-disabled {
	opacity: 0.8;
	pointer-events: none;
}

	.monitoring-search-disabled .dropdown-div-btn {
		background-color: #eee;
	}

.monitoring-search-datetime-time {
	display: flex;
}

.monitoring-search-option-list {
	padding: 5px 0;
	margin: 0;
	margin-bottom: -5px;
}
.monitoring-search-more-opts-msg {
	margin-top: 5px;
	border-top: 1px solid #D0D0D0;
	text-align: center;
	color: #555;
	font-size: 13px;
}
.msearch-box.form-control:focus {
	border-color: #d0d0d0;
}

.monitoring-search-option-list > li > a:hover,
.monitoring-search-option-list > li > a:focus {
	text-decoration: none;
}

.monitoring-bulk-selection-clear {
	font-weight: bold;
}

.monitoring-instances-detail-tabs {
	padding: 0 24px;
}

	.monitoring-instances-detail-tabs > ul {
		border-bottom: none;
	}

#action-history-tab-table-view {
	padding-top: 24px;
}

.monitoring-pm-legend {
	padding-left: 18px;
	font-size: 13px;
}

.monitoring-pm-icon {
	width: 20px;
	min-width: 20px;
	height: 20px;
}

	.monitoring-pm-icon.inprogress {
		border: 1px solid #178fec;
		background-color: #178fec;
		color: #fff;
	}

	.monitoring-pm-icon.suspended {
		border: 1px solid #ffba00;
		background-color: #ffba00;
		color: #fff;
	}

	.monitoring-pm-icon.completed {
		border: 1px solid #0da88b;
		background-color: #0da88b;
		color: #fff;
	}

	.monitoring-pm-icon.interrupted,
	.monitoring-pm-icon.terminated {
		border: 1px solid #e76452;
		background-color: #e76452;
		color: #fff;
	}

.monitoring-tab-content {
	min-height: calc(100% - 56px) !important;
	max-height: calc(100% - 56px) !important;
}

.paddingrl16 {
	padding: 0 16px;
}

.padding6 {
	padding: 6px;
}

.padding10 {
	padding: 10px;
}

/* Dashboard Side panes */
.dashboard-left-drawer-static,
.dashboard-right-drawer-static {
	background-color: #fafafa;
	border-left: 1px solid #e5e5e5;
	height: 100vh;
	max-height: 100%;
	color: #424242;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 300ms ease-out;
}

.dashboard-left-drawer-static {
	width: 300px;
	max-width: 300px;
	border-left: 0;
	border-right: 1px solid #e5e5e5;
}

.dashboard-right-drawer-static {
	width: 400px;
	max-width: 400px;
	position: absolute;
	right: 0;
}

.dashboard-left-drawer-static.closed,
.dashboard-right-drawer-static.closed {
	width: 24px;
	min-width: 24px;
	overflow-y: hidden;
}

.dashboard-left-drawer-static .dashboard-left-drawer-static--toggle,
.dashboard-right-drawer-static .dashboard-right-drawer-static--toggle {
	width: 400px;
	height: 45px;
	overflow: visible;
	cursor: pointer;
}

.dashboard-left-drawer-static .dashboard-left-drawer-static--toggle {
	width: 300px;
	background-color: #fff;
}

.dashboard-left-drawer-static.closed .dashboard-left-drawer-static--toggle,
.dashboard-right-drawer-static.closed .dashboard-right-drawer-static--toggle {
	width: 24px;
	transition: all 300ms ease-out;
}

.dashboard-left-drawer-static .dashboard-left-drawer-static--toggle .dashboard-left-drawer-static--toggleBtn,
.dashboard-right-drawer-static .dashboard-right-drawer-static--toggle .dashboard-right-drawer-static--toggleBtn {
	float: left;
	cursor: pointer;
	background-color: #fafafa;
	border: none;
	padding: 4px;
	margin: 6px;
}

.dashboard-left-drawer-static .dashboard-left-drawer-static--toggle .dashboard-left-drawer-static--toggleBtn {
	float: right;
	background-color: #ffffff;
}

.dashboard-left-drawer-static.closed .dashboard-left-drawer-static--toggle .dashboard-left-drawer-static--toggleBtn {
	float: left;
	margin: 0;
}

.dashboard-right-drawer-static.closed .dashboard-right-drawer-static--toggle .dashboard-right-drawer-static--toggleBtn {
	float: right;
	margin: 0;
}

.dashboard-left-drawer-static.closed .dashboard-left-drawer-static--toggle .openIcon,
.dashboard-right-drawer-static.closed .dashboard-right-drawer-static--toggle .openIcon {
	display: none;
}

.dashboard-left-drawer-static.opened .dashboard-left-drawer-static--toggle .closeIcon,
.dashboard-right-drawer-static.opened .dashboard-right-drawer-static--toggle .closeIcon {
	display: none;
}

.dashboard-left-drawer-static .dashboard-left-drawer-static--toggle .dashboard-left-drawer-static--toggleTitle,
.dashboard-right-drawer-static .dashboard-right-drawer-static--toggle .dashboard-right-drawer-static--toggleTitle {
	width: 400px;
	padding: 10px;
	font-size: 18px;
	color: #333;
	cursor: default;
}

.dashboard-left-drawer-static .dashboard-left-drawer-static--toggle .dashboard-left-drawer-static--toggleTitle {
	width: 300px;
}

.dashboard-left-drawer-static.closed .dashboard-left-drawer-static--toggle .dashboard-left-drawer-static--toggleTitle,
.dashboard-right-drawer-static.closed .dashboard-right-drawer-static--toggle .dashboard-right-drawer-static--toggleTitle {
	display: none;
}

.dashboard-left-drawer-static .dashboard-left-drawer-static--toggle .dashboard-left-drawer-static--toggleText {
	display: none;
}

.dashboard-left-drawer-static.closed .dashboard-left-drawer-static--toggle .dashboard-left-drawer-static--toggleText {
	display: block;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	width: calc(100vh - 52px);
	height: 24px;
	transform: rotate(90deg);
	transform-origin: 12px 50% 0;
}

.dashboard-right-drawer-static .dashboard-right-drawer-static--toggle .dashboard-right-drawer-static--toggleTextContainer {
	display: none;
}

.dashboard-right-drawer-static.closed .dashboard-right-drawer-static--toggle .dashboard-right-drawer-static--toggleTextContainer {
	display: block;
	transform: rotate(90deg);
	transform-origin: 12px 50% 0;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	width: calc(100vh - 52px);
	height: 24px;
}

.dashboard-right-drawer-static.closed .dashboard-right-drawer-static--toggle .dashboard-right-drawer-static--toggleTextContainer .dashboard-right-drawer-static--toggleText {
	text-transform: uppercase;
	transform: rotate(180deg);
	text-align: right;
}

.dashboard-left-drawer-static .dashboard-left-drawer-static--content,
.dashboard-right-drawer-static .dashboard-right-drawer-static--content {
	height: calc(100vh - 45px);
	width: 100%;
	transition: all 300ms ease-out;
	display: flex;
	flex-direction: column;
	opacity: 1;
	visibility: visible;
}

.dashboard-left-drawer-static .dashboard-left-drawer-static--content {
	background-color: #fff;
}

.dashboard-left-drawer-static.closed .dashboard-left-drawer-static--content,
.dashboard-right-drawer-static.closed .dashboard-right-drawer-static--content {
	width: 0;
	overflow: hidden;
	transition: all 300ms ease-out;
	opacity: 0;
	visibility: hidden;
}

.dashboard-filter-disabled {
	pointer-events: none;
	cursor: default;
	background-color: #eee;
	opacity: 1;
}

.dashboard-filter-footer {
	width: 300px;
	height: 51px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.survey-file-upload-panel {
    height: 300px;
    padding: 24px;
}
.survey-file-drop-zone {
    padding-top: 24px;
}

.toggle-icon-check {
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-bottom: 3px;
    pointer-events: none;
    fill: #38A88A;
}

.toggle-icon-uncheck {
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-bottom:3px;
    pointer-events: none;
    fill: #6D6D6D;
}

div.plotly-notifier {
	display: none;
}
.dbchart-icon-spacer {
	width: 1px;
	height: 32px;
}
.dbchart-btn-focused {
	background-color: #DCDCDC;
}
.dhchart-hm-error .form-control {
	border: solid 1px #d54230;
}

.dbchart-cfd-tooltip {
	position: absolute;
	text-align: center;
	height: 30px;
	padding: 2px 8px;
	border: 0px;
	border-radius: 3px;
	pointer-events: none;
	display: none;
	opacity: 0.9;
	white-space: nowrap;
}

.dashboard-btn {
	min-width: 78px;
	height: 30px;
}

.dbchart-summary-label {
	font-weight: 700;
	font-size: 14px;
	color: #333;
}
.dbchart-summary-value {
	font-weight: 400;
	font-size: 14px;
	color: #333;
}
.dbchart-summary-valueLink {
	font-weight: 600;
	font-size: 14px;
	color: #0069CF;
}

/* Reports Landing in PA Forms */
.dashboard-landing-wrapper {
	margin: 28px;
	border: 1px solid #D0D0D0;
	border-radius: 3px;
	background-color: #FFFFFF;
}
.dashboard-landing-header {
	padding: 12px 24px;
	display: flex;
	border-bottom: 1px solid #D0D0D0;
}
.dashboard-landing-header--icon {
	width: 24px;
	height: 24px;
	margin: auto 0;
}
.dashboard-landing-header--title {
	font-size: 21px;
	line-height: 32px;
	letter-spacing: -0.4px;
	font-weight: 600;
	padding: 0 8px;
}
.dashboard-landing-header--subtitle {
	font-size: 15px;
	line-height: 32px;
	letter-spacing: -0.4px;
	padding: 0 12px;
	white-space: nowrap;
}
.dashboard-landing-header--dropdown {
	width: 350px;
}

.dashboard-landing-body {
	height: 100%;
	width: 100%;
	padding: 48px 0 0;
	display: flex;
	flex-wrap: wrap;
	overflow-y: hidden;
}
.dashboard-type-block {
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    margin: 0 24px 24px;
    flex: 1 1 calc(25% - 48px); /* by default, 4xn grid layout */
    min-width: 250px;
    max-width: calc(25% - 48px);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dashboard-type-block__label {
	font-size: 16px;
	font-weight: 600;
	padding: 12px 24px;
	border-bottom: 1px solid #D0D0D0;
}
.dashboard-type-block__iconBlock {
	padding: 12px;
	text-align: center;
}
.dashboard-type-block__icon {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	pointer-events: none;
}
.dashboard-type-block__description {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 0 24px;
}
.dashboard-type-block__link {
	text-align: center;
	padding: 24px 0 12px;
}
.dashboard-type-block__link-label {
	font-weight: 600;
	color: #0071BC;
	cursor: pointer;
}
.dashboard-type-block__link-disabled {
	pointer-events: none;
	cursor: default;
	color: #CCCCCC;
	opacity: 1;
}
@media (max-width:1250px) { /* 2xn or 1xn grid layout */
	.dashboard-landing-body {
		overflow-y: auto;
		max-height : calc(100vh - 115px);
	}
    .dashboard-type-block {
        flex: 1 1 calc(50% - 48px);
        max-width: calc(50% - 48px);
    }
}

.dashboard-chart-type-spacer {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.dashboard-chart-export {
	margin: 0 8px;
}

.dashboard-chart-type-dropdown {
	width: 350px;
	min-width: 350px;
}

.form-design-content {
	height: 100%; 
}

.form-design {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.form-design-main {
	flex: 1;
	padding:0 24px 48px; 
	margin: 0 -24px;
	overflow-y: auto;
}

.form-design-header {
	flex: 0;
	flex-basis:auto; /*because IE*/
}

.gray-border-box {
	border: 1px solid var(--border-color);
	padding: 12px;
	background: white;
}
.lf-flex-container.gray-border-box {
    padding: 7px 12px;
}

.lf-start-process-header {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-left: 10px;
}

.err-body {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 575px;
}

.err-text {
    font-size: 20px;
}

.err-subheader {
    font-size: 30px;
}

.err-title {
    font-size: 40px;
    font-weight: 600;
}

.err-title, .err-subheader, .err-text {
    color: #333333;
    font-family: "Open Sans";
}


/*  Used on IEBlocked page */
.ieblockedheader {
	width: 100%;
	height: 40px;
	background-color: rgb(255, 100, 0);
}

.ieblockedheader .brand {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}

	.ieblockedheader .brand .logo {
		width: 138px;
		height: 24px;
		margin-left: auto;
		margin-right: auto;
		background: url(../../images/laserfiche_logo.png);
		background-image: url(../../images/laserfiche_logo.png);
		background-repeat: no-repeat;
		float: right;
	}

.semi-bold {
	font-weight: 600;
}

.lightblue {
	color: rgb(0, 105, 207);
}

.browserbox {
	display: inline-block;
	width: 140px
}

.browserimage {
	display: inline-block;
	height: 90px;
	width: 74px;
}

.shadowboxsize {
	padding: 39px;
	width: 893px;
}
/*!
 * Laserfiche Forms 
 * Copyright 2011-2014
 */
/* 
 * This CSS is for the form input only.  This is included with all form inputs.
 */

/* Resets
----------------------------------*/
body, input, select {
	color: #555;
	font: 14px/20px "Open Sans", Arial, sans-serif;
}

#loggedin-user button span {
	color: rgba(255,255,255,0.882353);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}


textarea {
	color: #555;
	font: 14px Arial,Helvetica,sans-serif;
}


/* Layout helpers
----------------------------------*/
.hidden /* when rules hides a field */
{
	display: none;
}

.noborder /* check to see if this is necessary */
{
	border: 0;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.autofill {
	margin-left: 5px;
}

.cf-formwrap .form-q textarea {
	resize: none;
}

/*scr98147*/
.cf-formwrap input[disabled],.cf-formwrap select[disabled],.cf-formwrap textarea[disabled],.cf-formwrap input[readonly],.cf-formwrap select[readonly],.cf-formwrap textarea[readonly], 
.cf-formwrap input[backend-readonly],.cf-formwrap select[backend-readonly],.cf-formwrap textarea[backend-readonly],.cf-formwrap input[backend-readonly],.cf-formwrap select[backend-readonly],.cf-formwrap textarea[backend-readonly], .disabledTextArea{
	background-color: #EEEEEE !important;
	border: 1px solid #e5e5e5;
}

.cf-formwrap input[backend-readonly][type="radio"]:not([disabled]), .cf-formwrap input[backend-readonly][type="checkbox"]:not([disabled]) 
{
    opacity: .5;
}

fieldset[backend-readonly] input[type=checkbox], fieldset[backend-readonly] input[type=radio], input[type=checkbox][backend-readonly], input[type=radio][backend-readonly] 
{
    cursor: not-allowed;
}

.cf-formwrap input[backend-readonly]::-ms-clear,.cf-formwrap select[backend-readonly]::-ms-clear,.cf-formwrap textarea[backend-readonly]::-ms-clear,.cf-formwrap input[backend-readonly]::-ms-clear,.cf-formwrap select[backend-readonly]::-ms-clear,.cf-formwrap textarea[backend-readonly]::-ms-clear{
	width : 0;
	height: 0;
	display: none;
}

/* Interaction Cues
----------------------------------*/
.form-focused
{
	background-color: #FFF7C0;
}
/* I don't see this used-karl
.edit-focused {
	background-color: #FFF7C0;
	border: 1px solid #333;
}
*/


/* page
----------------------------------*/
/* looks unused -karl
.logo
{
	background-image: url(../../img/logo.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 172px;
	float: left;
	cursor: pointer;
}
	*/
.form-top-notice
{
	padding: 15px 10px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 100%;
	position:fixed;
	z-index: 5000;
}

/* Form
----------------------------------*/

.cf-formwrap /*,.login-wrap*/
{
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
}

.cf-formwarp.embed
{
	margin: 0;
	width: auto;
}

.cf-form
{
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}

#cf-formtitle
{
	padding: 14px 20px;
	margin-bottom:15px;
	background: #eee;
}

#cf-formtitle.q-state-selected 
{
	background-color: #f1f7fc;
}

#cf-formtitle h1
{
	font-weight:bold;
	 font-size: 20px;
	 margin: 0px;
	 line-height:1.2;
	 line-height:28px;
}
/* blank unused -karl
#cf-formtitle #form-logo 
{
	XXmax-width: 400px;
}
	*/
hr.end_set
{
border: none;
border-top: 1px dotted #ccc;
color: white;
background-color: transparent;
height: 1px;
margin:0 auto; 
}
/* Questions
----------------------------------*/
/*
 * every question is wrapped in a li with class form-q
 * a question is an input, an preformmated block (address) and a subform row
 * a subform is also form-q, form-q is what gets highlighted
 */
.cf-form ul { margin: 0; padding: 0}
.cf-form li { list-style-type: none; }
#cf-rows li{margin-bottom:5px;}
.cf-form ul:after, .cf-form li:after, .Xcf-form li div:after { 
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf-section-block /* a section block is a div wrapper around an entire section */
{
	padding: 0px !important; /* override "ul li.form-q padding"; left-right padding is 0 to allow lines to go to end, padding is restored in section-header */
}
.cf-section-block div.section-header{margin-left:10px; margin-top:10px;}

.cf-collection-block, .cf-table-block {
	padding: 10px 0 !important;
}

.cf-col-label 
{
	white-space:pre-wrap;		/*SCR#109652*/
}

/* padding top & bottom for individual questions */
ul li.form-q 
{
	padding: 10px 10px;
}

div.form-q {
	position: relative;
}

ul li.cf-collection-block
{
	padding: 10px inherit;
}

/* label/question alignment */
.cf-label { width: 100% }
.cf-field { width: 70% }
.cf-lab-small .label-left .cf-label, .cf-lab-small .label-right .cf-label { width: 20% }
.cf-lab-small .cf-field { width: 75% } /*left 5% for margin when right aligned todo:shouldn't require this*/
.cf-lab-medium .label-left .cf-label, .cf-lab-medium .label-right .cf-label { width: 35% }
.cf-lab-medium .cf-field { width: 60% }
.cf-lab-large .label-left .cf-label, .cf-lab-large .label-right .cf-label { width: 50% }
.cf-lab-large .cf-field { width: 45% }
/* When the lable position is 'top' */
.cf-lab-full .label-left .cf-label, .cf-lab-full .label-right .cf-label { width: 100% }
.cf-lab-full .cf-field { width: 100% }

/* Label Position
----------------------------------*/

/* Question label */

label.cf-label { /* form field labels */
	display: inline-block;
	vertical-align: top;
	/*line-height:1.2em;  make it same across browsers */
	/*font-size: 91%; dont specify font size */
	font-weight: bold;
	cursor: inherit;
	/*hack for ie7*/
	*display: inline;
	zoom: 1;
	/*-ms-word-break: break-all;
	word-break: break-word;*/
	/*margin-bottom:6px; remove 
	margin-top: 2px; */
}

/* label positioning */
.label-left .cf-label, .label-right .cf-label{
	cursor:inherit;
	display: inline-block;
	/*hack for ie7*/
	*display: inline;
	zoom: 1;
	width:20%;
}

*[dir="ltr"] .label-left .cf-label, *[dir="ltr"] .label-right .cf-label {
	padding: 0 6px 0 0;
}

*[dir="ltr"] .label-right .cf-label {
	padding-right:10px;
	text-align:right;
}

*[dir="ltr"] .label-left .cf-label
{
	text-align:left;
}

/*span*/.cf-required /* span with required star */
{
	color: var(--error);
	font-size: 140%;
	font-weight: bold;
	height: 120%;
	padding-left: 2px;
}

/* the gray text below the input */
.cf-helptext {
	color: var(--text-secondary);
	font-size: 13px;
	line-height: 1.4em;
	padding: 3px 0 0 0;
	display: block;
	cursor: inherit;
	font-weight: 500;
	white-space: normal;
}

.disabledTextArea:focus
{
	border: 1px solid #e5e5e5;
	outline:none;
}

.ab-help {
	padding-left: 8px;
}

.un-help { /* under help */
	clear: both;
	margin-bottom: 0px; /*override default bootstrap margin*/
	padding-left: 8px;
} 


/* Tooltip
----------------------------------*/

.cf-tooltip
{
	display: inline;
	font-weight: 200;
	font-style: normal;
	text-decoration: none;
	display:inline-block;
	color:#737373;
	font-size: 11px;
	padding: 0 0 0 0.3em;
	cursor: help;
	vertical-align:top;

}

.cf-tooltip:hover {
	text-decoration: none;
	color: var(--text-secondary);
	cursor: help;
}

.toolTipWrapper { 
	max-width: 500px;
	position: absolute;
	display: block; 
	word-wrap: break-word;
	color: black;
	background: #E0FFFF;
	border-radius:5px;
	font: 11px sans-serif;
	padding: 6px;
	z-index: 9001;
}

/* Question Input Field
----------------------------------*/

.cf-field
{
	min-width: 130px;
	text-align:left;
	padding:0px;
	position: relative;
	display: inline-block;
	/*hack for ie7*/
	*display: inline;
	zoom: 1;
	font-family:Arial;
}

.cf-field input[type="checkbox"], .cf-field input[type="radio"]
{
	box-shadow: none;
}

.cf-field span.margin-end, .cf-field input.currency{
    position:relative;        
}
td > .cf-field input.currency{/* Prevent line bleeding in extra long tables */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; 
}
.currencyfix /*make it so right-side currency appears on correct side*/
{
	visibility:hidden;
	font-size:0;
	line-height:0;
}
.currencyfix::before
{
	content:"0";
}
/* Section Header
----------------------------------*/
.cf-section-header 
{
	margin-bottom: 13px;
	margin-top: 0px;
	padding: 7px 10px 0px;
	border-bottom: 1px dotted #ccc;
}

.cf-section-header h2
{
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	clear: left;
	line-height:1.5;
	min-height: 1.5em;	/*in case the section title is hidden, the collapse toggle button should still be visible*/
	font-family: Arial;
}
li.cf-collection-block .cf-section-header{margin-bottom:0;padding-bottom:0;}
#stage li.cf-collection-block .cf-section-header h2{border-bottom:none;}

.collapsible { cursor: pointer;}
.collapsible h2 {background: url(../../img/chevron-up-circle.png) no-repeat;background-position: top right}
.collapsible.collapsed h2 { background: url(../../img/chevron-down-circle.png) no-repeat;background-position: top right}


/* Page break
----------------------------------*/
.cf-pagebreak {
	padding:7px 0 12px;
	margin: 0 -12px; 
}
.cf-pagebreak-top {
	border-top: 1px solid #d2d2d2;
}
.cf-pagebreak-mid {
	height: 16px;
	background-color:#fafafa;
	margin: 0 -2px;
}
.cf-pagebreak-bottom {
	border-bottom: 1px solid #d2d2d2;
}
.cf-pagebreak ~ h1{ 
	margin: 0 10px;
	font-size: 20px;
	font-weight: normal;
	clear: left;
	line-height:1.5;
	min-height: 1.5em;	/*in case the section title is hidden, the collapse toggle button should still be visible*/
	font-family: Arial;
}
li.pagebreak{
	margin: 0 -10px;
}
/* Single line (input)
----------------------------------*/
.cf-xsmall { width: 12.5% }
.cf-small { width: 25% }
.cf-medium { width: 50% }
.cf-large { width: 75% }
.cf-xlarge { width: 92% }

/* Custom
----------------------------------*/

/*show list mark in custom html*/
.cf-custom{
	font-family:Arial;
}

.cf-custom ul li
{
	list-style-type: inherit;
}

.cf-custom ol li
{
	list-style-type: inherit;
}

.cf-custom ol, .cf-custom ul
{
	margin: 10px 0px 0px 16px;
}


/* rich text field
----------------------------------*/
.cf-rich-text {
    font-family: Arial;
    /*height: 250px;
        padding: 4px;
    overflow: auto;
    color: #000;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;*/
}

.rich-text-editor {
    height: 250px;
    color: #000;
    padding: 4px;
    overflow: auto;
    -moz-user-select: text;
	-ms-user-select: text;
	-webkit-user-select: text;
	user-select: text;
}

.rich-text-editor a {
	cursor: pointer;
}

.cf-rich-text [type=richtext] ul li {
    list-style-type: square;
}

.cf-rich-text .visualeditor ul li {
    list-style-type: square;
}

.cf-rich-text ol li {
    list-style-type: inherit;
}

.cf-rich-text ol, .cf-rich-text ul {
    margin: 10px 0px 0px 16px;
}

.cf-rich-text.panel {
    border-radius: 2px;
    border-color: #d0d0d0;
    margin-bottom: 0px;
}
.cf-rich-text .richeditor {
    margin-top: 0px;
}
/* for data in put of rtf, add an invisible input*/
.cf-rich-text input[type="hidden"] {
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 0px;
    color: transparent;
}





/* Choices (checkbox/radio)
----------------------------------*/
    .choice 
{	
	/*padding: 3px 0;  use line-height for spacing */
	display:inline-block;
	/* white-space: nowrap; /*doesn't work on FF other textboxes, remove this if found to be not necessary*/
}

.choice input {
	vertical-align: top;
	margin-top: 4px;
}

.cf-col4 .choice{Xfloat:left;} /* causes problems with multi-line labels*/

.choice label.form-option-label /* same as .choice label */
{
	margin: 0 0 0 0.5em;
	padding: 0;
	Xmargin-right: 0.5em; /* space between label and other input; we should let other input handle this */
	min-height: 1.3em; /* is it better to just use &nbsp; in code when empty */
	cursor:inherit;
	cursor:pointer;
	display:inline; /* allow better linebreaks */
	white-space: pre-wrap;
	word-wrap: break-word;
	max-width: 90%; /*prevents long words overflowing into other choices*/
	font-weight: normal;
}


#choice-1,#choice-2{ min-width:350px;}
/* choices columns */
.cf-col1 .cf-field,.cf-col2 .cf-field,.cf-col3 .cf-field,.cf-col4 .cf-field
{
	width: 100%;
}

/*@media (min-width:600px) {
.cf-col1 span.choice, .cf-col2 span.choice, .cf-col3 span.choice, .cf-col4 span.choice {
	margin-right: -2px;
}*/
span.choice
{
	margin: 2px -2px 0 0;
	padding-right: 10px; /*prevent lines from leaking*/
	padding-left:0px;
	vertical-align: top; /*looks better when an option takes 2 lines*/
}
.cf-col1 span.choice
{
	margin: 0 0 3px 0;
	/*    margin: 0 7px 0 0; */
	width: 100%;
}
/*Added margin right because it appears that sometimes the browser does a rounding calculation and it thinks columns won't fit on the same line RG*/
.cf-col2 span.choice
{
	/*margin-right: -2px;*/
	/*    margin: 0 7px 0 0; */
	width: 50%;
}

.cf-col3 span.choice
{
	/*margin-right: -2px;*/
	/*    margin: 0 7px 0 0; */
	width: 33%;
}

.cf-col4 span.choice
{
	/*margin-right: -2px;*/
	/*    margin: 0 7px 0 0; */
	width: 25%;
}

.choice input.otherchoice
{
	margin: 0 0 0 .5em;
	display:inline;
	width: 75%; /*prevent a lot of out-of-column issues*/
}

/* Fluid
----------------------------------*/
/* fluid layout is in columns by percent like tables; address*/
.cf-address.cf-fluid {
    width: 92%;
}

.cf-subfield {
    width: 48%;
}

.cf-address .cf-subfield-group {
	float: left;
}

.cf-fluid input
{
	width: 100%;
}

.cf-fluid .cf-full /* full line */
{
	width: 100%;
	padding-bottom: 3px;
}

.cf-fluid .pull-right
{
	width: 48%;
	float:right;
	padding-bottom: 3px;
}

.cf-fluid .pull-left
{
	width:48%;
	float:left;
	padding-bottom: 3px;
}

/* Address
----------------------------------*/


/* Collection Repeatable
----------------------------------*/
.cf-collection
{
	padding: 6px 0;
}
.cf-collection ul
{
	min-height: 46px;
}
.cf-collection ul.parsley-errors-list {
	min-height: inherit;
}
.cf-subfieldpm /* delete repeatable  */
{
	float: left;
	margin-right: 5px;
	margin-top: 20px;
}

.action .cf-table-delete {
	display: inline-block;
	font-style:normal;
	font-weight:normal;
	font-size: 2em;
	text-decoration: none !important;
}
 
.cf-collection-delete
{
	position: absolute !important;
	right: 0;
	font-size:2em;
	text-decoration: none;
	/*color:#ed3a43;*/
	/*
	background-image: url(../../img/approve_buttons.png);
	background-position: -16px 0;
	*/
	/*margin: 3px 2px -10px -10px;*/
	padding:10px;
	z-index: 1;
	opacity:.8;
	color: inherit;
}

.cf-collection-delete:hover, .cf-collection-delete:focus, .cf-table-delete:hover, .cf-table-delete:focus {
	text-decoration: none;
	color: inherit;
}

/* used in edit field advanced tab for calculation */

.cf-field input.calc-error, .cf-field textarea.calc-error, div.calc-error button.btn.dropdown-toggle, input.calc-error, textarea.calc-error
{
	border: 1px solid var(--error);
}

.calc-error-msg
{
	color: var(--error);
}

div.calc-input > * {
    vertical-align: top;
}

/*** This is shared with cf.ss ***/


div#field-canvas .form-del-field
{
opacity: 0.4;
filter: Alpha(Opacity=40);
}

.form-del-field img, .form-add-field img
{
	margin: 0px 1px 1px 1px;
	position:relative;
	top:3px;
}

.form-del-field.disabled img, .form-dup-field.disabled img
{
	opacity : 0.3; filter:Alpha(Opacity=30);
}

/* Table
----------------------------------*/

.cf-table
{
	width: 95%;
	table-layout: fixed;
	/*font-weight:bold;*/
}

.form-q .cf-table_parent{ /* column label */
	padding: 0 0 0 10px;
}

.col0{line-height:2.6em !important; font-weight: bold; }
.cf-table caption
{
	text-align: left;
	padding: 5px 0 .5em 0;
}

.cf-table .cf-field
{
	min-width: 0px;
}

.cf-table .cf-helptext { white-space: normal !important; }
/* The align table label with other label*/
.cf-lab-small .cf-table th.col0 { width: 20%}
.cf-lab-medium .cf-table th.col0 { width: 35%}
.cf-lab-large .cf-table th.col0 { width: 50%}

*[dir="ltr"] .label-left .cf-table th, *[dir="ltr"] .label-left .cf-table td
{
	text-align: left;
}

*[dir="ltr"] .label-right .cf-table th, *[dir="ltr"] .label-right .cf-table td {
	padding-left:10px;
	text-align:right;
}

.cf-table td:not(.col0) /*bootstrap fix to readd 1 pixel cell padding to non-label td's*/
{
	padding: 1px;
}

.cf-table tr
{
	vertical-align: top;
}

td.action /* delete action */
{
	width: 20px; /* check for IE6 */
}

.cf-table .cf-field
{
	width: 100%;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

.cf-table-add-row, .cf-collection-append /* control to add table row */
{
	font-size: 90%;  /* same as cf-field */
	color: var(--link-blue);  
	margin: 5px 0 20px 10px;
	display: inline-block;
	cursor: pointer;
	/*text-decoration: underline;*/
}

.cf-table-add-row.hideAddRow, .cf-collection-append.hideAddRow
{
	display: none;
}

.cf-date-field-date
{
	margin-bottom: 0px;
}

.cf-date-field-time
{
	margin-top: 10px;
	white-space: nowrap;
}

li[attrtype="time"] .cf-field
{
	white-space: nowrap;
}

.cf-table-delete, .cf-collection-delete
{
	cursor: pointer;
	color: inherit;
	opacity: .8;
	font-weight: normal;
}

.cf-table-delete.processing, .cf-collection-delete.processing {
	opacity: .4;
}

.cf-table-add-row.processing, .cf-collection-append.processing {
	opacity: .4;
}

.cf-table-add-row:hover, .cf-collection-append:hover {
	color: #529ED0;
}

.cf-collection-append img{position:relative; top:2px; left:-7px;}

:-ms-input-placeholder {
color:#aaa !important;
}

.cf-geolocation.cf-field, .cf-geolocation .cf-field 
{
	padding-top:0px;
	padding-bottom:0px;
}
.cf-geolocation.cf-field {
	padding-right: 15px;
}

.cf-geolocation .cf-fluid {
	width:85%;
}

.cf-table .cf-geolocation .cf-fluid {
	width:initial;
}
.geo-display-value {
	color:#999; 
	font-size:12px;
	margin:auto 1em;
}

.geo-default-btn {
	position: absolute;
	top:1px;
	cursor:pointer;
	font-size:2em;
	color: inherit;
}

.geo-default-btn:hover, .geo-default-btn:focus {
	text-decoration: none;
	color: inherit;
}

a.geo-current-btn.disabled, a.geo-specify-btn.disabled {
	color:#999;
	cursor:not-allowed;
}

@media (max-width:768px) {
	.geo-default-btn {
		right:0.5em;
	}
}
@media (max-width: 640px) {
	.geo-default-btn {
		right:0px;
	}
}
@media (max-width: 336px) {
	.geo-specify.geo-default-btn {
		right: 0px;
		position: relative;
	}
}

.cf-table .geo-default-btn {
	right:0px;
}


/*Pagination*/
.cf-pagination ul{
	list-style:none;
	padding:0;
	margin-top: 14px;
	margin-bottom: -14px;
}

.cf-pagination-tabs > li{
	display: inline-block;
	padding:4px 8px;
	margin-left: -1px;
	background-color:#eee;
	border: 1px solid #555;
	border-bottom:none !important;
}

.cf-pagination-tabs > li.active{
	font-weight: 600;
	background-color:white;
}

.cf-pagination-tabs > li > a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

.cf-page.active {
	display:block;
}

.cf-page {
	display:none;
}

.cf-page > h2 {
	border-bottom: 1px solid #555;
	font-size: 24px;
	line-height: 1.5;
	padding: 0 10px;
}

.cf-page-readonly > h2 {
	border-bottom: 1px solid #555;
	font-size: 24px;
	line-height: 1.5;
	padding: 0 10px;
}

.cf-page-readonly:not(.first-page) {
	page-break-before: always;
}

.cf-pagination-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px;
}

.cf-pagination-btn-spacer {
	-webkit-box-flex: 1;
	flex: 1;
	-ms-flex: 1;
}

.cf-next-btn, .cf-prev-btn{
	padding: 4px 8px;
	text-decoration:none;
}

.cf-next-btn[disabled], .cf-prev-btn[disabled]{
	opacity: 0.5;
	border:none !important;
	color: #555555 !important;
}

.cf-pagination-bar--title{
	text-align: center;
}
.cf-pagination-bar--completed{
	height: 100%;
	background-color: var(--blue);
}
.cf-pagination-bar{
	height:10px;
	background-color: #fff;
}
.cf-pagination-bar--indicator{
	text-align:center;
}
.cf-pagination-dropdown {
	padding:3px;
	max-width:100%;
}
/* Date picker
----------------------------------*/
.ui-datepicker-trigger /* align datapicker calendar button TODO: Check to see if still used*/
{
	vertical-align: middle;
	margin:0 0 0 5px;
	position:relative;
	top:-2px;
}
.cf-formwrap .ui-datepicker-trigger{cursor:pointer;}
/*.hasDatepicker
{
	width:120px !important;
}*/
td > .cf-field > .hasDatepicker { /*resize when in table*/
	width: 92% !important;
	width: calc( 92% - 26px ) !important;
}

#ui-datepicker-div 
{
	border: 1px solid #DFE5EB;
	color: #555;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-datepicker .ui-datepicker-header 
{
	background: #FFF;
	border: 0px;
}

.ui-datepicker .ui-state-default 
{
	background: #FFF;
	border:none;
}

.ui-datepicker .ui-state-hover {
	background: #EEEEEE;
}

.ui-datepicker .ui-state-default.ui-state-highlight
{
	background: var(--background-lite-blue);
	border: 1px solid var(--focus-color); 
}

.ui-datepicker .ui-state-default.ui-state-active 
{
	background: var(--focus-color);
	color:white;
}

.ui-datepicker td span, .ui-datepicker td a 
{ 
	text-align: center;
}

#ui-datepicker-div .td span, .ui-datepicker td a 
{ 
	text-align: center;
}

body:not(.touch) .input-date-datepicker-control td:hover 
{
	background: none;
	border-color: transparent;
}

.input-date-datepicker-control td.ui-datepicker-current-day a
{
	background: #FFFEEF !important;
	text-decoration: none;
	border: 1px solid #FEEFDA;
	color: #444;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
	top: 3px;
}

.ui-datepicker .ui-datepicker-prev 
{
	left: 0px;
}
.ui-datepicker .ui-datepicker-next 
{
	right: 0px;
}

/* TimePicker */
/*.hasTimePicker,
.timepicker-type-dropdown {
	width: 92%;
}*/
td > .cf-field > .hasTimePicker,
td > .cf-field > .cf-date-field-time > .cf-large > .hasTimePicker {
	width: 92%;
}

td > .cf-field > .timepicker-type-dropdown,
td > .cf-field > .cf-date-field-time > .cf-large > .timepicker-type-dropdown {
	margin: 3px 0;
	display: block;
	width: 92%;
}

td > .cf-field > .cf-date-field-time > .timepicker-type-dropdown {
	margin: 3px 0;
	display: block;
	width: 75%;
}

/* upload files
----------------------------------*/
/* TODO: Rename to cf-files */
.fileuploader {
	max-width: 100%;
}

.file-drop-area {
	border-radius: 8px;
	width: 95%;
	/*height: 80px;*/
	border: 1px dotted #CBD2D9;
	background-color: #EBEFF3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: none;
}

.file-drop-area > span {
	text-align: center;
	padding-top: 30px;
	display: block;
}
.upload-progress {
	width: 180px;
	margin-top: 4px;
	height: 26px !important;
	display: inline-block;
	position: relative;
}
.upload-progress > div {
	background: url(../../img/shades.png);
}
.upload-progress > span {

	font-weight: normal;
	color: gray;
	/*height: 14px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: 3px; left: 6px;
}
.upload-progress > span, .uploaded-processing > span {
	width: 173px;
	white-space: nowrap;
}

.form-option-label > span {
	white-space: pre-line;
}

.upload-status {
	padding-left: 3px;
	display: block;

}
#form1 .stop-upload {
	cursor: pointer;
	color: var(--blue);
	text-decoration: underline;
	margin-left: 10px;
	vertical-align: 10px;
}
.uploaded-processing {
	width: 180px;
	margin-top: 9px;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.files {
	table-layout: fixed;
	width: 100%;
}

.files a 
{
	color: var(--link-blue);
    text-decoration: none;
}

.ie9 .files, .ie8 .files, .ie7 .files {
	table-layout: fixed;
	width: 100%;
}

.ie9 .files tr td, .ie8 .files tr td,.ie7 .files tr td
{
      float: left;
      max-width:300px;
}

.file-del { 
	display: inline-block; 
	cursor: pointer;
	color: inherit !important;
	font-size: 2em;
}

.file-del:hover, .file-del:focus {
	text-decoration: none;
	color: inherit;
}

.files tr { 
	line-height: 25px;
}

.files td:not(.imgPreview):not(:nth-last-child(1)) {
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 78%;
}

*[dir="rtl"] .files td:not(.imgPreview):not(:nth-last-child(1)) {
	padding-right: 0;
	padding-left: 10px;
}

.files td.imgPreview {
	overflow: auto;
	padding-right: 0px;
}

.files td:first-child.text-danger {
	max-width:none;
}

.files tr.error td:first-child
{
	max-width:300px;
}

.files tr td.delCell {
    float: right;
}

.files tr td.delCell a, .files tr td.delCell div{
	vertical-align:middle;
}
.files td > div {
	width: 100px;
	text-overflow: ellipsis;
}

.cf-table .files tr:not(.file) {
	overflow: auto;
}

/* flash css */

.flash-container {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	display: none;
}

[id^=uploadCancel] {
	margin-left: 2px; height: 22px; font-size: 8pt;
	vertical-align: top;
	line-height: normal;
}

div.flash {
	width: 100%;
}

.progressContainer {
	margin: 5px 0;
	padding: 10px;
	border: solid 1px #ccc;
	background-color: #ffffff;
}

.red .progressName, .red .progressBarStatus, .red .progressBarError {
	color: var(--error) !important;
}

.cf-lab-large .progressName {
    max-width: 230px;
}

.cf-lab-medium .progressName {
    max-width: 330px;
}

.progressName {
	float: left;
    max-width: 450px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 5px;
	background-color: #0071BC;
	margin-top: 25px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {   /* Complete & Updating */  
	white-space: nowrap;
    float: right;
    font-size: 90%;
    color: #888;
    vertical-align: bottom;
}

/* TODO: progress cancel button image doesn't exist */
a.progressCancel {
	height: 20px;
	width: 20px;
	background-image: url("../../img/action_icons.png?v=11.0");
	background-repeat: no-repeat;
    background-position: -38px -38px;
	float: right;
}

a.progressCancel:hover {
	background-position: -38px -166px;
}

/* APPROVAL ACTIONS SECTION
----------------------------------*/
/* TODO: entire button section needs rework */

.outsideInbox .comment-section {
    display: none;
}

.approval-outer-wrap 
{
	background-color: #FCFCFC;
	color: #555;
}

div.approval-header 
{
	padding: 10px 20px;
	background-color: #FFC009;
	border-bottom: 1px solid #F2B400;
	color: #333;
}

.approval-wrap{
	padding: 10px 20px;
	clear: both;
	border-top: 1px solid #fff;
	background-color: #FCFCFC;
}

.button-wrap 
{
	margin: 20px auto 10px;
	text-align: center;
}

.approval-wrap #comments
{
	height: 5em;
	width: 100%;
	border: 1px solid #ccc;
	overflow: auto;
}

.textarea-vertical {
	resize:vertical;
}

/* Action buttons
----------------------------------*/
#cf-buttons { padding: 10px 10px; }


/* custom action buttons */
.action-btn{
	display: inline-block;
	min-width: 130px; 
	white-space: nowrap;
	margin: 10px;
	padding: 5px 6px;
	font-size: 13px;
	vertical-align: middle;
	border:1px solid #404040;
}


.action-btn-lightgreen {
	color: #006838;
	border: 1px solid #8B9C3E;
	background: #9DC86A;
	background: -webkit-gradient(linear, left top, left bottom, from(#D3EAA2), to(#9DC86A));
	background: -moz-linear-gradient(top, #D3EAA2, #9DC86A);
	background: -o-linear-gradient(top, rgb(211, 234, 162), rgb(157, 200, 106));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3EAA2', endColorstr='#9DC86A');
}

.action-btn-darkgreen {
	color: white;
	border: 1px solid #16551b;
	background: #006838;
	background: -webkit-gradient(linear, left top, left bottom, from(#009444), to(#006838));
	background: -moz-linear-gradient(top, #009444, #006838);
	background: -o-linear-gradient(top, rgb(0, 148, 71), rgb(1, 105, 56));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009444', endColorstr='#006838');
}

.action-btn-blue, button.approval-actions {
	color: #fff;
	border: 1px solid #6A93D4;
	background: #D4EFFC;
	background: -webkit-gradient(linear, left top, left bottom, from(#6A93D4), to(#447BD4));
	background: -moz-linear-gradient(top, #6A93D4, #447BD4);
	background: -o-linear-gradient(top, rgb(239, 249, 254), rgb(199, 234, 251));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6A93D4', endColorstr='#447BD4');    
}
.action-btn-blue:hover
{
	border: 1px solid #1e62d0;
	opacity: .9;
}

button.approval-actions:hover, button.approval-actions:focus, 
button.Xsubmitbutton:hover, button.Xsubmitbutton:focus {
	border: 1px solid #B9E5FB;
	background: #EFF9FE;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFF9FE), to(#D4EFFC));
	background: -moz-linear-gradient(top, #EFF9FE, #D4EFFC);
	background: -o-linear-gradient(top, rgb(239, 249, 254), rgb(212, 239, 252));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFF9FE', endColorstr='#D4EFFC');
}

.action-btn-yellow {
	color: #603913;
	border: 1px solid #ffcc00;
	background: #ffd700;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff7a9), to(#ffd700));
	background: -moz-linear-gradient(top, #fff7a9, #ffd700);
	background: -o-linear-gradient(top, rgb(254, 246, 171), rgb(254, 215, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7a9', endColorstr='#ffd700');
}

.action-btn-orange {
	color:white;
	border: 1px solid #F26522;
	background: #f26330;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#f26330));
	background: -moz-linear-gradient(top, #ff9900, #f26330);
	background: -o-linear-gradient(top, rgb(248, 153, 29), rgb(236, 33, 39));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#f26330');
}

.action-btn-red {
	color:white;
	border: 1px solid #BE1E2D;
	background: #ED1C24;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16065), to(#ED1C24));
	background: -moz-linear-gradient(top, #f16065, #ED1C24);
	background: -o-linear-gradient(top, rgb(241, 96, 101), rgb(236, 33, 39));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16065', endColorstr='#ED1C24');
}

.action-btn-pink {
	color: #414042;
	border: 1px solid #DE7EA5;
	background: #FFA8BC;
	background: -webkit-gradient(linear, left top, left bottom, from(#FCDDE6), to(#FFA8BC));
	background: -moz-linear-gradient(top, #FCDDE6, #FFA8BC);
	background: -o-linear-gradient(top, rgb(252, 221, 229), rgb(246, 166, 187));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCDDE6', endColorstr='#FFA8BC');
}

.action-btn-violet {
	color:white;
	border: 1px solid #652d6c;
	background: #483f99;
	background: -webkit-gradient(linear, left top, left bottom, from(#7c76b7), to(#483f99));
	background: -moz-linear-gradient(top, #7c76b7, #483f99);
	background: -o-linear-gradient(top, rgb(124, 118, 183), rgb(72, 64, 153));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c76b7', endColorstr='#483f99');
}

.action-btn-purple {
	color: white;
	border: 1px solid #3f1b55;
	background: #762a90;
	background: -webkit-gradient(linear, left top, left bottom, from(#b07eb7), to(#762a90));
	background: -moz-linear-gradient(top, #b07eb7, #762a90);
	background: -o-linear-gradient(top, rgb(176, 126, 183), rgb(118, 45, 142));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b07eb7', endColorstr='#762a90');
}

#preview .action-btn { margin-right: 20px;}


/* APPROVAL ACTIONS BUTTON & SUBMIT BUTTON */
button.approval-actions, button.Xsubmitbutton{
	
	margin-right: 5px;
	margin-top: 3px;
	min-width: 20%;
   
	padding: 7px 10px;

	font-weight: bold;
	font-size: 13px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

button.Xsubmitbutton:hover{ color: #0071bb;}

button.Xsubmitbutton{
		margin: 28px 0 0 28px;
}

/* Save draft and resume later */

#savedraftinfo {
    margin-top: 10px;
    border: 1px solid #D2D2D2;
    background: #fff;
    padding: 15px;
}
#cf-buttons > span:first-child { display: block;}

label#IsDraftString {
    margin-left: 5px;
    cursor: pointer;
}

input.saveresumeinfo{ width:100%; max-width:400px;}

/* Authentication buttons
----------------------------------*/

/* login error msg, not sure if this is used */
.validation-summary-errors,
.field-validation-error {
	display: block;
	color: #BE1E2D;
	font-size: 90%;
}


/* Pnotify
----------------------------------*/

.PnotifyCss
{
	border: 1px solid #7EABCD;
	background-color: #FEF1EC;
	border-color: #CC0404;
	font-size: inherit;
}

.PnotifyCssMsg
{
	border: 1px solid #F4FA58;
	background-color: #F5F6CE;
	border-color: #F7D358;
	font-size: inherit;
}


/* Attribution
----------------------------------*/
.cf-form #power
{
	float: right;
}

#power
{
	font-size: 14px;
	text-align: right; 
	padding: 10px;
}

#power a 
{
	color: inherit;
	text-decoration: none;
	background-color:transparent;
}
.power_about
{
	margin-left: 2px;
    margin-right: 20px;
    text-decoration: underline !important;
}
#demomsg
{
	font-weight: bold;
	text-align: right;
}
.margin-end
{
	margin-left:0px;
  margin-right:5px;
}
datalist
{
	display:none;
}
datalist select
{
	display:none;
}

.lf-poweredby-post {
	text-align: center;
	background: #eee;
	margin: auto;
	margin-top: 10px; /*responsive problems*/
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 200px;
}
.lf-poweredby-post-font {
	font-size: 10px;
	color: #969696 !important;
}


/* Webshims Overrides
----------------------------------*/

.ie7 .user-error {
	border: 1px solid var(--error);
}

.ie8 .user-error {
	border: 1px solid var(--error);
}

.user-error:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not(.Dataurl_Sig), .ng-invalid.ng-touched:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not(.Dataurl_Sig):not(form), .ng-invalid#numberDefaultValue {
	border: 1px solid var(--error);
}
input.user-error[type="checkbox"], input.user-error[type="radio"]
{
	outline: 1px solid var(--error);
}
input.user-error[type="button"] 
{
	border: 1px solid var(--error);
}

/* Duplicating the error border/outline style so webshims doesn't interfere with formula validation */

/*.ie7 .formula-error {
	border: 1px solid #D14318;
}

.ie8 .formula-error {
	border: 1px solid #D14318;
}

.formula-error:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not(.Dataurl_Sig), .ng-invalid:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not(.Dataurl_Sig):not(form) {
	border: 1px solid #D14318;
}*/


/* New validation UI - inline error messages */
.ws-errorbox
{
	Xline-height: .75em;
}
.ws-titlevalue /*scr 114699, webshims adds title to error message*/
{
	display: none;
}
.ws-invalid input[type="checkbox"]
{
	outline: 1px solid var(--error);
}
.ws-hide input[type="checkbox"] {
	outline: 0px !important;
}
.ws-hide .ws-errorbox /*for hiding ival until it's ready*/
{
	display: none !important;
}
/*
input:focus , textarea:focus
{
	border-color: rgba(105,148,180,1);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: 0 0 1px rgba(105,148,180,1);
	-moz-box-shadow: 0 0 1px rgba(105,148,180,1);
	box-shadow: 0 0 1px rgba(105,148,180,1);
}*/
textarea:focus
{

}
.form-item-field 
{
	box-shadow:none;
}
select.form-item-field{
	height:26px
}
.number-input-buttons {
	margin-right: 8px;
}
/*scr114861: firefox will automatically validate any change of the value, unlike IE and Chrome. Hide it.*/
input:invalid, textarea:invalid {
	box-shadow: none;
	-moz-box-shadow: none;
}

/* Override jQueryUI datepicker css*/
/* fix the verison issue caused by jQuery icon change */
.ui-icon { width: 16px; height: 16px; background-image: url(../../styles/themes/base/images/ui-icons_222222_256x240.png?v=11.0)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(../../styles/themes/base/images/ui-icons_222222_256x240.png?v=11.0)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(../../styles/themes/base/images/ui-icons_222222_256x240.png?v=11.0)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../../styles/themes/base/images/ui-icons_888888_256x240.png?v=11.0)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../styles/themes/base/images/ui-icons_454545_256x240.png?v=11.0)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(../../styles/themes/base/images/ui-icons_454545_256x240.png?v=11.0)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(../../styles/themes/base/images/ui-icons_2e83ff_256x240.png?v=11.0)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../styles/themes/base/images/ui-icons_cd0a0a_256x240.png?v=11.0)/*{iconsError}*/; }

/*Submission Signature Part*/
.form-sig-preview 
{
	background-color: #EEE !important;
	position: relative;
	display: inline-block;
	padding: 6px 22px;
	min-height: 50px;
	white-space: nowrap;
}
.form-sig-preview img
{
	vertical-align:middle;
	max-width: 350px;
}
.form-sig-preview a 
{
	padding: 0 0 0 5px;
	position: absolute;
	cursor: pointer;
	color: inherit;
}
.form-sig-preview a:hover, .form-sig-preview a:focus
{
	text-decoration: none;
	color: inherit;
}

.form-sig-edit 
{
	top:50px
}

.lf-icon-signature {
	background-image: url(../../img/signature.png);
	background-size:70%;
	background-repeat: no-repeat;
	height: 24px;
	width:24px;
	
	display: inline-block;
	vertical-align: middle;
}

.lf-icon-help {
	background-image: url(../../img/help.png);
	background-repeat: no-repeat;
	height: 15px;
	width:15px;
	
	display: inline-block;
	vertical-align: middle;
}

#typeSignature::-ms-clear,
#theme-name::-ms-clear
{
	display:none;
}

/*.legalText{
	max-width: 440px;
	font-size: 10px;
	line-height: 12px;
	color: #000;
}*/
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../Content/themes/base/images/ui-icons_cd0a0a_256x240.png?v=11.0)/*{iconsError}*/; }

/*Responsive Table split row design*/
.cf-table .col0 a.lfi-times {
	visibility:hidden;
}
.cf-table tbody td.action{
	display:table-cell;
	line-height:2.6em;
}
.cf-table tbody td.action span{
	/*padding:5px;*/
	padding:2px 6px;
}
.cf-table tbody label.cf-col-label {
	display:none;
}

/*responsive items that need to work properly without form-r*/
.btn-wrapper  {
	display: inline-block;
}
.lf-responsive-navigation {
	display: none;
}

/*Resize signature for table*/
.cf-table .form-sig-preview 
{
	padding: 6px 15px;
    width: 100%;
}
.cf-table .form-sig-preview img
{
	padding:0 5px 0 0;
}
.cf-table .form-sig-edit 
{
	top: 65%;
	right: 0;
}
.cf-table .form-sig-remove
{
	right: 10px;
	top: 3px;

}
.cf-table .form-sig-img {
	width:100%;
}

/*Custom Recaptcha object*/
#recaptchabox {
    padding-top: 10px;
}

.recaptcha_widget_v2_container {
	max-width: 320px;
	height: inherit;
	border: 1px solid #000;
	padding: 8px;
	margin: 10px;
	border-radius: 4px;
}

#recaptcha_error_message{
	color:var(--error);
	clear:both;
	display:none;
}

#recaptcha_widget {
	max-width: 320px;
	border: 1px solid #000;
	padding: 8px;
	margin: 10px;
	border-radius: 4px;
}
#recaptcha_widget a {
	text-decoration: initial;
	float:left;
	cursor: pointer;
	line-height: 0px;
}
#recaptcha_widget > div {
	float: left;
}
#recaptcha_image {
	width: 100% !important;
	max-width:100% !important;
	Xheight: auto !important;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
}
#recaptcha_challenge_image {
	width: 100% !important;
	max-width:100% !important;
}
#recaptcha_response_container {
	clear: left;
	border: 1px solid black;
	padding: 2px 5px 5px 5px;
	border-radius: 4px;
}
#recaptcha_response_container * {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}
#recaptcha_response_label span {
	margin-bottom: 0;
}
#recaptcha_btn_container {
	width: 25px;
	margin-left: 5px;
}
#recaptcha_logo_container {
	margin-left: 8px;
	margin-top: 6px;
}
.modal-dialog {
	background-color: var(--background-lite-gray) !important;
	border-radius: 3px;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	max-height: calc(100vh - 40px);
}

.modal-dialog[style^='max-width:'] {
	margin-left: auto;
	margin-right: auto;
}

.modal-content{
	border:none;
	border-radius:inherit;
	background-color: var(--background-lite-gray);
}
.modal-header{
	padding: 23px 24px 16px; 
	border-bottom: 1px solid var(--border-color);
}

.modal-header .lfm-icon-button{
	margin:0;
	position:absolute;
	right:16px;
	top:16px;
	background:transparent;
	border:0;
	outline:0;
	border-radius:2px;
	padding:4px;
}

.modal-header .lfm-icon-button:hover:not([disabled]) {
	background-color: #ececec; 
}

.modal-header .lfm-icon-button:focus:not([disabled]) {
	background-color: #ececec; 
}

.modal-header .lfm-icon-button .lf-icon{
	padding:2px;
	color: var(--icon-color);
	width:24px;
	height:24px;
	vertical-align:middle;
	fill:currentColor;
}
.modal-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	font-family: 'Open Sans';
	letter-spacing: -0.3px;
	color: var(--text-primary);
	max-width: 90%;
}
.modal-body {
	padding: 12px 24px 24px;
	word-break: normal;
}
.modal-footer{
	text-align:left;
	border-top:1px solid var(--border-color);
	padding: 16px 24px;
}

.modal-footer .btn+.btn{
	margin-left: 8px;
}
.modal-header .close { /*increase hit area size for dialog close button */
	padding: 12px;
	margin: 0px;
}

.modal-header .close:hover {
	background-color: #eee;
}

@media (max-width: 979px) {
	.affix-placeholder-resize {
		position: static;
	}
}

@media (min-width: 767px) {
	.modal-dialog:not(.override-forms) {
		width: 576px;
		margin: 30px auto;
	}

	.modal-sm {
		width: 432px;
	}
}

.modal-sm {
	max-width: 432px;
}

@media (min-width: 992px) {
	.modal-lg {
		width: 672px;
	}
}

/* Bootstrap override: underline tab margin
----------------------------------*/
.tab-margin{
	margin-left:-24px;
	margin-right:-24px;
	margin-bottom:19px;
}
.nav-tabs>li>a{
	margin-right:8px;
}

.nav-tabs.lfm-tabs:not(.bs)>li>a{
	border:none;
}
.nav-tabs.lfm-tabs{
	padding: 0 24px;
}

.nav-tabs.lfm-tabs > li > a::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: -12px;
	height: 3px;
	background: var(--navigation-highlight);
	content: '';
	opacity: 0;
}
	.nav-tabs.lfm-tabs >  li.active > a::before {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

.nav-tabs.lfm-tabs>li>a{
	padding: 6px 12px 6px;
	border:none;
	color: var(--text-secondary);
}

.nav-tabs.lfm-tabs:not(.bs)>li>a:hover{
	border:none;
	color: var(--text-primary);
}

.nav-tabs.lfm-tabs:not(.bs)>li.active>a{
	color: var(--text-primary);
	font-weight: var(--semi-bold);
	xborder-bottom: 3px solid var(--navigation-highlight);
	border-bottom: none;
}

.nav-tabs.lfm-tabs > li.active > a, .nav-tabs.lfm-tabs > li.active > a:hover, .nav-tabs.lfm-tabs > li.active > a:focus 
{
	font-weight:600;
	border: none;
	xborder-bottom: 3px solid var(--navigation-highlight);
	border-bottom: none;
	background-color:transparent;
}
.nav-tabs.lf-alignbottom{
  border-bottom: none;
}
.nav-tabs.lf-alignbottom >li >a{
  border-bottom: none;
  border-top: 1px solid #ddd;
  border-radius: 0 !important;
}

.btn-primary.disabled, .btn-primary.disabled.active, 
.btn-primary.disabled.focus, .btn-primary.disabled:active, 
.btn-primary.disabled:focus, .btn-primary.disabled:hover, 
.btn-primary[disabled], .btn-primary[disabled].active, 
.btn-primary[disabled].focus, .btn-primary[disabled]:active, 
.btn-primary[disabled]:focus, .btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, 
fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background-color: var(--disabled-button);
	color: var(--disabled-button-font);
	border-color:transparent;
}
.btn.btn-default.lfm-pill{
	background-color: #fafafa;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	font-family:"Open Sans" !important;
	box-shadow:none;
	
}
.btn.btn-default.lfm-pill.active, .btn.btn-default.lfm-pill:active{
	background-color: #e5e5e5;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.btn.btn-default.lfm-pill:focus:not(:active){
	outline:5px auto -webkit-focus-ring-color;
}

.btn.btn-default, .btn.btn-primary,.btn.btn-success,.btn.btn-danger,.btn.btn-info,.btn.btn-warning,
.btn-group .btn.dropdown-toggle
{
	box-shadow:rgba(0, 0, 0, 0.12) 0 1px 0 0, rgba(0, 0, 0, 0.12) 0 1px 1px 0, rgba(0, 0, 0, 0.05) 0 0px 3px 0;
}

.btn.dropdown-toggle, .btn.input-group-addon, .input-group-btn .btn{
	box-shadow:none;
} 

.btn-primary,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-success {
	background-color: var(--primary-button);
	color: var(--primary-button-font);
	border-color:transparent;
}

.btn-primary:hover,
.btn-success:hover {
	background-color: var(--primary-button-hover);
	border-color:transparent;
}
.btn-primary:focus,
.btn-success:focus {
	background-color: var(--primary-button-focus);
	border-color:transparent;
}

.btn-primary:active,
.btn-primary.active,
.btn-success:active,
.btn-success.active,
.btn-primary:active:focus
{
	background-color:var(--primary-button-active);
	border-color:transparent;
}

.btn-primary[disabled],
.btn-primary.disabled,
.btn-success[disabled],
.btn-success.disabled {
	background-color: var(--disabled-button);
	color: var(--disabled-button-font);
	border-color:transparent;
}

.btn-info {
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));
	background-image: -webkit-linear-gradient(top,#5bc0de,0%,#31b0d5,100%);
	background-image: -moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
	background-image: linear-gradient(to bottom,#66b4e4 0,#5faedf 100%);
	background-repeat: repeat-x;
	border-color: #4192c4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0);
}

.btn-success-reverse
 {
	color:#0da88b;
	background-color:#fff;
	border-color:#ccc;
}

.btn-success-reverse:hover,
.btn-success-reverse:focus,
.btn-success-reverse:active,
.btn-success-reverse.active
 {
	color:#0da88b;
	background-color:#e6e6e6;
	border-color:#adadad;
}

.btn-danger {
	background-color: var(--orange);
	border-color:transparent;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-color: #ce3d2b;
	border-color:transparent;
}

.btn-danger[disabled],
.btn-danger.disabled {
	background-color: var(--disabled-button);
    color: var(--disabled-button-font);
	border-color:transparent;
}

.form-control:focus + .input-group-btn .btn {
	border-color:#66afe9;
}

.has-error .input-group-btn .btn {
	border-color: var(--error);
}

.has-error > .form-control:focus + .input-group-btn .btn {
	border-color: var(--error);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.btn, .form-control {
	border-radius:3px;
}
.btn-default {
	color: var(--secondary-button-font);
	background-color: var(--secondary-button);
	border-color:transparent;
}

.btn-default:hover {
	background-color: var(--secondary-button-hover);
	border-color:transparent;
}
.btn-default:focus {
	background-color:var(--secondary-button-focus);
	border-color:transparent;
}
.btn-default:active,
.btn-default.active {
	background-color:var(--secondary-button-active);
	border-color:transparent;
}

.btn-default[disabled],
.btn-default.disabled {
	background-color: var(--disabled-button);
  	color: var(--disabled-button-font);
	border-color:transparent;
}
/* preserve old icon button behaviors and input buttons */
.input-group .btn-default,
.btn-group .btn-default {
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group .btn-default:hover,
.btn-group .btn-default:hover,
.input-group .btn-default:focus,
.btn-group .btn-default:focus,
.input-group .btn-default.active,
.btn-group .btn-default.active {
	background-color: #e6e6e6;
	xborder-color: #adadad;/*I don't think we use this border color anymore*/
}

.input-group .btn-default:active,
.input-group .btn-default.active,
.btn-group .btn-default:active,
.btn-group .btn-default.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

/*end preserved btn-default behavior*/
.btn {
    font-weight: 600;
}

/* Print fixes*/
@media print {
	/* collapsible sections should always show when printing */
	.cf-section-block .collapsible+ul {
		display: initial !important;
	}
    a.no_link_in_print[href]:after {
        content: none !important;
    }
}
/* makes printing headers not overlap */
tr {page-break-inside: avoid;}

/* Answers override (avoid touching their CSS files)*/
.answers-iframe {
	z-index: 500;
}

/*Parsley css*/
/*input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 2px solid #D6E9C6;
}
*/
.parsley-error input:not(:disabled){
	outline: 1px solid var(--error);
	color: var(--error);
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error,
.cf-rich-text.parsley-error,
.formula-error:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not(.Dataurl_Sig){
  color: var(--error);
  background-color: var(--error-background);
  border: 1px solid var(--error);
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 1.1em;
  opacity: 0;
  color: var(--error);

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-errors-list > li {
	padding: 4px 0;
}

/* error msg */
label.error { color: var(--error) !important; font-style: italic; font-size:11px; font-weight:bold; padding-left: 30px; }
tr.error { color: var(--error) !important; font-size: 13px; }
input.error { border-color: var(--error) !important; }

.top-level-errors-container {
	text-align: center;
}

.timepicker-type-dropdown {
	margin: 0 8px;
}
.cf-field input[type=text], .cf-field select {
	height:26px;
}

.flex-width-parent {
	display: inline-flex;
	width: 100%;
}

*[dir="ltr"] .marginl8 {
	margin-left: 8px;
}

*[dir="rtl"] .marginl8 {
	margin-right: 8px;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-placeholder)
}

.fs-One {
    font-size: x-small;
}

.fs-Three {
    font-size: medium;
}

.fs-Five {
    font-size: x-large;
}

/*signature dialog*/
.sample-preview>li {
	cursor: pointer;
}

.sample-preview>li:hover {
	background-color: #f5f5f5;
}

.lookup-Spinner {
    vertical-align: top;
    margin: 5px 0 0 5px;
    position: relative;
    top: -2px;
    height: 20px;
}

.formula-Spinner {
	background-color: #ffffff;
	background-image: url("https://lfxstatic.com/img/general/loading-spinner.gif");
	background-size: 17px 17px;
	background-position: right center;
	background-repeat: no-repeat;
}

.login-center {
	max-width: 432px;
	margin: 64px auto 16px;
	padding: 24px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
}
/* ALWAYS responsive code*/
html.lf-responsive, .lf-responsive body {
	width: auto;
	overflow: visible;
}

/*======== MODAL dialogs ======== */
/*@media (max-width: 480px) {
	.modal .modal-footer .btn
	{
		width:48%;
		font-size: 1.5em;
		float: left;
	}
	.modal .modal-footer button:last-child
	{
		float: right;
	}
}*/


/* ======== TOGGLE RESPONSIVE CODE ======== */

/* toggle responsive code NORMAL size*/
/*touch specific css rules (since fingers are big)*/
/*======== datepicker resize======== */
.lf-responsive.touch div.ui-datepicker
{ font-size: 1.2em; line-height: 1.8em;}

/* iphone
----------------------------------*/
/* Smartphones  */
/*this is horrible, but it needs to support CSS2.1 for IE*/
@media screen and (max-width:640px), handheld and (max-width:640px), tv and (max-width:640px), projection and (max-width:640px) {
	.label-right > .lf-responsive label.cf-label {text-align:left;} 		
	.lf-responsive .cf-field, .lf-responsive .cf-small, .lf-responsive .cf-medium, .lf-responsive .cf-large, .lf-responsive .cf-xlarge  { width: 100%; }
	.lf-responsive .label-left .cf-label,
	.lf-responsive .label-right .cf-label
	{ width: 100% !important; }
	
	.lf-responsive .cf-field span.margin-end{
		width:3%;
		display:inline-block;
		margin-right:1%
	}

	.lf-responsive .cf-field .currency { width: 96% }
	.lf-responsive .cf-field input.currency{ float: none}
	.lf-responsive .cf-col1 span.choice, .lf-responsive .cf-col2 span.choice, .lf-responsive .cf-col3 span.choice, .lf-responsive .cf-col4 span.choice {
	width: 100%;
	margin-bottom: 3px;
	}
	.lf-responsive .choice input.otherchoice { width: 89% }
	@media screen and (max-width:614px), handheld and (max-width:614px), tv and (max-width:614px), projection and (max-width:614px) {
		.lf-responsive .choice input.otherchoice { width: 100%; margin-left:0 }
	}
	.lf-responsive .cf-col1 span.choice {padding-right: 0;}
	.lf-responsive .cf-full > input.form-item-field {
		width: 100%;
	}
	.lf-responsive input[type=file].fileuploader, .lf-responsive input[type=button].Sign_Sig{
		width: 100% !important;
		height: 30px !important;
		padding: 0px !important;
	}
	.lf-responsive input[type=button].fileuploader, .lf-responsive input[type=button].Sign_Sig{
		width: 100% !important;
		padding-top: 3px !important;
		padding-bottom: 3px !important;
		-webkit-appearance: button;
	}
	.lf-responsive input[type=button].fileuploader
	{
		margin-bottom: 10px;
	}
	table.files /*improve mobile visibility of X's*/
	{
		font-size: 150%;
	}

	.lf-responsive .btn-wrapper, .lf-responsive .button-wrap {
		display: block;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}

	.lf-responsive .action-btn {
		white-space: nowrap;
		max-width:100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.lf-responsive .lf-responsive-navigation {
		display: inherit;
	}
	
	.lf-responsive .cf-address,
	.lf-responsive .cf-subfield,
	.lf-responsive .cf-subfield-group,
	.lf-responsive .cf-fluid,
	.lf-responsive .cf-fluid input,
	.lf-responsive .cf-full,
	.lf-responsive .pull-right.cf-val,
	.lf-responsive .pull-left.cf-val,
	.lf-responsive .cf-table .cf-geolocation .cf-fluid
	{ width: 100%;	}

	/* ======== prevent cf-custom overflow ======== */
	.lf-responsive .cf-custom {
		word-wrap:break-word;
	}

	/* ======== datepicker resize ======== */
	.lf-responsive .hasDatepicker {
		width: 94%;
	}
	.lf-responsive div.ui-datepicker
	{ font-size: 1.2em; line-height: 1.6em;}

	.lf-responsive .cf-formwrap .ui-datepicker-trigger{
		width:5%;
		margin-left: 1%;
		min-width: 22px
	}

	/* ======== timepicker ======== */
	.lf-responsive .hasTimePicker,
	.lf-responsive td > .cf-field > .hasTimePicker,
	.lf-responsive td > .cf-field > .cf-date-field-time > .hasTimePicker {
		width: 89%;
	}
	@media screen and (max-width:492px), handheld and (max-width:492px), tv and (max-width:492px), projection and (max-width:492px) {
		.lf-responsive .hasTimePicker{
			width: calc(100% - 50px);
		}
		.lf-responsive .hasDatepicker {
			width: calc(100% - 30px);
		}
	}


	.lf-responsive .timepicker-type-dropdown{
		margin: 0 1%;
		width: 10%;
		min-width: 45px;
	}
	/*.lf-responsive td > .cf-field > .hasTimePicker,*/
	/*.lf-responsive td > .cf-field > .cf-date-field-time > .hasTimePicker,*/
	.lf-responsive td > .cf-field > .timepicker-type-dropdown,
	.lf-responsive td > .cf-field > .cf-date-field-time > .timepicker-type-dropdown {
		width: 45px;
		display: inline-block;
		margin: 0 0 0 14px;
	}


	/* ======== Mobile table design ======== */
	.lf-responsive .cf-table {
		width: 100%;
	}
	.lf-responsive .cf-table .cf-field {
		display:block;
	}

	.lf-responsive .cf-table table,
	.lf-responsive .cf-table thead,
	.lf-responsive .cf-table tbody,
	.lf-responsive .cf-table th,
	.lf-responsive .cf-table td,
	.lf-responsive .cf-table tr {
		display:block;
	}
	.lf-responsive .cf-table thead tr {
		position:absolute;
		top:-9999px;
		left:-9999px;
	}
	.lf-responsive .cf-table tr 
	{
		border: 1px solid #cccccc;
		margin-bottom:10px
	}
	.lf-responsive .cf-table > tbody > tr > td:not(:first-child) {
		padding: 5px 10px !important;
	}
	.lf-responsive .cf-table tbody label.cf-col-label {
		display:inline-block;
	}
	.lf-responsive .cf-table tbody td.action{
		display:none;
	}
	.lf-responsive .cf-table table.files tr {
		border: none;
	}
	.lf-responsive .cf-table table.files tr > td {
		display: table-cell;
	}
	.lf-responsive .cf-table table.files tr > td > a {
		display: block;
		max-width: 100px;
	}
	.lf-responsive .cf-table table.files tr td.delCell {
		float:none;
	}

	.lf-responsive .cf-collection-delete, .lf-responsive .cf-table-delete {
		font-size: 3em;
	}

	.lf-responsive .cf-table td {
		border:none;
		position: relative;
		white-space:normal;
		text-align:left;
		vertical-align:top;
	}
	.lf-responsive .label-right .cf-table th, .lf-responsive .label-right .cf-table td 
	{
		text-align: right;
	}
	.lf-responsive .cf-table .col0 a.lfi-times {
		position: absolute;
		top: 6px;
		visibility:visible;
	}
	/*This is a css hack used for mobile table when the rowlabel is set to hide
	 To do: remove it, once the formsgenerator is refactor*/
	.lf-responsive .cf-table .col0.hideRowLabel {
		display:block!important;
		text-indent:-500px; 
	}
	.lf-responsive .cf-table .col0.hideRowLabel span.lfi-times {
		right:-480px;
	}

	/* ----------- recaptcha responsive code ---------- */

	
	.lf-responsive .cf-table .form-sig-preview 
	{
		padding: 6px 22px;
	}
	.lf-responsive .cf-table .form-sig-preview img
	{
		padding:0 11px 0 0;
	}
	.lf-responsive .cf-table .form-sig-edit 
	{
		top:50px
	}
	.lf-responsive .cf-table .form-sig-img {
		width:100%
	}

	*[dir="ltr"].lf-responsive .label-left .cf-collection-delete,
	*[dir="ltr"].lf-responsive .label-left .cf-table-delete,
	*[dir="rtl"].lf-responsive .label-right .cf-collection-delete,
	*[dir="rtl"].lf-responsive .label-right .cf-table-delete
	{
		right: 6px;
		padding: 5px;
	}

	*[dir="rtl"].lf-responsive .label-left .cf-collection-delete,
	*[dir="rtl"].lf-responsive .label-left .cf-table-delete,
	*[dir="ltr"].lf-responsive .label-right .cf-collection-delete,
	*[dir="ltr"].lf-responsive .label-right .cf-table-delete
	{
		left: 0;
		padding: 5px;
	}
}

/* iPads (smartphones and tablets) ----------- */
@media (max-width: 768px)
{
	html.lf-responsive{background:none;margin:0}
	.lf-responsive .cf-formwrap { 
		width: 100%; margin:0 auto; 
		-webkit-border-radius: 0;
		-moz-border-radius: 0; 
		border-radius: 0;
	}

	.lf-responsive .form-top-notice {
		position:relative;
		z-index:auto;
	}
}
html.lf-responsive, .lf-responsive body {
	overflow: visible;
}

[hidden] { display: none; }

.visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

div.awesomplete {
	position: relative;
}

div.awesomplete > input::-webkit-calendar-picker-indicator {
	display: none;
}

div.awesomplete > input {
	display: inline-block;
}

div.awesomplete > ul.awesomplete-child {
	position: absolute;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
	overflow: hidden;
}

div.awesomplete > ul.awesomplete-child.form-control {
	height: inherit;
	top: 32px; /*2 px less than the input height, which is set by .form-control in bootstrap as 34px*/
}

div.awesomplete > ul.awesomplete-child[hidden],
div.awesomplete > ul.awesomplete-child:empty {
	display: none;
}

*[dir = "rtl"] ul.awesomplete-child {
	right: 0;
}

@supports (transform: scale(0)) {
	div.awesomplete > ul.awesomplete-child {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
		max-height:250px;
		overflow-y:auto;
	}
	
	div.awesomplete > ul.awesomplete-child[hidden],
	div.awesomplete > ul.awesomplete-child:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

/* Pointer */
div.awesomplete > ul.awesomplete-child:before {
	content: "";
	position: absolute;
	top: -.43em;
	left: 1em;
	width: 0; height: 0;
	padding: .4em;
	background: white;
	border: inherit;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.awesomplete > ul.awesomplete-child > li {
	position: relative;
	padding: .2em .5em;
	cursor: pointer;
	white-space: pre;
}
	
div.awesomplete > ul.awesomplete-child > li:hover {
	background: hsl(200, 40%, 80%);
	color: black;
}
	
div.awesomplete > ul.awesomplete-child > li[aria-selected="true"] {
	background: hsl(205, 40%, 40%);
	color: white;
}
	
div.awesomplete mark {
	background: hsl(65, 100%, 50%);
}
		
div.awesomplete li:hover mark {
	background: hsl(68, 100%, 41%);
}
		
div.awesomplete li[aria-selected="true"] mark {
	background: hsl(86, 100%, 21%);
	color: inherit;
}