/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.defaultshadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.defaultborder {
  border: solid 1px #f9f9f9;
}
.defaultradius {
  border-radius: 2px;
  -moz-border-radius: 2px;
}
.boxnatural {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box--container {
  overflow: hidden;
}
.box--row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  line-height: 1;
}
.box--cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
}
.box--05 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 4.166666666%;
}
.box--1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 8.333333333%;
}
.box--2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 16.666666666%;
}
.box--3,
.box--quarter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.box--4,
.box--third {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 33.333333333%;
}
.box--5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 41.666666666%;
}
.box--6,
.box--half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.box--7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 58.333333333%;
}
.box--8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 66.666666666%;
}
.box--9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.box--10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 83.333333333%;
}
.box--11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 91.666666667%;
}
.box--12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.box--vmiddle {
  vertical-align: middle;
}
.box--vbottom {
  vertical-align: bottom;
}
.box--hcenter {
  text-align: center;
}
.box--hright {
  text-align: right;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.btn .material-icons.icon-spin,
.nav-tabs .material-icons.icon-spin {
  line-height: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
  margin-bottom: -2px;
}
.spinner.left {
  margin-right: 5px;
}
.spinner.right {
  margin-left: 5px;
  margin-right: -5px;
}
.has-spinner {
  cursor: progress;
}
.has-spinner .spinner {
  opacity: 1;
}
.has-spinner .btn-mini .spinner {
  width: 10px;
}
.has-spinner .btn-small .spinner {
  width: 13px;
}
.has-spinner .btn .spinner,
.spinner.active {
  width: 16px;
}
.has-spinner .btn-large .spinner {
  width: 19px;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 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: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #212121;
  background-color: #000000;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #7db44c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #587e35;
  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 {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #000000;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f2f4f6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h4,
h5,
h6,
.h1,
.h2,
.h4 .h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #7db44c;
}
h1 small,
h2 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h4 .h5 small,
.h6 small,
h1 .small,
h2 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h4 .h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #f9f9f9;
}
h3 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #7db44c;
}
h1,
.h1,
h2,
.h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small {
  font-size: 65%;
}
h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
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: 16px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #f9f9f9;
}
.text-primary {
  color: #7db44c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #64903d;
}
.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: #7db44c;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #64903d;
}
.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 #f2f4f6;
}
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;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: -1) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f9f9f9;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f2f4f6;
}
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: #f9f9f9;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f4f6;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 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: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #939598;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row-spacing {
  margin-bottom: 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-left: 15px;
  padding-right: 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: 10px;
  padding-bottom: 8px;
  color: #f9f9f9;
  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: 10px 8px 8px 8px;
  line-height: 1.25;
  vertical-align: top;
  border-top: 1px solid #f9f9f9;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background-color: #e0e0e0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #f9f9f9;
}
.table > thead > tr > td {
  background-color: #e0e0e0;
  font-weight: 700;
  padding: 10px 8px 8px 8px;
}
.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: 1px solid #f9f9f9;
}
.table .table {
  background-color: #000000;
}
.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 #f9f9f9;
}
.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 #f9f9f9;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f9f9f9;
  }
  .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;
  }
}
.table-header-center th {
  text-align: center;
}
/* Table Alert Row Colors */
tr.row-good td {
  background-color: #dff0d8;
}
tr.row-warning td {
  background-color: #fcf8e3;
}
tr.row-danger td {
  background-color: #f2dede;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #939598;
  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;
  padding-right: 0px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  position: absolute;
}
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: #485059;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #485059;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f2f4f6;
  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: 50px;
  }
}
.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"] {
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 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: 50px;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 50px;
  line-height: 50px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 50px;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 50px;
  min-height: 38px;
  padding: 13px 18px;
  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: 50px;
  height: 50px;
  line-height: 50px;
}
.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #616161;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16.9999996px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
div.input-group-addon.addon-negative {
  background-color: #f2dede;
  color: #c62828;
}
.form-group label.control-label {
  padding-top: 7px;
  margin-bottom: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  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: #333333;
  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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #247bbd;
  border-color: #247bbd;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #1c5f92;
  border-color: #103552;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1c5f92;
  border-color: #1a5a8a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1c5f92;
  border-color: #1a5a8a;
}
.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: #ffffff;
  background-color: #164c74;
  border-color: #103552;
}
.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: #247bbd;
  border-color: #247bbd;
}
.btn-primary .badge {
  color: #247bbd;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #c62828;
  border-color: #b12424;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #9c1f1f;
  border-color: #470e0e;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #9c1f1f;
  border-color: #7e1919;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #9c1f1f;
  border-color: #7e1919;
}
.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: #ffffff;
  background-color: #7e1919;
  border-color: #470e0e;
}
.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: #c62828;
  border-color: #b12424;
}
.btn-danger .badge {
  color: #c62828;
  background-color: #ffffff;
}
.btn-outline,
.btn-ghost {
  color: #247bbd;
  background-color: transparent;
  border-color: #247bbd;
}
.btn-outline:focus,
.btn-ghost:focus,
.btn-outline.focus,
.btn-ghost.focus {
  color: #247bbd;
  background-color: rgba(0, 0, 0, 0);
  border-color: #103552;
}
.btn-outline:hover,
.btn-ghost:hover {
  color: #247bbd;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1a5a8a;
}
.btn-outline:active,
.btn-ghost:active,
.btn-outline.active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-outline,
.open > .dropdown-toggle.btn-ghost {
  color: #247bbd;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1a5a8a;
}
.btn-outline:active:hover,
.btn-ghost:active:hover,
.btn-outline.active:hover,
.btn-ghost.active:hover,
.open > .dropdown-toggle.btn-outline:hover,
.open > .dropdown-toggle.btn-ghost:hover,
.btn-outline:active:focus,
.btn-ghost:active:focus,
.btn-outline.active:focus,
.btn-ghost.active:focus,
.open > .dropdown-toggle.btn-outline:focus,
.open > .dropdown-toggle.btn-ghost:focus,
.btn-outline:active.focus,
.btn-ghost:active.focus,
.btn-outline.active.focus,
.btn-ghost.active.focus,
.open > .dropdown-toggle.btn-outline.focus,
.open > .dropdown-toggle.btn-ghost.focus {
  color: #247bbd;
  background-color: rgba(0, 0, 0, 0);
  border-color: #103552;
}
.btn-outline:active,
.btn-ghost:active,
.btn-outline.active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-outline,
.open > .dropdown-toggle.btn-ghost {
  background-image: none;
}
.btn-outline.disabled,
.btn-ghost.disabled,
.btn-outline[disabled],
.btn-ghost[disabled],
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-ghost,
.btn-outline.disabled:hover,
.btn-ghost.disabled:hover,
.btn-outline[disabled]:hover,
.btn-ghost[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-ghost:hover,
.btn-outline.disabled:focus,
.btn-ghost.disabled:focus,
.btn-outline[disabled]:focus,
.btn-ghost[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-ghost:focus,
.btn-outline.disabled.focus,
.btn-ghost.disabled.focus,
.btn-outline[disabled].focus,
.btn-ghost[disabled].focus,
fieldset[disabled] .btn-outline.focus,
fieldset[disabled] .btn-ghost.focus,
.btn-outline.disabled:active,
.btn-ghost.disabled:active,
.btn-outline[disabled]:active,
.btn-ghost[disabled]:active,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-ghost:active,
.btn-outline.disabled.active,
.btn-ghost.disabled.active,
.btn-outline[disabled].active,
.btn-ghost[disabled].active,
fieldset[disabled] .btn-outline.active,
fieldset[disabled] .btn-ghost.active {
  background-color: transparent;
  border-color: #247bbd;
}
.btn-outline .badge,
.btn-ghost .badge {
  color: transparent;
  background-color: #247bbd;
}
.btn-link {
  color: #7db44c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #587e35;
  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: #f9f9f9;
  text-decoration: none;
}
.btn-xlarge,
.btn-xl {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 18px;
  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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: rgba(250, 250, 250, 0.95);
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #485059;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #3d434b;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #7db44c;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f9f9f9;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #f9f9f9;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: -1) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 12px 18px;
  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: 50px;
  line-height: 50px;
}
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: #485059;
  text-align: center;
  background-color: #f2f4f6;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 12px 18px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > 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: #f2f4f6;
}
.nav > li.disabled > a {
  color: #212121;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f9f9f9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f4f6;
  border-color: #7db44c;
}
.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 #f9f9f9;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  user-select: none;
  cursor: pointer;
}
.nav-tabs > li > a {
  margin-right: 2px;
  font-weight: 700;
  line-height: 1.42857143;
  color: #212121;
  background: #f2f4f6;
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
.nav-tabs > li > a:hover {
  border-right: 1px solid #f9f9f9;
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  background: #e0e0e0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #FFF;
  color: #212121;
  border-top: 2px solid #7db44c !important;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 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: #000000;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.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: #ffffff;
  background-color: #7db44c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #000000;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: -1) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: -1) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: -1) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: -1) {
  .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: -1) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: -1) {
  .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 {
  box-sizing: content-box;
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: -1) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: -1) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
@media (max-width: -2) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: -1) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: -2) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: -1) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  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: -1) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: -1) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f2f4f6;
  border-color: #dee3e8;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #939598;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #dee3e8;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #dee3e8;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #dee3e8;
  color: #555555;
}
@media (max-width: -2) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    background-color: #dee3e8;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: -2) {
  .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: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #f9f9f9;
}
.pagination {
  margin: 1.42857143 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #f7f7f7;
  border: 1px solid #f9f9f9;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #7db44c;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #f9f9f9;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #f9f9f9;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 18px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 12px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f7f7f7;
  border: 1px solid #f9f9f9;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f2f4f6;
}
.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: #f9f9f9;
  background-color: #f7f7f7;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #f9f9f9;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #e0e0e0;
}
.label-primary {
  background-color: #7db44c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #64903d;
}
.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: #c62828;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #9c1f1f;
}
.label-help {
  font-weight: normal;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #f9f9f9;
  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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #7db44c;
  background-color: #ffffff;
}
.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: #f2f4f6;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d4dbe1;
}
.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-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #000000;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #7db44c;
}
.thumbnail .caption {
  padding: 9px;
  color: #212121;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #7db44c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #c62828;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f2f4f6;
  color: #f9f9f9;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #f9f9f9;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #7db44c;
  border-color: #7db44c;
}
.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: #e5f0dc;
}
.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: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #f9f9f9;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #939598;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #939598;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #7db44c;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #7db44c;
  border-color: #7db44c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7db44c;
}
.panel-primary > .panel-heading .badge {
  color: #7db44c;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7db44c;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 36px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 21px;
  color: #212121;
  font-size: 21px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 992px) {
  .modal-xlg {
    width: 1250px;
  }
}
.modal .form-horizontal,
.modal .modal-header,
.modal .modal-content,
.modal .modal-footer,
.modal .modal-body,
.modal modal-title,
.modal .form-group {
  display: block;
  width: 100%;
  float: left;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 2px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -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 {
    left: 20%;
    right: 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 {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-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;
  }
}
.navbar-collapse.collapse {
  display: block !important;
}
.navbar-nav > li,
.navbar-nav {
  float: left !important;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}
.navbar-right {
  float: right !important;
}
.navbar-right--client {
  float: right !important;
  margin-right: 15px;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
  color: #000;
}
select.form-control + .chosen-container .chosen-drop {
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0;
}
select.form-control + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}
select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}
select.form-control + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto;
  padding: 5px 0;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 1%, #f0f0f0 100%);
  padding: 3px 24px 3px 5px;
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  right: 6px;
}
select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select.form-control + .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single {
  margin-bottom: 0px;
}
.chosen-container-multi input[type="text"] {
  width: 90% !important;
}
[class*="col-"] .chosen-container {
  width: 100% !important;
}
[class*="col-"] .chosen-container .chosen-search input[type="text"] {
  padding: 2px 4%!important;
  width: 90% !important;
  margin: 5px 2%;
}
[class*="col-"] .chosen-container .chosen-drop {
  width: 100% !important;
}
body.desktop-site .container-fluid {
  min-width: 1280px !important;
  padding: 0px;
  color: #212121;
}
@media only screen and (min-device-width: 1300px) {
  body {
    min-width: 1280px;
  }
  body #header,
  body #panel,
  body .footer,
  body .navbar-site {
    min-width: 1280px;
  }
}
.logo {
  height: 40px;
  width: auto;
}
#loginlink {
  margin-top: 3px;
}
body {
  background: #000000;
  -webkit-font-smoothing: antialiased;
}
#header {
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}
#panel {
  width: 100%;
  min-height: 600px;
  background: #FFF;
  float: left;
}
h4 {
  margin-bottom: 0px;
  color: #7db44c;
}
.navbar-hover div .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar-hover div .dropdown,
.navbar-hover div .menu-item {
  font-weight: 400;
}
.navbar-hover div .dropdown:hover,
.navbar-hover div .menu-item:hover {
  background: rgba(214, 214, 214, 0.95);
}
.navbar-site {
  background: #F1F1F1;
}
.navbar-site .dropdown-menu {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 250px;
  background: rgba(250, 250, 250, 0.95);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.navbar-site .dropdown-menu .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-site .dropdown-menu .menu-item a:hover {
  background: rgba(214, 214, 214, 0.95);
}
.navbar-default .navbar-nav a {
  font-family: 'Roboto Condensed', 'Source Sans Pro', 'Open Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #939598 !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding-top: 16px !important;
  padding-bottom: 14px !important;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  line-height: 16px !important;
  padding-top: 16px;
  padding-bottom: 16px;
}
.navbar-site .dropdown-submenu ul {
  top: 6px;
  background: rgba(250, 250, 250, 0.95);
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 2px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* hide home nav
.navbar-site > div > ul > li:first-child > ul {
	display: none !important;
}
*/
#nav-tools {
  padding-top: 9px;
  width: 550px;
  float: right;
}
#nav-tools #search .form-control {
  font-size: 14px;
  color: #485059;
  border: solid 1p #DEE3E8 !important;
  background-color: #FFF;
  padding-left: 6px;
  line-height: 1.6;
  font-weight: 400;
}
#nav-tools #search .form-control:hover,
#nav-tools #search .form-control:focus {
  border: solid 1px #000000;
  background-color: #FFF;
  transition: border background-color 0.5s;
  color: #485059;
}
#nav-tools #search .input-group-addon {
  background: #000000;
  padding-bottom: 0px;
  border: solid 1px #000000;
}
#nav-tools #search .input-group-addon .material-icons {
  line-height: 0px;
  font-size: 24px;
  color: #FFf;
  padding-top: 8px;
}
a.mailpanel,
a.mailpanel:visited {
  color: #000000;
  text-decoration: none;
  font-size: 36px;
  line-height: 1;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
a.mailpanel span,
a.mailpanel:visited span {
  background: #C62828;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  display: block;
  border-radius: 50%;
  font-size: 13px;
  float: right;
  padding: 2px;
  position: absolute;
  top: 0px;
  right: -3px;
  z-index: 100;
  min-width: 18px;
  text-align: center;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.footer {
  color: #ffffff !important;
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  bottom: 0px;
  box-shadow: 0px 500px 0px 500px #000000;
}
footercolor p {
  color: #ffffff !important;
}
.footer > div > div:last-child img {
  float: right;
  height: 60px;
  margin-bottom: 20px;
}
.footer > div > div:last-child img:before,
.footer > div > div:last-child img:after {
  content: " ";
  display: table;
}
.footer > div > div:last-child img:after {
  clear: both;
}
.footer > div > div:last-child img:before,
.footer > div > div:last-child img:after {
  content: " ";
  display: table;
}
.footer > div > div:last-child img:after {
  clear: both;
}
#pagetitle {
  clear: both;
  display: table;
  background: #7db44c;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
#pagetitle:before,
#pagetitle:after {
  content: " ";
  display: table;
}
#pagetitle:after {
  clear: both;
}
#pagetitle:before,
#pagetitle:after {
  content: " ";
  display: table;
}
#pagetitle:after {
  clear: both;
}
#pagetitle ul {
  display: table-row;
}
#pagetitle ul li {
  display: table-cell;
  padding: 15px 15px 15px 15px;
  vertical-align: middle;
  line-height: 22px;
  font-size: 22px;
  color: #FFF;
  border-left: solid 1px #FFF;
}
#pagetitle ul li.instructions {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  width: 90%;
}
#pagetitle ul li:first-child {
  white-space: nowrap;
  border-left: none;
}
#pagetitle ul li label {
  font-weight: 200;
  font-size: 16px;
  display: block;
  margin-bottom: 0px;
  line-height: 1;
}
#pagetitle ul li .btn-group label {
  font-weight: 300;
  font-size: 14px;
}
#messageslist .badge {
  background: #000000;
}
.material-addon {
  padding-top: 8px;
  padding-bottom: 0px;
}
.material-addon .material-icons {
  line-height: 0px;
  font-size: 24px;
  padding-top: 8px;
}
.addon-primary {
  background: #7db44c;
  color: #FFF;
}
.tabs-darker {
  border-bottom: 1px solid #f9f9f9;
}
.tabs-darker > li > a {
  background: #dae0e5;
}
.tabs-darker > li > a:hover {
  background: #e0e0e0;
}
.tabs-darker > li.active > a,
.tabs-darker > li.active > a:hover,
.tabs-darker > li.active > a:focus {
  background: #f2f4f6;
}
.tabs-spacing {
  margin-bottom: 20px;
}
.tabs-toolbar {
  background: #f2f4f6;
  border: 1px solid #f9f9f9;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: none;
  display: table;
  width: 100%;
  padding: 10px 0px;
}
.tabs-toolbar .dropdown-toggle {
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  color: #212121;
}
.tabs-toolbar > div {
  display: table-row;
}
.tabs-toolbar > div > div {
  display: table-cell;
  border-right: solid 1px #f9f9f9;
  padding: 0px 15px;
}
.tabs-toolbar > div > div:last-child {
  border-right: none;
}
.btn-bottom {
  margin-bottom: 15px;
}
.min-height {
  min-height: 420px;
}
.dashboard {
  background: #f7f7f7;
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.link-group {
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
}
.link-group > .btn {
  border-right: none;
  display: inline-block;
  float: left;
  border-radius: 0px;
}
.link-group > .btn:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.link-group > .btn:last-child {
  border-right: 1px solid #f9f9f9;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.link-group > .btn .active {
  background: #7db44c;
  color: #ffffff;
}
.buttonrow {
  margin-bottom: 20px;
}
.negativecurrency {
  color: #c62828;
}
.clickrow:hover {
  cursor: pointer;
  background: #f7f7f7;
}
/* btn group adjustments */
.dropdown .dropdown-menu {
  top: 40px;
}
/* client reqs include */
.requirement {
  padding: 20px;
}
.requirement p,
.requirement span {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  text-indent: 0px !important;
}
.requirement .MsoListParagraphCxSpFirst span:first-child {
  display: none;
}
/* section header */
h4.section-head {
  border-bottom: 1px solid #7db44c;
  margin-top: 10px;
  margin-bottom: 5px;
}
/*danger text */
.danger-text {
  color: #c62828;
}
/* Custom Chichle uttons */
.btn-chicle {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  height: 30px;
  width: 30px;
}
.btn-chicle .material-icons.icon-spin {
  line-height: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.btn-chicle:focus,
.btn-chicle:active:focus,
.btn-chicle.active:focus,
.btn-chicle.focus,
.btn-chicle:active.focus,
.btn-chicle.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-chicle:hover,
.btn-chicle:focus,
.btn-chicle.focus {
  color: #333333;
  text-decoration: none;
}
.btn-chicle:active,
.btn-chicle.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-chicle.disabled,
.btn-chicle[disabled],
fieldset[disabled] .btn-chicle {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-chicle.disabled,
fieldset[disabled] a.btn-chicle {
  pointer-events: none;
}
.btn-chicle:focus,
.btn-chicle.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-chicle:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-chicle:active,
.btn-chicle.active,
.open > .dropdown-toggle.btn-chicle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-chicle:active:hover,
.btn-chicle.active:hover,
.open > .dropdown-toggle.btn-chicle:hover,
.btn-chicle:active:focus,
.btn-chicle.active:focus,
.open > .dropdown-toggle.btn-chicle:focus,
.btn-chicle:active.focus,
.btn-chicle.active.focus,
.open > .dropdown-toggle.btn-chicle.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-chicle:active,
.btn-chicle.active,
.open > .dropdown-toggle.btn-chicle {
  background-image: none;
}
.btn-chicle.disabled,
.btn-chicle[disabled],
fieldset[disabled] .btn-chicle,
.btn-chicle.disabled:hover,
.btn-chicle[disabled]:hover,
fieldset[disabled] .btn-chicle:hover,
.btn-chicle.disabled:focus,
.btn-chicle[disabled]:focus,
fieldset[disabled] .btn-chicle:focus,
.btn-chicle.disabled.focus,
.btn-chicle[disabled].focus,
fieldset[disabled] .btn-chicle.focus,
.btn-chicle.disabled:active,
.btn-chicle[disabled]:active,
fieldset[disabled] .btn-chicle:active,
.btn-chicle.disabled.active,
.btn-chicle[disabled].active,
fieldset[disabled] .btn-chicle.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-chicle .badge {
  color: #ffffff;
  background-color: #333333;
}
.delete_correction {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  height: 30px;
  width: 30px;
  color: #ffffff;
  background-color: #c62828;
  border-color: #b12424;
  background-image: url(/common/images/icons/ex.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.delete_correction .material-icons.icon-spin {
  line-height: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.delete_correction:focus,
.delete_correction:active:focus,
.delete_correction.active:focus,
.delete_correction.focus,
.delete_correction:active.focus,
.delete_correction.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.delete_correction:hover,
.delete_correction:focus,
.delete_correction.focus {
  color: #333333;
  text-decoration: none;
}
.delete_correction:active,
.delete_correction.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.delete_correction.disabled,
.delete_correction[disabled],
fieldset[disabled] .delete_correction {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.delete_correction.disabled,
fieldset[disabled] a.delete_correction {
  pointer-events: none;
}
.delete_correction:focus,
.delete_correction.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.delete_correction:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.delete_correction:active,
.delete_correction.active,
.open > .dropdown-toggle.delete_correction {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.delete_correction:active:hover,
.delete_correction.active:hover,
.open > .dropdown-toggle.delete_correction:hover,
.delete_correction:active:focus,
.delete_correction.active:focus,
.open > .dropdown-toggle.delete_correction:focus,
.delete_correction:active.focus,
.delete_correction.active.focus,
.open > .dropdown-toggle.delete_correction.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.delete_correction:active,
.delete_correction.active,
.open > .dropdown-toggle.delete_correction {
  background-image: none;
}
.delete_correction.disabled,
.delete_correction[disabled],
fieldset[disabled] .delete_correction,
.delete_correction.disabled:hover,
.delete_correction[disabled]:hover,
fieldset[disabled] .delete_correction:hover,
.delete_correction.disabled:focus,
.delete_correction[disabled]:focus,
fieldset[disabled] .delete_correction:focus,
.delete_correction.disabled.focus,
.delete_correction[disabled].focus,
fieldset[disabled] .delete_correction.focus,
.delete_correction.disabled:active,
.delete_correction[disabled]:active,
fieldset[disabled] .delete_correction:active,
.delete_correction.disabled.active,
.delete_correction[disabled].active,
fieldset[disabled] .delete_correction.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.delete_correction .badge {
  color: #ffffff;
  background-color: #333333;
}
.delete_correction:focus,
.delete_correction.focus {
  color: #ffffff;
  background-color: #9c1f1f;
  border-color: #470e0e;
}
.delete_correction:hover {
  color: #ffffff;
  background-color: #9c1f1f;
  border-color: #7e1919;
}
.delete_correction:active,
.delete_correction.active,
.open > .dropdown-toggle.delete_correction {
  color: #ffffff;
  background-color: #9c1f1f;
  border-color: #7e1919;
}
.delete_correction:active:hover,
.delete_correction.active:hover,
.open > .dropdown-toggle.delete_correction:hover,
.delete_correction:active:focus,
.delete_correction.active:focus,
.open > .dropdown-toggle.delete_correction:focus,
.delete_correction:active.focus,
.delete_correction.active.focus,
.open > .dropdown-toggle.delete_correction.focus {
  color: #ffffff;
  background-color: #7e1919;
  border-color: #470e0e;
}
.delete_correction:active,
.delete_correction.active,
.open > .dropdown-toggle.delete_correction {
  background-image: none;
}
.delete_correction.disabled,
.delete_correction[disabled],
fieldset[disabled] .delete_correction,
.delete_correction.disabled:hover,
.delete_correction[disabled]:hover,
fieldset[disabled] .delete_correction:hover,
.delete_correction.disabled:focus,
.delete_correction[disabled]:focus,
fieldset[disabled] .delete_correction:focus,
.delete_correction.disabled.focus,
.delete_correction[disabled].focus,
fieldset[disabled] .delete_correction.focus,
.delete_correction.disabled:active,
.delete_correction[disabled]:active,
fieldset[disabled] .delete_correction:active,
.delete_correction.disabled.active,
.delete_correction[disabled].active,
fieldset[disabled] .delete_correction.active {
  background-color: #c62828;
  border-color: #b12424;
}
.delete_correction .badge {
  color: #c62828;
  background-color: #ffffff;
}
.add_correction {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  height: 30px;
  width: 30px;
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  background-image: url(/common/images/icons/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.add_correction .material-icons.icon-spin {
  line-height: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.add_correction:focus,
.add_correction:active:focus,
.add_correction.active:focus,
.add_correction.focus,
.add_correction:active.focus,
.add_correction.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.add_correction:hover,
.add_correction:focus,
.add_correction.focus {
  color: #333333;
  text-decoration: none;
}
.add_correction:active,
.add_correction.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.add_correction.disabled,
.add_correction[disabled],
fieldset[disabled] .add_correction {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.add_correction.disabled,
fieldset[disabled] a.add_correction {
  pointer-events: none;
}
.add_correction:focus,
.add_correction.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.add_correction:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.add_correction:active,
.add_correction.active,
.open > .dropdown-toggle.add_correction {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.add_correction:active:hover,
.add_correction.active:hover,
.open > .dropdown-toggle.add_correction:hover,
.add_correction:active:focus,
.add_correction.active:focus,
.open > .dropdown-toggle.add_correction:focus,
.add_correction:active.focus,
.add_correction.active.focus,
.open > .dropdown-toggle.add_correction.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.add_correction:active,
.add_correction.active,
.open > .dropdown-toggle.add_correction {
  background-image: none;
}
.add_correction.disabled,
.add_correction[disabled],
fieldset[disabled] .add_correction,
.add_correction.disabled:hover,
.add_correction[disabled]:hover,
fieldset[disabled] .add_correction:hover,
.add_correction.disabled:focus,
.add_correction[disabled]:focus,
fieldset[disabled] .add_correction:focus,
.add_correction.disabled.focus,
.add_correction[disabled].focus,
fieldset[disabled] .add_correction.focus,
.add_correction.disabled:active,
.add_correction[disabled]:active,
fieldset[disabled] .add_correction:active,
.add_correction.disabled.active,
.add_correction[disabled].active,
fieldset[disabled] .add_correction.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.add_correction .badge {
  color: #ffffff;
  background-color: #333333;
}
.add_correction:focus,
.add_correction.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.add_correction:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.add_correction:active,
.add_correction.active,
.open > .dropdown-toggle.add_correction {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.add_correction:active:hover,
.add_correction.active:hover,
.open > .dropdown-toggle.add_correction:hover,
.add_correction:active:focus,
.add_correction.active:focus,
.open > .dropdown-toggle.add_correction:focus,
.add_correction:active.focus,
.add_correction.active.focus,
.open > .dropdown-toggle.add_correction.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.add_correction:active,
.add_correction.active,
.open > .dropdown-toggle.add_correction {
  background-image: none;
}
.add_correction.disabled,
.add_correction[disabled],
fieldset[disabled] .add_correction,
.add_correction.disabled:hover,
.add_correction[disabled]:hover,
fieldset[disabled] .add_correction:hover,
.add_correction.disabled:focus,
.add_correction[disabled]:focus,
fieldset[disabled] .add_correction:focus,
.add_correction.disabled.focus,
.add_correction[disabled].focus,
fieldset[disabled] .add_correction.focus,
.add_correction.disabled:active,
.add_correction[disabled]:active,
fieldset[disabled] .add_correction:active,
.add_correction.disabled.active,
.add_correction[disabled].active,
fieldset[disabled] .add_correction.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.add_correction .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.button-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
}
.button-bar .btn {
  margin-left: 10px;
}
.banner-container {
  background: #7db44c;
}
section h2 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 20px !important;
}
#releasenotes {
  margin-bottom: 20px;
  float: right;
  display: block;
  border: solid 1px white;
  border-radius: 8px;
  color: #FFF;
  padding: 9px 16px 7px 16px;
  border-radius: 6px;
  width: 145px !important;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  opacity: .75;
  background: rgba(0, 0, 0, 0);
  transition: all ease-out 0.15s;
  color: #FFF !important;
}
#releasenotes * {
  color: #FFF !important;
}
#releasenotes:hover {
  opacity: 1;
  transition: all ease-in 0.15s;
  background: rgba(110, 29, 33, 0.2);
  color: #FFF !important;
}
.controlpane {
  background: #f7f7f7;
  border: solid 1px #f9f9f9;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 2px;
}
.form-group label p {
  display: block;
  font-weight: 200;
  margin-bottom: 0px;
}
.templatecard a {
  display: block;
  padding: 18px 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  border-radius: 2px;
  color: #212121;
  margin-bottom: 3%;
}
.templatecard a:hover {
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, #f2f4f6 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #f2f4f6 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #f2f4f6 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
}
.templatecard a:visited {
  color: #212121;
}
.vendorfees > tbody > tr > td {
  width: 25%;
  vertical-align: middle;
}
.vendorfees > tbody > tr > th {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}
.vendorfees > tbody > tr > td {
  border-bottom: solid 1px #d4d4d4 !important;
}
.vendorfees > tbody > tr > td:first-child {
  background: #f6f6f6;
}
.vendorfees .linelabel {
  margin-bottom: 4px;
}
.vendorfees > tbody > tr > th.assigna,
.table > thead > tr > th.assigna {
  background-color: #125780;
  border-top-color: #125780;
  border-bottom-color: #125780;
  color: #FFF;
  text-align: center;
}
.vendorfees > tbody > tr > th.assignb,
.table > thead > tr > th.assignb {
  background-color: #097744;
  border-top-color: #097744;
  border-bottom-color: #097744;
  color: #FFF;
  text-align: center;
}
.vendorfees > tbody > tr > th.assignc,
.table > thead > tr > th.assignc {
  background-color: #307681;
  border-top-color: #307681;
  border-bottom-color: #307681;
  color: #FFF;
  text-align: center;
}
#searchterm {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  margin-bottom: 0;
  width: 600px;
  font-weight: 300;
  color: #222;
}
.section_rule {
  border-bottom: solid 1px #f9f9f9;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
td.removeoptionrow {
  padding-left: 25px !important;
}
.admintitle {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background-color: #a3292d;
  color: #FFF;
  height: 70px;
}
.admintitle td {
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
}
.admintitle td:first-child,
.admintitle td.titlecard {
  border-right: 1px solid #FFF !important;
  font-size: 24px;
  line-height: 24px;
  white-space: nowrap;
  width: 10%;
  font-weight: 400;
}
.admintitle td:first-child *,
.admintitle td.titlecard * {
  color: inherit;
}
.admintitle td:only-child {
  border-right: none !important;
}
div#mail_panel {
  width: 500px;
  height: 100%;
  position: fixed;
  right: -501px;
  top: 0px;
  background: #000000;
  z-index: 1000;
  padding: 0px 0px;
  -webkit-box-shadow: inset 2px 0px 2px 0px rgba(0, 0, 0, 0.9);
  box-shadow: inset 2px 0px 2px 0px rgba(0, 0, 0, 0.9);
}
div#mail_panel div#mymessagesheader,
div#mail_panel div#allmessagesheader,
div#mail_panel div#taskheader {
  font-size: 14px !important;
  padding: 8px 8px;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-weight: 700;
  background: #7db44c;
  float: left;
  width: 100%;
}
div#mail_panel div#mymessagesheader:before,
div#mail_panel div#allmessagesheader:before,
div#mail_panel div#taskheader:before,
div#mail_panel div#mymessagesheader:after,
div#mail_panel div#allmessagesheader:after,
div#mail_panel div#taskheader:after {
  content: " ";
  display: table;
}
div#mail_panel div#mymessagesheader:after,
div#mail_panel div#allmessagesheader:after,
div#mail_panel div#taskheader:after {
  clear: both;
}
div#mail_panel div#mymessagesheader:before,
div#mail_panel div#allmessagesheader:before,
div#mail_panel div#taskheader:before,
div#mail_panel div#mymessagesheader:after,
div#mail_panel div#allmessagesheader:after,
div#mail_panel div#taskheader:after {
  content: " ";
  display: table;
}
div#mail_panel div#mymessagesheader:after,
div#mail_panel div#allmessagesheader:after,
div#mail_panel div#taskheader:after {
  clear: both;
}
div#mail_panel div#mymessages .messages:last-child,
div#mail_panel div#allmessages .messages:last-child {
  border-bottom: none !important;
}
div#mail_panel div.task {
  cursor: pointer;
  border-bottom: solid 1px #f9f9f9;
  border-top: 1px solid #f9f9f9;
  background: #F7F7F7;
  padding: 5px;
}
div#mail_panel div.messages {
  cursor: pointer;
  border-bottom: solid 1px #f9f9f9;
  border-left: solid 1px #f9f9f9;
  background: #ffffff;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
div#mail_panel div.messages .messageframe {
  width: 100%;
  float: left;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  font-family: sans-serif;
}
div#mail_panel div.messages .date_recv {
  float: right;
  color: #485059;
  padding-right: 8px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 6px;
}
div#mail_panel div.messages .from {
  font-size: 14px !important;
  line-height: 1.2;
  padding: 6px 0px;
  margin-bottom: 6px;
  background: #f7f7f7;
  font-weight: 600;
  padding-left: 10px;
  color: #485059;
}
div#mail_panel div.messages .subject {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 14px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #485059;
  white-space: nowrap;
  border-bottom: 1px #f3f3f3 solid;
  width: 100%;
}
div#mail_panel div.messages .content {
  color: #485059 !important;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
  padding: 4px 8px;
  height: 30px;
  font-size: 13px !important;
  line-height: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
div#mail_panel div.messages .content div {
  font-size: 13px;
  text-overflow: ellipsis;
}
div#mail_panel div.messages .content span {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro'), url(/common/fonts/Source_Sans_Pro/SourceSansPro-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro'), url(/common/fonts/Source_Sans_Pro/SourceSansPro-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), url(/common/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro'), url(/common/fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro'), url(/common/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local('Source Sans Pro'), url(/common/fonts/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro'), url(/common/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local('Source Sans Pro'), url(/common/fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Condensed'), url(/common/fonts/Roboto_Condensed/RobotoCondensed-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/common/fonts/material-icons/MaterialIcons-Regular.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(/common/fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2'), url(/common/fonts/material-icons/MaterialIcons-Regular.woff) format('woff'), url(/common/fonts/material-icons/MaterialIcons-Regular.ttf) format('truetype');
  
  /* For IE6-8 */
}
/* material-icons */
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
.btn .material-icons {
  line-height: .9;
  margin-top: 2px;
  font-size: 18px;
  display: block;
  float: left;
}
.btn-sm .material-icons {
  line-height: .9;
  font-size: 18px;
  display: block;
  float: left;
}
.play_back {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.svg-icon {
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}
.svg-zip {
  background-image: url(/common/images/icons/zip.svg);
}
@font-face {
  font-family: 'texgyreheroscn-bold';
  src: url('/common/fonts/texgyreheroscn-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.fontcondensedbold {
  font-family: 'texgyreheroscn-bold';
}
/* These are CSS styles for the dashboard and it's components. */
/** Growler Notice Custom Styling **/
div.Growler-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  padding: 25px;
  width: 400px;
  z-index: 10000;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.Growler-notice hr {
  border-top-color: #a6e1ec;
}
div.Growler-notice .alert-link {
  color: #245269;
}
#searchfield {
  background-image: url(/common/images/icons/search.svg);
  background-position: 98% center !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  font-size: 13px;
  border-radius: 2px;
}
#searchfield.clear {
  background-image: url(/common/images/icons/clear.svg);
}
#searchfield.pointer {
  cursor: pointer;
}
#searchresults {
  right: 10px;
  z-index: 50000;
  border-radius: 2px;
  position: absolute;
  padding: 8px 0px 0px 0px;
  background: #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 90%;
}
#searchresults .scroller {
  max-height: 700px;
  overflow-x: hidden;
  overflow-y: auto;
}
#searchresults h1 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 6px !important;
  margin-bottom: 10px;
  font-size: 16px !important;
  color: #FFF !important;
  text-align: center;
  line-height: 17px;
}
#searchresults .loading {
  background: #fff;
  padding: 50px;
  color: #f9f9f9;
  text-align: center;
  font-size: 32px;
  border-radius: 2px;
}
#searchresults .loading-title {
  width: 24px;
  height: 24px;
  float: right;
  background: url('/common/images/loaders/bar.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  margin-top: -3px;
  margin-right: 10px;
}
#searchresults .empty {
  padding: 50px;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  color: #999;
  background: #fff;
}
#searchresults.flash--error {
  -webkit-animation-name: searchresults-flash-error;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
}
#searchresults .searchtable {
  float: right;
  width: 100%;
  margin: 0px;
  background-color: #FFF;
  border: none;
}
#searchresults .searchtable + .searchtable {
  border-top: 1px solid #000;
}
#searchresults .searchtable td {
  line-height: 17px;
}
#searchresults .searchtable th {
  white-space: nowrap;
  padding: 5px 6px;
}
#searchresults .searchtable th.section {
  background: #7db44c;
  color: white;
  border-bottom: none;
}
#searchresults .searchtable tr:nth-child(2) th {
  background: #f9f9f9;
}
#searchresults .searchtable tr:hover td {
  background: #f2f4f6;
}
#searchresults .searchtable .search_orderdate {
  white-space: nowrap;
  text-align: center;
}
#searchresults .searchtable .search_quandis {
  width: 60px;
  text-align: center;
}
#searchresults .searchtable .search_status,
#searchresults .searchtable .search_phone,
#searchresults .searchtable .search_type {
  text-align: center;
}
#searchresults .searchtable td {
  padding: 0;
  border-left: 1px solid #f9f9f9;
}
#searchresults .searchtable td:first-child {
  border-left: none;
}
#searchresults .searchtable td a {
  display: block;
  padding: 6px;
  color: #333;
  text-decoration: none;
}
#searchresults .searchtable td a b {
  color: #000;
  background: #FFF59D;
  display: inline-block;
  padding: 3px 0px;
}
#searchresults .searchtable tr.old td {
  opacity: 0.5;
}
.searchpoint {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #7db44c;
  position: absolute;
  top: -10px;
  right: 20%;
}
.zone-editor {
  overflow: hidden;
  position: relative;
}
.zone-editor .zone-map {
  position: relative;
  height: 600px;
  margin-right: 500px;
  z-index: 1;
}
.zone-editor .zone-map img {
  max-width: none;
}
.zone-editor .zone-panel {
  position: relative;
  height: 600px;
  width: 500px;
  float: right;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.zone-editor .zone-panel .search {
  display: block;
  margin: 20px auto;
  width: 440px;
}
.zone-editor .zone-panel .search input {
  width: 350px;
}
.zone-editor .zone-panel .nav-tabs {
  margin-bottom: 0;
}
.zone-editor .zone-panel .search-results {
  padding: 0 20px;
}
.zone-editor .zone-panel .search-results .well {
  min-height: 20px;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
}
.zone-editor .zone-panel .search-results .nav-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 420px;
}
.zone-editor .zone-panel .edit-zone {
  padding: 10px 20px;
  overflow-y: auto;
  max-height: 470px;
}
.zone-editor .zone-panel .edit-zone.loading {
  background-color: white;
  background-repeat: no-repeat;
  background-image: url('/common/images/uploading.gif');
  background-position: center center;
  height: 400px;
}
.zone-editor .zone-panel .edit-zone .zone-members {
  list-style: none;
  margin: 0;
}
.zone-editor .zone-panel .edit-zone .zone-member {
  background: #eee;
  margin-bottom: 5px;
  padding: 5px;
}
.zone-editor .zone-panel .edit-zone .zone-member .icon-close {
  float: right;
  margin-top: 3px;
}
.zone-editor .zone-panel .edit-zone .zone-member-input input {
  box-sizing: border-box;
  height: 30px;
  width: 100%;
}
.zone-editor .zone-panel .edit-zone fieldset {
  margin-top: 10px;
}
.zone-editor .zone-panel .edit-zone legend {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
.zone-editor .zone-panel .nav-tabs {
  padding-left: 20px;
}
.zone-editor .zone-panel .alert {
  float: left;
  min-width: 300px;
  padding: 5px 10px;
}
.zone-editor progress {
  position: absolute;
  bottom: 2px;
  left: 4px;
  right: 504px;
  width: auto;
  z-index: 3;
}
#vi-precopy {
  padding: 0 20px;
}
#vi-listview {
  background: #f7f7f7;
  padding: 20px;
}
#vi-listview .btn .material-icons {
  margin-top: 2px;
}
#vi-listview .btn.btn-sm .material-icons {
  margin-top: 1px;
}
#vi-listview .vi-category {
  border-radius: 2px;
  background: #FFF;
  margin: 10px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#vi-listview .vi-category .vi-category-header {
  font-size: 18px;
  background: #e0e0e0;
  line-height: 30px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
}
#vi-listview .vi-category .vi-category-header strong {
  flex: 1;
  font-weight: 400;
  color: #212121;
  padding-left: 1px;
}
#vi-listview .vi-category .vi-category-header .rename-input {
  line-height: 1.4;
  margin-left: -4px;
  padding-left: 3px;
  margin-top: -1px;
  flex: 1;
}
#vi-listview .vi-category .vi-category-header .action-btn {
  margin-left: 10px;
}
#vi-listview .vi-category .vi-category-header .icon-menu {
  display: block;
  height: 30px;
  width: 30px;
  margin-left: 8px;
  margin-right: 10px;
  color: #212121;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .5;
  transition-property: opacity 1s;
  background-image: url(/common/images/icons/reorder.svg);
  background-size: 98%;
}
#vi-listview .vi-category .vi-category-header .icon-menu:hover {
  cursor: grab;
  opacity: 1;
}
#vi-listview .vi-category .vi-category-header .icon-menu:active {
  cursor: grabbing;
}
#vi-listview .vi-category .vi-category-header .collapse-btn {
  display: block;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  color: #212121;
  border: 2px solid #212121;
  border-radius: 50%;
  opacity: .5;
  transition-property: opacity 1s;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/common/images/icons/open.svg);
  background-size: 50%;
}
#vi-listview .vi-category .vi-category-header .collapse-btn:hover {
  cursor: pointer;
  opacity: 1;
}
#vi-listview .vi-category .vi-category-contents {
  list-style: none;
  padding: 5px 10px;
  margin: 0;
}
#vi-listview .vi-category .vi-requirement {
  background: #f7f7f7;
  border-radius: 2px;
  border: solid 1px #f9f9f9;
  overflow: hidden;
  margin: 5px 0;
}
#vi-listview .vi-category .vi-requirement .vir-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  padding-right: 4px;
}
#vi-listview .vi-category .vi-requirement .vir-header .btn {
  margin-left: 4px;
}
#vi-listview .vi-category .vi-requirement .vir-header strong {
  font-weight: 400;
  flex: 1;
  margin: 10px;
  font-size: 14px;
  display: block;
}
#vi-listview .vi-category .vi-requirement .vir-contents {
  display: none;
}
#vi-listview .vi-category .vi-requirement .vir-description {
  padding: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background: white;
  margin: 10px;
}
#vi-listview .vi-category .vi-requirement .vir-conditions {
  display: flex;
  list-style: none;
  padding: 0px 10px;
  margin: 0;
  font-size: 0.9em;
}
#vi-listview .vi-category .vi-requirement .vir-conditions strong {
  display: block;
  white-space: nowrap;
}
#vi-listview .vi-category .vi-requirement .vir-conditions li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  min-width: 100px;
  margin: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#vi-listview .vi-category .vi-requirement .vir-conditions span {
  white-space: nowrap;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 5px;
  color: black;
}
#vi-listview .vi-category .vi-requirement .vir-conditions span:after {
  content: ", ";
}
#vi-listview .vi-category .vi-requirement .vir-conditions span:last-child:after {
  content: '';
}
#vi-listview .vi-category .vi-requirement .vir-conditions span.any {
  color: #485059;
}
#vi-listview .vi-category .vi-requirement .icon-menu {
  padding: 11px 4px 11px 8px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(/common/images/icons/reorder_white.svg);
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
  background-color: #7db44c;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#vi-listview .vi-category .vi-requirement .icon-menu:hover {
  cursor: grab;
  background-color: #000000;
}
#vi-listview .vi-category .vi-requirement .icon-menu:active {
  cursor: grabbing;
}
#vi-listview .vi-category .vi-requirement .icon-view {
  background: #939598;
  width: 36px;
  height: 36px;
  line-height: 40px;
  color: white;
  background-color: #7db44c;
  text-align: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
}
#vi-listview .vi-category .vi-requirement.view .vir-contents {
  display: block;
}
#vi-listview .vi-category .vi-requirement.view .vir-header {
  border-bottom: 1px solid #f9f9f9;
}
#vi-listview .vi-category .vi-requirement.view .icon-view,
#vi-listview .vi-category .vi-requirement.view .icon-menu {
  border-bottom-left-radius: 0;
}
#vi-listview .vi-category .vi-category-footer {
  text-align: center;
  padding: 0 5px 10px;
}
#vi-listview .vi-category.collapsed .collapse-btn {
  background-image: url(/common/images/icons/close.svg);
}
#vi-listview .vi-category.collapsed .vi-category-contents,
#vi-listview .vi-category.collapsed .vi-category-footer {
  display: none;
}
#vi-listview .vi-category.collapsed .action-btn {
  display: none;
}
#vi-listview .vi-new-category {
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #e0e0e0;
  padding: 10px;
  display: flex;
  margin: 10px auto;
  max-width: 800px;
  align-items: center;
}
#vi-listview .vi-new-category > * {
  margin: 0 0 0 10px;
}
#vi-listview .vi-new-category > :first-child {
  margin: 0;
}
#vi-listview .vi-new-category label {
  margin: 0;
}
#vi-listview .vi-new-category .form-control {
  flex: 1;
}
#vi-listview:not(.reordering) .show-for-reorder {
  display: none !important;
}
#vi-listview.reordering .hide-for-reorder {
  display: none !important;
}
#vi-listview .vi-category:not(.reordering-category) .show-for-category-reorder {
  display: none !important;
}
#vi-listview .vi-category.reordering-category .hide-for-category-reorder {
  display: none !important;
}
#vi-listview .vi-category:not(.rename-category) .show-for-rename {
  display: none !important;
}
#vi-listview .vi-category.rename-category .hide-for-rename {
  display: none !important;
}
#vi-listview.filtering .vi-category-header .action-btn {
  display: none;
}
#vi-listview.filtering .hide-for-filtered {
  display: none;
}
#vi-listview .sortable-ghost {
  outline: 3px solid #7db44c;
}
#vi-edit-modal {
  height: 100vh;
}
#vi-edit-modal .modal-dialog {
  width: 95vw;
}
#vi-edit-modal .vi-editor-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
#vi-edit-modal .vi-condition > label {
  margin-bottom: 2px;
}
#vi-edit-modal .vi-invert {
  color: #666;
  font-size: 0.8em;
  margin-bottom: 0;
  margin-top: 0.2em;
}
#vi-edit-modal .form-group {
  float: none;
}
#vi-edit-modal input[type="checkbox"] {
  position: relative;
}
#vi-edit-modal .checkgroup {
  min-height: 56px;
  max-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#vi-edit-modal .checkgroup label {
  margin: 0 10px;
  flex: 1;
  border-color: #f9f9f9;
}
#vi-edit-modal .chosen-container {
  width: auto !important;
  display: block;
}
#vi-edit-modal .chosen-container-multi .chosen-choices {
  min-height: 56px;
  max-height: 112px;
  overflow-y: scroll;
  background: white;
  padding: 4px 2px;
}
#vi-edit-modal .chosen-container-multi .chosen-choices .search-field {
  margin-top: 4px;
}
#vi-edit-modal .vi-richedit {
  margin-top: 10px;
}
#vi-edit-modal .vi-richedit .note-editor .note-resizebar {
  display: none;
}
#vi-edit-modal .vi-richedit .note-editor .note-status-output {
  padding: 5px;
  line-height: 1;
}
#vi-preview-modal {
  height: 100vh;
}
#vi-preview-modal .modal-dialog {
  width: 95vw;
}
#vi-preview-modal .modal-body {
  height: 70vh;
  overflow-y: scroll;
}
#vi-preview-modal .modal-body .error {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #c62828;
}
#vi-preview-modal .modal-body .loading {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  color: #e0e0e0;
}
#vi-preview-modal .conditions {
  color: #555;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 5px -3px 0 -3px;
}
#vi-preview-modal .conditions strong {
  white-space: nowrap;
  margin-right: 5px;
}
#vi-preview-modal .conditions em {
  white-space: nowrap;
  color: #485059;
}
#vi-preview-modal .conditions .vip-field-btn {
  margin: 3px;
  font-weight: unset;
}
#vi-preview-modal .conditions .dropdown-menu {
  max-height: 30vh;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 100%;
}
#vi-preview-modal .conditions .dropdown-menu a {
  cursor: pointer;
}
#vi-preview-modal .requirements {
  padding-left: 0;
}
#vi-preview-modal .requirements .category {
  list-style: none;
}
#vi-preview-modal .requirements .category > strong {
  font-size: 1.6em;
}
#vi-preview-modal .requirements .category > ul {
  list-style: disc;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 20px;
}
#vi-preview-modal .requirements .category > ul .requirement {
  padding: 0 5px;
  margin-bottom: 10px;
}
#vi-filter {
  position: relative;
  min-height: 38px;
  min-width: 250px;
  padding: 2px 4px;
  color: #e0e0e0;
  display: flex;
  align-items: center;
}
#vi-filter .close {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
#vi-filter .vif-placeholder {
  color: #f9f9f9;
  padding: 0 10px 0 0;
  cursor: default;
}
#vi-filter .vif-add {
  height: 30px;
  width: 30px;
  float: left;
  padding: 0px;
  margin: 1px 5px 1px 0px;
  line-height: 1;
}
#vi-filter .vif-add i {
  line-height: 10px;
  margin-top: 0px;
  margin-left: 2px;
  font-size: 24px;
}
#vi-filter .vif-keyword {
  display: inline-block;
  vertical-align: top;
  height: 31px;
  margin: -1px 0 0 5px;
  width: 225px;
}
#vi-filter .vif-clear-keyword {
  font-size: 16px;
  margin-left: -29px;
  color: #666;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
#vi-filter .vif-clear-keyword.hide {
  display: none;
}
#vi-filter .vif-clear-keyword i {
  height: 32px;
  width: 20px;
  line-height: 32px;
  text-align: center;
}
#vi-filter .vif-filters {
  flex: 1;
}
#vi-filter .vif-filter-item {
  position: relative;
  display: inline-block;
  margin: 2px 0 2px 5px;
}
#vi-filter .vif-filter-item .btn {
  line-height: 28px;
  margin: 1px 0 0 0;
  padding: 0 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
#vi-filter .vif-filter-item .vif-fi-remove {
  line-height: 1;
  margin: -4px -2px 0 5px;
  float: none;
}
#vi-filter .vif-filter-item .vif-fi-label {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 5px;
}
#vi-filter .vif-filter-item .vif-fi-caption {
  font-weight: normal;
  display: block;
  flex: 1;
  max-width: 150px;
  min-width: 20px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}
#vi-filter .vif-filter-item .vif-fi-count {
  margin-left: 4px;
  vertical-align: middle;
  display: inline;
}
#vi-filter .vif-filter-item .popover-placement {
  position: absolute;
  width: 0px;
  left: 50%;
  top: 100%;
}
#vi-filter .vif-filter-item .popover-placement .popover-placement-inner {
  width: 310px;
  margin-left: -155px;
  text-align: center;
}
#vi-filter .vif-filter-item .popover-placement .popover-placement-inner .popover {
  min-width: 150px;
  max-width: 300px;
  position: relative;
}
#vi-filter .vif-filter-item .popover-placement .popover-placement-inner .popover.show {
  display: inline-block;
}
#vi-filter .vif-filter-item .popover-placement .popover-placement-inner .popover .popover-content {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
#vi-filter .vif-filter-item .popover-placement .popover-placement-inner .popover .popover-content a {
  padding: 4px 15px;
  cursor: pointer;
}
#vi-filter .vif-filter-item .popover-placement .popover-placement-inner .popover .popover-content .badge {
  float: right;
  width: 3.5em;
  text-align: center;
  background-color: #ccc;
  color: #333;
}
#vi-filter .vif-filter-item .popover-placement .popover-placement-inner .popover .popover-content .present .badge {
  background-color: #5bc0de;
}
#vi-filter .dropdown-menu li a {
  cursor: pointer;
}
.siren-action .btn-group[data-toggle^="button"] {
  margin-bottom: 10px;
}
.siren-action .btn-group[data-toggle^="button"] .btn {
  min-width: 35px;
}
.siren-action .btn-group[data-toggle^="button"] label input {
  display: none;
}
.siren-action .u-centered {
  text-align: center;
}
.siren-action .nav > li {
  position: relative;
}
.siren-action h2 {
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #7db44c;
}
.siren-action .navbar-inner {
  background: #f7f7f7;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}
.siren-action .nav a {
  cursor: default;
}
.siren-action .nav a[data-change-event],
.siren-action .nav a.itemrow-close {
  cursor: pointer;
}
.siren-action .nav a.itemrow-close {
  padding: 8px;
}
.siren-action .events .navbar:only-child .itemrow-close,
.siren-action .rules .navbar:only-child .itemrow-close,
.siren-action .actions .navbar:only-child .itemrow-close {
  display: none;
}
.siren-action .event-add,
.siren-action .rule-add,
.siren-action .action-add {
  color: #ccc;
  cursor: pointer;
}
.siren-action .event-add:hover,
.siren-action .rule-add:hover,
.siren-action .action-add:hover {
  color: #7db44c;
  text-decoration: none;
}
.siren-action .navbar {
  margin-bottom: 10px;
}
.siren-action .navbar .nav {
  float: none;
  margin-right: 0;
}
.siren-action .navbar .nav.pull-right {
  float: right;
}
.siren-action .navbar .nav-row {
  width: 100%;
  float: left;
}
.siren-action .navbar .nav-row .alert {
  margin: 2px 2px 7px 2px;
}
.siren-action .navbar .mini-menu .dropdown-menu > li > a {
  padding: 0px 20px;
  font-size: 11px;
}
.siren-action .navbar .mini-menu .dropdown-menu:before,
.siren-action .navbar .mini-menu .dropdown-menu:after {
  display: none;
}
.siren-action .navbar .well {
  margin: 2px 2px 7px 2px;
  padding: 5px 10px 5px;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  clear: both;
  display: block;
  overflow: auto;
}
.siren-action .navbar .well > span {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.siren-action .navbar .well label {
  padding-left: 0;
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 29%;
  margin-left: 15px;
  margin-top: -5px;
  float: left !important;
}
.siren-action .navbar .well label input {
  margin-left: -15px !important;
}
.siren-action .navbar .well .labelnarrow {
  width: 19%;
}
.siren-action .navbar .well label.checkbox.inline {
  min-width: 140px;
  padding-top: 0;
  margin: 3px 10px 3px 0px;
  padding-left: 20px !important;
}
.siren-action .divider-vertical {
  border-left: solid 1px #f9f9f9;
  margin: 0 9px;
  height: 40px;
}
.siren-action .pill {
  float: left !important;
}
.siren-action .pill.full {
  width: 100%;
}
.siren-action .pill.navbar-break {
  clear: both;
}
.siren-action .pill.navbar-command {
  float: right;
}
.siren-action .pill > label,
.siren-action .pill > span {
  float: none;
  padding: 10px 5px 10px;
  margin: 0;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #f8f8f8;
  display: inline-block;
}
.siren-action .pill a.btn-pill {
  border: 1px solid #aaa;
  box-shadow: inset 0 1px 1px #fff;
  color: #555;
  padding: 2px 7px 2px;
  margin: 7px 4px 7px 2px;
  border-radius: 5px;
}
.siren-action .pill .dropdown-menu {
  margin-top: -8px;
  float: left;
}
.siren-action .pill label input[type="radio"],
.siren-action .pill label input[type="checkbox"] {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 7px;
  margin-left: 0px;
  line-height: normal;
}
.siren-action .navbar-input {
  line-height: 38px;
  margin: 0 5px 0 2px;
}
.siren-action .navbar-input input {
  margin: 0;
  width: 400px;
}
.siren-action .navbar-input.subject label {
  display: inline;
}
.siren-action .navbar-input.subject input {
  width: 800px;
}
.siren-action .navbar-input .navbar-input-number {
  width: 50px;
  text-align: right;
  line-height: 14px;
  padding: 2px;
}
.siren-action .navbar-textarea {
  box-sizing: border-box;
  padding: 2px 2px 8px 2px;
}
.siren-action .navbar-textarea textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 200px;
  margin: 0;
}
.siren-action .navbar-fullfield {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 73px;
}
.siren-action .navbar-fullfield input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin: 0;
}
.siren-action .navbar-fullfield > div {
  position: relative;
  margin-left: 75px;
  margin-right: 3px;
  padding: 4px 0;
}
.siren-action .navbar-fullfield label {
  float: left;
  padding: 9px 0 0 2px;
}
.siren-action .pill-select {
  margin: 0 5px 0 2px;
  width: 400px;
}
.siren-action .pill-select-container {
  width: 100%;
  min-height: 30px;
  padding: 2px 4px;
  margin: 5px 3px;
  vertical-align: middle;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.siren-action .pill-select-container.focused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}
.siren-action .pill-select-container .pill-select-input {
  position: relative;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}
.siren-action .pill-select-container .pill-select-input > input {
  border: none;
  padding: 0 3px;
  margin: 0;
  background: none;
  line-height: 1;
  outline: none;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  width: 100%;
}
.siren-action .pill-select-container .pill-select-input .dropdown-menu {
  min-width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 3px;
}
.siren-action .pill-select-container .pill-select-input .dropdown-menu em {
  font-style: italic;
  display: block;
  padding: 0 10px;
  color: #999;
  font-size: 13px;
}
.siren-action .pill-select-container > .caret {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 5px;
}
.siren-action .pill-select-container > .label {
  cursor: none;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 2px 5px 2px 0;
  font-size: 12px;
}
.siren-action .pill-select-container > .label a.close {
  cursor: pointer;
  margin-top: -4px;
  margin-left: 5px;
}
.siren-action .pill-select-container > .label + .pill-select-input {
  padding-left: 0;
}
.custom-report {
  position: relative;
}
.custom-report .report-config {
  min-height: 350px;
  padding-bottom: 30px;
}
.custom-report .kalendae {
  position: absolute;
  margin: 12px 0 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.custom-report .btn-group[data-toggle^="button"] {
  margin-bottom: 10px;
}
.custom-report .btn-group[data-toggle^="button"] .btn {
  min-width: 35px;
}
.custom-report .btn-group[data-toggle^="button"] label input {
  display: none;
}
.custom-report .row {
  margin: 0;
}
.custom-report .box--row > [class*="box--"] {
  padding: 10px;
}
.custom-report .box--row-bottom {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.custom-report .box--column {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
  margin-left: -1px;
}
.custom-report .box--column:first-child {
  border-left: none;
  margin-left: 1px;
}
.custom-report .box--column:last-child {
  border-right: none;
  margin-right: -1px;
}
.custom-report .u-centered {
  text-align: center;
}
.custom-report .nav > li {
  position: relative;
}
.custom-report h2 {
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #7db44c;
}
.custom-report .add-row {
  color: #ccc;
  margin-right: 5px;
  cursor: pointer;
}
.custom-report .add-row:hover {
  color: #7db44c;
  text-decoration: none;
}
.custom-report .item-set {
  position: relative;
}
.custom-report .item-bar {
  background: #f2f4f6;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 11px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.custom-report .item-bar a {
  cursor: default;
}
.custom-report .item-bar a[data-change-event] {
  cursor: pointer;
}
.custom-report .item-bar.dragging {
  opacity: 0.5;
}
.custom-report .item-bar-insert {
  padding: 3px 0;
  margin-top: -10px;
  margin-bottom: 1px;
}
.custom-report .item-bar-insert hr {
  margin: 0;
  color: black;
  border: none;
  border-bottom: 3px solid #7db44c;
}
.custom-report .pill-close {
  float: right;
  line-height: 42px;
}
.custom-report .pill-close .close {
  padding: 4px;
  margin-top: -0.2em;
  float: none;
}
.custom-report .item-bar:only-child .pill-close,
.custom-report .item-bar:only-child .pill-drag {
  display: none;
}
.custom-report .pill-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  list-style: none;
  margin: 0;
  padding-left: 0px;
}
.custom-report .no-pill-wrap .pill-row {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.custom-report .pill {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
}
.custom-report .pill.pill-full {
  width: 100%;
  clear: both;
}
.custom-report .pill.pill-fill {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 0;
}
.custom-report .pill .pill-button {
  border: 1px solid #aaa;
  box-shadow: inset 0 1px 1px #fff;
  color: #555;
  padding: 2px 7px 2px;
  margin: 7px 4px 7px 2px;
  border-radius: 5px;
  text-decoration: none;
}
.custom-report .pill .pill-button .caret {
  margin-top: 8px;
  border-top-color: #555;
}
.custom-report .pill .pill-button.pill-button-full {
  width: 100%;
}
.custom-report .pill .pill-button.pill-button-full .caret {
  float: right;
}
.custom-report .pill .pill-button .material-icons {
  font-size: 16px;
  margin-right: 0px;
  line-height: 20px;
  display: block;
}
.custom-report .pill.pill-drag {
  margin-right: 2px;
  margin-bottom: -2px;
  width: 24px;
  padding: 1px;
  display: block;
  background-image: url(/common/images/icons/reorder.svg);
  background-size: contain;
  height: 24px;
  background-repeat: no-repeat;
  opacity: .4;
}
.custom-report .pill.pill-drag:hover {
  opacity: .7;
}
.custom-report .pill .dropdown-menu {
  margin-top: -3px;
}
.custom-report .pill .dropdown-menu .material-icons {
  vertical-align: middle;
}
.custom-report .pill .well {
  margin: 4px 0px 4px 2px;
  padding: 2px 10px 0px;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  width: 100%;
}
.custom-report .pill .well.check-grid {
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: row wrap;
}
.custom-report .pill .well.check-grid label {
  flex: 1 1 auto;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 15px;
  margin: 3px 0px;
  white-space: nowrap;
  min-width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-report .pill .well.check-grid label input {
  margin-left: -15px !important;
}
.custom-report .pill .well.check-grid.tight label {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 50px;
}
.custom-report .pill .well label {
  padding-left: 0;
}
.custom-report .pill .well label input[type="radio"],
.custom-report .pill .well label input[type="checkbox"] {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 7px;
  margin-left: 0px;
  line-height: normal;
}
.custom-report .pill-full .well {
  margin: 0 0 4px 0;
}
.custom-report .pill-caption {
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #f8f8f8;
}
.custom-report .pill-field {
  margin: 0 5px 0 2px;
  width: 400px;
}
.custom-report .pill-field input {
  width: 100%;
  margin: 0;
}
.custom-report .pill-field.pill-number {
  width: 50px;
}
.custom-report .pill-field.pill-number input {
  text-align: right;
}
.custom-report .pill-field.pill-date {
  width: 110px;
}
.custom-report .pill-field.pill-date input {
  text-align: center;
}
.custom-report .pill-select {
  margin: 0 5px 0 2px;
  width: 400px;
}
.custom-report .pill-select-container {
  width: 100%;
  min-height: 30px;
  padding: 2px 4px;
  margin: 3px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #e0e0e0;
  border-radius: 2px;
  vertical-align: middle;
  background-color: #f2f4f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.custom-report .pill-select-container.focused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}
.custom-report .pill-select-container .pill-select-input {
  position: relative;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}
.custom-report .pill-select-container .pill-select-input > input {
  font-weight: bold;
  color: #444;
  border: none;
  padding: 0 3px;
  margin: 0;
  background: none;
  line-height: 1;
  outline: none;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  width: 100%;
}
.custom-report .pill-select-container .pill-select-input .dropdown-menu {
  min-width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 3px;
}
.custom-report .pill-select-container .pill-select-input .dropdown-menu em {
  font-style: italic;
  display: block;
  padding: 0 10px;
  color: #999;
  font-size: 13px;
}
.custom-report .pill-select-container > .caret {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 5px;
}
.custom-report .pill-select-container > .label {
  background-color: #ccc;
  color: #444;
  cursor: none;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 2px 5px 2px 0;
  font-size: 12px;
  line-height: 19px;
}
.custom-report .pill-select-container > .label a.close {
  cursor: pointer;
  margin-left: 5px;
  line-height: 16px;
}
.custom-report .pill-select-container > .label + .pill-select-input {
  padding-left: 0;
}
.custom-report .pill-label {
  padding-left: 2px;
  padding-right: 5px;
}
.custom-report .mini-menu .dropdown-menu > li > a {
  padding: 0px 20px;
  font-size: 11px;
}
.custom-report .mini-menu .dropdown-menu:before,
.custom-report .mini-menu .dropdown-menu:after {
  display: none;
}
.custom-report .pill-textarea {
  padding: 2px 2px 8px 2px;
}
.custom-report .pill-textarea textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 70px;
  margin: 0;
}
.header-bar {
  background: #f2f4f6;
  line-height: 30px;
  padding: 20px 50px;
  overflow: hidden;
}
.header-bar button.pull-right {
  margin-left: 10px;
}
.header-bar button i {
  font-size: 16px;
}
.result-counter {
  background-color: #7db44c;
  padding: 8px;
  min-width: 100px;
}
.result-counter.loading {
  background-image: -webkit-linear-gradient(45deg, #82b753 25%, transparent 25%, transparent 50%, #82b753 50%, #82b753 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #82b753 25%, transparent 25%, transparent 50%, #82b753 50%, #82b753 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #82b753 25%, transparent 25%, transparent 50%, #82b753 50%, #82b753 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  width: 100px;
  text-align: center;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.result-counter.error {
  background-color: #c62828;
  -webkit-background-clip: padding-box;
}
.custom-report-results .header-bar {
  background: #f2f4f6;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  padding: 10px 15px;
  overflow: hidden;
}
.custom-report-results .header-bar button.pull-right {
  margin-left: 10px;
}
.custom-report-results .header-bar button i {
  font-size: 16px;
}
.custom-report-results .header-bar .progress {
  margin: 6px 0 0;
}
.custom-report-results .header-bar .progress .bar.error {
  background-image: -webkit-linear-gradient(top, #ee5f5b 0%, #c43c35 100%);
  background-image: -o-linear-gradient(top, #ee5f5b 0%, #c43c35 100%);
  background-image: linear-gradient(to bottom, #ee5f5b 0%, #c43c35 100%);
  background-repeat: repeat-x;
  -webkit-background-clip: padding-box;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 20px;
}
.custom-report-save {
  margin: 0;
  display: inline-block;
  text-align: left;
  width: auto;
  float: none;
}
.custom-report-save > * {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
.custom-report-save label.checkbox {
  margin-right: 10px;
}
.custom-report-save label.checkbox input.checkbox {
  margin-left: -15px;
}
#excel-dl .progress {
  margin: 6px 0 0;
}
#excel-dl .progress .bar.error {
  -webkit-background-clip: padding-box;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 20px;
}
.l-clauses b.caret {
  margin-top: 0px !important;
}
.sortbutton {
  padding: 0px 7px !important;
  height: 27px !important;
}
.sortbutton:hover {
  background: #f9f9f9;
}
.sortbutton .material-icons {
  font-size: 20px;
  line-height: 24px;
}
/* These are CSS styles for the pipelines */
/* These Should Table-Fy the Pipelines */
/* remove the <li> in the original pipelines */
.tableify {
  display: table;
  width: 100%;
  margin: 10px 0px;
  float: left;
}
.tableify .tbody {
  display: table-column-group;
  width: 100%;
}
.tableify .tbody > div,
.tableify .tbody .trow {
  display: table-row;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.tableify .tbody > div:hover,
.tableify .tbody .trow:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}
.tableify .tcolumn {
  display: table-cell;
  border-bottom: 1px solid #f9f9f9;
  padding: 5px 6px;
  height: 40px;
}
.tableify .tcolumn last-child {
  width: 100%;
  border-right: none;
}
.tableify .tcolumn .material-icons {
  font-size: 24px;
}
.tableify .thead {
  display: table-row;
  width: 100%;
}
.tableify .thead .id {
  width: 60px !important;
}
.tableify .thead .tcolumn {
  font-weight: 700;
}
.tableify .tfoot {
  width: 100%;
  margin-bottom: 10px;
}
.tableify .tfoot > .pagination-centered {
  display: table-row;
  width: 100%;
}
.tableify .tbody > div .tcolumn:last-child,
.tableify .thead > div:last-child {
  border-right: none !important;
}
.valign_m .tcolumn {
  vertical-align: middle;
}
#tabs .badge .material-icons.icon-spin {
  font-size: 18px;
  line-height: 14px;
  vertical-align: middle;
  margin: 0;
}
/* New Pipeline Page --------------------------------------------------------------------------------------------------------------------------------*/
.io-pipeline {
  margin-bottom: 20px;
}
.io-pipeline .alert {
  display: none;
}
.io-pipeline section.no-socket {
  height: 78px;
}
.io-pipeline section.no-socket .alert {
  display: block;
}
.io-pipeline section.no-socket .no-socket-reload {
  display: none;
}
.io-pipeline section.no-socket.no-socket-timeout .alert .no-socket-reload {
  display: inline-block;
}
.io-pipeline .pipeline-table {
  display: table;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  min-width: 1200px;
  width: 100%;
}
.io-pipeline .pipeline-table *,
.io-pipeline .pipeline-table *:before,
.io-pipeline .pipeline-table *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.io-pipeline .pipeline-table .tcolumn {
  overflow: hidden;
  text-overflow: ellipsis;
}
.io-pipeline .pipeline-table .thead {
  display: table-row;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  color: #292929;
  border-bottom: 1px solid #f9f9f9;
  background-color: #f7f7f7;
  height: 50px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.io-pipeline .pipeline-table .thead .alert {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0 10px;
  line-height: 24px;
  border-bottom: 1px solid #CBCBAB;
  border-radius: 0;
}
.io-pipeline .pipeline-table .thead .tcolumn {
  display: table-cell;
  font-size: 13px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 6px;
  padding-right: 6px;
  border-right: solid #f9f9f9 1px;
}
.io-pipeline .pipeline-table .thead .tcolumn.sorting {
  border-bottom: solid 3px #7db44c;
}
.io-pipeline .pipeline-table .thead .tcolumn.sorting.inverted {
  border-bottom-color: #834cb4;
}
.io-pipeline .pipeline-table .thead .tcolumn[data-sortby]:hover {
  cursor: pointer;
  background-color: #cccccc;
}
.io-pipeline .pipeline-table .thead .tcolumn.status {
  border-left: solid transparent 1px;
}
.io-pipeline .pipeline-table .thead .tcolumn input {
  margin-bottom: 0;
  margin-top: -5px;
}
.io-pipeline .pipeline-table .thead .tcolumn i[class^="icon-"],
.io-pipeline .pipeline-table .thead .tcolumn i[class*=" icon-"] {
  margin: 0;
}
.io-pipeline .pipeline-table .thead .tcolumn input {
  margin-bottom: 0;
  margin-top: -5px;
}
.io-pipeline .pipeline-table .tfoot {
  padding: 20px;
  background: white;
  width: 100%;
}
.io-pipeline .pipeline-table .thead-fill,
.io-pipeline .pipeline-table .tfoot-fill {
  display: none;
}
.io-pipeline .pipeline-table.scrolled-down .thead {
  /*	position: fixed;
				top: 0;*/
  background-color: rgba(230, 230, 230, 0.95);
}
.io-pipeline .pipeline-table.scrolled-up .tfoot {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #999;
  background-color: rgba(255, 255, 255, 0.95);
}
.io-pipeline .pipeline-table.scrolled-up .tfoot-fill {
  display: block;
}
.io-pipeline .pipeline-table .tbody {
  display: table-row-group;
  background-color: #FFF;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding-left: 0px;
}
.io-pipeline .pipeline-table .tbody.emptyable {
  min-height: 220px;
}
.io-pipeline .pipeline-table .tbody > li,
.io-pipeline .pipeline-table .tbody .trow {
  display: table-row;
  width: 100%;
  border-top: none;
  border-bottom: solid 1px #BABABA;
  white-space: nowrap;
  transition: border-color 0.2s linear;
}
.io-pipeline .pipeline-table .tbody > li.data,
.io-pipeline .pipeline-table .tbody .trow.data,
.io-pipeline .pipeline-table .tbody > li[data-hint],
.io-pipeline .pipeline-table .tbody .trow[data-hint] {
  display: block;
}
.io-pipeline .pipeline-table .tbody > li span:last-child,
.io-pipeline .pipeline-table .tbody .trow span:last-child {
  border-right: none;
}
.io-pipeline .pipeline-table .tbody > li.hint--top:before,
.io-pipeline .pipeline-table .tbody .trow.hint--top:before,
.io-pipeline .pipeline-table .tbody > li.hint--top:after,
.io-pipeline .pipeline-table .tbody .trow.hint--top:after {
  left: 10px;
  z-index: 0;
}
.io-pipeline .pipeline-table .tbody > li.loading,
.io-pipeline .pipeline-table .tbody .trow.loading {
  height: 200px;
  background-color: white;
  background-repeat: no-repeat;
  background-image: url('/common/images/uploading.gif');
  background-position: center center;
}
.io-pipeline .pipeline-table .tbody > li.empty,
.io-pipeline .pipeline-table .tbody .trow.empty {
  padding: 100px 0;
  text-align: center;
  font-size: 26px;
  color: #ccc;
}
.io-pipeline .pipeline-table .tbody > li.in-use,
.io-pipeline .pipeline-table .tbody .trow.in-use,
.io-pipeline .pipeline-table .tbody > li.in-use:hover,
.io-pipeline .pipeline-table .tbody .trow.in-use:hover {
  backgrond: #fcf8e3;
}
.io-pipeline .pipeline-table .tbody > li.in-use a,
.io-pipeline .pipeline-table .tbody .trow.in-use a,
.io-pipeline .pipeline-table .tbody > li.in-use:hover a,
.io-pipeline .pipeline-table .tbody .trow.in-use:hover a {
  cursor: not-allowed;
}
.io-pipeline .pipeline-table .tbody > li.in-use span,
.io-pipeline .pipeline-table .tbody .trow.in-use span,
.io-pipeline .pipeline-table .tbody > li.in-use:hover span,
.io-pipeline .pipeline-table .tbody .trow.in-use:hover span {
  border-color: transparent;
}
.io-pipeline .pipeline-table .tbody > li.in-use span.lock,
.io-pipeline .pipeline-table .tbody .trow.in-use span.lock,
.io-pipeline .pipeline-table .tbody > li.in-use:hover span.lock,
.io-pipeline .pipeline-table .tbody .trow.in-use:hover span.lock {
  background-image: url(/common/images/lock.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.io-pipeline .pipeline-table .tbody > li > a:hover,
.io-pipeline .pipeline-table .tbody .trow > a:hover {
  background-color: #EEE;
}
.io-pipeline .pipeline-table .tbody > li > *,
.io-pipeline .pipeline-table .tbody .trow > * {
  display: block;
  text-decoration: none;
  max-height: 40px;
  color: black;
  font-size: 0;
}
.io-pipeline .pipeline-table .tbody > li:hover,
.io-pipeline .pipeline-table .tbody .trow:hover {
  border-right-color: #EEE;
}
.io-pipeline .pipeline-table .tbody > li .tags-row,
.io-pipeline .pipeline-table .tbody .trow .tags-row {
  display: none;
}
.io-pipeline .pipeline-table .tbody .tcolumn {
  display: table-cell;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  border-right: solid 1px #f9f9f9;
}
.io-pipeline .pipeline-table .tbody .tcolumn.status {
  line-height: 1;
  padding-bottom: 0;
  text-align: center;
  border-left: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
}
.io-pipeline .pipeline-table .tbody .tcolumn.check input {
  vertical-align: baseline;
}
.io-pipeline .pipeline-table .tbody .tcolumn.currency {
  text-align: right;
}
.io-pipeline .pipeline-table .tbody .tcolumn.double {
  line-height: 17px;
  padding: 3px 5px 0;
}
.io-pipeline .pipeline-table .tbody .details-internal {
  background: #f7f7f7;
  overflow: hidden;
  border: solid 1px #f9f9f9;
  border-bottom: none;
  padding: 0 5px 5px;
  background-color: #eee;
}
.io-pipeline .pipeline-table .tbody .details-internal .column-half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  margin: 0 0.5%;
  float: left;
}
.io-pipeline .pipeline-table .tbody .details-internal .info-header {
  background: #f7f7f7;
  border: solid 1px #f9f9f9;
  font-size: 13px;
}
.io-pipeline .pipeline-table .tbody .details-internal .info-header span {
  line-height: 30px;
  padding: 0 5px 0 10px;
  font-weight: bold;
  overflow: hidden;
}
.io-pipeline .pipeline-table .tbody .details-internal .info-header .btn {
  margin-top: 5px;
}
.io-pipeline .pipeline-table .tbody .details-internal .info-body {
  position: relative;
  border: 1px solid #f9f9f9;
  background: white;
  border-top: none;
  overflow: hidden;
  height: 141px;
  font-size: 12px;
}
.io-pipeline .pipeline-table .tbody .details-internal .info-body .row-fluid {
  border-bottom: 1px solid #f9f9f9;
}
.io-pipeline .pipeline-table .tbody .details-internal .info-body .info-row span {
  line-height: 30px;
  padding: 0 10px;
  overflow: hidden;
}
.io-pipeline .pipeline-table .tbody .details-internal .info-body .assigna,
.io-pipeline .pipeline-table .tbody .details-internal .info-body .assignb,
.io-pipeline .pipeline-table .tbody .details-internal .info-body .assignc {
  color: white;
  text-align: right;
  font-weight: bold;
}
.io-pipeline .pipeline-table .tbody .details-internal .info-body .align-right {
  text-align: right;
}
.io-pipeline .pipeline-table .tbody .details-internal .info-body .bottom-stuck {
  position: absolute;
  left: 0;
  bottom: 0;
}
.io-pipeline .pipeline-table .tbody .details-internal .log-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 110px;
  width: 100%;
}
.io-pipeline .pipeline-table .tbody .details-internal .log-scroll iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
}
.io-pipeline .pipeline-table .tbody .icon-arrow-right-2 {
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  transition: transform .2s linear;
}
.io-pipeline .pipeline-table .tbody .details {
  max-height: 0;
  transition: max-height 0.2s linear;
  overflow: hidden;
}
.io-pipeline .pipeline-table .tbody li.expand {
  border-color: #f9f9f9;
}
.io-pipeline .pipeline-table .tbody li.expand .details {
  max-height: 200px;
  height: auto;
}
.io-pipeline .pipeline-table .tbody li.expand > * {
  background-color: #eee;
}
.io-pipeline .pipeline-table .tbody li.expand .icon-arrow-right-2 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tfoot {
  margin-top: 10px;
}
.pagination {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
.pagination a {
  cursor: pointer;
  background-color: white;
}
.pagination a:hover {
  background-color: #f5f5f5;
}
.pagination .disabled a:hover {
  background-color: white;
}
.pagination li.moveto > a {
  padding-top: 4px;
  padding-bottom: 0px;
  line-height: 1;
}
.pagination li.counter > a {
  padding-top: 8px;
  font-size: 14px;
  padding-bottom: 8px;
  line-height: 1;
}
.pagination ul {
  margin-top: 15px;
  padding: 0;
}
.pagination-menu {
  position: relative;
  height: 0;
  display: none;
}
.pagination-menu.open {
  display: block;
}
.pagination-menu > div {
  position: relative;
  width: 12%;
  bottom: 7px;
  text-align: center;
}
.pagination-menu .dropdown-menu {
  top: -198px;
  left: 379%;
  position: relative;
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
.pagination-menu .dropdown-menu a {
  cursor: pointer;
}
.pagination-menu .dropdown-menu:before {
  position: absolute;
  bottom: -7px;
  left: 45%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.pagination-menu .dropdown-menu:after {
  position: absolute;
  bottom: -6px;
  left: 45.5%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.pagination-menu .dropdown-menu input {
  font-size: 12px;
  height: 25px;
  margin: 0 auto;
  display: block;
  width: 148px;
  text-align: center;
}
.form-search {
  text-align: right;
  height: 0;
}
.form-search input {
  height: 30px;
  width: 220px;
  padding-right: 28px;
}
.form-search i {
  font-size: 14px;
  margin-left: -27px;
  top: 1px;
  position: relative;
  color: #666;
}
.actions {
  height: 0;
}
.actions .dropdown-menu a {
  cursor: pointer;
}
.show-tags .pipeline-table {
  background: #F6F6F6;
}
.show-tags .pipeline-table .thead .tcolumn.hide-on-tags {
  display: none;
}
.show-tags .pipeline-table .tbody {
  background: #f6f6f6;
}
.show-tags .pipeline-table .tbody > li {
  display: table-row;
  width: 100%;
}
.show-tags .pipeline-table .tbody > li:hover {
  background: #EEE;
}
.show-tags .pipeline-table .tbody > li.card {
  margin: 6px 12px !important;
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.show-tags .pipeline-table .tbody > li.hoverable:hover {
  transition: box-shadow 0.25s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #EEE;
}
.show-tags .pipeline-table .tbody > li .itags {
  margin-right: 12px !important;
  font-size: 14px;
}
.show-tags .pipeline-table .tbody > li .tags-row {
  padding-top: 10px;
  padding-left: 30px;
  font-size: 13px;
  display: block;
  border-top: 1px solid #d2d2d2;
}
.show-tags .pipeline-table .tbody > li .tags-row * {
  color: black;
}
.show-tags .pipeline-table .tbody > li .tags-row .label {
  background: #0679b9;
  color: #FFFFFF;
  padding: 4px 8px;
}
.show-tags .pipeline-table .tbody > li .tcolumn.hide-on-tags {
  display: none;
}
.show-tags .pipeline-table .tbody > li .details {
  display: none;
}
/*
.io-pipeline {
	#bulkOrders {
		.client {width: 15%;}
		.address {width: 30%;}
		.city {width: 16%;}
		.state {width: 5%;}
	}

	#onHold {
		.client {width: 13%;}
		.address {width: 20%;}
	}
	
	#inProgress {
		.client {width: 15%;}
		.address {width: 15%;}
	}

    #dataEntry {
        .status {width: 5%;}
    }
	
	#qcInspection, #qcReady, #qcCorrectionsPending, #qcCorrectionsComplete, #qcCompleted, #qcReconciliation, #qcReconsideration {
		.client {width: 15%;}
		.address {width: 20%;}
	}

}
*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Vendor Status Sprites */
.vendor_blank {
  border-radius: 2px;
  width: 28px;
  height: 28px;
  background-color: #000;
  background-repeat: no-repeat;
  display: inline-block;
  background-color: #DDD;
  border-width: 3px;
  border-style: solid;
  border-color: #DDD;
}
.vendor_assignment,
.vendor_waiting,
.vendor_inprogress,
.vendor_complete,
.vendor_alert,
.vendor_stop,
.vendor_message,
.vendor_broadcast,
.vendor_qcreject,
.vendor_qcfixed,
.criticalrow .icon-fire,
.warningrow .icon-warning-2,
.changerow .icon-profile,
.vendorrows .icon-flag,
.vendorrows .icon-user,
.pending_acceptance,
.pending_vetting {
  border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #000;
  background-repeat: no-repeat;
  display: inline-block;
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 3px;
}
.vendor_assignment,
.vendor_waiting,
.vendor_inprogress,
.vendor_complete,
.vendor_alert,
.vendor_stop,
.vendor_message,
.vendor_broadcast,
.vendor_qcreject,
.vendor_qcfixed,
.pending_acceptance,
.pending_vetting {
  background-image: url(/common/images/pipeline_sprites.png);
  width: 28px;
  height: 28px;
}
.criticalrow .icon-fire,
.warningrow .icon-warning-2,
.vendorrows .icon-flag,
.vendorrows .icon-user {
  color: #FFF;
  font-size: 17px;
  line-height: 0px;
  padding: 5px 9px 6px 2px;
  text-align: center;
  height: 11px;
  width: 11px;
}
.vendor_assignment {
  background-position: 3px 3px;
}
.vendor_waiting {
  background-position: -24px 3px;
}
.vendor_inprogress {
  background-position: -50px 4px;
}
.vendor_complete {
  background-position: -80px 4px;
}
.vendor_alert {
  background-position: -105px 3px;
}
.vendor_stop {
  background-position: -132px 4px;
}
.vendor_message {
  background-position: -160px 4px;
}
.vendor_broadcast {
  background-position: -189px 4px;
}
.vendor_qcreject {
  background-position: -218px 4px;
}
.vendor_qcfixed {
  background-position: -245px 3px;
}
.pending_acceptance {
  background-position: -273px 3px;
}
.pending_vetting {
  background-position: -302px 3px;
}
/* Vendor Status Colors */
.green {
  background-color: #006418;
  border-color: #006418;
}
.amber,
.warningrow .icon-warning-2 {
  background-color: #F7BA00;
  border-color: #F7BA00;
}
.red,
.criticalrow .icon-fire {
  background-color: #860309;
  border-color: #860309;
}
.grey {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.orange {
  background-color: #e37e2c;
  border-color: #e37e2c;
}
.purple {
  background-color: #410564;
  border-color: #410564;
}
.vendorrows .icon-flag,
.changerow .icon-user {
  background-color: #007FFF !important;
  border-color: #007FFF !important;
}
.blue {
  background-color: #0277BD;
  border-color: #0277BD;
}
.teal {
  background-color: #00796B;
  border-color: #00796B;
}
#inprogress tr.orderrows td:nth-child(3),
#inprogress tr.orderrows td:last-child,
#qcready tr.orderrows td:last-child,
#unassigned tr.orderrows td:nth-child(2),
#onhold tr.orderrows td:nth-child(3),
#onhold tr.orderrows td:nth-child(9),
#unassigned tr.orderrows td:last-child,
.statuscell,
#delivered tr.orderrows td:last-child,
#delivered tr.orderrows td:first-child {
  white-space: nowrap;
}
#onhold tr td:nth-child(2),
#inprogress tr td:nth-child(2) {
  width: 21px;
  padding-left: 5px;
  padding-right: 5px;
}
#onhold tr td:first-child,
#bulkorders tr td:first-child,
#unassigned tr td:first-child,
#inprogress tr td:first-child,
#qcready tr td:first-child,
#completed tr td:first-child,
#onhold th:first-child,
#bulkorders th:first-child,
#unassigned th:first-child,
#inprogress th:first-child,
#qcready th:first-child,
#completed th:first-child {
  padding-left: 30px;
  padding-right: 5px;
  width: 10px;
}
.sortable input {
  margin-top: 0px;
}
#adminteam_chzn,
#statusspreadsheet_chzn {
  float: right;
  margin: 20px !important;
}
a.statusspreadsheet {
  float: right;
  display: inline-block;
  border: solid 1px #f9f9f9;
  margin-left: 50px;
  background: #f7f7f7;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 23px;
  padding: 0 8px 0 8px;
  color: #444 !important;
  text-decoration: none;
}
.pipeline_open,
.pipeline_closed {
  margin: 0px 5px 0px 0px;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: center center;
  width: 10px !important;
  height: 10px !important;
  padding: 4px !important;
  border: solid 2px #FFF !important;
  background-color: #949494;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.pipeline_closed {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
}
.pipeline_closed:hover {
  background-color: #707070;
}
.pipeline_open {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-box-shadow: 1px -1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 1px -1px 3px rgba(50, 50, 50, 0.75);
  background: #7db44c !important;
}
.hud {
  background-color: #f7f7f7;
  border: solid 1px #f9f9f9;
  border-top: none !important;
  float: left;
  width: 100%;
  padding: 5px;
}
.hud .btn-danger {
  margin-bottom: 5px !important;
}
.hud_vendor {
  float: left;
  width: 50%;
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  border-radius: 2px;
  -moz-border-radius: 2px;
}
.hud_log {
  float: right;
  height: 76px;
  width: 49%;
  border: 1px solid #f9f9f9;
}
.hud_vendor th,
.hud_log th {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left !important;
  background: #f7f7f7;
}
.hud_vendor td,
.hud_log td {
  border-bottom: solid 1px #f9f9f9;
  padding: 5px 4px;
  background-color: #FFF;
}
.createlog {
  background-color: #CCC;
  font-weight: bold;
  color: #000 !important;
  display: inline-block;
  text-decoration: none;
  padding: 6px 4px 6px 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-position: left center;
  border: solid 1px #f9f9f9;
  font-size: 11px;
  background-image: url(/common/images/add_button.png);
}
.createlog :hover {
  background-color: #a7a7a7;
  border: solid 1px #a7a7a7;
}
.vendor_assign_column {
  width: 10px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.acceptdup,
.canceldup {
  width: 125px !important;
  white-space: nowrap;
  display: block;
}
.hudpanel {
  background: #f7f7f7;
  border: solid 1px #f9f9f9;
  border-bottom: 1px solid #c62828;
}
.in_use td,
.in_use:hover td,
.new_to_pipeline td,
.new_to_pipeline:hover td {
  border-top: solid 1px #FFF !important;
  border-bottom: solid 1px #FFF !important;
}
.in_use td:first-child,
.in_use:hover td:first-child,
.new_to_pipeline td:first-child,
.new_to_pipeline:hover td:first-child {
  background-image: url(/common/images/lock.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
}
.in_use,
.in_use:hover {
  background-color: #f0ad4e;
  cursor: not-allowed !important;
}
.in_use td:first-child,
.in_use:hover td:first-child {
  background-image: url(/common/images/lock.svg);
}
.new_to_pipeline,
.new_to_pipeline:hover {
  background-image: -webkit-linear-gradient(top, #97c4e5 0%, #70b0e0 100%) !important;
  background-image: -o-linear-gradient(top, #97c4e5 0%, #70b0e0 100%) !important;
  background-image: linear-gradient(to bottom, #97c4e5 0%, #70b0e0 100%) !important;
  background-repeat: repeat-x;
}
.new_to_pipeline td:first-child,
.new_to_pipeline:hover td:first-child {
  background-image: url(/common/images/star.svg);
}
.sort_date,
.sort_due {
  width: 120px !important;
  white-space: nowrap;
}
.sort_address {
  white-space: nowrap;
}
.sort_city {
  white-space: nowrap;
}
.sort_state {
  width: 50px;
  text-align: center;
}
.sort_status {
  width: 50px;
}
.sort_icon,
.statuscell {
  width: 31px !important;
  text-align: center;
  border-right: solid 1px #b3b3b3;
  text-align: center !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.stateborder {
  border-right: solid 1px #b3b3b3;
}
#mult_hld_clr,
#mult_hld_clr_chzn,
#bulkactions,
#bulkactions_chzn {
  width: 150px !important;
}
.fix_badge {
  font-size: 14px;
  width: 35px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.blue {
  background-color: #0277BD;
  border-color: #0277BD;
}
.vendortag {
  width: 174px;
  padding-top: 3px !important;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 6px 6px 0px 0px !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: white;
  background-color: #666666 !important;
  font-weight: bold;
  z-index: 500;
  text-align: center;
  cursor: pointer;
}
.statuscell {
  padding: 2px 1px 2px 1px !important;
}
.duedate {
  width: 110px;
}
.currentvendor {
  border: 5px solid #000000;
}
.pipeline_legend {
  width: 600px;
}
.pipeline_legend tr td {
  padding: 0px 5px;
  text-align: center;
  border-right: #777 solid 1px;
  width: 14%;
  vertical-align: top;
}
.pipeline_legend tr td i {
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}
.pipeline_legend tr td:last-child {
  border-right: none;
}
.pipeline_legend tr:last-child td {
  font-size: 11px;
  color: #777;
  line-height: 12px;
}
.pipeline_legend .darkgrey {
  background-color: #777;
  border-color: #777;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------*/
.pipelinefilter {
  position: relative;
  min-height: 38px;
  min-width: 250px;
  padding: 2px 4px;
  color: #FFF;
}
.pipelinefilter * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pipelinefilter .close {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.pipelinefilter .icon-star {
  color: #FFD54F;
}
.pipelinefilter .icon-star:hover {
  color: #FFCA28;
}
.pipelinefilter .pf-placeholder {
  color: #f9f9f9;
  line-height: 34px;
  padding: 0 10px 0 0;
  cursor: default;
  float: left;
}
.pipelinefilter .pf-add-rule {
  height: 30px;
  width: 30px;
  float: left;
  padding: 0px;
  margin: 1px 5px 1px 0px;
  line-height: 1;
}
.pipelinefilter .pf-add-rule i {
  line-height: 10px;
  margin-top: 0px;
  margin-left: 2px;
  font-size: 24px;
}
.pipelinefilter .pf-filters {
  margin: 0 40px -7px 180px;
}
.pipelinefilter .pf-keyword {
  display: inline-block;
  vertical-align: top;
  height: 31px;
  margin: 1px 0 7px 5px;
  width: 225px;
}
.pipelinefilter .pf-clear-keyword {
  font-size: 16px;
  margin-left: -29px;
  color: #666;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.pipelinefilter .pf-clear-keyword.hide {
  display: none;
}
.pipelinefilter .pf-clear-keyword i {
  height: 32px;
  width: 20px;
  line-height: 32px;
  text-align: center;
}
.pipelinefilter .pf-rule-item {
  position: relative;
  display: inline-block;
  margin: 0 0 7px 5px;
}
.pipelinefilter .pf-rule-item .btn {
  line-height: 28px;
  margin: 1px 0 0 0;
  padding: 0 10px;
  font-size: 12px;
}
.pipelinefilter .pf-rule-item .close {
  float: right;
  line-height: 25px;
  margin: 0 -2px 0 5px;
}
.pipelinefilter .pf-rule-item .pfri-label {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 5px;
}
.pipelinefilter .pf-rule-item .pfri-caption {
  font-weight: normal;
  display: inline-block;
  max-width: 250px;
  min-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.pipelinefilter .pf-rule-item .badge {
  margin-left: 4px;
  vertical-align: middle;
}
.pipelinefilter .pf-rule-item .checklist-badge {
  float: right;
  width: 3.5em;
  text-align: center;
}
.pipelinefilter .pf-rule-item .popover-placement {
  position: absolute;
  width: 0px;
  left: 50%;
  top: 100%;
}
.pipelinefilter .pf-rule-item .popover-placement-inner {
  width: 310px;
  margin-left: -155px;
  text-align: center;
}
.pipelinefilter .pf-rule-item .popover {
  min-width: 150px;
  max-width: 300px;
  position: relative;
}
.pipelinefilter .pf-rule-item .popover.show {
  display: inline-block;
}
.pipelinefilter .pf-rule-item .popover-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.pipelinefilter .pf-rule-item .popover-content label.checkbox span {
  word-wrap: break-word;
  display: block;
  margin-right: 4em;
}
.pipelinefilter .dropdown-menu li a {
  cursor: pointer;
}
.pipelinefilter .presets {
  float: right;
  position: relative;
}
.pipelinefilter .presets .save-btn {
  font-size: 24px;
  color: #555;
  text-shadow: 0 0px 3px black;
  padding: 10px 10px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.pipelinefilter .presets .save-btn .icon-ok {
  color: #43a047;
}
.pipelinefilter .presets .popover {
  position: absolute;
  left: auto;
  right: -8px;
  top: 32px;
}
.pipelinefilter .presets .popover .arrow {
  right: 15px;
  left: auto;
}
.pipelinefilter .presets .existing-presets {
  width: 300px;
}
.pipelinefilter .presets .existing-presets ul {
  list-style: none;
  font-size: 12px;
  margin: 0;
  min-width: 160px;
}
.pipelinefilter .presets .existing-presets ul li {
  padding: 4px 10px;
  margin: 0 0 2px;
  line-height: 21px;
}
.pipelinefilter .presets .existing-presets ul li:hover {
  color: #f9f9f9;
}
.pipelinefilter .presets .existing-presets ul li span {
  display: block;
  margin: 0 20px 0 0;
  cursor: pointer;
}
.pipelinefilter .presets .existing-presets ul .empty {
  text-align: center;
  text-style: italic;
  color: #ccc;
}
.pipelinefilter .presets .existing-presets .set-default {
  display: block;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.pipelinefilter .presets .save-preset {
  width: 300px;
}
.pipelinefilter .presets .save-preset input {
  padding: 14px 7px;
  margin: 0 5px 0 0;
  width: 180px;
}
.pipelinefilter .presets .save-preset .close {
  line-height: 26px;
}
.pipelinefilter .presets .mousecatch {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 100%;
}
.pipelinefilter .presets:hover .mousecatch {
  width: 200px;
}
.pipelinefilter .presets:hover .save-btn {
  color: #FDFD20;
}
.pipelinefilter .presets:hover .popover.existing-presets {
  display: block;
}
.pipelinefilter .presets.save .save-btn {
  color: #FDFD20;
}
.pipelinefilter .presets.save .popover.existing-presets {
  display: none;
}
.pipelinefilter .presets.save .popover.save-preset {
  display: block;
}
.pipelinefilter .presets.saving .save-btn {
  color: #FDFD20;
  -webkit-animation: pulse-brand-color 1s ease-out infinite;
  animation: pulse-brand-color 1s ease-out infinite;
}
@-webkit-keyframes pulse-brand-color {
  50% {
    color: #7db44c;
  }
}
#pipeline_help {
  margin: 11px 12px 0px 10px;
  padding: 4px 11px 4px 7px;
  font-size: 14px;
}
#logincontainer {
  width: 475px !important;
  padding: 0px;
  z-index: 1;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  border-radius: 2px;
}
#logincontainer #check_form_error {
  margin-bottom: 15px;
}
#login_block,
#resetpassword_modal {
  position: absolute;
  z-index: 30000;
  margin: 140px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-radius: 2px;
}
#login_block .form-signin,
#resetpassword_modal .form-signin {
  max-width: 440px;
  padding: 15px;
  margin: 0 auto;
}
#login_block .form-resetpassword,
#resetpassword_modal .form-resetpassword {
  padding: 15px;
}
#login_block .form-signin .form-signin-heading,
#resetpassword_modal .form-signin .form-signin-heading,
#login_block .form-signin .checkbox,
#resetpassword_modal .form-signin .checkbox {
  margin-bottom: 10px;
}
#login_block .form-signin .checkbox,
#resetpassword_modal .form-signin .checkbox {
  font-weight: normal;
}
#login_block .form-signin .form-control,
#resetpassword_modal .form-signin .form-control,
#login_block .form-resetpassword .form-control,
#resetpassword_modal .form-resetpassword .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
}
#login_block .form-signin .form-control:focus,
#resetpassword_modal .form-signin .form-control:focus {
  z-index: 2;
}
#login_block .form-signin input[type="text"],
#resetpassword_modal .form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#login_block .form-signin input[type="password"],
#resetpassword_modal .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#login_block .account-wall,
#resetpassword_modal .account-wall {
  padding: 0px 0px 10px 0px;
  background-color: #FFF;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#login_block .login-title,
#resetpassword_modal .login-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 200;
  display: block;
  background: #0288D1;
  text-align: left;
  margin: 0px;
  margin-bottom: 10px;
  padding: 20px 10px 10px 10px;
}
#login_block .need-help,
#resetpassword_modal .need-help {
  margin-top: 10px;
}
#login_block #login_password,
#resetpassword_modal #login_password {
  margin-bottom: 0px;
}
#login_block .remembercheck,
#resetpassword_modal .remembercheck {
  padding-left: 20px;
}
#login_block .form-signin .form-group,
#resetpassword_modal .form-signin .form-group {
  margin-bottom: 20px;
}
#shadebackground {
  background: #000;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #CCC;
  padding-top: 300px;
  top: 0px;
  left: 0px;
  z-index: 2100;
}
.two-col-fluid {
  display: table;
  min-width: 1280px;
  width: 100%;
}
.two-col-fluid > .two-col-row {
  display: table-row;
}
.two-col-fluid > .two-col-row > .two-col-cell {
  display: table-cell;
}
#accesscontrol {
  width: 100%;
  min-height: 600px;
}
@media (min-height: 600px) {
  #accesscontrol #availableteam .teamdrop {
    height: 400px;
    transition: height ease-in 0.5s;
  }
}
@media (min-height: 800px) {
  #accesscontrol #availableteam .teamdrop {
    height: 610px;
    transition: height ease-in 0.5s;
  }
}
@media (min-height: 1000px) {
  #accesscontrol #availableteam .teamdrop {
    height: 700px;
    transition: height ease-in 0.5s;
  }
}
@media (min-height: 1200px) {
  #accesscontrol #availableteam .teamdrop {
    height: 900px;
    transition: height ease-in 0.5s;
  }
}
#accesscontrol div#availableteam {
  float: left;
  overflow-y: scroll;
  background: #FFF;
  padding: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 5px;
  border-radius: 2px;
}
#accesscontrol div#availableteam .admindrag .ordercount {
  display: none;
}
#accesscontrol div#availableteam .teamdrop {
  margin-top: 0px;
  transition: height ease-in 0.5s;
}
#accesscontrol #departmentsholder {
  float: left;
  padding: 5px;
}
#accesscontrol .two-col-left-panel {
  width: 350px;
  background-color: #7db44c;
  padding: 15px;
}
#accesscontrol .two-col-left-panel h1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 200;
  padding-left: 10px;
  text-rendering: optimizeLegibility;
}
#accesscontrol .departholder {
  float: left;
  background: #7db44c;
  margin: 6px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 10;
  width: 312px;
  box-sizing: border-box;
}
#accesscontrol .departholder .groupname {
  font-size: 22px;
  color: #FFF;
  padding: 30px 10px 15px 10px;
  font-weight: 200;
  position: relative;
  float: left;
  width: 100%;
}
#accesscontrol div.group-adjustment .departholder {
  width: 298px !important;
}
#accesscontrol .teamdrag {
  background: #7db44c;
  border-radius: 2px;
  margin: 2px;
  float: left;
  clear: left;
  cursor: move;
  color: #FFF;
  width: 300px;
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 200;
  padding-left: 4px;
  padding-right: 4px;
}
#accesscontrol .teamdrag:hover {
  background: #64903d;
}
#accesscontrol .teamdrag_client {
  background: #8eb44c !important;
}
#accesscontrol .teamdrag_client:hover {
  background: #72903d !important;
}
#accesscontrol .two-col-cell {
  vertical-align: top;
}
#accesscontrol .department-cell {
  background-color: #f7f7f7;
  padding-top: 20px;
}
#accesscontrol .accessgroup {
  overflow-y: scroll;
  height: 500px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-top: 3px;
}
#accesscontrol .departdrop {
  overflow-y: scroll;
  height: 500px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 100%;
  background-color: #FFF;
}
#accesscontrol .departmentdropzone {
  background-color: #e7e7e7;
  transition: background-color 0.5 linear;
}
#accesscontrol .admindrag {
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  background-repeat: repeat-x;
  margin-top: 2px;
  width: 280px;
  clear: both;
  margin-bottom: 2px;
  cursor: move;
  font-size: 14px;
  float: left;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#accesscontrol .admindrag:hover {
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #d8d8d8 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
}
#accesscontrol .admindrag > div {
  float: left;
}
#accesscontrol .admindrag .accessthumb {
  width: 6px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(/common/images/icons/grip.svg);
  background-position: center top;
  background-repeat: repeat-y;
  opacity: 0.3;
  height: 30px;
}
#accesscontrol .admindrag .adminname {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  font-weight: normal;
  padding: 10px 5px;
}
#accesscontrol #add_group {
  margin-right: 20px;
}
#accesscontrol .teamdrop {
  box-sizing: border-box;
  padding: 6px;
  width: 100%;
  float: left;
  min-height: 56px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #FFF;
  transition: all .5s;
  min-width: 292px;
}
#accesscontrol .teamdropzone {
  background-color: #e7e7e7;
  padding-bottom: 40px;
  transition: all .5s;
}
#accesscontrol div.accessgroup::-webkit-scrollbar,
#accesscontrol div#availableteam::-webkit-scrollbar,
#accesscontrol div.departholder::-webkit-scrollbar,
#accesscontrol div.departdrop::-webkit-scrollbar {
  width: 6px;
  padding-right: 2px;
}
#accesscontrol div.accessgroup::-webkit-scrollbar-thumb,
#accesscontrol div#availableteam::-webkit-scrollbar-thumb,
#accesscontrol div.departholder::-webkit-scrollbar-thumb,
#accesscontrol div.departdrop::-webkit-scrollbar-thumb {
  background: #7db44c;
  border: 1px solid #7db44c;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}
#accesscontrol div.accessgroup::-webkit-scrollbar-thumb,
#accesscontrol div#availableteam::-webkit-scrollbar-thumb,
#accesscontrol div.departholder::-webkit-scrollbar-thumb,
#accesscontrol div.departdrop::-webkit-scrollbar-thumb {
  background: #64903d;
  border: 1px solid #64903d;
}
#accesscontrol div.accessgroup::-webkit-scrollbar-track,
#accesscontrol div#availableteam::-webkit-scrollbar-track,
#accesscontrol div.departholder::-webkit-scrollbar-track,
#accesscontrol div.departdrop::-webkit-scrollbar-track {
  background: #f9f9f9;
}
#accesscontrol div.accessgroup::-webkit-scrollbar-track:hover,
#accesscontrol div#availableteam::-webkit-scrollbar-track:hover,
#accesscontrol div.departholder::-webkit-scrollbar-track:hover,
#accesscontrol div.departdrop::-webkit-scrollbar-track:hover {
  background: #e0e0e0;
}
#accesscontrol #group_modal .modal-body {
  width: 100%;
  display: block;
  float: left;
}
#accesscontrol #group_modal #access_options table {
  width: 12.4%;
  float: left;
}
#accesscontrol #group_modal #access_options table th {
  background: #EEEEEF;
  padding: 8px 4px;
  border-top: solid 1px #f9f9f9;
  border-bottom: solid 1px #f9f9f9;
  font-size: 11px;
}
#accesscontrol #group_modal #access_options table th:nth-child(2+n) {
  border-right: solid 1px #f9f9f9;
  border-left: none;
}
#accesscontrol #group_modal #access_options table th:first-child {
  border-left: solid 1px #f9f9f9;
}
#accesscontrol #group_modal #access_options table th:last-child {
  border-right: solid 1px #f9f9f9;
}
#accesscontrol #group_modal #access_options table td {
  padding: 2px 4px;
  font-size: 12px;
  vertical-align: top;
}
#accesscontrol #group_modal #access_options table tr td:first-child {
  width: 90%;
}
#accesscontrol #accescontrol_container {
  height: 400px;
  overflow-y: scroll;
  width: 100%;
  float: left;
  margin-left: 10px;
  padding-bottom: 5px;
}
#accesscontrol #accescontrol_container input {
  position: relative;
}
#accesscontrol .teamdrag .ordercount {
  display: none;
}
#accesscontrol .admindrag .ordercount {
  display: inline-block;
  font-weight: 600;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #d2d2d2;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 50px;
  text-align: center;
  float: right;
}
#accesscontrol .dordercount {
  display: none;
  background: #000000;
  float: right;
  min-width: 50px;
  line-height: 8px;
  margin-top: 4px;
  border-radius: 6px;
}
#accesscontrol .dordercount .undercapacity,
#accesscontrol .dordercount .overcapacity {
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding: 8px;
  border-radius: 6px;
}
#accesscontrol .dordercount .undercapacity {
  background-color: #43a047;
}
#accesscontrol .dordercount .overcapacity {
  background-color: #c62828;
}
#accesscontrol .editteam,
#accesscontrol .editdepartment {
  width: 20px;
  height: 20px;
  background-image: url(/common/images/material-design-icons/ic_settings_white_24px.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  display: block;
  clear: both;
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: .6;
}
#accesscontrol .editteam:hover,
#accesscontrol .editdepartment:hover {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
#accesscontrol .editdepartment {
  margin-right: 5px;
  margin-bottom: 5px;
}
.team-management {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content 1fr;
  min-height: 100vh;
}
.team-management .tm-title {
  background: #000000;
  color: white;
  font-size: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  border-right: 1px solid white;
  white-space: nowrap;
}
.team-management .tm-header {
  background: #000000;
  color: white;
  padding: 15px;
  display: flex;
}
.team-management .tm-header p {
  margin: 0;
}
.team-management .tm-header > div:first-child {
  flex-grow: 1;
}
.team-management .tm-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 530px;
}
.team-management .tm-actions > * {
  margin-left: 5px;
}
.team-management .tm-actions .dropdown-menu > li > a {
  cursor: pointer;
}
.team-management .thumb {
  background-image: url(/common/images/icons/grip.svg);
  background-position: center top;
  background-repeat: repeat-y;
  opacity: 0.3;
}
.team-management .tm-available-users {
  background: #f2f4f6;
}
.team-management .tm-available-users .tm-unassigned-only {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
}
.team-management .tm-available-users .tm-unassigned-only i.material-icons {
  font-size: 16px;
  margin-left: 3px;
}
.team-management .tm-available-users h3 {
  display: flex;
  justify-content: space-between;
  color: black;
  font-size: 20px;
  font-weight: 200;
  padding-left: 10px;
  text-rendering: optimizeLegibility;
}
.team-management .tm-available-users[data-drag-active] .tm-members {
  outline: 3px solid blue;
}
.team-management .tm-members {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 3px;
  margin: 5px;
  padding: 5px 8px;
  background: white;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(100, 100, 100, 0.4);
  min-height: 30px;
}
.team-management .tm-member {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: move;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(100, 100, 100, 0.4);
  padding: 5px;
  display: grid;
  grid-template-columns: 6px 1fr min-content min-content;
  grid-column-gap: 5px;
  color: #000;
  font-weight: normal;
}
.team-management .tm-member:hover {
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #d8d8d8 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
}
.team-management .tm-member span {
  display: flex;
  align-items: center;
}
.team-management .tm-member .badge,
.team-management .tm-member .label {
  background-color: #485059;
  align-self: center;
}
.team-management .tm-member .badge-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-management .tm-member .badge-group > :not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.team-management .tm-member .badge-group > :not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.team-management .tm-member .badge-va-count {
  background: #31b0d5;
}
.team-management .tm-member .badge-qc-count {
  background: #ec971f;
}
.team-management .tm-member .dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: block;
  background-color: #31b0d5;
  align-self: center;
  margin-right: 5px;
}
.team-management .tm-member.tm-member-onteam {
  opacity: 0.5;
}
.team-management .unassigned-count {
  font-weight: bold;
}
.team-management.loading .tm-departments {
  opacity: 0.3;
}
.team-management .tm-departments .view {
  transition: opacity 0.3;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-template-rows: minmax(100px, 1fr);
  grid-gap: 20px;
  padding: 20px;
}
.team-management .tm-caption {
  flex: 0;
  display: flex;
  align-items: center;
  color: #FFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.team-management .tm-caption strong {
  font-size: 20px;
  font-weight: 200;
  flex: 1;
}
.team-management .tm-caption i {
  flex: 0;
}
.team-management .tm-department {
  background: #7db44c;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.team-management .tm-department.tm-department-VA {
  background: #31b0d5;
}
.team-management .tm-department.tm-department-VA .badge-qc-count {
  display: none;
}
.team-management .tm-department.tm-department-QC {
  background: #ec971f;
}
.team-management .tm-department.tm-department-QC .badge-va-count {
  display: none;
}
.team-management .tm-department .tm-config {
  font-size: 20px;
  cursor: pointer;
  margin-left: 4px;
}
.team-management .tm-department[data-drag-active] {
  background: #5cb85c;
}
.team-management .tm-department > div > .tm-caption {
  padding: 0 5px 5px;
}
.team-management .tm-department > div > .tm-caption i {
  transition: all .25s;
}
.team-management .tm-department > div > .tm-caption i:hover {
  color: #e0e0e0;
}
.team-management .tm-department .tm-teams {
  flex: 1;
  background: white;
  box-shadow: inset 0 1px 2px rgba(100, 100, 100, 0.4);
  padding: 1px 10px;
}
.team-management .tm-team {
  background: #f2f4f6;
  padding: 4px;
  margin: 15px 5px;
  box-shadow: 0 1px 2px rgba(100, 100, 100, 0.4);
}
.team-management .tm-team .thumb {
  width: 6px;
  margin-right: 6px;
  align-self: stretch;
}
.team-management .tm-team .tm-caption {
  color: black;
  cursor: move;
}
.team-management .tm-team .tm-caption strong {
  font-size: 16px;
}
.team-management .tm-team .tm-caption i {
  margin-right: 2px;
  color: #939598;
  transition: color .25s;
}
.team-management .tm-team .tm-caption i:hover {
  color: #7db44c;
}
.team-management .tm-team[data-drag-active] {
  background: #6ec06e;
}
.team-management .tm-team[data-drag-active] .tm-caption {
  color: white;
}
.team-management .tm-team[data-drag-active] .tm-config,
.team-management .tm-team[data-drag-active] .thumb {
  visibility: hidden;
}
.modal-open .team-management-modal.modal {
  overflow: visible;
}
.team-management-unassigned .modal-dialog {
  width: 90vw;
}
.team-management-unassigned .modal-body {
  height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.team-management-modal.loading .tm-modal-form {
  opacity: 0.3;
}
.team-management-modal .modal-header p:last-child {
  margin-bottom: 0;
}
.team-management-modal .tm-modal-form {
  transition: opacity 0.3;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.team-management-modal .tm-modal-form h3 {
  margin: 0;
}
.team-management-modal .tm-modal-form .tm-form-wide {
  grid-column-start: 1;
  grid-column-end: -1;
}
.team-management-modal .tm-form-vertical {
  display: grid;
  grid-template-columns: 100%;
}
.team-management-modal .tm-form-horizontal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
}
.team-management-modal .tm-form-horizontal > label {
  text-align: right;
  margin: 0;
}
.team-management-modal .tm-select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  min-height: 34px;
  height: unset;
}
.team-management-modal .tm-select .tm-select-input {
  position: relative;
  flex: 1 1 0;
}
.team-management-modal .tm-select .tm-select-input > input {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 1;
  outline: none;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  width: 100%;
}
.team-management-modal .tm-select .tm-select-input .dropdown-menu {
  min-width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 3px;
}
.team-management-modal .tm-select .tm-select-input .dropdown-menu em {
  font-style: italic;
  display: block;
  padding: 0 10px;
  color: #999;
  font-size: 13px;
}
.team-management-modal .tm-select .tm-select-input .dropdown-menu a {
  cursor: pointer;
}
.team-management-modal .tm-select .tm-select-input > input:focus + .dropdown-menu {
  display: block;
  float: none;
}
.team-management-modal .tm-select > .caret {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 5px;
}
.team-management-modal .tm-select > .label {
  cursor: default;
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 2px 5px 2px 1px;
  padding: 2px 3px 2px 5px;
  font-size: 12px;
  background-color: #485059;
  display: flex;
  align-items: center;
}
.team-management-modal .tm-select > .label a.close {
  cursor: pointer;
  margin: 0 0 0 0.2em;
  float: none;
  line-height: 12px;
  height: 16px;
}
.vendorpaymentsummary {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
  background: #ffffff;
  margin-top: 10px;
}
.vendorpaymentsummary tbody > tr > th {
  background: #7db44c;
  text-align: center;
  color: #FFF;
  border-right: solid 1px #FFF;
  width: 16.67%;
}
.vendorpaymentsummary tbody > tr > th:last-child {
  border-right: none;
}
.vendorpaymentsummary tbody > tr > td {
  text-align: right;
  font-size: 18px;
  border-right: solid 1px #f9f9f9;
}
.table_summary {
  margin-top: 20px;
  background: #ffffff;
  margin-top: 10px;
}
.table_summary tbody > tr > td {
  text-align: center;
  border-right: solid 1px #FFF;
  vertical-align: middle;
  font-weight: normal;
  border-right: 1px solid #f9f9f9;
  line-height: 14px;
}
.table_summary tbody > tr > td > label {
  font-weight: normal;
}
.table_summary tr:first-child td {
  background: #7db44c;
  color: #FFF;
  font-weight: 600;
}
.table_summary tr:nth-child(n+2) td:first-child {
  text-align: left;
}
.table_summary tr:nth-child(n+2) td:last-child {
  text-align: right;
  font-weight: normal;
}
.table_summary tr td:last-child {
  border-right: none;
}
.table_summary tr:last-child td {
  background: #f7f7f7;
}
.table_summary tr:last-child td:last-child {
  font-weight: bold;
}
.paymentbalance tr td:first-child {
  background: #7db44c;
  color: #FFF;
  font-weight: 600;
  vertical-align: middle !important;
  border-bottom: solid 1px #f9f9f9;
  line-height: 14px;
}
.paymentbalance tr td:last-child {
  font-weight: 600;
  border-bottom: solid 1px #f9f9f9;
}
h4.vendordetails {
  clear: both;
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}
.vendorpayment {
  display: table;
}
.vendorpayment #paymentcontainer,
.vendorpayment #rowtemplate {
  clear: both;
  width: 100%;
}
.vendorpayment #header {
  font-weight: bold;
  width: 100%;
  border-bottom: solid 1px #f9f9f9;
  text-align: center;
}
.vendorpayment #header > div {
  background: #f7f7f7;
  border-bottom: solid 1px #f9f9f9;
}
.vendorpayment #header > div:hover {
  background: #f9f9f9;
}
.vendorpayment #header [data-sortoption] {
  cursor: pointer;
}
.vendorpayment .row {
  clear: both;
  width: 100%;
  margin-left: 0px;
  display: table-row;
}
.vendorpayment .row input {
  margin-top: -2px;
}
.vendorpayment .row div {
  vertical-align: top;
  padding: 10px 8px;
  line-height: 16px;
  border-bottom: solid 1px #f9f9f9;
}
.vendorpayment #userlist {
  width: 400px;
}
.vendorpayment #paymentlist {
  width: 100%;
  display: table-row-group;
}
.vendorpayment #paymentlist h3 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  margin-top: 20px;
  width: 100%;
  display: table-row-group;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.vendorpayment #paymentlist h3 hr {
  border-top-color: #a6e1ec;
}
.vendorpayment #paymentlist h3 .alert-link {
  color: #245269;
}
.vendorpayment #paymentlist .alert {
  margin-top: 20px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.vendorpayment #paymentlist .row:last-child {
  border-bottom: none;
}
.paymenttotal {
  background: #f7f7f7;
  border: 1px solid #f9f9f9;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.paymenttotal div {
  padding: 15px 10px;
}
.paymenttotal div:first-child {
  width: 85%;
  float: left;
  border-right: solid 1px #f9f9f9;
  text-align: right;
}
.paymenttotal div:last-child {
  float: right;
  width: 14%;
  text-align: right;
}
.sidebar {
  background-image: url(/common/images/sidebar_background_wide.gif);
  background-repeat: repeat;
  min-width: 1000px !important;
  min-height: 600px;
  background-position: -30px top;
}
.sidebar .two-col-row .two-col-cell:first-child,
.two-col-left-panel .two-col-row .two-col-cell:first-child {
  width: 275px;
}
.sidebar .sections,
.two-col-left-panel .sections {
  padding-bottom: 20px;
  min-width: 700px !important;
}
.sidebar aside,
.two-col-left-panel aside {
  position: absolute !important;
  line-height: 1.35em;
}
.sidebar aside,
.two-col-left-panel aside,
.sidebar .user-slide-panel,
.two-col-left-panel .user-slide-panel {
  position: static;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  text-rendering: geometricPrecision;
  width: 275px;
}
.sidebar aside.scrolled,
.two-col-left-panel aside.scrolled,
.sidebar .user-slide-panel.scrolled,
.two-col-left-panel .user-slide-panel.scrolled {
  position: fixed !important;
  top: 0px;
  box-sizing: border-box;
}
.sidebar aside.scrolled-bottom,
.two-col-left-panel aside.scrolled-bottom,
.sidebar .user-slide-panel.scrolled-bottom,
.two-col-left-panel .user-slide-panel.scrolled-bottom {
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
}
.sidebar .sidenav,
.two-col-left-panel .sidenav {
  font-size: 12px;
  margin: 10px 0;
}
.sidebar .sidenav a,
.two-col-left-panel .sidenav a,
.sidebar .sidenav a:visited,
.two-col-left-panel .sidenav a:visited {
  color: #485059;
  font-weight: 600;
}
.sidebar .sidenav li > a,
.two-col-left-panel .sidenav li > a {
  padding: 5px 5px 5px 20px;
}
.sidebar .sidenav > li > a,
.two-col-left-panel .sidenav > li > a {
  font-size: 14px;
}
.sidebar .sidenav > li > a:hover,
.two-col-left-panel .sidenav > li > a:hover {
  background: #f9f9f9;
}
.sidebar .sidenav > li > ul.nav a,
.two-col-left-panel .sidenav > li > ul.nav a {
  padding: 2px 5px 3px 35px;
  font-size: 12px;
  font-weight: 400;
}
.sidebar .sidenav > li > ul.nav a:hover,
.two-col-left-panel .sidenav > li > ul.nav a:hover {
  background: #f9f9f9;
}
.sidebar .sidenav .active > a,
.two-col-left-panel .sidenav .active > a,
.sidebar .sidenav .active:hover > a,
.two-col-left-panel .sidenav .active:hover > a,
.sidebar .sidenav .active:focus > a,
.two-col-left-panel .sidenav .active:focus > a {
  font-weight: bold;
  color: #7db44c;
  border-left: #7db44c;
  padding-left: 15px;
}
.sidebar .sidenav ul > .active > a,
.two-col-left-panel .sidenav ul > .active > a,
.sidebar .sidenav ul > .active:hover > a,
.two-col-left-panel .sidenav ul > .active:hover > a {
  border-left: 5px solid #7db44c;
  padding-left: 30px;
}
.sidebar .sidenav .label,
.two-col-left-panel .sidenav .label {
  margin-right: 5px;
}
.sidebar .sections,
.two-col-left-panel .sections {
  position: relative;
  display: table-cell;
  margin-left: 100%;
  float: none;
  width: auto;
}
.sidebar .sections .form-foot,
.two-col-left-panel .sections .form-foot {
  overflow: hidden;
  padding: 5px 15px 10px 10px;
}
.sidebar .sections .form-foot hr,
.two-col-left-panel .sections .form-foot hr {
  margin: 15px -15px 10px -15px;
}
.sidebar .sections .form-foot .btn-primary,
.two-col-left-panel .sections .form-foot .btn-primary {
  float: right;
}
.sidebar .sections .form-foot .btn-large,
.two-col-left-panel .sections .form-foot .btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
}
.sidebar section,
.two-col-left-panel section {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 5px 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  -webkit-transform: translate(1400px, 0);
  -moz-transform: translate(1400px, 0);
  -ms-transform: translate(1400px, 0);
  -o-transform: translate(1400px, 0);
  transform: translate(1400px, 0);
  -webkit-transition: -webkit-transform 0.25s ease-in, opacity 0.25s linear;
  -moz-transition: -moz-transform 0.25s ease-in, opacity 0.25s linear;
  -o-transition: -o-transform 0.25s ease-in, opacity 0.25s linear;
  transition: transform 0.25s ease-in, opacity 0.25s linear;
}
.sidebar section.active,
.two-col-left-panel section.active {
  position: relative;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sidebar section .h1-group,
.two-col-left-panel section .h1-group {
  margin-top: 7px;
}
.sidebar section h1 + hr,
.two-col-left-panel section h1 + hr {
  margin: 15px -15px 10px -15px;
}
.sidebar section h2,
.two-col-left-panel section h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 30px;
}
.sidebar section hr.spanner,
.two-col-left-panel section hr.spanner {
  margin: 40px 0;
}
.sidebar section label.checkbox,
.two-col-left-panel section label.checkbox,
.sidebar section label.radio,
.two-col-left-panel section label.radio {
  line-height: 30px;
}
.sidebar section label.checkbox input.checkbox,
.two-col-left-panel section label.checkbox input.checkbox,
.sidebar section label.radio input.checkbox,
.two-col-left-panel section label.radio input.checkbox {
  vertical-align: baseline;
  float: none;
}
.sidebar section .btn.stepper,
.two-col-left-panel section .btn.stepper {
  position: relative;
  width: 16px;
  height: 30px;
  text-align: center;
  padding: 0;
}
.sidebar section .btn.stepper span,
.two-col-left-panel section .btn.stepper span {
  width: 14px;
  height: 15px;
  display: block;
}
.sidebar section .btn.stepper .step-up .caret,
.two-col-left-panel section .btn.stepper .step-up .caret {
  margin-top: 7px;
}
.sidebar section .btn.stepper .step-down .caret,
.two-col-left-panel section .btn.stepper .step-down .caret {
  margin-top: 3px;
}
.sidebar section .btn.stepper .caret.caret-reversed,
.two-col-left-panel section .btn.stepper .caret.caret-reversed {
  border-top-width: 0;
  border-bottom: 4px solid #000000;
}
.sidebar section .btn-group[data-toggle^="button"],
.two-col-left-panel section .btn-group[data-toggle^="button"] {
  margin-bottom: 10px;
}
.sidebar section .btn-group[data-toggle^="button"] .btn,
.two-col-left-panel section .btn-group[data-toggle^="button"] .btn {
  min-width: 35px;
}
.sidebar section .btn-group[data-toggle^="button"] label input,
.two-col-left-panel section .btn-group[data-toggle^="button"] label input {
  display: none;
}
.sidebar section [class*="span"] > h2,
.two-col-left-panel section [class*="span"] > h2 {
  margin-top: 0;
}
.sidebar section input[type="file"],
.two-col-left-panel section input[type="file"] {
  line-height: normal;
  padding-top: 5px;
}
.sidebar section small,
.two-col-left-panel section small {
  font-size: 10px;
  line-height: 11px;
}
.sidebar section .well,
.two-col-left-panel section .well {
  padding: 10px;
  margin-bottom: 10px;
}
.sidebar section .well label.checkbox,
.two-col-left-panel section .well label.checkbox,
.sidebar section .well label.radio,
.two-col-left-panel section .well label.radio {
  line-height: 20px;
  min-height: 20px;
  min-width: 70px;
  padding-top: 0;
}
.sidebar section .span--phone,
.two-col-left-panel section .span--phone {
  width: 105px;
}
.sidebar section .span--phone-ext,
.two-col-left-panel section .span--phone-ext {
  width: 45px;
}
.sidebar section .span--numeric-short,
.two-col-left-panel section .span--numeric-short {
  width: 60px;
}
.sidebar section .vetting-check.btn,
.two-col-left-panel section .vetting-check.btn {
  border-radius: 18px;
}
.sidebar section .vetting-check.btn-disabled,
.two-col-left-panel section .vetting-check.btn-disabled {
  background: #999;
}
.sidebar section .vetting-check input,
.two-col-left-panel section .vetting-check input {
  display: none;
}
.sidebar section .vetting-check b,
.two-col-left-panel section .vetting-check b {
  margin: 1px -5px 0 -6px;
}
.sidebar section .vetting,
.two-col-left-panel section .vetting {
  background: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 16px;
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 1px;
  padding-left: 10px;
  vertical-align: top;
  white-space: nowrap;
}
.sidebar section .vetting .vetting-check,
.two-col-left-panel section .vetting .vetting-check {
  display: inline-block;
  margin: -2px 0 -2px 5px;
  vertical-align: top;
}
.sidebar .uneditable-input,
.two-col-left-panel .uneditable-input {
  cursor: inherit;
}
.sidebar .uneditable-input.disabled,
.two-col-left-panel .uneditable-input.disabled {
  background-color: #f2f4f6;
}
.btn-toggle-switch label:first-child.btn.btn-default.active {
  background-color: #43a047;
  color: #FFF;
}
.btn-toggle-switch label:last-child.btn.btn-default.active {
  background-color: #c62828;
  color: #FFF;
}
.uiswitch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 31px;
  width: 51px;
  position: relative;
  border-radius: 16px;
  cursor: pointer;
  outline: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #e5e5e5;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}
.uiswitch::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
  width: 47px;
  content: ' ';
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #ffffff;
  border-radius: 16px;
  z-index: 1;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.uiswitch::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
  width: 27px;
  content: ' ';
  position: absolute;
  border-radius: 27px;
  background: #ffffff;
  z-index: 2;
  top: 2px;
  left: 2px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 11px 0px rgba(0, 0, 0, 0.08), -1px 3px 3px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: -webkit-transform 300ms, width 280ms;
  -moz-transition: -moz-transform 300ms, width 280ms;
  transition: transform 300ms, width 280ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  -moz-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
}
.uiswitch:checked {
  background-color: #4CD964;
  background-image: -webkit-linear-gradient(-90deg, #4cd964 0%, #4dd865 100%);
  background-image: linear-gradient(-180deg, #4cd964 0%, #4dd865 100%);
}
.uiswitch:checked::after {
  -webkit-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  -ms-transform: translate3d(16px, 0, 0);
  -o-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  right: 18px;
  left: inherit;
}
.uiswitch:active::after {
  width: 35px;
}
.uiswitch:checked::before,
.uiswitch:active::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.uiswitch:disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.uiswitch:disabled:active::before,
.uiswitch:disabled:active::after,
.uiswitch:disabled:checked:active::before,
.uiswitch:disabled:checked::before {
  width: 27px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.uiswitch:disabled:active::before {
  height: 27px;
  width: 41px;
  -webkit-transform: translate3d(6px, 0, 0);
  -moz-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  -o-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}
.uiswitch:disabled:checked:active::before {
  height: 27px;
  width: 27px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.uiswitch {
  background-color: #e5e5e5;
}
.uiswitch::before {
  background-color: #ffffff;
}
.uiswitch::after {
  background: #ffffff;
}
.uiswitch:checked {
  background-color: #4CD964;
  background-image: -webkit-linear-gradient(-90deg, #4cd964 0%, #4dd865 100%);
  background-image: linear-gradient(-180deg, #4cd964 0%, #4dd865 100%);
}
/* Hide by default */
.switch .slide-button,
.toggle p span {
  display: none;
}
/* Toggle Switches */
/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {
  /* Checkbox
	 */
  .toggle {
    position: relative;
    padding: 0;
    margin-left: 100px;
    background-color: #f9f9f9;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.22), inset 0 1px 2px rgba(0, 0, 0, 0.44);
  }
  /* Position the label over all the elements, except the slide-button
	 * Clicking anywhere on the label will change the switch-state
	 */
  .toggle label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggle input:checked + label {
    color: #ffffff;
  }
  /* Don't hide the input from screen-readers and keyboard access
	 */
  .toggle input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggle p {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0;
    padding-right: 100px;
    text-align: left;
  }
  .toggle p span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    text-align: center;
  }
  .toggle p span:last-child {
    left: 50%;
  }
  .toggle .slide-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  /* Radio Switch
	 */
  .switch {
    position: relative;
    padding: 0;
    background-color: #f9f9f9;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.22), inset 0 1px 2px rgba(0, 0, 0, 0.44);
  }
  .switch input {
    position: absolute;
    opacity: 0;
  }
  .switch label {
    position: relative;
    z-index: 2;
    font-weight: 600;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    text-align: center;
  }
  .slide-button {
    border-radius: 2px;
  }
  .switch .slide-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    background-color: #43a047;
    color: #ffffff;
  }
  .switch input:last-of-type:checked ~ .slide-button {
    left: 50%;
    background-color: #c62828;
  }
  /* Switch with 3 items */
  .switch.switch-three label,
  .switch.switch-three .slide-button {
    width: 33.3%;
  }
  .switch.switch-three input:checked:nth-of-type(2) ~ .slide-button {
    left: 33.3%;
  }
  .switch.switch-three input:checked:last-of-type ~ .slide-button {
    left: 66.6%;
  }
  /* Switch with 4 items */
  .switch.switch-four label,
  .switch.switch-four .slide-button {
    width: 25%;
  }
  .switch.switch-four input:checked:nth-of-type(2) ~ .slide-button {
    left: 25%;
  }
  .switch.switch-four input:checked:nth-of-type(3) ~ .slide-button {
    left: 50%;
  }
  .switch.switch-four input:checked:last-of-type ~ .slide-button {
    left: 75%;
  }
  /* Switch with 5 items */
  .switch.switch-five label,
  .switch.switch-five .slide-button {
    width: 20%;
  }
  .switch.switch-five input:checked:nth-of-type(2) ~ .slide-button {
    left: 20%;
  }
  .switch.switch-five input:checked:nth-of-type(3) ~ .slide-button {
    left: 40%;
  }
  .switch.switch-five input:checked:nth-of-type(4) ~ .slide-button {
    left: 60%;
  }
  .switch.switch-five input:checked:last-of-type ~ .slide-button {
    left: 80%;
  }
  /* Shared */
  .toggle,
  .switch {
    display: block;
    height: 34px;
    vertical-align: text-bottom;
    line-height: 24px;
    padding-top: 2px;
  }
  .switch *,
  .toggle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .switch .slide-button,
  .toggle .slide-button {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .toggle label,
  .toggle p,
  .switch label {
    line-height: 30px;
    vertical-align: middle;
    padding-top: 1px;
  }
  .toggle input:checked ~ .slide-button {
    right: 50%;
  }
  /* Outline the toggles when the inputs are focused */
  .toggle input:focus ~ .slide-button,
  .switch input:focus + label {
    outline: 1px dotted #888;
  }
  /* Bugfix for older Webkit, including mobile Webkit. Adapted from:
	 * http://css-tricks.com/webkit-sibling-bug/
	 */
  .switch,
  .toggle {
    -webkit-animation: bugfix infinite 1s;
  }
  @-webkit-keyframes bugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
  /* Standalone Themes */
  /* Themed  */
  .theme .slide-button {
    background-color: #7db44c;
  }
  .theme input:last-of-type:checked ~ .slide-button {
    background-color: #7db44c;
  }
}
/*slidepanel toggle*/
/* Toggle For Slide Panel */
.panelswitch {
  text-align: center;
  border-radius: 3px;
  border: solid 1px #FFF;
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none;
}
.panelswitch input:checked + label {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.panelswitch .slide-button {
  background-image: none;
  box-shadow: inset none !important;
  background-color: #43a047;
}
.panelswitch .not-selected {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #c62828;
  color: #ffffff;
}
.panelswitch .slide-button {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.cd-panel-footer button {
  display: inline-block;
  padding: 10px 20px;
  margin-left: 5%;
  margin-right: 5%;
  box-sizing: border-box;
  width: 85%;
  font-size: 16px;
}
.cd-panel-footer button i.material-icons {
  display: inline-block;
  float: none;
  vertical-align: text-bottom;
}
/* security switch styling */
.btn-default.active {
  background: #7db44c;
  color: #FFF !important;
}
/* Fee Schedule Styles */
.fee-state {
  font-size: 18px;
  line-height: 2;
  color: #7db44c;
  font-weight: 300;
  clear: both;
}
.stateexceptions {
  background: #fcfcfc;
  display: block;
  float: left;
  width: 100%;
  border-top: dotted 1px #f9f9f9;
}
.stateexceptions h2 {
  font-size: 18px;
  margin: 0px;
  padding: 15px 15px 0px 15px;
}
.stateexceptions .order_type_rule {
  display: block;
}
.stateexceptions .loan_type_rule {
  display: block;
}
.stateexceptions .loan_purpose_rule {
  display: block;
}
.stateexceptions .value_purpose_rule {
  display: block;
}
.except_rule_blocks .loan_type_rule {
  display: block;
}
.except_rule_blocks .loan_purpose_rule {
  display: block;
}
.except_rule_blocks .value_purpose_rule {
  display: block;
}
.lineitem {
  display: block;
  width: 100%;
  float: left;
  padding: 5px 20px;
}
.exeption-description {
  padding-top: 8px;
}
.delete_rule,
.delete_rule:hover {
  background-color: #9e9e9e;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: 8px;
  margin-left: 5px;
  text-align: center;
  background-image: url('/common/images/material-design-icons/ic_clear_white_24px.svg');
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.delete_rule:hover,
.delete_rule:hover:hover {
  background-color: #c62828;
}
#fee_rules {
  padding-bottom: 15px;
}
#replace_name,
#new_name {
  background: none;
  border: none;
  border-bottom: dotted 1px #FFF;
  color: #FFF;
}
.btn-warning-group > label.btn.btn-action-red.active {
  background-color: #c62828;
  color: #FFF !important;
}
.feelist tr td {
  min-height: 36px;
  vertical-align: top;
}
.feelist tr td:first-child {
  white-space: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* These are CSS styles for the dashboard and it's components. */
#admin-dashboard {
  clear: both;
  padding: 20px;
}
#admin-dashboard .row-fluid {
  float: left;
}
#admin-dashboard h1 {
  text-align: center;
  margin-bottom: 5px;
}
#admin-dashboard h3 {
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  margin-top: 20px;
}
#admin-dashboard h4 {
  margin-bottom: 10px;
}
#admin-dashboard .dashboard-content {
  background: #FFF;
}
#admin-dashboard .arcgauge-chart {
  height: 170px;
  width: 170px;
  margin: 0px auto;
  font-size: 10px;
  font-family: 'texgyreheroscn-bold';
}
#admin-dashboard .arcgauge-chart.small {
  width: 135px;
  height: 135px;
}
#admin-dashboard .arcgauge-chart .measure.s0 {
  fill: #e4e4e5;
}
#admin-dashboard .arcgauge-chart .measure.s1 {
  fill: #7db44c;
}
#admin-dashboard .arcgauge-chart .measure.s2 {
  fill: #97c370;
}
#admin-dashboard .arcgauge-chart .measure.s3 {
  fill: #b1d294;
}
#admin-dashboard .arcgauge-chart .measure.s4 {
  fill: #cbe1b8;
}
#admin-dashboard .arcgauge-chart .measure.high {
  fill: #e4e4e5;
}
#admin-dashboard .arcgauge-chart .measure.maximum {
  fill: #e4e4e5;
}
#admin-dashboard .arcgauge-chart .measure.today {
  fill: #7db44c;
}
#admin-dashboard .arcgauge-chart .measure.average {
  fill: #7e7b7b;
}
#admin-dashboard .arcgauge-chart .measure.divide {
  fill: #fff;
}
#admin-dashboard .arcgauge-chart text {
  text-anchor: middle;
}
#admin-dashboard .arcgauge-chart text.today {
  font-size: 78px;
  fill: #7db44c;
}
#admin-dashboard .arcgauge-chart text.today-caption {
  font-size: 26px;
  fill: #7db44c;
}
#admin-dashboard .arcgauge-chart text.average {
  font-size: 78px;
  fill: #7e7b7b;
}
#admin-dashboard .arcgauge-chart text.average-caption {
  font-size: 26px;
  fill: #7e7b7b;
}
#admin-dashboard .arcgauge-chart .center-line {
  stroke: #7e7b7b;
  stroke-width: 3px;
}
#admin-dashboard #dashboard-assignment-reassigned .today {
  font-size: 115px;
}
#admin-dashboard #dashboard-assignment-engagement .high,
#admin-dashboard #dashboard-assignment-engagement .average {
  fill: #97c370;
}
#admin-dashboard .heatmap-chart {
  height: 460px;
  margin: 0 auto;
}
#admin-dashboard .heatmap-chart .background {
  fill: #fff;
}
#admin-dashboard .heatmap-chart .states path {
  stroke: #FFF;
  stroke-width: 2px;
  fill: #c7c2c2;
}
#admin-dashboard .heatmap-chart .states path.rank0 {
  opacity: 0.20;
}
#admin-dashboard .heatmap-chart .states path.rank1 {
  opacity: 0.30;
}
#admin-dashboard .heatmap-chart .states path.rank2 {
  opacity: 0.40;
}
#admin-dashboard .heatmap-chart .states path.rank3 {
  opacity: 0.50;
}
#admin-dashboard .heatmap-chart .states path.rank4 {
  opacity: 0.60;
}
#admin-dashboard .heatmap-chart .states path.rank5 {
  opacity: 0.70;
}
#admin-dashboard .heatmap-chart .states path.rank6 {
  opacity: 0.80;
}
#admin-dashboard .heatmap-chart .states path.rank7 {
  opacity: 0.85;
}
#admin-dashboard .heatmap-chart .states path.rank8 {
  opacity: 0.90;
}
#admin-dashboard .heatmap-chart .states path.rank9 {
  opacity: 1;
}
#admin-dashboard .heatmap-chart .states path:hover {
  stroke-width: 2px;
  opacity: 1;
  fill: #7db44c;
  cursor: pointer;
}
#admin-dashboard .heatmap-chart .states text {
  font-family: 'texgyreheroscn-bold';
  text-anchor: middle;
  font-size: 12px;
  fill: #7e7b7b;
  pointer-events: none;
}
#admin-dashboard .heatmap-chart .states text#text-mi {
  -webkit-transform: translate(10px, 20px);
}
#admin-dashboard .heatmap-chart .states text#text-ca {
  -webkit-transform: translate(0px, 15px);
}
#admin-dashboard .heatmap-chart .states text#text-id {
  -webkit-transform: translate(0px, 15px);
}
#admin-dashboard .heatmap-chart .states text#text-la {
  -webkit-transform: translate(0px, 10px);
}
#admin-dashboard .heatmap-chart .states text#text-mn {
  -webkit-transform: translate(0px, -15px);
}
#admin-dashboard .heatmap-chart .states text:hover {
  color: #FFFFF;
}
#admin-dashboard .heatmap-chart .states text[x=NaN] {
  display: none;
}
#admin-dashboard .heatmap-chart .counties path {
  stroke: #7e7b7b;
  stroke-width: 0.5px;
  fill: #e4e4e5;
}
#admin-dashboard .heatmap-chart .counties path.state-borders {
  stroke: #97c370;
  stroke-width: 1;
}
#admin-dashboard .heatmap-chart .counties text {
  text-anchor: middle;
}
#admin-dashboard #dashboard-order-volume {
  min-height: 510px;
}
#admin-dashboard #dashboard-order-volume .barGroup rect {
  fill: #7db44c;
  stroke-width: 2px;
  stroke: #7db44c;
  shape-rendering: crispEdges;
}
#admin-dashboard #dashboard-order-volume .yAxisGroup line {
  stroke-width: 1px;
  stroke: #C7C2C2;
  shape-rendering: crispEdges;
}
#admin-dashboard #dashboard-order-volume .xAxisGroup path {
  fill: none;
}
#admin-dashboard #dashboard-order-volume .xAxisGroup .tick:last-of-type {
  display: none;
}
#admin-dashboard #dashboard-order-volume .yAxisGroup text,
#admin-dashboard #dashboard-order-volume .xAxisGroup text {
  font-size: 10px;
  fill: #7E7B7B;
}
#admin-dashboard #dashboard-order-volume .axis-below {
  fill: #f7f7f7;
}
#admin-dashboard #dashboard-order-volume .axis-above {
  stroke-width: 2px;
  stroke: #e4e4e5;
  fill: none;
}
#admin-dashboard #dashboard-order-volume .axis-x {
  stroke-width: 2px;
  stroke: #C7C2C2;
}
#admin-dashboard #dashboard-order-volume .axis-y {
  stroke-width: 0px;
  stroke: #C7C2C2;
}
#admin-dashboard #dashboard-order-volume .brush .extent {
  fill-opacity: .125;
  stroke: 1px;
  fill: #7db44c;
  shape-rendering: crispEdges;
}
#admin-dashboard #dashboard-order-volume .brush .resize rect {
  fill-opacity: .5;
}
#admin-dashboard #dashboard-order-volume .brush .handle {
  stroke: 1px;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path {
  fill: #7db44c;
  stroke-width: 2px;
  stroke: #fff;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill1 {
  fill: #7db44c;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill2 {
  fill: #4f4cb4;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill3 {
  fill: #b4834c;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill4 {
  fill: #4cb1b4;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill5 {
  fill: #b44c7d;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill6 {
  fill: #4cb44f;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill7 {
  fill: #834cb4;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill8 {
  fill: #b1b44c;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill9 {
  fill: #4c7db4;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill10 {
  fill: #b44f4c;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill11 {
  fill: #4cb483;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill12 {
  fill: #b44cb1;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill13 {
  fill: #7db44c;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill14 {
  fill: #4f4cb4;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill15 {
  fill: #b4834c;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill16 {
  fill: #4cb1b4;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill17 {
  fill: #b44c7d;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill18 {
  fill: #4cb44f;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill19 {
  fill: #834cb4;
}
#admin-dashboard #dashboard-order-volume .sliceGroup path.fill20 {
  fill: #b1b44c;
}
#admin-dashboard #dashboard-order-volume .pie-total {
  font-family: 'texgyreheroscn-bold';
  text-anchor: middle;
  font-size: 70px;
}
#admin-dashboard #dashboard-order-volume .donut-chart {
  float: left;
  margin-left: 40px;
}
#admin-dashboard #dashboard-order-volume .client-list {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-left: 310px;
  margin-top: 10px;
  list-style: none;
  overflow: hidden;
}
#admin-dashboard #dashboard-order-volume .client-list li {
  margin-bottom: 4px;
  border-bottom: solid 2px #f7f7f7;
  padding-top: 4px;
  padding-bottom: 4px;
}
#admin-dashboard #dashboard-order-volume .client-list span {
  display: inline-block;
  width: 40px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  padding: 1px;
  vertical-align: middle;
  text-align: center;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill1 {
  background: #7db44c;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill2 {
  background: #4f4cb4;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill3 {
  background: #b4834c;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill4 {
  background: #4cb1b4;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill5 {
  background: #b44c7d;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill6 {
  background: #4cb44f;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill7 {
  background: #834cb4;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill8 {
  background: #b1b44c;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill9 {
  background: #4c7db4;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill10 {
  background: #b44f4c;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill11 {
  background: #4cb483;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill12 {
  background: #b44cb1;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill13 {
  background: #7db44c;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill14 {
  background: #4f4cb4;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill15 {
  background: #b4834c;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill16 {
  background: #4cb1b4;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill17 {
  background: #b44c7d;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill18 {
  background: #4cb44f;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill19 {
  background: #834cb4;
}
#admin-dashboard #dashboard-order-volume .client-list span.fill20 {
  background: #b1b44c;
}
#admin-dashboard #dashboard-order-volume .client-list strong {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
#admin-dashboard .stats-bar {
  background: #e4e4e5;
  color: #7e7b7b;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  font-family: 'texgyreheroscn-bold';
  margin-bottom: 20px;
}
#admin-dashboard .stats-bar .span3 {
  margin: 5px 1%;
  display: inline-block;
  float: none;
}
#admin-dashboard .stats-bar .span12 {
  background: white;
  border-radius: 10px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#admin-dashboard .stats-bar .span12 .span4 {
  min-width: 145px;
  float: none;
  display: inline-block;
}
#admin-dashboard .stats-bar strong {
  font-size: 10px;
  display: block;
  white-space: nowrap;
  margin-bottom: 5px;
}
#admin-dashboard .stats-bar span {
  font-size: 26px;
}
#admin-dashboard .stats-bar b {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 15px;
}
#admin-dashboard .stats-bar #dash-assigned-today,
#admin-dashboard .stats-bar #dash-completed-today,
#admin-dashboard .stats-bar #dash-qc-today {
  color: #7db44c;
}
#admin-dashboard .stats-bar #dash-assignment-turntime-performance,
#admin-dashboard .stats-bar #dash-completion-turntime-performance,
#admin-dashboard .stats-bar #dash-qc-turntime-performance {
  color: #97c370;
}
#admin-dashboard .stats-bar #dash-assignment-turntime-performance.positive,
#admin-dashboard .stats-bar #dash-completion-turntime-performance.positive,
#admin-dashboard .stats-bar #dash-qc-turntime-performance.positive {
  color: #7db44c;
}
#admin-dashboard #dashboard-qc-breakdown {
  height: 130px;
  width: 320px;
  margin: 0 auto;
}
#admin-dashboard #dashboard-qc-breakdown .sliceGroup path {
  stroke: #fff;
  stroke-width: 2px;
}
#admin-dashboard #dashboard-qc-breakdown .sliceGroup path,
#admin-dashboard #dashboard-qc-breakdown .keyGroup g rect {
  fill: #2ca02c;
}
#admin-dashboard #dashboard-qc-breakdown .sliceGroup path:first-child,
#admin-dashboard #dashboard-qc-breakdown .keyGroup g:first-child rect {
  fill: #7db44c;
}
#admin-dashboard #dashboard-qc-breakdown .sliceGroup path:first-child + path,
#admin-dashboard #dashboard-qc-breakdown .keyGroup g:first-child + g rect {
  fill: #97c370;
}
#admin-dashboard #dashboard-qc-breakdown .sliceGroup path:first-child + path + path,
#admin-dashboard #dashboard-qc-breakdown .keyGroup g:first-child + g + g rect {
  fill: #b1d294;
}
#admin-dashboard #dashboard-qc-breakdown .sliceGroup path:first-child + path + path + path,
#admin-dashboard #dashboard-qc-breakdown .keyGroup g:first-child + g + g + g rect {
  fill: #cbe1b8;
}
#admin-dashboard #dashboard-qc-breakdown .keyGroup g .value {
  fill: #fff;
}
#admin-dashboard #dashboard-qc-breakdown .keyGroup g .key {
  fill: #333;
}
#admin-dashboard-stateview {
  clear: both;
  padding: 20px;
}
#admin-dashboard-stateview #counties-display {
  height: 800px;
  border: 1px solid #ccc;
}
#admin-dashboard-stateview #counties-display .background {
  fill: #fff;
}
#admin-dashboard-stateview #counties-display path.state {
  stroke: black;
  stroke-width: 1px;
  fill: transparent;
  pointer-events: none;
}
#admin-dashboard-stateview #counties-display .counties path {
  stroke: black;
  stroke-width: 0.5px;
  fill: #c7c2c2;
}
#admin-dashboard-stateview #counties-display .counties path.rank0 {
  opacity: 0.1;
}
#admin-dashboard-stateview #counties-display .counties path.rank1 {
  opacity: 0.2;
}
#admin-dashboard-stateview #counties-display .counties path.rank2 {
  opacity: 0.3;
}
#admin-dashboard-stateview #counties-display .counties path.rank3 {
  opacity: 0.4;
}
#admin-dashboard-stateview #counties-display .counties path.rank4 {
  opacity: 0.5;
}
#admin-dashboard-stateview #counties-display .counties path.rank5 {
  opacity: 0.6;
}
#admin-dashboard-stateview #counties-display .counties path.rank6 {
  opacity: 0.7;
}
#admin-dashboard-stateview #counties-display .counties path.rank7 {
  opacity: 0.8;
}
#admin-dashboard-stateview #counties-display .counties path.rank8 {
  opacity: 0.9;
}
#admin-dashboard-stateview #counties-display .counties path.rank9 {
  opacity: 1;
}
#admin-dashboard-stateview #counties-display .counties path:hover {
  stroke-width: 0px;
  opacity: 1;
  fill: #7db44c;
  cursor: normal;
}
#admin-dashboard-stateview #counties-display .counties text {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-anchor: middle;
  font-size: 12px;
  fill: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translate(0px, -10px);
}
#admin-dashboard-stateview #counties-display .counties text.hovered {
  visibility: visible;
}
#gmap {
  width: 50%;
  height: 400px;
  display: block;
  float: right;
  margin-right: 5px;
}
#gmap img {
  max-width: none;
}
.orderheaders h3 {
  margin: 15px 10px 15px 15px !important;
  font-weight: 700;
  line-height: 14px;
  color: #FFF;
  display: block;
  font-size: 14px !important;
  float: left;
}
#upload h3,
#bulkorder h3 {
  margin: 0px;
}
#upload .form-group,
#bulkorder .form-group {
  border-bottom: 1px solid #f9f9f9;
  display: block;
  width: 100%;
  float: left;
}
#upload .form-group:last-child,
#bulkorder .form-group:last-child {
  border-bottom: none;
}
#uploaded_file {
  font-weight: 400;
  margin-left: 20px;
  color: #485059;
}
#upload label {
  margin-bottom: 0px;
}
.orderheaders {
  clear: both;
  float: left;
  width: 100%;
  cursor: pointer;
  color: #FFF;
  font-weight: 700;
  background-color: #bfbfbf;
  border-bottom: solid 1px #FFF;
}
.orderheaders > span {
  margin-top: 8px;
  margin-left: 10px;
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  background-image: url(/common/images/material-design-icons/ic_play_arrow_white_24px.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: transform linear .35s;
}
.orderheaders:hover {
  background-color: #858585;
}
.on {
  border: 1px solid #7db44c;
  background-color: #7db44c;
  border-color: #7db44c;
  color: #FFF;
}
.on > span {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform linear .35s;
}
.on:hover {
  background-color: #64903d;
}
.ordercontent {
  border: solid 1px #f9f9f9;
  background-color: #f7f7f7;
  float: left;
  display: block;
  width: 100%;
}
.ordercontent > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ordercontent table {
  width: 100%;
}
.ordercontent table td {
  vertical-align: middle;
}
.ordercontent table td:first-child {
  width: 25%;
}
.ordercontent table td label {
  margin-bottom: 0px;
}
.ordercontent table td.formsection {
  padding-top: 20px;
  border-bottom: solid 1px #f9f9f9;
}
.property-table {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.orderaccounting tr:first-child td {
  font-weight: 700;
  background: #f9f9f9;
}
.orderaccounting tr:first-child td:last-child {
  width: 30%;
}
.orderaccounting td {
  border-bottom: solid 1px #f9f9f9;
  padding: 10px;
}
.orderaccounting tr:last-child td {
  background: #f9f9f9;
  border-top-width: 2px;
  font-weight: 700;
}
.orderaccounting tr:last-child td:first-child {
  text-align: right;
}
#selectclient table tr td:last-child {
  padding-left: 15px;
}
#errorstable,
#resultstable {
  width: 100%;
}
#resultstable {
  margin-top: 5px;
}
#errorstable td,
#resultstable td {
  border-bottom: 1px solid #f9f9f9;
  padding: 4px 2px 4px 2px;
}
#errorstable tr:first-child td,
#resultstable tr:first-child td {
  font-weight: bold;
}
#errorstable td:first-child {
  width: 25px;
}
#errorstable tr.error_row td:first-child {
  background-position: 0px 2px;
  font-family: sans-serif;
  font-size: 13px;
  background-image: url(/common/images/icons/warning_amber_24px.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
#errorstable tr.error_row td:last-child {
  width: 80px;
}
#errorstable tr.error_row td {
  background-color: #FCF8E3;
}
#errorstable tr.failed_error_row td:first-child {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 13px;
  background-image: url(/common/images/icons/danger_red_24px.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
#errorstable tr.failed_error_row td {
  background-color: #F2DEDE;
}
.info_processing {
  text-align: center;
  clear: both;
  float: left;
  display: block;
  width: 25%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  margin-top: 126px;
  margin-left: 37.5%;
  z-index: 1000;
  border-radius: 4px;
  padding: 20px;
}
.info_processing h2 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 15px;
}
#fieldmap {
  padding: 15px;
}
#fieldmap .fieldmapping_table tr {
  padding-top: 5px;
  padding-bottom: 5px;
}
#fieldmap .fieldmapping_table td {
  padding: 6px;
}
#fieldmap .fieldmapping_table .tablerule {
  border-bottom: 1px solid #f9f9f9;
  font-weight: 700;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: #f7f7f7;
  color: #212121;
}
.ordercontent_padding {
  padding: 15px;
}
table.bulk_orderdetails {
  width: 75%;
}
table.bulk_orderdetails tr td:first-child {
  width: 25%;
}
div#tabs.card-tabs > .nav-tabs {
  padding-left: 30px;
}
div#tabs.card-tabs > .nav-tabs > li.active > a,
div#tabs.card-tabs > .nav-tabs > li.active > a:hover {
  background: #f7f7f7;
}
div#tabs.card-tabs > .nav-tabs > li > a {
  background: #e3e3e3;
}
div#tabs.card-tabs > .nav-tabs > li > a:hover {
  background: #d8d8d8;
}
.card-backboard {
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 400px;
}
.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #FFF;
  border-radius: 2px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.card > .table {
  margin-bottom: 0px;
}
.card > .table td {
  vertical-align: middle;
}
.card > div.card-item:first-child {
  border-top: none !important;
}
h3.card-header,
label.card-header,
h3.card-title {
  background: #7db44c;
  padding: 20px 15px 15px 15px;
  font-weight: 300;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #FFF;
  line-height: 24px;
  vertical-align: baseline;
  tet-align: left;
}
label.card-header {
  display: block;
}
p.card {
  color: #FFF;
  line-height: 15px;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0px;
}
div.card-item,
section.card-item {
  padding: 15px;
  border-top: solid 1px #f9f9f9;
  display: block;
  width: 100%;
  float: left;
}
div.card-item h3,
section.card-item h3 {
  margin-top: 0px;
}
.card-image {
  width: 100%;
}
/* this creates a subhead region if you need to split a card up into sections */
.card-subhead {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: left;
}
.card-subhead > h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
/*For HEader Cards Used as Accordion */
label.card-header:hover {
  background: #71a244;
  transition: background .25s;
}
.vendor-a,
.header_A {
  background-color: #125780 !important;
}
.vandor-b,
.header_B {
  background-color: #097744 !important;
}
.vendor-c,
.header_C {
  background-color: #307681 !important;
}
.header_mergevalue {
  background-color: #892228;
}
.header_A,
.header_B,
.header_C,
.header_mergevalue {
  color: #FFF;
  text-align: center;
}
.header_A_transparent {
  background-color: rgba(18, 87, 128, 0.6);
}
.header_B_transparent {
  background-color: rgba(9, 119, 68, 0.6);
}
.header_C_transparent {
  background-color: rgba(48, 118, 129, 0.6);
}
/** loading star rating font */
@font-face {
  font-family: 'icomoon';
  src: url('/common/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('/common/fonts/icomoon.svg#icomoon') format('svg'), url('/common/fonts/icomoon.woff') format('woff'), url('/common/fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/****** Style Star Rating Widget *****/
.rating {
  border: none;
  float: left;
}
.rating > input {
  display: none;
}
.rating > label:before {
  margin: 5px;
  font-size: 1.65em;
  font-family: icomoon;
  display: inline-block;
  content: "\f005";
}
.ratemeter .rating > label:before {
  font-size: 1.35em;
  margin-left: 2px;
  margin-bottom: 0px;
}
.rating > .half:before {
  content: "\f089";
  position: absolute;
}
.rating > label {
  color: #ddd;
  float: right;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating[data-edit="true"]:not(:checked) > label:hover,
.rating[data-edit="true"]:not(:checked) > label:hover ~ label {
  color: #FFD700;
}
/* hover previous stars in list */
.rating[data-edit="true"] > input:checked + label:hover,
.rating[data-edit="true"] > input:checked ~ label:hover,
.rating[data-edit="true"] > label:hover ~ input:checked ~ label,
.rating[data-edit="true"] > input:checked ~ label:hover ~ label {
  color: #FFED85;
}
/****** Style Recommended Star Rating  *****/
.recomedation .rating > input:checked ~ label {
  color: #666;
}
/* hover previous stars in list */
/* !RATINGS TAB STYLING */
div#rating_tabs {
  margin-top: 20px;
  clear: both;
}
div#rating_tabs {
  margin-left: 15px;
  display: inline-block;
  border-bottom: solid 1px #C8C8C8;
  cursor: pointer;
  font-weight: normal !important;
  float: left;
}
div#rating_tabs ul li:hover {
  background-image: url(/common/images/tab_off_background.png);
  background-color: #777;
  border-color: #777 !important;
}
div#rating_tabs li {
  font-size: 14px;
  color: white;
  float: left;
  display: inline;
  cursor: pointer;
  border-radius: 4px 4px 0px 0px;
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: -1px;
  margin-left: 1px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  border-left: 1px solid #949494;
  border-top: 1px solid #949494;
  border-right: 1px solid #949494;
  border-bottom: none;
  background-image: url(/common/images/tab_off_background.png);
  background-color: #949494;
  background-repeat: repeat-x;
  background-position: left bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}
div#rating_tabs ul {
  list-style-type: none;
}
div#rating_tabs {
  cursor: pointer;
  font-weight: normal !important;
}
#ratings table {
  border-collapse: collapse !important;
}
#ratings td {
  border-bottom: solid 1px silver !important;
}
#ratings th,
#ratings td {
  padding-left: 15px;
}
#averages td:nth-child(3) {
  width: 200px;
  border-right: 1px solid silver;
  padding-left: 0px;
}
.rating_bar {
  background: #b4ddb4;
  background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4ddb4), color-stop(17%, #83c783), color-stop(33%, #52b152), color-stop(67%, #008a00), color-stop(83%, #005700), color-stop(100%, #002400));
  background: -webkit-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: -o-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: -ms-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
}
/* red */
.rating_bar_red {
  background: #ddb4b4;
  background: -moz-linear-gradient(top, #ddb4b4 0%, #c78383 17%, #ac5252 33%, #8a0000 67%, #570000 83%, #240000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddb4b4), color-stop(17%, #c78383), color-stop(33%, #ac5252), color-stop(67%, #8a0000), color-stop(83%, #570000), color-stop(100%, #240000));
  background: -webkit-linear-gradient(top, #ddb4b4 0%, #c78383 17%, #ac5252 33%, #8a0000 67%, #570000 83%, #240000 100%);
  background: -o-linear-gradient(top, #ddb4b4 0%, #c78383 17%, #ac5252 33%, #8a0000 67%, #570000 83%, #240000 100%);
  background: -ms-linear-gradient(top, #ddb4b4 0%, #c78383 17%, #ac5252 33%, #8a0000 67%, #570000 83%, #240000 100%);
  background: linear-gradient(top, #ddb4b4 0%, #c78383 17%, #ac5252 33%, #8a0000 67%, #570000 83%, #240000 100%);
}
.cd-main-content {
  text-align: center;
}
.cd-main-content h1 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #64788c;
  padding: 4em 0;
}
.cd-main-content .cd-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #ffffff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 100000;
}
.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}
@-webkit-keyframes cd-close-1 {
  0%,
  50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes cd-close-1 {
  0%,
  50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%,
  50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%,
  50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes cd-close-2 {
  0%,
  50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%,
  50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.cd-panel-header {
  position: fixed;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}
.cd-panel-footer {
  position: fixed;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  -webkit-transition: bottom 0.3s 0s;
  -moz-transition: bottom 0.3s 0s;
  transition: bottom 0.3s 0s;
}
.cd-panel-header h1 {
  font-weight: 700;
  font-size: 20px;
  color: #FFF;
  padding-left: 5%;
  width: 90%;
}
.from-right .cd-panel-header,
.from-left .cd-panel-header {
  top: -50px;
}
.from-right .cd-panel-header,
.from-right .cd-panel-footer {
  right: 0;
}
.from-left .cd-panel-header,
.from-left .cd-panel-footer {
  left: 0;
}
.from-right .cd-panel-footer,
.from-left .cd-panel-footer {
  bottom: -50px;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}
.is-visible .cd-panel-footer {
  bottom: 20px;
  -webkit-transition: bottom 0.3s 0.3s;
  -moz-transition: bottom 0.3s 0.3s;
  transition: bottom 0.3s 0.3s;
}
.cd-panel-header,
.cd-panel-footer {
  width: 500px;
}
.cd-panel-footer {
  text-align: center;
}
.cd-panel-close {
  background-image: url('/common/images/material-design-icons/ic_clear_white_24px.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25%;
  position: absolute;
  top: 2px;
  right: 0;
  height: 100%;
  width: 60px;
}
.cd-panel-container {
  position: fixed;
  width: 500px;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.cd-panel-content p {
  font-size: 14px;
  color: #FFF;
  line-height: 1.4;
  margin: 2em 0;
}
.cd-panel-content p:first-of-type {
  margin-top: 0;
}
.logcontrols {
  float: left;
  padding: 0px 10px 0px 0px;
  width: 100%;
  margin-bottom: 10px;
}
#logs_addnew {
  width: 98%;
  background-color: rgba(226, 226, 226, 0.9);
  border: solid 1px #D6D6D6 ;
  border-radius: 2px;
  text-align: left;
  padding: 8px;
  vertical-align: top;
  margin-top: 35px;
  margin-bottom: 5px;
  float: left;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 10000;
}
#logs_addnewbutton {
  clear: both;
  float: right;
}
.new_document_row {
  background-color: #f7f7f7;
  border: solid 1px #D6D6D6;
  border-radius: 2px;
}
.new_document_row td {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.new_document_row label {
  float: left;
  margin-left: 5px;
}
.new_document_row input {
  float: left;
}
.new_document_row td:first-child {
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.new_document_row td:last-child {
  -moz-border-radius-topright: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
#addnew_document {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
#new_document_perm_client,
#new_document_perm_vendor {
  margin-left: 5px;
}
.logcontactcontainer {
  float: left;
  width: 100%;
  color: #FFF;
}
.logcontactcontainer label {
  width: 20%;
  margin-right: 5px;
  float: left;
  color: #FFF;
  margin: 0px;
  margin-bottom: 8px;
  line-height: 1.1;
}
.logcontactcontainer div {
  float: left;
  width: 79%;
  margin-bottom: 8px;
  line-height: 1.1;
}
h1.dayheader {
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}
h1.dayheader span {
  font-weight: 200;
}
/* Log Entries */
.logitem {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.logitem > div {
  display: table;
  width: 100%;
  background: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.logitem > div > div {
  display: table-row;
}
.logitem > div > div > div {
  display: table-cell;
  padding: 15px;
  vertical-align: top;
}
.logitem > div > div > div:first-child {
  background-color: #757575;
  color: #FFF;
}
.logitem table {
  width: 100% !important;
}
.logitem table td {
  border: none !important;
  padding: none !important;
  border-left: none !important;
  border-bottom: none !important;
}
.logitem table tr:nth-child(1) td {
  display: none !important;
}
.logitem table tr:nth-child(2) td {
  display: none !important;
}
.logitem table tr:last-child td {
  display: none !important;
}
.logitem table tr:nth-child(4) td {
  display: none !important;
}
.logitem table td:first-child {
  display: none !important;
}
.logitem table td:last-child {
  display: none !important;
}
.logitem h2 {
  font-weight: light;
  font-size: 22px;
  line-height: 1;
  color: #FFF;
  display: block;
  box-sizing: border-box;
  margin-top: 0px;
}
.logitem .emailentry {
  font-size: 14px !important;
  vertical-align: top !important;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #222 !important;
}
.logitem .emailentry span,
.logitem .emailentry font {
  font-size: 14px !important;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #222 !important;
}
.logitem .readmorelink,
.logitem .replylink {
  border: solid 1px #7db44c;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  color: #7db44c;
  margin-top: 10px;
  text-decoration: none;
}
.logitem .readmorelink:hover,
.logitem .replylink:hover {
  background-color: #7db44c;
  color: #FFF;
  text-decoration: none;
}
/*some varable colors*/
#subject_search_sidebar .filter-sidebar {
  width: 400px;
  padding: 20px 10px 20px 20px;
  position: fixed;
  left: 0px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  height: 100%;
  margin: 0;
  overflow-y: scroll;
}
#subject_search_sidebar .filter-sidebar .marker-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 2px white;
  border-radius: 50%;
  background: cyan;
  margin-top: -5px;
  margin-right: 8px;
}
#subject_search_sidebar .filter-sidebar .missing-data,
#subject_search_sidebar .filter-sidebar .listing-data {
  font-size: 11px;
  text-align: center;
}
#subject_search_sidebar .filter-sidebar .missing-data input,
#subject_search_sidebar .filter-sidebar .listing-data input {
  margin-right: 3px;
  margin-top: -1px;
}
#subject_search_sidebar .filter-sidebar .listing-data {
  text-align: left;
  padding-left: 25px;
}
#subject_search_sidebar .filter-sidebar .listing-data span {
  display: inline-block;
  margin-top: -5px;
  vertical-align: super;
}
#subject_search_sidebar .filter-sidebar .well {
  padding: 5px 10px;
  margin-bottom: 8px;
}
#subject_search_sidebar .filter-sidebar .well strong {
  text-align: center;
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
#subject_search_sidebar .filter-sidebar .well label.checkbox {
  font-size: 12px;
}
#subject_search_sidebar .filter-sidebar .well select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#subject_search_sidebar .filter-sidebar .well .extra-controls input {
  text-align: right;
}
#subject_search_sidebar .filter-sidebar .well .extra-controls input:last-child {
  float: right;
}
#subject_search_sidebar .filter-sidebar .well .input-mini {
  width: 40px;
}
#subject_search_sidebar .filter-sidebar .well .input-small {
  width: 80px;
}
#subject_search {
  clear: both;
  width: 100%;
}
#subject_search table {
  width: 100%;
}
#subject_search .details,
#subject_search .middle {
  min-height: 1300px;
}
#subject_search .details {
  float: right;
  width: 0;
  -webkit-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
#subject_search .middle {
  margin-right: 0;
}
#subject_search .middle .pre-map {
  font-size: 12px;
  border-bottom: 1px solid #f9f9f9;
  text-align: right;
}
#subject_search .middle .pre-map a {
  cursor: pointer;
  text-decoration: none;
}
#subject_search .middle .pre-map a:hover {
  text-decoration: underline;
}
#subject_search .middle .pre-map a i {
  text-decoration: none;
  font-size: 16px;
  line-height: 15px;
}
#subject_search .middle .map {
  height: 600px;
  background: #eeeeee;
}
#subject_search .middle .map img {
  max-width: none;
}
#subject_search .middle .list {
  overflow-y: hidden;
  width: 100%;
  clear: left;
  padding: 0;
}
#subject_search .middle .list *,
#subject_search .middle .list *:before,
#subject_search .middle .list *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subject_search .middle .list .list-row {
  font-size: 0;
  background-color: #FFF;
  white-space: nowrap;
  width: 100%;
}
#subject_search .middle .list .list-row span.marker {
  width: 30px;
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  border-bottom: none;
  margin-top: -4px;
  margin-bottom: -4px;
  border: 1px solid #FFF;
  font-weight: 700;
}
#subject_search .middle .list .list-row .marker-subject {
  background: #cb6f38;
}
#subject_search .middle .list .list-row .marker-SC {
  color: #FFFFFF;
  background: #57ae89;
}
#subject_search .middle .list .list-row .marker-LC {
  color: #FFFFFF;
  background: #7c6a9b;
}
#subject_search .middle .list .list-row th {
  background-color: #f7f7f7;
}
#subject_search .middle .list .list-row td,
#subject_search .middle .list .list-row th {
  padding: 10px 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  border-top: 1px solid #ddd;
  border-collapse: collapse;
  vertical-align: middle;
}
#subject_search .middle .list .list-row td .material-icons,
#subject_search .middle .list .list-row th .material-icons {
  vertical-align: middle;
}
#subject_search .middle .list .list-row td.images,
#subject_search .middle .list .list-row th.images {
  width: 50px !important;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}
#subject_search .middle .list .list-row th.check {
  width: 85px !important;
  text-align: center;
}
#subject_search .middle .list .list-row th.bed {
  width: 63px;
}
#subject_search .middle .list .list-row th.age,
#subject_search .middle .list .list-row th.gla {
  width: 80px;
}
#subject_search .middle .list .list-row th.zip {
  width: 65px;
}
#subject_search .middle .list .list-row th.propertynumber {
  width: 80px;
}
#subject_search .middle .list .list-row th.price,
#subject_search .middle .list .list-row th.date {
  width: 130px;
}
#subject_search .middle .list .list-row th.distance {
  width: 100px;
}
#subject_search .middle .list .list-row th a {
  color: #7db44c;
  text-decoration: underline;
}
#subject_search .middle .list .list-row .check input {
  vertical-align: top;
  margin-top: 4px;
}
#subject_search .middle .list .list-selected td {
  background-color: #e3f2fd;
}
#subject_search .middle .list .list-selected td:hover {
  background-color: #c2e3fb;
}
#subject_search .middle .list .list-row:hover td {
  background-color: #fffde7;
}
#subject_search .middle .list .list-row.list-subject {
  background-color: #f8ebe3;
}
#subject_search .middle .list .list-row.list-subject span {
  color: white;
}
#subject_search .middle .list .list-row.list-head {
  background-color: #E6E6E6;
}
#subject_search .middle .list .list-row.list-head span {
  white-space: nowrap;
  background-color: #E6E6E6;
  border-left: 1px solid #aaa;
  text-align: center;
}
#subject_search .middle .list .list-row.list-head span.address {
  text-align: left;
}
#subject_search .middle .list .list-row.list-head span[data-sortby]:hover {
  cursor: pointer;
  background-color: #b3b3b3;
}
#subject_search .middle .list .list-row.list-head span.sorting:after {
  width: 0;
  height: 0;
  margin-top: 6px;
  margin-left: 4px;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
#subject_search .middle .list .list-row.list-head span.sorting.inverted:after {
  border-top-width: 0;
  border-bottom: 4px solid #000;
}
#subject_search .middle .list .fixed-top,
#subject_search .middle .list .properties,
#subject_search .middle .list .fixed-bottom {
  width: 100%;
}
#subject_search .middle .list .fixed-offset {
  position: relative;
}
#subject_search .middle .list .fixed-bottom {
  float: none;
  padding: 10px;
  width: 100%;
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  margin-left: -1px;
  background: white;
}
#subject_search .middle .list .fixed-bottom .caption-minimum {
  line-height: 30px;
  font-weight: bold;
  margin-left: 10px;
}
#subject_search .middle .list .fixed-bottom .btn.pull-right {
  margin-right: 10px;
}
#subject_search .middle .list .fixed-top-fill,
#subject_search .middle .list .fixed-bottom-fill {
  display: none;
}
#subject_search .middle .list.scrolled-down .fixed-top {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #333;
}
#subject_search .middle .list.scrolled-up {
  margin-bottom: 200px;
}
#subject_search .middle .list.scrolled-up .fixed-bottom {
  position: fixed;
  bottom: 0;
}
#subject_search.show-details .details {
  width: 250px;
}
.pac-container {
  z-index: 2000;
}
#comp-toolbar {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  background-color: #f7f7f7;
}
#comp-toolbar .comp-types {
  white-space: nowrap;
  margin-left: 10px;
  float: left;
}
.listing-data {
  float: left;
}
.listing-data label {
  float: left;
}
.listing-data input {
  visibility: hidden;
}
.listing-data input:checked ~ label {
  background: #f9f9f9;
}
.listing-data input ~ label span,
.list-row .marker-dot {
  display: inline-block;
  background-color: #939598;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: -3px;
}
.listing-data input:checked ~ label span.sale,
.list-row td .Sale,
.list-selected td .SC {
  background-color: #21BC91;
}
.listing-data input:checked ~ label span.listing,
.list-row .Listing,
.list-selected td .LC {
  background-color: #6356A7;
}
.listing-data input:checked ~ label span.pending,
.list-row .Pending {
  background-color: #FDB530;
}
.comp-types .btn-middle {
  border-right: none;
  border-left: none;
  border-radius: 0px;
}
.comp-types .btn-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.comp-types .btn-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* Filter Drawer Action*/
#subject_search_sidebar .filter-sidebar {
  left: -400px;
  transition: all 0.25s ease-in;
}
#filter_drawer {
  display: none;
}
#filter_drawer_button {
  transform: rotate(-90deg);
  position: fixed;
  top: 30%;
  margin-left: -50px;
  clear: both;
  z-index: 10000;
  left: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 15px;
}
#filter_drawer_button i {
  transform: rotate(-180deg);
  transition: all .5s ease;
}
#filter_drawer:checked ~ #filter_drawer_button {
  left: 390px;
  box-shadow: none;
  transition: all 0.25s ease-out;
}
#filter_drawer:checked ~ #filter_drawer_button i {
  display: block;
  transform: rotate(0deg);
  transition: all .5s ease;
}
#filter_drawer:checked ~ .filter-sidebar {
  left: -10px;
  transition: all 0.25s ease-out;
}
/*! Hint.css - v1.3.0 - 2013-08-05
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */
/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/labs/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 * 
 * Classes added:
 * 	1) hint
 */
.hint,
[data-hint] {
  position: relative;
  display: inline-block;
  /**
	  * tooltip arrow
	  */
  /**
	  * tooltip body
	  */
}
.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hint:hover:before,
.hint:hover:after,
.hint:focus:before,
.hint:focus:after,
[data-hint]:hover:before,
[data-hint]:hover:after,
[data-hint]:focus:before,
[data-hint]:focus:after {
  visibility: visible;
  opacity: 1;
}
.hint:before,
[data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
.hint:after,
[data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  text-shadow: 0 -1px 0px #000000;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  white-space: nowrap;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 * 
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #383838;
}
.hint--bottom:before {
  border-bottom-color: #383838;
}
.hint--left:before {
  border-left-color: #383838;
}
.hint--right:before {
  border-right-color: #383838;
}
/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px;
}
.hint--top:after {
  margin-left: -18px;
}
.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}
.hint--top:hover:after,
.hint--top:hover:before,
.hint--top:focus:after,
.hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px;
}
.hint--bottom:after {
  margin-left: -18px;
}
.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}
.hint--bottom:hover:after,
.hint--bottom:hover:before,
.hint--bottom:focus:after,
.hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}
.hint--right:after {
  margin-bottom: -14px;
}
.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}
.hint--right:hover:after,
.hint--right:hover:before,
.hint--right:focus:after,
.hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}
.hint--left:after {
  margin-bottom: -14px;
}
.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}
.hint--left:hover:after,
.hint--left:hover:before,
.hint--left:focus:after,
.hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 * 
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 * 	
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}
/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d;
}
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}
.hint--success.hint--top:before {
  border-top-color: #458746;
}
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}
.hint--success.hint--left:before {
  border-left-color: #458746;
}
.hint--success.hint--right:before {
  border-right-color: #458746;
}
/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 * 
 * Classes added:
 * 	1) hint--always
 * 	
 */
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:after,
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--left:after,
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--right:after,
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 * 
 * Classes added:
 * 	1) hint--rounded
 *  
 */
.hint--rounded:after {
  border-radius: 4px;
}
/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 * 
 * Classes added:
 * 	1) hint--bounce
 * 	
 */
.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
#quickreports {
  min-height: 800px;
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 20px;
}
#quickreports .select,
#quickreports .config,
#quickreports .view {
  flex-shrink: 0;
}
#quickreports .select {
  width: 200px;
  background: #D4DAE6;
}
#quickreports .select .pane {
  padding: 5px;
}
#quickreports .select .navbar {
  border-right: 0;
}
#quickreports .select .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
#quickreports .select .nav-stacked .nav-category-header {
  background: rgba(0, 0, 0, 0.05);
  padding: 3px 5px 3px 10px;
  margin: 5px -5px;
  color: #555;
  font-weight: bold;
}
#quickreports .config {
  width: 400px;
  background: #F0EFF2;
}
#quickreports .config .pane {
  padding: 5px 25px;
}
#quickreports .config .pane .field {
  margin: 20px 0;
}
#quickreports .config .navbar {
  border-left: 0;
  border-right: 0;
  padding-left: 10px;
}
#quickreports .config .execute-report {
  text-align: center;
  padding: 10px;
}
#quickreports .config .execute-report .btn {
  margin: 10px;
}
#quickreports .view {
  width: 100%;
  background: #575758;
  box-shadow: 4px 54px 4px rgba(0, 0, 0, 0.5) inset;
}
#quickreports .view .pane {
  margin: 20px;
  background: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 5px;
}
#quickreports .view .pane .alert {
  margin: 10px;
}
#quickreports .view .pane .scrollxpane {
  overflow-x: auto;
  overflow-y: visible;
}
#quickreports .view .pane .tcolumn {
  max-width: 600px;
}
#quickreports .view .navbar {
  border-left: 0;
  padding-left: 10px;
}
#quickreports .view .navbar .progress {
  width: 500px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 15px 0 0;
}
#quickreports .view .pagination {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 20px 0;
}
#quickreports .view .pagination a {
  cursor: pointer;
  background-color: white;
}
#quickreports .view .pagination a:hover {
  background-color: #f5f5f5;
}
#quickreports .view .pagination .disabled a:hover {
  background-color: white;
}
#quickreports .view .pagination li.moveto > a {
  padding-top: 4px;
  padding-bottom: 0px;
  line-height: 1;
}
#quickreports .view .pagination li.counter > a {
  padding-top: 8px;
  font-size: 14px;
  padding-bottom: 8px;
  line-height: 1;
}
#quickreports .view .pagination ul {
  margin: 0;
  padding: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#quickreports .view .pagination-menu {
  position: relative;
  height: 0;
  display: none;
}
#quickreports .view .pagination-menu.open {
  display: block;
}
#quickreports .view .pagination-menu > div {
  position: relative;
  width: 12%;
  bottom: 7px;
  text-align: center;
}
#quickreports .view .pagination-menu .dropdown-menu {
  top: -198px;
  left: 379%;
  position: relative;
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
#quickreports .view .pagination-menu .dropdown-menu a {
  cursor: pointer;
}
#quickreports .view .pagination-menu .dropdown-menu:before {
  position: absolute;
  bottom: -7px;
  left: 45%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
  content: '';
}
#quickreports .view .pagination-menu .dropdown-menu:after {
  position: absolute;
  bottom: -6px;
  left: 45.5%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
#quickreports .view .pagination-menu .dropdown-menu input {
  font-size: 12px;
  height: 25px;
  margin: 0 auto;
  display: block;
  width: 148px;
  text-align: center;
}
.irs {
  height: 48px;
}
.irs.irs-with-grid {
  height: 68px;
}
.irs .irs-line {
  height: 10px;
  top: 28px;
  background: #EEE;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.irs .irs-line-left {
  height: 8px;
}
.irs .irs-line-mid {
  height: 8px;
}
.irs .irs-line-right {
  height: 8px;
}
.irs .irs-bar {
  height: 10px;
  top: 28px;
  border-top: 1px solid #7db44c;
  border-bottom: 1px solid #7db44c;
  background: #7db44c;
}
.irs .irs-bar-edge {
  height: 10px;
  top: 28px;
  width: 7px;
  border: 1px solid #7db44c;
  border-right: 0;
  background: #7db44c;
  border-radius: 3px 0 0 3px;
}
.irs .irs-shadow {
  height: 2px;
  top: 31px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.irs .irs-slider {
  width: 16px;
  height: 20px;
  top: 24px;
  cursor: pointer;
}
.irs .irs-slider:after {
  content: ' ';
  display: block;
  position: absolute;
  border: 1px solid #AAA;
  background: #CCC;
  height: 18px;
  width: 2px;
  left: 6px;
  top: 0px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.irs #irs-active-slider:after,
.irs .irs-slider:hover:after {
  background: #FFF;
}
.irs .irs-min,
.irs .irs-max {
  color: #333;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 4px;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.irs .irs-from,
.irs .irs-to,
.irs .irs-single {
  color: #fff;
  font-size: 11px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #7db44c;
  border-radius: 3px;
  top: 4px;
}
.irs .irs-grid {
  height: 27px;
}
.irs .irs-grid-pol {
  opacity: 0.5;
  background: #7db44c;
}
.irs .irs-grid-pol.small {
  background: #999;
}
.irs .irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
ul.nav-tabs > li.active > a > span.badge {
  background-color: #247bbd;
}
ul.nav-tabs > li > a > span.badge {
  background-color: #485059;
}
